Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 276711 - app-crypt/gnupg-2.0.12 fails to compile with "configure: error: Cannot find a type to use in place of socklen_t"
Summary: app-crypt/gnupg-2.0.12 fails to compile with "configure: error: Cannot find a...
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-06 09:18 UTC by Sylvain Raybaud
Modified: 2009-07-07 12:26 UTC (History)
0 users

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


Attachments
output of emerge --info (wonder.emerge.info,3.47 KB, text/plain)
2009-07-06 09:19 UTC, Sylvain Raybaud
Details
app-crypt/gnupg-2.0.12 build log (gnupg.build.log,11.08 KB, text/plain)
2009-07-06 09:20 UTC, Sylvain Raybaud
Details
gnupg config.log (gnupg.config.log,103.61 KB, text/plain)
2009-07-06 09:31 UTC, Sylvain Raybaud
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sylvain Raybaud 2009-07-06 09:18:38 UTC
the errors appears during configure stage (log attached):
checking for socklen_t... no
checking for socklen_t equivalent... configure: error: Cannot find a type to use in place of socklen_t

gnupg-2.0.11 compiles successfuly


Reproducible: Always

Steps to Reproduce:
Comment 1 Sylvain Raybaud 2009-07-06 09:19:52 UTC
Created attachment 196869 [details]
output of emerge --info
Comment 2 Sylvain Raybaud 2009-07-06 09:20:37 UTC
Created attachment 196870 [details]
app-crypt/gnupg-2.0.12 build log
Comment 3 Sylvain Raybaud 2009-07-06 09:31:43 UTC
Created attachment 196875 [details]
gnupg config.log
Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2009-07-06 09:55:06 UTC
-msse -msse4 -msse4.1 -msse4.2 doesn't look very sane, I think you should try with -msse4.2 only since it should imply the other -msse flags

Also unsure of -mcx16 -msahf, try dropping
Comment 5 Sylvain Raybaud 2009-07-06 11:24:17 UTC
(In reply to comment #4)
> -msse -msse4 -msse4.1 -msse4.2 doesn't look very sane, I think you should try
> with -msse4.2 only since it should imply the other -msse flags
> 
> Also unsure of -mcx16 -msahf, try dropping
> 

these are the flags described in http://en.gentoo-wiki.com/wiki/Safe_Cflags/Intel#Core_i7

there was an "emerge kde-meta" running in the background which must have modified something because now I can no longer reproduce the bug, sorry... should probably have stoped it :/

If you think I can still provide more information please ask.
Comment 6 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-07-07 12:26:46 UTC
Update sys-kernel/linux-headers and reinstall sys-libs/glibc.