Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 780039 - net-proxy/dante-1.4.1-r2 - x86_64-pc-linux-gnu-gcc: error: unrecognized command-line option -all-dynamic
Summary: net-proxy/dante-1.4.1-r2 - x86_64-pc-linux-gnu-gcc: error: unrecognized comma...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: slibtool
  Show dependency tree
 
Reported: 2021-04-04 18:51 UTC by Toralf Förster
Modified: 2022-05-07 04:29 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.77 KB, text/plain)
2021-04-04 18:51 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,228.30 KB, text/plain)
2021-04-04 18:51 UTC, Toralf Förster
Details
environment (environment,90.58 KB, text/plain)
2021-04-04 18:51 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,22.80 KB, application/x-bzip)
2021-04-04 18:51 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,88.44 KB, application/x-bzip)
2021-04-04 18:51 UTC, Toralf Förster
Details
net-proxy:dante-1.4.1-r2:20210404-184459.log (net-proxy:dante-1.4.1-r2:20210404-184459.log,304.97 KB, text/plain)
2021-04-04 18:51 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,36.53 KB, application/x-bzip)
2021-04-04 18:51 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-04-04 18:51:44 UTC
x86_64-pc-linux-gnu-gcc: error: unrecognized command-line option ‘-all-dynamic’; did you mean ‘-rdynamic’?
rdlibtool: exec error upon slbt_exec_link_create_library(), line 1446: (see child process error messages).
rdlibtool: < returned to > slbt_exec_link(), line 1868.
make[1]: *** [Makefile:575: libdsocks.la] Error 2

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no-multilib-20210331-001544

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

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.9
Available Ruby profiles:
  (none found)
Available Rust versions:
  [1]   rust-bin-1.51.0
  [2]   rust-1.51.0 *
The following VMs are available for generation-2:
*)	AdoptOpenJDK 8.282_p08 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   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	Sun Apr  4 18:05:56 UTC 2021

emerge -qpvO net-proxy/dante
[ebuild  N    ] net-proxy/dante-1.4.1-r2  USE="pam tcpd -debug -kerberos (-selinux) -static-libs -upnp"
Comment 1 Toralf Förster gentoo-dev 2021-04-04 18:51:45 UTC
Created attachment 697305 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-04-04 18:51:47 UTC
Created attachment 697308 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2021-04-04 18:51:48 UTC
Created attachment 697311 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2021-04-04 18:51:49 UTC
Created attachment 697314 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2021-04-04 18:51:51 UTC
Created attachment 697317 [details]
logs.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-04-04 18:51:53 UTC
Created attachment 697320 [details]
net-proxy:dante-1.4.1-r2:20210404-184459.log
Comment 7 Toralf Förster gentoo-dev 2021-04-04 18:51:54 UTC
Created attachment 697323 [details]
temp.tar.bz2
Comment 8 orbea 2022-05-06 14:36:07 UTC
-all-dynamic seems to be a bogus argument and removing it fixes the build.
Comment 9 Larry the Git Cow gentoo-dev 2022-05-07 04:29:41 UTC
The bug has been referenced in the following commit(s):

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

commit 2c4a8d7c2c850e8b9a1859a6d7cfb2bd4769cf0e
Author:     orbea <orbea@riseup.net>
AuthorDate: 2022-05-06 14:03:13 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-05-07 04:29:34 +0000

    net-proxy/dante: Fix build with slibtool
    
    Removing -all-dynamic is the easiest choice as nothing seems
    to actually provide that argument. GNU libtool of course will
    ignore the issue.
    
    Bug: https://bugs.gentoo.org/780039
    Signed-off-by: orbea <orbea@riseup.net>
    Closes: https://github.com/gentoo/gentoo/pull/25349
    Signed-off-by: Sam James <sam@gentoo.org>

 net-proxy/dante/dante-1.4.1-r6.ebuild | 3 +++
 1 file changed, 3 insertions(+)