Search Criteria
Package Details: lib32-libstdc++5 3.3.6-9
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-2.0-or-later, LGPL-2.0-or-later |
Submitter: | arojas |
Maintainer: | severach |
Last Packager: | severach |
Votes: | 22 |
Popularity: | 0.191891 |
First Submitted: | 2018-11-28 21:45 (UTC) |
Last Updated: | 2024-05-16 16:14 (UTC) |
Dependencies (5)
- lib32-gcc-libs (lib32-gcc-libs-gitAUR, lib32-gccrs-libs-gitAUR, lib32-gcc-libs-snapshotAUR)
- lib32-glibc (lib32-glibc-gitAUR, lib32-glibc-linux4AUR, lib32-glibc-eacAUR, lib32-glibc-eac-binAUR, lib32-glibc-eac-rocoAUR)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR) (make)
- binutils (make)
- gcc-multilib (gcc-gitAUR, gcc-libs-gitAUR, gcc-fortran-gitAUR, gcc-objc-gitAUR, gcc-ada-gitAUR, gcc-go-gitAUR, gccrs-gitAUR, gccrs-libs-gitAUR, gcc-snapshotAUR, gcc) (make)
Latest Comments
« First ‹ Previous 1 2 3 Next › Last »
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
severach commented on 2019-01-14 00:50 (UTC)
Pull down a new PKGBUILD. I've already fixed all the problems.
BrianAllred commented on 2019-01-13 23:45 (UTC)
@severach
Where you you put those arguments? When I edit the PKGBUILD and add them to the CFLAGS and CXXFLAGS, I get errors about not recognizing them.
stramaz commented on 2019-01-09 08:45 (UTC)
thank you very much, now it works! :)
severach commented on 2019-01-09 02:27 (UTC)
Seems to work with snx. Tried
gcc-49
, didn't help.-m32
was needed but the big fix was-Wa,--32
.« First ‹ Previous 1 2 3 Next › Last »