Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

freecad@1.0.0 formula within this tap do not properly report the freecad revision in use #667

Open
ipatch opened this issue Jan 2, 2025 · 1 comment

Comments

@ipatch
Copy link
Collaborator

ipatch commented Jan 2, 2025

both the freecad@1.0.0_py312.rb and the freecad@1.0.0_py312_qt6.rb do not identify the reversion of freecad installed when one installs freecad using brew install freecad whereas on my arch linux box the freecad package provided by arch linux properly reports the revision of freecad used to build and install freecad. below is a little output from a terminal session further explaining the issue.

╭─capin at rogue in /opt/code/dots (dev.evergreen ✔)
╰─λ exec fish
╭─capin at rogue in /opt/code/dots (dev.evergreen ✔)
╰─λ which freecad
/home/capin/homebrew/bin/freecad
╭─capin at rogue in /opt/code/dots (dev.evergreen ✔)
╰─λ which freecadcmd
/home/capin/homebrew/bin/freecadcmd
╭─capin at rogue in /opt/code/dots (dev.evergreen ✔)
╰─λ type -a freecadcmd
freecadcmd is /home/capin/homebrew/bin/freecadcmd
freecadcmd is /usr/bin/freecadcmd
freecadcmd is /bin/freecadcmd
╭─capin at rogue in /opt/code/dots (dev.evergreen ✔)
╰─λ type -a freecadcmd --version
type: --version: unknown option
╭─capin at rogue in /opt/code/dots (dev.evergreen ✔)
╰─λ freecadcmd --version
FreeCAD 1.0.0 Revision: Unknown
╭─capin at rogue in /opt/code/dots (dev.evergreen ✔)
╰─λ /bin/freecadcmd --version
FreeCAD 1.0.0 Revision: 39109 (Git)
@ipatch
Copy link
Collaborator Author

ipatch commented Jan 2, 2025

below is a little screenshot of running the same flag on the gui version (binary) of freecad,

image


whereas with the archlinux provided freecad package i get the below,

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant