Search Criteria
Package Details: lib32-libstdc++5 3.3.6-8
Package Actions
Git Clone URL: | https://aur.archlinux.org/lib32-libstdc++5.git (read-only, click to copy) |
---|---|
Package Base: | lib32-libstdc++5 |
Description: | Legacy GNU Standard C++ library version 3 (32 bit) |
Upstream URL: | http://gcc.gnu.org |
Licenses: | GPL, LGPL |
Submitter: | arojas |
Maintainer: | severach |
Last Packager: | severach |
Votes: | 20 |
Popularity: | 0.112946 |
First Submitted: | 2018-11-28 21:45 (UTC) |
Last Updated: | 2021-10-05 17:37 (UTC) |
Dependencies (4)
- lib32-gcc-libs (lib32-gccrs-libs-git, lib32-gcc-libs-git)
- bash (bash-devel-static-git, bash-git, bash-xdg, bash-devel-git, busybox-coreutils) (make)
- binutils (binutils-2.35.2) (make)
- gcc-multilib (gccrs-git, gccrs-libs-git, gccrs-fortran-git, gcc-git, gcc-libs-git, gcc-fortran-git, gcc-objc-git, gcc-ada-git, gcc-go-git, gcc) (make)
Latest Comments
1 2 3 Next › Last »
MarsSeed commented on 2022-03-05 15:09 (UTC)
The build works just fine for me.
inoxllor commented on 2021-10-05 17:10 (UTC) (edited on 2021-10-05 17:41 (UTC) by inoxllor)
If it returns this error when trying to install using yay: "==> ERROR: A failure occurred in prepare(). /usr/share/makepkg/util/message.sh: line 51: QUIET: unbound variable /usr/bin/makepkg: line 131: logpipe: unbound variable error making: lib32-libstdc++5"
Then install first the "base-devel" pack using: pacman -S base-devel
radrow commented on 2020-10-02 08:22 (UTC)
Build fails on my side
Nine_Black commented on 2020-03-08 01:42 (UTC)
I have 403 error forbidden for link (https://gcc.gnu.org/pub/gcc/releases/gcc-3.3.6/gcc-core-3.3.6.tar.bz2 - You don't have permission to access /pub/gcc/releases/gcc-3.3.6/gcc-core-3.3.6.tar.bz2 on this server.)
I saw the last comment (about changing ftp to https) and tried with ftp: // - and it's works.
sanket143 commented on 2019-01-25 20:13 (UTC)
I think the uri_path to gcc-core needs to change to https:// instead of ftp:// ftp requires authentication and returns connection reset by peers while using curl.
severach commented on 2019-01-18 05:37 (UTC)
There you go. I didn't change the function. I rewrote a couple of lines to avoid the blacklist. You might take it up with the author to see if that's something he really wants to blacklist.
All that line does is to limit the threaded make to 8 processors. Someday I'll have a 4096 processor machine on which I can test 4096 thread make. Until then I limit it to 8.
HalJordan commented on 2019-01-18 04:37 (UTC)
I'm getting the following:
aura >>= WARNING: The PKGBUILD of
lib32-libstdc++5
contains blacklisted bash expressions.aura >>=
_nproc>8?8:_nproc
is a strange thing to have in your array fields. Is it safe? aura >>= Cancelled further processing to avoid potentially malicious bash code.BrianAllred commented on 2019-01-14 16:36 (UTC)
It's fixed for me now. Thanks!!
severach commented on 2019-01-14 16:29 (UTC)
I fixed the shell. Try it now.
BrianAllred commented on 2019-01-14 05:00 (UTC) (edited on 2019-01-14 05:06 (UTC) by BrianAllred)
I did a clean git clone of the PKGBUILD and ran
makepkg -sr
. After a few seconds of compiling, I end up withmake TARGETS=oneprocess SHELL="/usr/bin/fish" CC="gcc" CFLAGS=" -march=i686 -m32 -O2 -pipe -DIN_GCC -W -Wwrite-strings -Wmissing-prototypes -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE" LDFLAGS="" LIBERTY="/home/brian/Documents/lib32-libstdc++5/src/gcc-build/gcc/../libiberty/libiberty.a" install-bin
make[2]: Entering directory '/home/brian/Documents/lib32-libstdc++5/src/gcc-build/gcc/fixinc'
/usr/bin/fish ../../../gcc-3.3.6/gcc/fixinc/genfixes machname.h
mv tmp-libgcc.mk libgcc.mk
../../../gcc-3.3.6/gcc/fixinc/genfixes (line 31): 'case' builtin not inside of switch block
case "$1" in
^
<W> fish: Error while reading file ../../../gcc-3.3.6/gcc/fixinc/genfixes
make[2]: *** [Makefile:111: machname.h] Error 127
make[2]: Leaving directory '/home/brian/Documents/lib32-libstdc++5/src/gcc-build/gcc/fixinc'
make[1]: *** [Makefile:2727: fixinc.sh] Error 2
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/home/brian/Documents/lib32-libstdc++5/src/gcc-build/gcc'
make: *** [Makefile:1546: all-gcc] Error 2
/usr/bin/makepkg: line 342: logpipe: unbound variable
1 2 3 Next › Last »