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

Bug 386139

Summary: net-misc/connman-0.75 fails configure phase needing header files
Product: Gentoo Linux Reporter: Ian Delaney (RETIRED) <idella4>
Component: Current packagesAssignee: Robert Piasek (RETIRED) <dagger>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: 10.0   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 353440    
Attachments: the build log
my emerge --info
the config log

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