@spookyln
That is an error that keeps reappearing from time to time. To avoid it use !makeflags. I haven't used this option in the PKGBUILD because most of the time it compiles just fine, and it's much faster on my quad core.
Search Criteria
Package Details: freecad-git 0.22.0.36999.ged77603af9-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/freecad-git.git (read-only, click to copy) |
---|---|
Package Base: | freecad-git |
Description: | A general purpose 3D CAD modeler - git checkout |
Upstream URL: | https://www.freecad.org/ |
Licenses: | LGPL |
Conflicts: | freecad, freecad-appimage, freecad-appimage-git |
Provides: | freecad |
Submitter: | gborzi |
Maintainer: | greyltc (adrianinsaval) |
Last Packager: | adrianinsaval |
Votes: | 104 |
Popularity: | 0.012945 |
First Submitted: | 2012-03-03 13:46 (UTC) |
Last Updated: | 2024-04-30 00:29 (UTC) |
Dependencies (39)
- boost-libs
- coin (coin-gitAUR)
- fmt (fmt-gitAUR)
- glew (glew-libepoxyAUR, glew-waylandAUR, glew-osmesa-gitAUR, glew-wayland-gitAUR, glew-gitAUR)
- jsoncpp (jsoncpp-cmake-gitAUR, jsoncpp-cmakeAUR, jsoncpp-gitAUR)
- medAUR (med-openmpi)
- netcdf (netcdf-openmpi)
- opencascade (opencascade-gitAUR, opencascade-rcAUR, opencascade-f3dAUR)
- openmpi (openmpi-gitAUR)
- pyside6
- pyside6-tools
- python-matplotlib (python-matplotlib-gitAUR)
- python-packaging
- python-pivy
- python-ply
- python-yaml (python-yaml-gitAUR)
- qt6-5compat
- qt6-base (qt6-base-headlessAUR, qt6-base-gitAUR)
- qt6-svg
- qt6-tools
- Show 19 more dependencies...
Required by (4)
- freecad-a2plus-git (requires freecad)
- freecad-cadquery-git (requires freecad)
- freecad-fcgear-git (requires freecad)
- openmc-git (requires freecad)
Sources (1)
Latest Comments
« First ‹ Previous 1 .. 46 47 48 49 50 51 52 53 54 55 56 .. 58 Next › Last »
gborzi commented on 2011-08-17 20:23 (UTC)
<deleted-account> commented on 2011-08-17 18:42 (UTC)
hi, i tried to compile freecad from this pkgbuild.
every deps compiled sucessfully without any prob [eigen 3.0.1 needs new md5sum only], but
freecad-svn i cant compile [no testing repo].
here is log with err.
http://www.tbs-software.com/spookyln/err/freecad-svn.txt
can send me anyone working compiled package pls?
thanks.
Eh i forgot. compiled on 32bit Arch. Atom330 with makepkg -j5
gborzi commented on 2011-07-30 23:33 (UTC)
Updated to rev 4707. Now it uses eigen3 instead of eigen2. The former is available from AUR.
<deleted-account> commented on 2011-07-17 15:11 (UTC)
Hi,
I've got the error:
/usr/lib/libGL.so: could not read symbols: File in wrong format
collect2: ld returned 1 exit status
I use Arch x64 with an Nividia Driver. I know there is a connection between the error and the Driver.
How can I fix this issue?
gatonero commented on 2011-05-26 19:52 (UTC)
@gborzi Thank you! This worked perfectly! :D
gborzi commented on 2011-05-26 18:19 (UTC)
@gatonero
it's a yaourt problem. Uninstall freecad-svn, then update, then rebuild freecad-svn.
gatonero commented on 2011-05-26 18:05 (UTC)
What's that? Can't update my system?
yaourt -Syuf
:: Synchronisiere Paketdatenbanken...
core ist aktuell
extra ist aktuell
community ist aktuell
archlinuxfr ist aktuell
error: failed to prepare transaction (could not satisfy dependencies)
:: Starting full system upgrade...
:: freecad-svn: requires boost-libs=1.46.0
gborzi commented on 2011-05-25 23:19 (UTC)
Updated after the boost update to 1.46.1.
gborzi commented on 2011-04-30 21:37 (UTC)
Thanks for your comment Dinosaw, I've corrected the typo.
<deleted-account> commented on 2011-04-30 21:30 (UTC)
there is a stray "²" near the beginning where it checks svn revisions.
Pinned Comments
adrianinsaval commented on 2023-03-12 14:50 (UTC)
If the check fails there is little I can do about it as it most likely needs to be fixed upstream, in such cases report those upstream (maybe wait a day or two as sometimes it's quickly solved upstream) or skip the check with
makepkg --nocheck
if you don't care about the functionality that is being reported as failing in the check.