Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 211643 - media-gfx/splashutils-1.5.4 installs fbcondecor_ctl to a wrong location
Summary: media-gfx/splashutils-1.5.4 installs fbcondecor_ctl to a wrong location
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Michal Januszewski (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-27 13:52 UTC by Leonid Podolny
Modified: 2008-03-02 12:25 UTC (History)
2 users (show)

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 Leonid Podolny 2008-02-27 13:52:07 UTC
vyhuhol ~ # /etc/init.d/fbcondecor restart
 * Caching service dependencies ...                                                                                                                  [ ok ]
 * Setting framebuffer console images ...
/etc/init.d/fbcondecor: line 31: /sbin/fbcondecor_ctl: No such file or directory
/etc/init.d/fbcondecor: line 31: /sbin/fbcondecor_ctl: No such file or directory
/etc/init.d/fbcondecor: line 31: /sbin/fbcondecor_ctl: No such file or directory
/etc/init.d/fbcondecor: line 31: /sbin/fbcondecor_ctl: No such file or directory
/etc/init.d/fbcondecor: line 31: /sbin/fbcondecor_ctl: No such file or directory
/etc/init.d/fbcondecor: line 31: /sbin/fbcondecor_ctl: No such file or directory
/etc/init.d/fbcondecor: line 31: /sbin/fbcondecor_ctl: No such file or directory
/etc/init.d/fbcondecor: line 31: /sbin/fbcondecor_ctl: No such file or directory
/etc/init.d/fbcondecor: line 31: /sbin/fbcondecor_ctl: No such file or directory
/etc/init.d/fbcondecor: line 31: /sbin/fbcondecor_ctl: No such file or directory
/etc/init.d/fbcondecor: line 31: /sbin/fbcondecor_ctl: No such file or directory
Comment 1 Leonid Podolny 2008-02-27 13:53:15 UTC
Changing line 31 in /etc/init.d/fbcondecor from
 [ ${TTY} = "1" -a -z "$(/sbin/fbcondecor_ctl -c getstate --tty=${TTY}| grep 'off')" ] && continue
to
 [ ${TTY} = "1" -a -z "$(/usr/sbin/fbcondecor_ctl -c getstate --tty=${TTY}| grep 'off')" ] && continue

does the trick
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2008-02-27 15:04:30 UTC
Errrm, that needs to go back to /sbin and not /usr/sbin, completely sucks otherwise for people who have /usr on a separate partition.
Comment 3 Michal Januszewski (RETIRED) gentoo-dev 2008-02-27 22:23:57 UTC
(In reply to comment #2)
> Errrm, that needs to go back to /sbin and not /usr/sbin, completely sucks
> otherwise for people who have /usr on a separate partition.

fbcondecor_ctl is dynamically linked to libraries that are only found in /usr/lib, so there's no point in keeping it in /sbin.  We do however have  /sbin/fbcondecor_ctl.static :)

That being said, the initscript will be fixed to use /usr/sbin/fbcondecor_ctl in the next bugfix release, due out in a few days.

Comment 4 Michal Januszewski (RETIRED) gentoo-dev 2008-03-02 12:25:13 UTC
Fixed in -r1.