Package Details: libstdc++5 3.3.6-9

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.101543
First Submitted: 2022-02-10 14:18 (UTC)
Last Updated: 2024-07-16 19:39 (UTC)

Latest Comments

« First ‹ Previous 1 2

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.

make[1]: Entering directory '/home/max/aur/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 -c -DHAVE_CONFIG_H -march=x86-64 -O2 -I. -I../../gcc-3.3.6/libiberty/../include  -W -Wall -Wtraditional -pedantic -fpic ../../gcc-3.3.6/libiberty/regex.c -o pic/regex.o; \
else true; fi
In file included from /usr/include/features.h:490,
                 from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdlib.h:26,
                 from ../../gcc-3.3.6/libiberty/regex.c:130:
/usr/include/sys/cdefs.h:1: internal compiler error: Segmentation fault
    1 | /* Copyright (C) 1992-2022 Free Software Foundation, Inc.
      | 
0x153c6a4 internal_error(char const*, ...)
    ???:0
0x154b15f cpp_classify_number(cpp_reader*, cpp_token const*, char const**, unsigned int)
    ???:0
0x15629ba _cpp_parse_expr
    ???:0
0x155e528 _cpp_handle_directive
    ???:0
0x155e788 _cpp_lex_token
    ???:0
0x6ded17 c_lex_with_flags(tree_node**, unsigned int*, unsigned char*, int)
    ???:0
0x68a06c c_parse_file()
    ???:0
0x6ecef2 c_common_parse_file()
    ???:0