Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 190046
Alias:
Product:
Component:
Status: RESOLVED
Resolution: WORKSFORME
Assigned To: Steev Klimaszewski <steev@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Mathias Laurin <Mathias.Laurin@gmail.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
einfo emerge --info text/plain Mathias Laurin 2007-08-24 14:34 0000 8.12 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 190046 depends on: Show dependency tree
Bug 190046 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-08-24 14:33 0000
emerging networkmanager-0.6.5 fails when executing ./configure and complains
(wrongly) that iproute2 was not installed

Reproducible: Always

Steps to Reproduce:
1.emerge networkmanager
2.
3.

Actual Results:  
checking for ip... no
configure: error: iproute2 was not installed.  See
http://linux-net.osdl.org/index.php/Iproute2


Expected Results:  
configure and compile

--- CUT HERE --- networkmanager-0.6.5.ebuild ---
50c50,51
<       --enable-notification-icon"
---
>       --enable-notification-icon\
>       --with-ip=/sbin/tc"
--- CUT HERE

forcing the path to iproute2 (/sbin/tc) works.

emerge --info

(I use mildy fancy LDFLAGS but I tried recompiling both iproute2 and
networkmanager with LDFLAGS="" and got the same results + it is not a linker
error)

------- Comment #1 From Mathias Laurin 2007-08-24 14:34:54 0000 -------
Created an attachment (id=129072) [details]
emerge --info

------- Comment #2 From Robert Buchholz 2007-09-01 13:21:22 0000 -------
For me, sys-apps/iproute2 provides /sbin/ip - which the configure is looking
for.

What version of iproute2 do you have installed?
Does /sbin/ip exist for you? If not, please attach
/var/db/pkg/sys-apps/iproute2-*/CONTENTS here and try reinstalling the current
stable.

------- Comment #3 From Mathias Laurin 2007-09-03 01:10:43 0000 -------
(In reply to comment #2)
> For me, sys-apps/iproute2 provides /sbin/ip - which the configure is looking
> for.

"ls: cannot access /sbin/ip: No such file or directory"
This is iproute2-2.6.22.20070710.

> /var/db/pkg/sys-apps/iproute2-*/CONTENTS here and try reinstalling the current
> stable.

--- CUT HERE /var/db/pkg/sys-apps/iproute2-2.6.22.20070710/CONTENTS ---
dir /sbin
obj /sbin/tc da46627e9e9b3226c0fe4af9496e3f0b 1188550335
--- CUT HERE ---

I just checked the ebuild and I had the "minimal" USE-flag on, which prevents
/sbin/ip from being installed.

My bad, sorry.

------- Comment #4 From Robert Buchholz 2007-09-05 20:37:48 0000 -------
I added a built_with_use die in case someone else runs into this.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug