Search Criteria
Package Details: libstdc++5 3.3.6-10
Package Actions
Git Clone URL: | https://aur.archlinux.org/libstdc++5.git (read-only, click to copy) |
---|---|
Package Base: | libstdc++5 |
Description: | GNU Standard C++ library version 3 |
Upstream URL: | https://gcc.gnu.org |
Licenses: | GPL, LGPL |
Submitter: | eworm |
Maintainer: | mikro |
Last Packager: | mikro |
Votes: | 8 |
Popularity: | 0.020338 |
First Submitted: | 2022-02-10 14:18 (UTC) |
Last Updated: | 2025-02-16 18:54 (UTC) |
Dependencies (3)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- binutils (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
Required by (30)
- doom3
- edelib
- epson-alc1100-filter
- fife
- gog-risk-of-rain
- google-webdesigner
- iscan
- iseriesaccess
- iseriesaccess5
- iseriesaccess6
- lexmark_pro700
- libnorm1
- libplib-bin
- lightscribe
- lightscribe-labeler
- nwn-diamond
- nwn-gog
- opmon
- opmon-git
- overte-server-bin
- prey-demo
- speed-dreams-bin
- ut2004-gog
- ut2004-steam
- vitis (optional)
- wings2
- xerox-phaser-6000-6010
- xevdevserver
- xilinx-ise
- z600
Latest Comments
« First ‹ Previous 1 2
mikro commented on 2024-06-23 17:28 (UTC) (edited on 2024-06-23 17:29 (UTC) by mikro)
I'm getting the same error as mentioned in https://aur.archlinux.org/packages/lib32-libstdc++5#comment-972234. Strangely, lib32-libstdc++5 compiles fine for me but this one (libstdc++5) doesn't.
lib32-libstdc++5 has quite a lot of differences compared to this one, maybe one of them makes it fixed.
MarsSeed commented on 2022-03-07 18:22 (UTC) (edited on 2022-03-07 18:23 (UTC) by MarsSeed)
@grcancelliere Please recheck, @JstKddng has pushed a fix commit for the issue you reported.
Please note, however, that bash is mandatory for base, a package required on all Arch Linux installations.
Also, on Arch, bash is the only package that provides
sh
.Therefore, it is not the job of package maintainers to customize packages for non-Arch-compliant setups.
Consequently, users of other shells are advised to make sure
makepkg
is executed viabash
.It is also important to note that fish is not compatible with either bash or POSIX.
grcancelliere commented on 2022-03-06 07:44 (UTC) (edited on 2022-03-06 10:12 (UTC) by grcancelliere)
@JstKddng I got an error today:
Since lib32-libstdc++5 works I checked the PKGBUILD and I saw that lib32-libstdc++5 forces the build() function to use bash:
probably because fixinc.sh uses bashisms from the user shell, and fish doesn't support them. Could you update the PKGBUILD like lib32-libstc++5 did?
EDIT: I just tried and the
export SHELL
addition fixed the compilation.MarsSeed commented on 2022-03-05 19:51 (UTC) (edited on 2022-03-05 21:24 (UTC) by MarsSeed)
@JstKddng Thanks for updating and fixing the package! :)
You can now delete these two patch files as they are no longer used:
MarsSeed commented on 2022-03-05 15:04 (UTC) (edited on 2022-03-05 21:23 (UTC) by MarsSeed)
I was able to fix this by aligning it with the working lib32-libstdc++5.
Uploaded my suggested patch.
libstdc++5-0001-fix-build.patch (Edit: removed; not needed - package fixed by @JstKddng)
FabioLolix commented on 2022-02-22 18:28 (UTC)
The Arch package exists at https://archive.archlinux.org/packages/l/libstdc%2B%2B5/ for the moment
jonathanschillin commented on 2022-02-20 16:35 (UTC)
I got below error message too now. This package is required e.g. for iscan, thus I cannot use my scanner now with this bug in place. It would be amazing if someone could fix this!
synthead commented on 2022-02-20 05:31 (UTC)
There's a segmentation fault when building this package. This was attempted 2022-02-19 with glibc 2.35-2 and gcc 11.2.0-3.
« First ‹ Previous 1 2