Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (c410c09fee27065d4aa3e0775818cb2501b12e36)

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: Pavel Vinogradov <public AT sourcemage.org>
  • Cc: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (c410c09fee27065d4aa3e0775818cb2501b12e36)
  • Date: Thu, 2 Feb 2023 17:17:21 +0100

On 25/Jan/2023 00:16, Pavel Vinogradov wrote:
> GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:
>
> shell-term-fm/bash/DETAILS | 2 +-
> shell-term-fm/bash/HISTORY | 6 ++++++
> shell-term-fm/bash/PRE_BUILD | 4 +++-
> shell-term-fm/bash/patches/0001-evalfile.patch | 15 +++++++++++++++
> 4 files changed, 25 insertions(+), 2 deletions(-)
>
> New commits:
> commit c410c09fee27065d4aa3e0775818cb2501b12e36
> Author: Pavel Vinogradov <public AT sourcemage.org>
> Commit: Pavel Vinogradov <public AT sourcemage.org>
>
> shell-term-fm/bash: version 5.2.15
>
<...>

I'm getting the following error:
rm -f bash
gcc -L./builtins -L/usr/lib -L/usr/lib -L./lib/glob \
-L./lib/tilde -L./lib/sh -s -Wl,-znoseparate-code \
-Wl,--as-needed -rdynamic -march=native -mtune=native \
-m64 -pipe -fPIC -Os -static -o bash shell.o eval.o \
y.tab.o general.o make_cmd.o print_cmd.o dispose_cmd.o \
execute_cmd.o variables.o copy_cmd.o error.o expr.o \
flags.o jobs.o subst.o hashcmd.o hashlib.o mailcheck.o \
trap.o input.o unwind_prot.o pathexp.o sig.o test.o \
version.o alias.o array.o arrayfunc.o assoc.o braces.o \
bracecomp.o bashhist.o bashline.o list.o stringlib.o \
locale.o findcmd.o redir.o pcomplete.o pcomplib.o \
syntax.o xmalloc.o -lbuiltins -lglob -lsh -lreadline \
-lhistory -lncurses -ltilde /usr/lib/libiconv.so
/usr/bin/ld: attempted static link of dynamic object
`/usr/lib/libiconv.so'
collect2: error: ld returned 1 exit status
make: *** [Makefile:595: bash] Error 1

I'm not sure if it's a buildsystem error or there should be a static
libiconv.




Archive powered by MHonArc 2.6.24.

Top of Page