Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 791859 - app-emulation/hercules-3.13: checking whether getopt wrapper kludge is necessary... ./configure:line <snip>: ./libtool: Not found
Summary: app-emulation/hercules-3.13: checking whether getopt wrapper kludge is necess...
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: 252716
  Show dependency tree
 
Reported: 2021-05-24 17:16 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,16.54 KB, text/plain)
2021-05-24 17:16 UTC, Toralf Förster
Details
app-emulation:hercules-3.13:20210524-170744.log (app-emulation:hercules-3.13:20210524-170744.log,277.13 KB, text/plain)
2021-05-24 17:16 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,215.59 KB, text/plain)
2021-05-24 17:16 UTC, Toralf Förster
Details
environment (environment,85.62 KB, text/plain)
2021-05-24 17:16 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,17.25 KB, application/x-bzip)
2021-05-24 17:16 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,17.39 KB, application/x-bzip)
2021-05-24 17:16 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,43.06 KB, application/x-bzip)
2021-05-24 17:16 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-05-24 17:16:30 UTC
checking for off_t... yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking whether getopt wrapper kludge is necessary... ./configure: line 17505: ./libtool: No such file or directory
no
checking for what optimization flags to use ... (none) 
checking whether compiler supports -Wno-unused-but-set-variable... yes
checking whether compiler supports -Werror=declaration-after-statement... yes

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_developer-j2-20210521-113651

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-11.1.0 *
clang version 12.0.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/12/bin
/usr/lib/llvm/12
12.0.0
Python 3.8.10
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.52.1 *
The following VMs are available for generation-2:
1)	IcedTea JDK 3.18.0 [icedtea-8]
*)	AdoptOpenJDK 8.292_p10 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-8 
  [2]   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 May 24 15:20:42 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-05-24 17:16:31 UTC
Created attachment 711018 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-05-24 17:16:33 UTC
Created attachment 711021 [details]
app-emulation:hercules-3.13:20210524-170744.log
Comment 3 Toralf Förster gentoo-dev 2021-05-24 17:16:35 UTC
Created attachment 711024 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2021-05-24 17:16:36 UTC
Created attachment 711027 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2021-05-24 17:16:38 UTC
Created attachment 711030 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-05-24 17:16:39 UTC
Created attachment 711033 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2021-05-24 17:16:40 UTC
Created attachment 711036 [details]
temp.tar.bz2
Comment 8 Larry the Git Cow gentoo-dev 2021-11-18 08:00:56 UTC
The bug has been closed via the following commit(s):

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

commit e93a59e8449cc696897529bda6e40076e0f7bc75
Author:     Mike Frysinger <vapier@gentoo.org>
AuthorDate: 2021-11-18 07:43:44 +0000
Commit:     Mike Frysinger <vapier@gentoo.org>
CommitDate: 2021-11-18 07:59:46 +0000

    app-emulation/hercules: fix ./libtool not fond warnings #791859
    
    Use simpler logic to find shared library info, and use the system
    libtool to compile the test programs.  This shouldn't really matter
    in practice as this test was defaulting to "no" when the code wasn't
    working correctly, and now that it is, it still ends up as "no" as
    the hack shouldn't be needed on Linux systems with good shared lib
    infrastructure.
    
    Bug: https://bugs.gentoo.org/252716
    Closes: https://bugs.gentoo.org/791859
    Signed-off-by: Mike Frysinger <vapier@gentoo.org>

 .../files/hercules-3.13-unbundle-libltdl.patch     | 27 ++++++++++++++++++++++
 1 file changed, 27 insertions(+)