Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 266827 - sys-apps/pmount 0.9.19 fails to install with -hal USE flag
Summary: sys-apps/pmount 0.9.19 fails to install with -hal USE flag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Freedesktop bugs
URL:
Whiteboard:
Keywords: QAbaddie
Depends on:
Blocks:
 
Reported: 2009-04-20 07:15 UTC by megadriver
Modified: 2009-04-22 22:44 UTC (History)
1 user (show)

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


Attachments
patch to fix pmount-0.9.19 for USE="-hal" (pmount-0.9.19.ebuild.diff,730 bytes, patch)
2009-04-20 20:51 UTC, Ryan Tandy
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description megadriver 2009-04-20 07:15:38 UTC
Tried to update pmount to version 0.9.19. It fails because the file "pmount-hal" doesn't get created if you compile without hal support. Earlier versions of the ebuild didn't complaint about this file not existing.

Reproducible: Always

Steps to Reproduce:
1. USE="-hal" emerge pmount

Actual Results:  
Emerge fails. The problem seems to be this line:

  doexe src/pmount src/pmount src/pmount-hal || die "doexe failed";

The '|| die "doexe failed"' part didn't exist in earlier versions of the ebuild, so the didn't complain about pmount-hal not existing.
Comment 1 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-04-20 14:45:34 UTC
yep and it was an error it didn't die because the doexe shouldn't be done at all in this case maybe. Will check.
Comment 2 Ryan Tandy 2009-04-20 20:51:45 UTC
Created attachment 188995 [details, diff]
patch to fix pmount-0.9.19 for USE="-hal"
Comment 3 megadriver 2009-04-20 23:00:30 UTC
It works flawlessly. Many thanks.
Comment 4 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-04-22 22:44:52 UTC
fixed without a bump. Thanks for the patch.