Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 779100 - app-emulation/hercules-3.13 - hdl.c:(.text+<snip>): undefined reference to lt_dlsym
Summary: app-emulation/hercules-3.13 - hdl.c:(.text+<snip>): undefined reference to lt...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: s390 team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: slibtool
  Show dependency tree
 
Reported: 2021-03-29 15:09 UTC by Toralf Förster
Modified: 2021-11-18 08:00 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,19.07 KB, text/plain)
2021-03-29 15:09 UTC, Toralf Förster
Details
app-emulation:hercules-3.13:20210329-132503.log (app-emulation:hercules-3.13:20210329-132503.log,173.32 KB, text/plain)
2021-03-29 15:09 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,350.63 KB, text/plain)
2021-03-29 15:09 UTC, Toralf Förster
Details
environment (environment,85.89 KB, text/plain)
2021-03-29 15:09 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,87.98 KB, application/x-bzip)
2021-03-29 15:09 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,16.82 KB, application/x-bzip)
2021-03-29 15:09 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,36.12 KB, application/x-bzip)
2021-03-29 15:09 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-03-29 15:09:47 UTC
/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: .libs/hdl.o: in function `hdl_fent':
hdl.c:(.text+0x2a3): undefined reference to `lt_dlsym'
/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: .libs/hdl.o: in function `hdl_modify_opcode':
hdl.c:(.text+0x3f9): undefined reference to `opcode_c4xx'
/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: hdl.c:(.text+0x44a): undefined reference to `opcode_edxx'

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_gnome_systemd-20210318-090503

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.1
 [2] x86_64-pc-linux-gnu-10.2.0 *
clang version 11.1.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/11/bin
/usr/lib/llvm/11
11.1.0
Python 3.8.8
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby27 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.50.0
  [2]   rust-1.50.0 *
The following VMs are available for generation-2:
1)	IcedTea JDK 3.17.1 [icedtea-8]
2)	IcedTea JDK 3.16.0 [icedtea-bin-8]
3)	OpenJDK 8.282_p08 [openjdk-8]
*)	AdoptOpenJDK 8.282_p08 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-8 
  [2]   icedtea-bin-8 
  [3]   openjdk-8 
  [4]   openjdk-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.10.4

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Mon Mar 29 12:35:47 UTC 2021

emerge -qpvO app-emulation/hercules
[ebuild  N    ] app-emulation/hercules-3.13  USE="bzip2 suid -custom-cflags"
Comment 1 Toralf Förster gentoo-dev 2021-03-29 15:09:48 UTC
Created attachment 695907 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-03-29 15:09:49 UTC
Created attachment 695910 [details]
app-emulation:hercules-3.13:20210329-132503.log
Comment 3 Toralf Förster gentoo-dev 2021-03-29 15:09:51 UTC
Created attachment 695913 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2021-03-29 15:09:53 UTC
Created attachment 695916 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2021-03-29 15:09:54 UTC
Created attachment 695919 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-03-29 15:09:55 UTC
Created attachment 695922 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2021-03-29 15:09:57 UTC
Created attachment 695925 [details]
temp.tar.bz2
Comment 8 Larry the Git Cow gentoo-dev 2021-11-18 08:00:55 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7609ae8d3ee84ed7313f19f3d677f251fcb5ea50

commit 7609ae8d3ee84ed7313f19f3d677f251fcb5ea50
Author:     Mike Frysinger <vapier@gentoo.org>
AuthorDate: 2021-11-18 07:20:04 +0000
Commit:     Mike Frysinger <vapier@gentoo.org>
CommitDate: 2021-11-18 07:59:45 +0000

    app-emulation/hercules: fix linking of modules with system libtool #779100
    
    Add missing linkage to the libhercu.la module for system libtool.
    This doesn't normally matter as the module is loaded by hercules
    which itself is linked against libtool.
    
    Bug: https://bugs.gentoo.org/252716
    Closes: https://bugs.gentoo.org/779100
    Signed-off-by: Mike Frysinger <vapier@gentoo.org>

 app-emulation/hercules/files/hercules-3.13-unbundle-libltdl.patch | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)