Package Details: lib32-libstdc++5 3.3.6-9

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: 20
Popularity: 0.011588
First Submitted: 2018-11-28 21:45 (UTC)
Last Updated: 2024-05-16 16:14 (UTC)

Latest Comments

1 2 3 Next › Last »

severach commented on 2024-05-20 15:00 (UTC)

Builds here with gcc14 in and out of clean chroot.

Kloudignite commented on 2024-05-20 12:48 (UTC)

Same for me, fails with

make[1]: *** [Makefile:127: regex.o] Error 1
make[1]: Leaving directory '/tmp/yay/lib32-libstdc++5/src/gcc-build/libiberty'
make: *** [Makefile:1293: all-libiberty] Error 2
==> ERROR: A failure occurred in build().
/usr/share/makepkg/util/message.sh: line 51: QUIET: unbound variable
/usr/bin/makepkg: line 131: logpipe: unbound variable

Scrolling a bit higher I see

make[1]: Entering directory '/tmp/yay/lib32-libstdc++5/src/gcc-build/libiberty'
if [ x"-fpic" != x ] && [ ! -d pic ]; then \
  mkdir pic; \
else true; fi
touch stamp-picdir
if [ x"-fpic" != x ]; then \
  gcc -Wno-implicit-int -Wno-implicit-function-declaration -Wno-incompatible-pointer-types -Wno-int-conversion -c -DHAVE_CONFIG_H -march=i686 -m32 -O2 -pipe -I. -I../../gcc-3.3.6/libiberty/../include  -W  -fpic ../../gcc-3.3.6/libiberty/regex.c -o pic/regex.o; \
else true; fi
In file included from ../../gcc-3.3.6/libiberty/regex.c:36:
./config.h:23:15: error: two or more data types in declaration specifiers
   23 | #define pid_t int

shibboleth commented on 2024-05-15 17:16 (UTC)

getting the same logpipe error with base-devel installed:

==> ERROR: A failure occurred in build().
/usr/share/makepkg/util/message.sh: line 51: QUIET: unbound variable
/usr/bin/makepkg: line 131: logpipe: unbound variable
:: Unable to build lib32-libstdc++5 - makepkg exited with code: 1

micwoj92 commented on 2024-05-11 15:07 (UTC)

This fails now with

Cannot find the GNU C library minor version number.

I found this bug report at Gentoo https://bugs.gentoo.org/919184, something related to gcc14 and modern C porting probably. However I don't know how to resolve this.

severach commented on 2024-01-26 20:21 (UTC) (edited on 2024-01-26 20:21 (UTC) by severach)

As instructed in the AUR page, pacman -Syu --noconfirm --needed base-devel

mikaelblomkvists commented on 2024-01-26 19:02 (UTC)

Build fails on my machine:

==> Starting prepare()...
/var/tmp/pamac-build-kamichal/lib32-libstdc++5/PKGBUILD: line 32: patch: command not found
/usr/share/makepkg/util/message.sh: line 84: RED: unbound variable
/usr/bin/makepkg: line 131: logpipe: unbound variable
Failed to build lib32-libstdc++5

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.