@springwurm much appreciated - I did not notice this issue and have been struggling all afternoon to compile successfully with git versions of pyside and shiboken - both of which were redundant with the change you noted.
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.015237 |
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 .. 18 19 20 21 22 23 24 25 26 27 28 .. 57 Next › Last »
berilac commented on 2019-11-17 15:27 (UTC) (edited on 2019-11-17 15:38 (UTC) by berilac)
springwurm commented on 2019-11-17 14:07 (UTC) (edited on 2019-11-17 14:10 (UTC) by springwurm)
Hi got this only compiled, when i change the cmake option DPYSIDE_LIBRARY to "/usr/lib/libpyside2.cpython-${PYVER//.}-${CARCH}-linux-gnu.so". Removed the 'm'
Make Error: make[2]: *** Keine Regel vorhanden, um das Ziel „/usr/lib/libpyside2.cpython-38m-x86_64-linux-gnu.so“, benötigt von „lib/libFreeCADGui.so“, zu erstellen. Schluss.
bebR commented on 2019-11-12 21:47 (UTC)
Oh ok I understand now! Thanks again for answering and for providing this package ;)
lonaowna commented on 2019-11-12 21:00 (UTC)
@bebR uhh yeah but the diff shows r2626
instead of r2526
(like I was saying)..
In any case; it doesn't matter. Since this is a -git
package, the pkgver is calculated dynamically based on the latest git commits. And the pkgver should increase each time there is a new commit. So the PKGBUILD will also change every time you run makepkg after there has been an upstream commit.
But again, as long as it's working it doesn't really matter. Let me know if you have any other issues!
bebR commented on 2019-11-12 20:01 (UTC)
@lonaowna, thanks for your answer.
Actually no, there is no typo here. This is the git diff
I get:
diff --git i/PKGBUILD w/PKGBUILD
index 81b7f88..b7b87d4 100644
--- i/PKGBUILD
+++ w/PKGBUILD
@@ -3,7 +3,7 @@
_appname=freecad
pkgname="${_appname}-git"
-pkgver=0.18.r2576.g953b802f83
+pkgver=0.18.r2626.gc021ff70d
pkgrel=1
epoch=2
pkgdesc='A general purpose 3D CAD modeler - git checkout'
lonaowna commented on 2019-11-12 13:52 (UTC)
@bebR, good to hear that you managed to fix it. It is expected that the version in the PKBUILD changes as it reflects the latest commit in the upstream git repository.
The .r*.
part should always increase though. I think you made a typo and are at r2626
instead of r2526
.
bebR commented on 2019-11-12 13:40 (UTC) (edited on 2019-11-12 13:42 (UTC) by bebR)
Forget my previous comment. I had a lot a threads because I used to use distcc, but the distributed compilation currently does not work anymore in my environment.
Decreasing MAKEOPTS from -j40
value to -j3
solved it.
However, after compilation, the PKGBUILD gets modified, which is a bit curious. The diff shows pkgver=0.18.r2526.gc021ff70d
instead of pkgver=0.18.r2576.g953b802f83
.
bebR commented on 2019-11-09 19:50 (UTC)
I cannot build Freecad anymore. The cc1plus gets killed by the kernel because of an out of memory. This used to work. I have 8Gb of ram. Any clue if a lib dependency could cause this? too many recursions or so? Thanks
lonaowna commented on 2019-11-04 14:26 (UTC)
@bartus thanks for the report. Fixed.
bartus commented on 2019-11-04 12:21 (UTC) (edited on 2019-11-04 12:23 (UTC) by bartus)
pkgver(): git describe
generate lower commit count than what's on AUR:
$ git clone https://aur.archlinux.org/freecad-git.git && cd freecad-git
$ makepkg -Cod
==> Making package: freecad-git 1:0.19pre.r2096.gc903de8af7-1
...
==> Updated version: freecad-git 1:0.19pre.r4.g64cf85c21-1
==> Sources are ready
Following the git-describe(1)
man page, second version is correct one.
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.