Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 386139 - net-misc/connman-0.75 fails configure phase needing header files
Summary: net-misc/connman-0.75 fails configure phase needing header files
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Robert Piasek (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 353440
  Show dependency tree
 
Reported: 2011-10-07 19:29 UTC by Ian Delaney (RETIRED)
Modified: 2011-10-08 14:15 UTC (History)
0 users

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


Attachments
the build log (build.log,7.80 KB, text/plain)
2011-10-07 19:30 UTC, Ian Delaney (RETIRED)
Details
my emerge --info (emerge.info,4.58 KB, text/plain)
2011-10-07 19:30 UTC, Ian Delaney (RETIRED)
Details
the config log (config.log,33.03 KB, text/plain)
2011-10-07 20:02 UTC, Ian Delaney (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ian Delaney (RETIRED) gentoo-dev 2011-10-07 19:29:31 UTC
testing package connman.  
Invoking emerge with 

USE="bluetooth caps ethernet policykit wifi -debug -doc -examples -google -ntpd -ofono -openvpn -threads tools vpnc wimax" emerge connman

triggers build failure

Reproducible: Always

Steps to Reproduce:
1. Set USE="bluetooth caps ethernet policykit wifi -debug -doc -examples -google -ntpd -ofono -openvpn -threads tools vpnc wimax"
2. emerge package
3.
Actual Results:  
checking linux/if_alg.h usability... no
checking linux/if_alg.h presence... no
checking for linux/if_alg.h... no
configure: error: User-space algorithm header files are required
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2011-10-07 19:30:06 UTC
Created attachment 289105 [details]
the build log
Comment 2 Ian Delaney (RETIRED) gentoo-dev 2011-10-07 19:30:29 UTC
Created attachment 289107 [details]
my emerge --info
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2011-10-07 19:54:56 UTC
Should be part of sys-kernel/linux-headers in /usr/include/linux/if_alg.h
Comment 4 Ian Delaney (RETIRED) gentoo-dev 2011-10-07 20:02:18 UTC
Created attachment 289109 [details]
the config log
Comment 5 Samuli Suominen (RETIRED) gentoo-dev 2011-10-08 14:15:34 UTC
+  08 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> connman-0.75.ebuild:
+  Raise linux-headers dependencies to 2.6.38 for linux/if_alg.h wrt #386139 by
+  Ian Delaney