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

Bug 359915

Summary: net-wireless/bluez-4.87 fails make-stage, stating it's missing bluetooth/bluetooth.h
Product: Gentoo Linux Reporter: M. B. <tomboy64>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

Description M. B. 2011-03-22 11:22:52 UTC
Bluez completes configure stage successfully but fails on make.
Running a manual "make" in /var/tmp/portage/net-wireless/bluez-4.87/work/bluez-4.87/ completes successfully, performing also more tasks than when run via emerge.

Reproducible: Always

Steps to Reproduce:
1. emerge bluez

Actual Results:  
then watch it fail during make

Expected Results:  
running make manually it generates lib/bluetooth/bluetooth.h
Comment 1 M. B. 2011-03-22 11:23:47 UTC
Created attachment 266831 [details]
build.log

build.log from emerge's compilation
Comment 2 M. B. 2011-03-22 11:31:29 UTC
hrm

seems like bluez's make is not threadsafe.
-j1 makes it compile without problems.