Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 522358 - [voyageur overlay] www-apps/gateone - wrong pathname in /etc/conf.d/gateone
Summary: [voyageur overlay] www-apps/gateone - wrong pathname in /etc/conf.d/gateone
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Bernard Cafarelli
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-08 04:54 UTC by Nico Baggus
Modified: 2014-09-18 09:33 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 Nico Baggus 2014-09-08 04:54:45 UTC
Wrong path in /etc/conf.d/gateone:

--- /etc/init.d/gateone 2014-05-27 17:32:17.000000000 +0200
+++ /etc/init.d/._cfg0000_gateone       2014-09-07 22:49:04.000000000 +0200
@@ -3,7 +3,7 @@
 # Options are controlled via /etc/conf.d/gateone
 
 extra_commands="killterms reload"
-GATEONE=/usr/lib/python-exec/python2.7/gateone
+GATEONE=/var/tmp/portage/www-apps/gateone-9999/image//_python2.7/usr/lib/python-exec/python2.7/gateone
 
 depend() {
         need net


Reproducible: Always

Steps to Reproduce:
1. emerge -1 gateone
2.
3.
Comment 1 Bernard Cafarelli gentoo-dev 2014-09-18 09:33:35 UTC
Thanks for the report! Fixing this slipped under my radar

I updated the ebuild to force (prefix-aware) /usr/bin/gateone, so this works with both python 2.x and 3.x