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

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: 21
Popularity: 0.021511
First Submitted: 2018-11-28 21:45 (UTC)
Last Updated: 2021-10-05 17:37 (UTC)

Latest Comments

1 2 3 Next › Last »

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.

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.

_nproc=$((_nproc>8?8:_nproc))

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!!