Package Details: lib32-gcc53-alternative-libs 5.3.0-1

Git Clone URL: https://aur.archlinux.org/gcc53-alternative-multilib.git (read-only, click to copy)
Package Base: gcc53-alternative-multilib
Description: Runtime GCC 5.3 libraries (32-bit)
Upstream URL: http://gcc.gnu.org
Licenses: GPL, custom, LGPL, FDL
Submitter: wtx
Maintainer: wtx
Last Packager: wtx
Votes: 3
Popularity: 0.000000
First Submitted: 2016-05-09 06:34 (UTC)
Last Updated: 2018-05-12 15:37 (UTC)

Latest Comments

NeWolf commented on 2025-02-25 08:53 (UTC)

It fails to build I'm getting following error:


In file included from /home/newolf/gcc53-alternative-multilib/src/gcc-5.3.0/libcpp/expr.c:22:
/home/newolf/gcc53-alternative-multilib/src/gcc-5.3.0/libcpp/internal.h:594:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined]
  594 | #if HAVE_DESIGNATED_INITIALIZERS
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/newolf/gcc53-alternative-multilib/src/gcc-5.3.0/libcpp/expr.c: In function ‘unsigned int cpp_classify_number(cpp_reader*, const cpp_token*, const char**, source_location)’:
/home/newolf/gcc53-alternative-multilib/src/gcc-5.3.0/libcpp/expr.c:680:35: error: format not a string literal and no format arguments [-Werror=format-security]
  680 |             cpp_warning_with_line (pfile, CPP_W_LONG_LONG, virtual_location,
      |             ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  681 |                                    0, message);
      |                                    ~~~~~~~~~~~
/home/newolf/gcc53-alternative-multilib/src/gcc-5.3.0/libcpp/expr.c:683:38: error: format not a string literal and no format arguments [-Werror=format-security]
  683 |             cpp_pedwarning_with_line (pfile, CPP_W_LONG_LONG,
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
  684 |                                       virtual_location, 0, message);
      |                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1plus: some warnings being treated as errors
make[3]: *** [Makefile:224: expr.o] Error 1
make[3]: Leaving directory '/home/newolf/gcc53-alternative-multilib/src/gcc-build/build-x86_64-pc-linux-gnu/libcpp'
make[2]: *** [Makefile:2786: all-build-libcpp] Error 2
make[2]: Leaving directory '/home/newolf/gcc53-alternative-multilib/src/gcc-build'
make[1]: *** [Makefile:20048: stage1-bubble] Error 2
make[1]: Leaving directory '/home/newolf/gcc53-alternative-multilib/src/gcc-build'
make: *** [Makefile:904: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

wtx commented on 2018-05-12 16:03 (UTC)

@Trinket: I made some fixes. Should be ok now.

Trinket commented on 2018-05-11 15:48 (UTC) (edited on 2018-05-11 15:48 (UTC) by Trinket)

Build fails with error

In file included from /tmp/makepkg/gcc53-alternative-multilib/src/gcc-5.3.0/libgcc/unwind-dw2.c:401:0:

./md-unwind-support.h: In function ‘x86_fallback_frame_state’:

./md-unwind-support.h:141:18: error: field ‘uc’ has incomplete type

struct ucontext uc;

Could you please fix it? Thank you!

wtx commented on 2016-07-07 06:16 (UTC)

@severach: Ok, I added --build option to PKGBUILD however I didn't notice any crashes during build on my system.

severach commented on 2016-07-07 01:48 (UTC)

Crashes at make ... doc-man-doxygen due to changes in CHOST. Please add --build="${CHOST}" to your configure line.

wtx commented on 2016-07-01 08:36 (UTC)

@daviid00: should be fixed now

daviid00 commented on 2016-06-29 16:49 (UTC)

This package cannot be compiled with an up-to-date Archlinux. During the build process, the /usr/lib folder is parsed. In my case, the build fails because of libLLVM-3.8.so: ranlib: /home/drobinson/aur/gcc53-alternative-multilib/src/gcc-build/x86_64-unknown-linux-gnu/libstdc++-v3/src/.libs/libstdc++.so.6: version `GLIBCXX_3.4.22' not found (required by /usr/lib/libLLVM-3.8.so)