Package Details: brlcad 7.36.0-1

Git Clone URL: https://aur.archlinux.org/brlcad.git (read-only, click to copy)
Package Base: brlcad
Description: An extensive 3D solid modeling system.
Upstream URL: https://brlcad.org
Keywords: CAD
Licenses: BSD, LGPL, custom:BDL
Submitter: louipc
Maintainer: None
Last Packager: envolution
Votes: 67
Popularity: 0.001609
First Submitted: 2007-02-04 02:47 (UTC)
Last Updated: 2024-11-13 09:57 (UTC)

Pinned Comments

envolution commented on 2024-11-18 06:43 (UTC)

I'm not having much luck getting the latest version compiled as per the issue github issue I posted earlier. Hopefully someone more capable can figure this out - if not I'll try again when I have more time

I'll keep brlcad-bin up to date in the meantime - if anyone wants to pick up where I left off you can find the WIP at https://github.com/envolution/aur/tree/main/nomaintain/nobuild/brlcad

Latest Comments

1 2 3 4 5 6 .. 11 Next › Last »

envolution commented on 2024-11-18 06:43 (UTC)

I'm not having much luck getting the latest version compiled as per the issue github issue I posted earlier. Hopefully someone more capable can figure this out - if not I'll try again when I have more time

I'll keep brlcad-bin up to date in the meantime - if anyone wants to pick up where I left off you can find the WIP at https://github.com/envolution/aur/tree/main/nomaintain/nobuild/brlcad

simona commented on 2024-11-13 10:15 (UTC)

thx. used -bin.

envolution commented on 2024-11-13 10:00 (UTC) (edited on 2024-11-13 10:04 (UTC) by envolution)

@ancaro @simona sorry, I'm still working on the update - I accidentally pushed to AUR. I've reverted to the previous version.

I'll hopefully have 7.40 ready soon:

https://github.com/BRL-CAD/brlcad/issues/168

I do have an official binary version of 7.40 here:

https://aur.archlinux.org/packages/brlcad-bin

ancaro commented on 2024-11-12 20:01 (UTC)

can't find file to patch at input line 3 Perhaps you used the wrong -p or --strip option? The text leading up to this was:


|--- ./build/bext/manifold/manifold/src/third_party/clipper2/include/clipper2/clipper.core.h 2024-11-08 16:45:27.205735113 -0500 |+++ ./build/bext/manifold/manifold/src/third_party/clipper2/include/clipper2/clipper.core.h_patch 2024-11-08 18:42:49.950337130 -0500


File to patch:

simona commented on 2024-11-12 11:33 (UTC)

It stop and ask me:
File to patch:

simona commented on 2024-07-04 09:07 (UTC)

/usr/include/gdal_priv.h: In member function ‘bool GDALMultiDomainMetadata::Comparator::operator()(const char, const char) const’: /usr/include/gdal_priv.h:109:20: error: ‘STRCASECMP’ was not declared in this scope
109 | return STRCASECMP(a, b) < 0;
| ^~
[1249/5043] Linking C shared library lib/libnmg.so
lto-wrapper: warning: using serial compilation of 15 LTRANS jobs
lto-wrapper: note: see the ‘-flto’ option documentation for more information
[1250/5043] Linking CXX shared library lib/libbrep.so.20.0.1
lto-wrapper: warning: using serial compilation of 20 LTRANS jobs
lto-wrapper: note: see the ‘-flto’ option documentation for more information

ejno commented on 2023-06-17 04:01 (UTC)

Thanks, Petronny. I've added that to the 7.34.2 PKGBUILD.

petronny commented on 2023-05-30 12:40 (UTC)

The previous error also occurs in 7.34.2 and it can be fixed by inserting export CFLAGS="${CFLAGS} -lm" before calling cmake.

petronny commented on 2023-01-30 07:08 (UTC)

Build failed.

-- stderr output is:
/usr/bin/ld: /build/brlcad/src/build/src/other/ext/TCL_BLD-prefix/src/TCL_BLD-build/libtcl8.6.so: undefined reference to `sinh'
/usr/bin/ld: /build/brlcad/src/build/src/other/ext/TCL_BLD-prefix/src/TCL_BLD-build/libtcl8.6.so: undefined reference to `atan2'
/usr/bin/ld: /build/brlcad/src/build/src/other/ext/TCL_BLD-prefix/src/TCL_BLD-build/libtcl8.6.so: undefined reference to `tanh'
/usr/bin/ld: /build/brlcad/src/build/src/other/ext/TCL_BLD-prefix/src/TCL_BLD-build/libtcl8.6.so: undefined reference to `cosh'
/usr/bin/ld: /build/brlcad/src/build/src/other/ext/TCL_BLD-prefix/src/TCL_BLD-build/libtcl8.6.so: undefined reference to `fmod'
/usr/bin/ld: /build/brlcad/src/build/src/other/ext/TCL_BLD-prefix/src/TCL_BLD-build/libtcl8.6.so: undefined reference to `acos'
/usr/bin/ld: /build/brlcad/src/build/src/other/ext/TCL_BLD-prefix/src/TCL_BLD-build/libtcl8.6.so: undefined reference to `sin'
/usr/bin/ld: /build/brlcad/src/build/src/other/ext/TCL_BLD-prefix/src/TCL_BLD-build/libtcl8.6.so: undefined reference to `atan'
/usr/bin/ld: /build/brlcad/src/build/src/other/ext/TCL_BLD-prefix/src/TCL_BLD-build/libtcl8.6.so: undefined reference to `asin'
/usr/bin/ld: /build/brlcad/src/build/src/other/ext/TCL_BLD-prefix/src/TCL_BLD-build/libtcl8.6.so: undefined reference to `hypot'
/usr/bin/ld: /build/brlcad/src/build/src/other/ext/TCL_BLD-prefix/src/TCL_BLD-build/libtcl8.6.so: undefined reference to `exp'
/usr/bin/ld: /build/brlcad/src/build/src/other/ext/TCL_BLD-prefix/src/TCL_BLD-build/libtcl8.6.so: undefined reference to `tan'
/usr/bin/ld: /build/brlcad/src/build/src/other/ext/TCL_BLD-prefix/src/TCL_BLD-build/libtcl8.6.so: undefined reference to `cos'
/usr/bin/ld: /build/brlcad/src/build/src/other/ext/TCL_BLD-prefix/src/TCL_BLD-build/libtcl8.6.so: undefined reference to `log'
/usr/bin/ld: /build/brlcad/src/build/src/other/ext/TCL_BLD-prefix/src/TCL_BLD-build/libtcl8.6.so: undefined reference to `pow'
/usr/bin/ld: /build/brlcad/src/build/src/other/ext/TCL_BLD-prefix/src/TCL_BLD-build/libtcl8.6.so: undefined reference to `log10'
/usr/bin/ld: /build/brlcad/src/build/src/other/ext/TCL_BLD-prefix/src/TCL_BLD-build/libtcl8.6.so: undefined reference to `sqrt'
collect2: error: ld returned 1 exit status
make: *** [Makefile:744: tclsh] Error 1
CMake Error at /build/brlcad/src/build/src/other/ext/TCL_BLD-prefix/src/TCL_BLD-stamp/TCL_BLD-build-Release.cmake:47 (message):
  Stopping after outputting logs.

https://github.com/arch4edu/cactus/actions/runs/4039800325/jobs/6947860475