Chris
Chris
FWIW i've been working on updating the `freecad.rb` formula, an am able to do ``` brew install freecad --verbose ``` and generate a "working" `FreeCAD.app` bundle, however i'm getting this...
adding this for those who follow the upstream bug tracker. https://tracker.freecadweb.org/view.php?id=4643
the latest bottled version of freecad v0.20.1 when i installed it on macos catalina. i had a crash on save. to reproduce, open freecad create a new document create a...
stack trace / crash report from current bottle install on catalina, _crash on save_ with a document containing a sketch. ``` Process: FreeCAD [34740] Path: /usr/local/Cellar/[email protected]/0.20.1/MacOS/FreeCAD Identifier: FreeCAD Version: 0...
current build error, ``` Warning: String '/home/linuxbrew/.linuxbrew/Homebrew' still exists in these files: /home/linuxbrew/.linuxbrew/Cellar/[email protected]_py310/5.15.11_5/bin/shiboken2 --> match '/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/shims/linux/super/g++-11' at offset 0x16a6a8 Error: Bottle contains non-relocatable reference to /home/linuxbrew/.linuxbrew/Homebrew! ::endgroup:: ==> FAILED freecad/freecad/[email protected]_py310...
still working through the below error when attempting to build bottle for gnu+linux ubuntu 22.04 ``` ==> Determining freecad/freecad/[email protected]_py310 bottle rebuild... ==> Bottling [email protected]_py310--5.15.11_5.x86_64_linux.bottle.2.tar.gz... /home/linuxbrew/.linuxbrew/opt/gnu-tar/bin/tar --create --numeric-owner --mtime=2023-10-05 04:29:38 --sort=name...
running `strings $bp/opt/[email protected]_py310/bin/shiboken2` on my local install of shiboken2 on my arch linux box i'm getting the below strings located within the binary, ``` /home/capin/homebrew/lib/ld.so /home/capin/homebrew/Library/Homebrew/shims/linux/super/g++-13 ``` and ``` /home/capin/homebrew/lib/gcc/current:$ORIGIN/../lib:$ORIGIN/../../..:/home/capin/homebrew/Cellar/[email protected]_py310/5.15.11_5/lib:/home/capin/homebrew/opt/gcc/lib/gcc/current:/home/capin/homebrew/opt/lz4/lib:/home/capin/homebrew/opt/xz/lib:/home/capin/homebrew/opt/zlib/lib:/home/capin/homebrew/opt/zstd/lib:/home/capin/homebrew/opt/ncurses/lib:/home/capin/homebrew/opt/libedit/lib:/home/capin/homebrew/opt/libffi/lib:/home/capin/homebrew/opt/binutils/lib:/home/capin/homebrew/opt/bzip2/lib:/home/capin/homebrew/opt/elfutils/lib:/home/capin/homebrew/opt/gmp/lib:/home/capin/homebrew/opt/isl/lib:/home/capin/homebrew/opt/mpfr/lib:/home/capin/homebrew/opt/libmpc/lib:/home/capin/homebrew/opt/gcc/lib:/home/capin/homebrew/opt/openblas/lib:/home/capin/homebrew/opt/[email protected]_py310/lib:/home/capin/homebrew/opt/libpng/lib:/home/capin/homebrew/opt/freetype/lib:/home/capin/homebrew/opt/pcre2/lib:/home/capin/...
still running into the below issue, troubleshooting on my local arch linux install, ``` ╰─λ brew bottle -v [email protected]_py310 ==> Determining freecad/freecad/[email protected]_py310 bottle rebuild... ==> Bottling [email protected]_py310--5.15.11_5.x86_64_linux.bottle.2.tar.gz... tar --create --numeric-owner...
hey thanks for submitting this. i'm actively working on getting the `freecad.rb` formula going. hopefully i'll have my PR submitted today. 🤞 and get it passing CI/CD, and then we'll...
> @ipatch, do you know if there is a way during work on the formula where I can keep the temporary directories around so subsequent complication and testing of changes...