Package Details: mips64-linux-gnu-gcc-bootstrap 12.2.0-1

Git Clone URL: https://aur.archlinux.org/mips64-linux-gnu-gcc-bootstrap.git (read-only, click to copy)
Package Base: mips64-linux-gnu-gcc-bootstrap
Description: The GNU Compiler Collection - bootstrap/stage1 cross compiler for the MIPS64 target (for the toolchain with GNU C library and multilib ABI)
Upstream URL: https://gcc.gnu.org/
Licenses: GPL, custom, LGPL, FDL
Conflicts: mips64-linux-gnuabi32-gcc-bootstrap, mips64-linux-gnuabi64-gcc-bootstrap, mips64-linux-gnuabin32-gcc-bootstrap
Provides: mips64-linux-gnuabi32-gcc-bootstrap, mips64-linux-gnuabi64-gcc-bootstrap, mips64-linux-gnuabin32-gcc-bootstrap
Submitter: dbermond
Maintainer: dbermond
Last Packager: dbermond
Votes: 2
Popularity: 0.000000
First Submitted: 2021-10-31 18:37 (UTC)
Last Updated: 2022-08-20 03:00 (UTC)

Latest Comments

dbermond commented on 2021-12-24 20:08 (UTC)

@flagrama Fixed.

flagrama commented on 2021-12-24 02:31 (UTC)

I'm currently getting a -Werror=format-security related error when trying to make this package.

x86_64-pc-linux-gnu-g++  -I/home/vcunningham/Development/arch-packages/mips64-linux-gnu-gcc-bootstrap/src/gcc-11.2.0/libcpp -I. -I/home/vcunningham/Development/arch-packages/mips64-linux-gnu-gcc-bootstrap/src/gcc-11.2.0/libcpp/../include -I/home/vcunningham/Development/arch-packages/mips64-linux-gnu-gcc-bootstrap/src/gcc-11.2.0/libcpp/include  -march=x86-64 -mtune=generic -O2  -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long  -fno-exceptions -fno-rtti -I/home/vcunningham/Development/arch-packages/mips64-linux-gnu-gcc-bootstrap/src/gcc-11.2.0/libcpp -I. -I/home/vcunningham/Development/arch-packages/mips64-linux-gnu-gcc-bootstrap/src/gcc-11.2.0/libcpp/../include -I/home/vcunningham/Development/arch-packages/mips64-linux-gnu-gcc-bootstrap/src/gcc-11.2.0/libcpp/include    -c -o expr.o -MT expr.o -MMD -MP -MF .deps/expr.Tpo /home/vcunningham/Development/arch-packages/mips64-linux-gnu-gcc-bootstrap/src/gcc-11.2.0/libcpp/expr.c
/home/vcunningham/Development/arch-packages/mips64-linux-gnu-gcc-bootstrap/src/gcc-11.2.0/libcpp/expr.c: In function ‘unsigned int cpp_classify_number(cpp_reader*, const cpp_token*, const char**, location_t)’:
/home/vcunningham/Development/arch-packages/mips64-linux-gnu-gcc-bootstrap/src/gcc-11.2.0/libcpp/expr.c:811:35: error: format not a string literal and no format arguments [-Werror=format-security]
811 |             cpp_warning_with_line (pfile, CPP_W_LONG_LONG, virtual_location,
    |             ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
812 |                                    0, message);
    |                                    ~~~~~~~~~~~
/home/vcunningham/Development/arch-packages/mips64-linux-gnu-gcc-bootstrap/src/gcc-11.2.0/libcpp/expr.c:814:38: error: format not a string literal and no format arguments [-Werror=format-security]
814 |             cpp_pedwarning_with_line (pfile, CPP_W_LONG_LONG,
    |             ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
815 |                                       virtual_location, 0, message);
    |                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/vcunningham/Development/arch-packages/mips64-linux-gnu-gcc-bootstrap/src/gcc-11.2.0/libcpp/expr.c:824:33: error: format not a string literal and no format arguments [-Werror=format-security]
824 |           cpp_warning_with_line (pfile, CPP_W_SIZE_T_LITERALS,
    |           ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
825 |                                  virtual_location, 0, message);
    |                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1plus: some warnings being treated as errors
make[1]: *** [Makefile:226: expr.o] Error 1
make[1]: Leaving directory '/home/vcunningham/Development/arch-packages/mips64-linux-gnu-gcc-bootstrap/src/build/build-x86_64-pc-linux-gnu/libcpp'
make: *** [Makefile:2912: all-build-libcpp] Error 2
==> ERROR: A failure occurred in build().
    Aborting...