Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 359915 - net-wireless/bluez-4.87 fails make-stage, stating it's missing bluetooth/bluetooth.h
Summary: net-wireless/bluez-4.87 fails make-stage, stating it's missing bluetooth/blue...
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-22 11:22 UTC by M. B.
Modified: 2011-03-22 11:31 UTC (History)
0 users

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


Attachments
build.log (build.log,62.78 KB, text/plain)
2011-03-22 11:23 UTC, M. B.
Details

Note You need to log in before you can comment on or make changes to this bug.
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.