Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 582656 - net-libs/gnutls-3.5.0 compile error: srptool-args.c: No such file or directory
Summary: net-libs/gnutls-3.5.0 compile error: srptool-args.c: No such file or directory
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Crypto team [DISABLED]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-10 15:31 UTC by Jeff Kowalczyk
Modified: 2016-05-10 20:42 UTC (History)
1 user (show)

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


Attachments
emerge --info (emerge-info.txt,6.19 KB, text/plain)
2016-05-10 15:31 UTC, Jeff Kowalczyk
Details
build.log.gz (gzipped due to size) (build.log.gz,41.38 KB, application/octet-stream)
2016-05-10 15:33 UTC, Jeff Kowalczyk
Details
config.log.gz gzipped for size (config.log.gz,73.11 KB, text/plain)
2016-05-10 18:52 UTC, Jeff Kowalczyk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Kowalczyk 2016-05-10 15:31:17 UTC
Created attachment 433840 [details]
emerge --info

Compile error with net-libs/gnutls-3.5.0:

x86_64-pc-linux-gnu-gcc: error: srptool-args.c: No such file or directory
x86_64-pc-linux-gnu-gcc: fatal error: no input files
compilation terminated.
Makefile:1927: recipe for target 'srptool-args.lo' failed
Comment 1 Jeff Kowalczyk 2016-05-10 15:33:09 UTC
Created attachment 433842 [details]
build.log.gz (gzipped due to size)
Comment 2 Alon Bar-Lev (RETIRED) gentoo-dev 2016-05-10 18:23:44 UTC
checking for autogen... :
configure: WARNING:
***
*** autogen not found. Will not link against libopts.
***
Comment 3 Alon Bar-Lev (RETIRED) gentoo-dev 2016-05-10 18:25:26 UTC
Please send output of:
$ equery list sys-devel/autogen

Please attach config.log.
Comment 4 Jeff Kowalczyk 2016-05-10 18:49:50 UTC
% sudo equery list sys-devel/autogen
 * Searching for autogen in sys-devel ...
[IP-] [  ] sys-devel/autogen-5.18.4:0
Comment 5 Jeff Kowalczyk 2016-05-10 18:52:13 UTC
Created attachment 433870 [details]
config.log.gz gzipped for size
Comment 6 Alon Bar-Lev (RETIRED) gentoo-dev 2016-05-10 19:00:52 UTC
strange, please:

$ /usr/bin/autogen --version
Comment 7 Jeff Kowalczyk 2016-05-10 20:37:35 UTC
On my system, autogen seems to have gone missing:

% sudo /usr/bin/autogen --version                                                                                                                     
sudo: /usr/bin/autogen: command not found

% sudo which autogen
which: no autogen in (/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/opt/bin)

$ sudo equery files autogen |grep bin 
/usr/bin
/usr/bin/autogen
/usr/bin/autoopts-config
/usr/bin/columns
/usr/bin/getdefs
/usr/bin/xml2ag

% sudo emerge autogen --oneshot -pv
[ebuild   R    ] sys-devel/autogen-5.18.4::gentoo  USE="-libopts -static-libs"

After emerge, OK.

% sudo /usr/bin/autogen --version                                                                                                                     
autogen (GNU AutoGen) 5.18.4

Retry net-libs/gnutls-3.5.0 emerge, succeeds where it did not previously.

This bug can probably be closed as invalid.
Comment 8 Alon Bar-Lev (RETIRED) gentoo-dev 2016-05-10 20:42:13 UTC
Please consider:

# emerge --emptytree --keep-going @world

This will fix your entire system.