Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 491284 - net-misc/networkmanager-0.9.8.8 : stalled in pkg_postinst
Summary: net-misc/networkmanager-0.9.8.8 : stalled in pkg_postinst
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-14 22:59 UTC by Rodolphe Rocca
Modified: 2013-11-15 19:40 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rodolphe Rocca 2013-11-14 22:59:41 UTC
The ebuild installation freezes at the end of pkg_postinst because of an invalid "grep -q plugins" (line 241) which misses an argument, and therefore waits for data on stdin : 

if grep -q plugins | grep -q ifnet "${EROOT}etc/NetworkManager/NetworkManager.conf"; then


Reproducible: Always

Steps to Reproduce:
1. emerge networkmanager-0.9.8.8
2.
3.
Actual Results:  
>>> Done builtin_loadenv
>>> Starting pkg_postinst

... waiting forever

Expected Results:  
emerge should complete
Comment 1 Pacho Ramos gentoo-dev 2013-11-15 19:40:12 UTC
+  15 Nov 2013; Pacho Ramos <pacho@gentoo.org> -networkmanager-0.9.8.4.ebuild,
+  -networkmanager-0.9.8.6.ebuild, networkmanager-0.9.8.8.ebuild:
+  Fix grep invocation (#491284 by Rodolphe Rocca), drop old.
+