Package Details: libstdc++5 3.3.6-10

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.006236
First Submitted: 2022-02-10 14:18 (UTC)
Last Updated: 2025-02-16 18:54 (UTC)

Latest Comments

1 2 3 Next › Last »

FabioLolix commented on 2025-05-05 19:05 (UTC)

However my Manjaro still uses gcc 14.2.1 so I can't test it (yet). Will get back to it once I have gcc 15 installed.

Likely you can test using the Manjaro equivalent of devtools (manjaro-chroot I guess) for building in a chroot using the unstable branch where there is already gcc 15

mikro commented on 2025-05-05 18:41 (UTC)

@pobrn thanks for the build log. Indeed, this looks like an issue to be fixed. However my Manjaro still uses gcc 14.2.1 so I can't test it (yet). Will get back to it once I have gcc 15 installed.

pobrn commented on 2025-05-05 18:29 (UTC)

Does not build with GCC 15: https://gcc.gnu.org/gcc-15/porting_to.html#c23-fn-decls-without-parameters

../../gcc-3.3.6/libiberty/getpwd.c:41:14: error: conflicting types for ‘getwd’; have ‘char *(void)’
   41 | extern char *getwd ();
      |              ^~~~~
In file included from ../../gcc-3.3.6/libiberty/getpwd.c:30:
/usr/include/unistd.h:545:14: note: previous declaration of ‘getwd’ with type ‘char *(char *)’
  545 | extern char *getwd (char *__buf)
      |              ^~~~~
make[1]: *** [Makefile:127: getpwd.o] Error 1

mikro commented on 2025-05-04 15:15 (UTC)

Please don't flag it as "out of date only because you've experienced a build error. I built and installed this package in March 2025 without any issue so it's hardly out of date.

Unless you provide a more comprehensive bug report, I can't help you.

ok1dtm commented on 2025-05-04 14:14 (UTC)

No possible compile : gcc-3.3.6/libiberty/getpwd.c:41:14: error: conflicting types for ‘getwd’; have ‘char *(void)’

mikro commented on 2025-03-08 21:50 (UTC)

Works for me.

asteri0n commented on 2025-03-08 21:43 (UTC)

There's a problem in PKGBUILD: 'Failure while downloading https://gcc.gnu.org/pub/gcc/releases/gcc-3.3.6/gcc-core-3.3.6.tar.bz2' I was able to proceed by editing PKGBUILD: change 'https:' to 'ftp:' in the source= line

mikro commented on 2025-02-16 18:55 (UTC)

This is wrong, either make both rel 9 or 10 but don't mix up, can you fix this?

Ha, there was yet another file with pkgrel named .SRCINFO, I had no idea. Updated.

jan666 commented on 2025-02-16 18:14 (UTC)

If i update my pc through yay i keep getting this message:

libstdc++5: local (3.3.6-10) is newer than AUR (3.3.6-9)

This is likely because your version is 3.3.6-9 but your pkgbuild has release version 10?

This is wrong, either make both rel 9 or 10 but don't mix up, can you fix this?

mikro commented on 2024-07-16 19:42 (UTC)

There's a first time for everything. So I have moved my private repo to AUR (this one). Feel free to update and rebuild.