I don't know if I'm wrong on something, but I can't start the build because the configure script is missing. Where should I take it? Is it a PKGBUILD error?
SVN checkout is properly done, then it just displays:
.../PKGBUILD: line 36: ./configure: No such file or directory
Thanks for the packaging anyway 123.
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 .. 52 53 54 55 56 57 58 Next › Last »
vinvin commented on 2010-06-18 10:10 (UTC)
td123 commented on 2010-05-18 17:55 (UTC)
@naphtali
This may be a zlib issue.
Similar problem: http://bbs.archlinux.org/viewtopic.php?pid=758061
td123 commented on 2010-05-18 15:04 (UTC)
@naphtali
can you build aur/freecad and see if that works for you?
<deleted-account> commented on 2010-05-18 12:24 (UTC)
Thanks again. But I guess you haven't updated PKGBUILD here yet. I do not see the changes in this file.
Anyway, I took the liberty of making the change you said. No dice!
I still get the very same error...
td123 commented on 2010-05-18 03:03 (UTC)
@naphtali
Ok, I *think* I fixed it. I had single quotes around '$CARCH' XD
I also added i686 to the list of archs
Thanks for your help!
<deleted-account> commented on 2010-05-18 02:51 (UTC)
Thanks. I saw here previously that the build number was less than the other freecad version in AUR.
That's why I asked for an update, even though it seems that the PKGBUILD file pulls down the latest
svn version.
However, this PKGBUILD gives the error that it is not for my system (i686).
So I followed the advice and edited this file and placed in it arch=('i686' 'x86_64').
However, it still does not build. I have a previous version of freecad installed from a separate
directory. I do not think that could be the problem. The errors I get are these:
from Application.cpp:65:
/usr/include/zlib.h:1583: error: declaration of C function ‘off_t gzseek64(void*, off_t, int)’ conflicts with
/usr/include/zlib.h:1567: error: previous declaration ‘off64_t gzseek64(void*, off64_t, int)’ here
/usr/include/zlib.h:1584: error: declaration of C function ‘off_t gztell64(void*)’ conflicts with
/usr/include/zlib.h:1568: error: previous declaration ‘off64_t gztell64(void*)’ here
/usr/include/zlib.h:1585: error: declaration of C function ‘off_t gzoffset64(void*)’ conflicts with
/usr/include/zlib.h:1569: error: previous declaration ‘off64_t gzoffset64(void*)’ here
/usr/include/zlib.h:1586: error: declaration of C function ‘uLong adler32_combine64(uLong, uLong, off_t)’ conflicts with
/usr/include/zlib.h:1570: error: previous declaration ‘uLong adler32_combine64(uLong, uLong, off64_t)’ here
/usr/include/zlib.h:1587: error: declaration of C function ‘uLong crc32_combine64(uLong, uLong, off_t)’ conflicts with
/usr/include/zlib.h:1571: error: previous declaration ‘uLong crc32_combine64(uLong, uLong, off64_t)’ here
make[4]: *** [libFreeCADApp_la-Application.lo] Error 1
I see 64 in there, so does that mean that it indeed is not for my arch., a 32 bit system.
td123 commented on 2010-05-16 00:10 (UTC)
updated and got it compiling on my system
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.