Search Criteria
Package Details: build2 0.14.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/build2.git (read-only, click to copy) |
---|---|
Package Base: | build2 |
Description: | build2 build system |
Upstream URL: | https://build2.org/ |
Licenses: | MIT |
Submitter: | verri |
Maintainer: | migrev |
Last Packager: | migrev |
Votes: | 13 |
Popularity: | 0.98 |
First Submitted: | 2017-08-19 16:03 (UTC) |
Last Updated: | 2022-05-23 08:14 (UTC) |
Dependencies (3)
- pkgconf (pkgconf-git)
- sqlite3 (sqlite-replication, sqlite-minimal-git, sqlite)
- wget (wget-git, wget-xdg) (make)
Latest Comments
migrev commented on 2022-05-23 08:15 (UTC)
Added @cobaltspace suggestions. Made a clean compile with gcc 12.
rao000 commented on 2022-05-18 19:33 (UTC)
Hello, it looks like the bootstrap build scripts fails with gcc 12. The list of errors is. . .byzyntine but I can post them if you want. Steps to reproduce are simple though:
pacman -Syu && makepkg
. I wasn't sure if I should post this here, let me know if i should upstream it insteadcobaltspace commented on 2021-06-09 10:26 (UTC)
$CXXFLAGS
should probably be passed to the build script. It might also be a good idea to replaceg++
with${CXX:-g++}
resulting line from suggestions:
jonathon commented on 2020-03-26 01:44 (UTC) (edited on 2020-03-26 01:44 (UTC) by jonathon)
Build appears to fail if ccache is configured, e.g.:
(and many, many more).
Quick fix is to disable ccache: