Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 776727

Summary: net-analyzer/ssldump-1.1 [-ssl] - checking target system type... Invalid configuration `no': machine `no-unknown' not recognized configure: error: /bin/sh ./config.sub no failed
Product: Gentoo Linux Reporter: ernsteiswuerfel <erhard_f>
Component: Current packagesAssignee: Gentoo Netmon project <netmon>
Status: RESOLVED FIXED    
Severity: normal CC: ionen, sam
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 776553    
Attachments: build.log
config.log
emerge --info

Description ernsteiswuerfel archtester 2021-03-16 16:28:12 UTC
Created attachment 691839 [details]
build.log

[...]
checking build system type... powerpc-unknown-linux-gnu
checking host system type... powerpc-unknown-linux-gnu
checking target system type... Invalid configuration `no': machine `no-unknown' not recognized
configure: error: /bin/sh ./config.sub no failed

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/net-analyzer/ssldump-1.1/work/ssldump-1.1/config.log
 * ERROR: net-analyzer/ssldump-1.1::gentoo failed (configure phase):
 *   econf failed
 * 
 * Call stack:
 *               ebuild.sh, line  125:  Called src_configure
 *             environment, line 1108:  Called econf 'no' '--with-pcap-inc=/usr/include' '--with-pcap-lib=/usr/lib'


Build with +ssl shows now such failure:

 # cat ssldump-776553.report 
USE tests started on Di 16. Mär 17:15:45 CET 2021

FEATURES=' test' USE='' succeeded for =net-analyzer/ssldump-1.1
USE='-ssl' failed for =net-analyzer/ssldump-1.1
USE='ssl' succeeded for =net-analyzer/ssldump-1.1
Comment 1 ernsteiswuerfel archtester 2021-03-16 16:28:28 UTC
Created attachment 691842 [details]
config.log
Comment 2 ernsteiswuerfel archtester 2021-03-16 16:28:59 UTC
Created attachment 691845 [details]
emerge --info
Comment 3 Ionen Wolkens gentoo-dev 2021-03-16 17:09:33 UTC
Can reproduce on amd64 as well:

checking host system type... x86_64-pc-linux-gnu
checking target system type... Invalid configuration `no': machine `no-unknown' not recognized
configure: error: /bin/sh ./config.sub no failed

ssldump-1.3 is fine on the other hand likely thanks to eautoreconf
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-03-17 00:11:06 UTC
Took way too long with me staring at:

>checking target system type... Invalid configuration `no': machine `no-unknown' not recognized
>configure: error: /bin/sh ./config.sub no failed

...
Comment 5 Larry the Git Cow gentoo-dev 2021-03-17 00:15:22 UTC
The bug has been closed via the following commit(s):

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

commit da8cbf47d255bb00739e453c9787cd85637082fe
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-03-17 00:11:23 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-03-17 00:12:55 +0000

    net-analyzer/ssldump: fix USE=-ssl build
    
    Closes: https://bugs.gentoo.org/776727
    Signed-off-by: Sam James <sam@gentoo.org>

 net-analyzer/ssldump/ssldump-1.1.ebuild | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)