Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (783b7e677a77aad0192a354cd52f88d9c71e7300)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <ismael AT iodev.co.uk>
  • To: Treeve Jelbert <treeve AT sourcemage.org>
  • Cc: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (783b7e677a77aad0192a354cd52f88d9c71e7300)
  • Date: Thu, 27 May 2021 20:11:22 +0200

My builds with GCC 11 seem broken; linking issues. GCC 10 works fine.

C++ applications:

[100%] Linking C executable fluidsynth
/usr/bin/ld: libfluidsynth.so.3.0.0: undefined reference to
`std::__throw_bad_array_new_length()'

C applications:
- Inline functions go away with -O3 and -Os, but their references
remain, causing linking errors (e.g. I had to force -O2 on the
xournal spell).

On 27/Apr/2021 19:44, Treeve Jelbert wrote:
> GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:
>
> ChangeLog | 3 +++
> devel/binutils/DETAILS | 2 +-
> devel/binutils/HISTORY | 4 ++++
> gnu.gpg |binary
> gnu/gcc/DETAILS | 2 +-
> gnu/gcc/HISTORY | 3 +++
> 6 files changed, 12 insertions(+), 2 deletions(-)
>
> New commits:
> commit 783b7e677a77aad0192a354cd52f88d9c71e7300
> Author: Treeve Jelbert <treeve AT sourcemage.org>
> Commit: Treeve Jelbert <treeve AT sourcemage.org>
>
> binutils: => 2.36.1
>
> commit c345d285260f9cc3f49d48dcbeb68c89d0f5ef1c
> Author: Treeve Jelbert <treeve AT sourcemage.org>
> Commit: Treeve Jelbert <treeve AT sourcemage.org>
>
> gnu.gpg - update
>
> commit 7a1bb825261d30878d65c62469e7e3647949dbce
> Author: Treeve Jelbert <treeve AT sourcemage.org>
> Commit: Treeve Jelbert <treeve AT sourcemage.org>
>
> gcc: => 11.1.0
>
> diff --git a/ChangeLog b/ChangeLog
> index 599c312..38f4c79 100644
> --- a/ChangeLog
> +++ b/ChangeLog
> @@ -1,3 +1,6 @@
> +2021-04-27 Treeve Jelbert <treeve AT sourcemage.org>
> + * gnu.gpg: update Jakub Jelinek <jakub AT redhat.com>
> +
> 2021-04-25 Ismael Luceno <ismael AT sourcemage.org>
> * fonts-x11/ttf-chunk: new spell, An ultra-bold, ultra-awesome slab
> serif typeface
> diff --git a/devel/binutils/DETAILS b/devel/binutils/DETAILS
> index bdb0601..ffcceff 100755
> --- a/devel/binutils/DETAILS
> +++ b/devel/binutils/DETAILS
> @@ -1,5 +1,5 @@
> SPELL=binutils
> - VERSION=2.36
> + VERSION=2.36.1
> SOURCE=$SPELL-$VERSION.tar.xz
> SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
> SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
> diff --git a/devel/binutils/HISTORY b/devel/binutils/HISTORY
> index 7764edf..dec8bda 100644
> --- a/devel/binutils/HISTORY
> +++ b/devel/binutils/HISTORY
> @@ -1,3 +1,7 @@
> +2021-04-27 Treeve Jelbert <treeve AT sourcemage.org>
> + * DETAILS: version 2.36.1
> + previous 2.36 breaks build of gcc
> +
> 2021-02-26 Thomas Orgis <sobukus AT orgis.org>
> * BUILD, INSTALL: Stage the installed files in BUILD to avoid
> any fallout of non-trivial things happening in the install target
> diff --git a/gnu.gpg b/gnu.gpg
> index 6618be5..4e7b945 100644
> Binary files a/gnu.gpg and b/gnu.gpg differ
> diff --git a/gnu/gcc/DETAILS b/gnu/gcc/DETAILS
> index 4d055af..2b71edd 100755
> --- a/gnu/gcc/DETAILS
> +++ b/gnu/gcc/DETAILS
> @@ -1,5 +1,5 @@
> SPELL=gcc
> - VERSION=10.3.0
> + VERSION=11.1.0
> ISL_VERSION=0.23
> BASE_SOURCE_URL="https://ftp.gnu.org/pub/gnu/gcc/gcc-$VERSION";
> SOURCE=gcc-$VERSION.tar.xz
> diff --git a/gnu/gcc/HISTORY b/gnu/gcc/HISTORY
> index 14ce17f..dc2b4a0 100644
> --- a/gnu/gcc/HISTORY
> +++ b/gnu/gcc/HISTORY
> @@ -1,3 +1,6 @@
> +2021-04-27 Treeve Jelbert <treeve AT sourcemage.org>
> + * DETAILS: version 11.1.0
> +
> 2021-04-08 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
> * DETAILS: isl version 0.23
>
> _______________________________________________
> SM-Commit mailing list
> SM-Commit AT lists.ibiblio.org
> https://lists.ibiblio.org/mailman/listinfo/sm-commit

--
Ismael Luceno
http://iodev.co.uk/



  • Re: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (783b7e677a77aad0192a354cd52f88d9c71e7300), Ismael Luceno, 05/27/2021

Archive powered by MHonArc 2.6.24.

Top of Page