Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 830282 - app-shells/scsh-0.6.7-r2 - syscalls1.c:(.text+<snip>): undefined reference to crypt
Summary: app-shells/scsh-0.6.7-r2 - syscalls1.c:(.text+<snip>): undefined reference to...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Scheme Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-30 09:34 UTC by Toralf Förster
Modified: 2021-12-31 00:31 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,16.21 KB, text/plain)
2021-12-30 09:34 UTC, Toralf Förster
Details
app-shells:scsh-0.6.7-r2:20211230-025305.log (app-shells:scsh-0.6.7-r2:20211230-025305.log,27.46 KB, text/plain)
2021-12-30 09:34 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,56.17 KB, text/plain)
2021-12-30 09:35 UTC, Toralf Förster
Details
environment (environment,52.10 KB, text/plain)
2021-12-30 09:35 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,9.31 KB, application/x-bzip)
2021-12-30 09:35 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,9.19 KB, application/x-bzip)
2021-12-30 09:35 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,17.89 KB, application/x-bzip)
2021-12-30 09:35 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2021-12-30 09:34:56 UTC
  No emulation specific options
x86_64-pc-linux-gnu-ar: supported targets: elf64-x86-64 elf32-i386 elf32-iamcu elf32-x86-64 pei-i386 pe-x86-64 pei-x86-64 elf64-l1om elf64-k1om elf64-little elf64-big elf32-little elf32-big srec symbolsrec verilog tekhex binary ihex plugin
make: *** [Makefile:271: scsh/libscsh.a] Error 1
/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.1/../../../../x86_64-pc-linux-gnu/bin/ld: scsh/syscalls1.o: in function `scm_crypt':
syscalls1.c:(.text+0x1f4a): undefined reference to `crypt'
collect2: error: ld returned 1 exit status
make: *** [Makefile:246: scshvm] Error 1

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_systemd-j4-20211229-114809

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-11.2.1 *
/usr/lib/llvm/13
13.0.0
Python 3.9.9
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby27 (with Rubygems)
  [3]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.57.0 *
The following VMs are available for generation-2:
*)	AdoptOpenJDK 8.312_p07 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.10.4
php cli:

  HEAD of ::gentoo
commit 5c43eba57374e8e3bb14b592561a78c1e561767a
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Thu Dec 30 00:36:47 2021 +0000

    2021-12-30 00:36:45 UTC

emerge -qpvO app-shells/scsh
[ebuild  N    ] app-shells/scsh-0.6.7-r2
Comment 1 Toralf Förster gentoo-dev 2021-12-30 09:34:58 UTC
Created attachment 760816 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-12-30 09:34:59 UTC
Created attachment 760817 [details]
app-shells:scsh-0.6.7-r2:20211230-025305.log
Comment 3 Toralf Förster gentoo-dev 2021-12-30 09:35:00 UTC
Created attachment 760818 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2021-12-30 09:35:01 UTC
Created attachment 760819 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2021-12-30 09:35:02 UTC
Created attachment 760820 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-12-30 09:35:03 UTC
Created attachment 760821 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2021-12-30 09:35:04 UTC
Created attachment 760822 [details]
temp.tar.bz2
Comment 8 Larry the Git Cow gentoo-dev 2021-12-31 00:31:27 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93fbed6e982f91eb32076fbf42c017cfcdd6c7ac

commit 93fbed6e982f91eb32076fbf42c017cfcdd6c7ac
Author:     Maciej Barć <xgqt@gentoo.org>
AuthorDate: 2021-12-31 00:11:18 +0000
Commit:     Maciej Barć <xgqt@gentoo.org>
CommitDate: 2021-12-31 00:31:22 +0000

    app-shells/scsh: build only on 32bit arches; tests; format
    
    libcrypt/GCC not being 32bit/multilib bugs:
    - https://bugs.gentoo.org/589122
    - https://bugs.gentoo.org/710570
    - https://bugs.gentoo.org/830282
    
    Thanks for patches:
    - SCSH_LIB_DIRS environment variable:
      adam@michalik.es
      https://bugs.gentoo.org/413791#c0
    - scheme48vm-prelude (for tests)
      https://bugs.gentoo.org/299414#c2
    
    Closes: https://bugs.gentoo.org/299414
    Closes: https://bugs.gentoo.org/413791
    Closes: https://bugs.gentoo.org/589122
    Closes: https://bugs.gentoo.org/710570
    Closes: https://bugs.gentoo.org/722442
    Closes: https://bugs.gentoo.org/830282
    Signed-off-by: Maciej Barć <xgqt@gentoo.org>

 app-shells/scsh/files/0.6.7-Makefile.in-AR.patch   | 26 ++++++++++
 ...0.6.7-scheme48vm-prelude.h-SMALL_MULTIPLY.patch | 11 ++++
 app-shells/scsh/scsh-0.6.7-r2.ebuild               | 47 ------------------
 app-shells/scsh/scsh-0.6.7-r3.ebuild               | 58 ++++++++++++++++++++++
 profiles/arch/amd64/no-multilib/package.mask       |  1 +
 5 files changed, 96 insertions(+), 47 deletions(-)