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: Pavel Vinogradov <vin.public AT gmail.com>
  • To: Ismael Luceno <ismael AT iodev.co.uk>
  • Cc: Pavel Vinogradov <public AT sourcemage.org>, sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (c410c09fee27065d4aa3e0775818cb2501b12e36)
  • Date: Thu, 2 Feb 2023 11:50:29 -0500

hmhmhm, I don't have libiconv installed, only one that comes with glibc, I
think. Is it possible to temporarily dispel libiconv on musl machine without
breaking it and see if bash compiles?

On Thu, Feb 02, 2023 at 05:17:21PM +0100, Ismael Luceno wrote:
> 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