No i don't. I suppose that it must've been created at install time, as i
have no recollection of making such a link myself. Hell, i'm just getting
acquainted with any of this application.

$ paludis -q media-gfx/xloadimage
* media-gfx/xloadimage
    gentoo:                  4.1-r4 (4.1-r5)K {:0}
    installed:               4.1-r4* {:0}
    Description:             utility to view many different types of images
under X11
    Homepage:                http://world.std.com/~jimf/xloadimage.html
    License:                 MIT
    Installed time:          Fri May 25 21:44:05 2007
    Use flags:               (jpeg) (png) (tiff)

Key to mask reasons:

* K: keyword
$

Hmm, it doesn't show the
"From repositories:       gentoo
 Installed using:         paludis-x.yy.z"

Okay, i'll remove it, and the symlinks, and i'll reinstall it:
$ su -c "paludis -u media-gfx/xloadimage --permit-unsafe-uninstalls"

>>> Starting pkg_postrm
 * /usr/bin/xview is a dead symlink.
 * /usr/bin/xsetbg is a dead symlink.
 * /usr/share/man/man1/xview.1.gz is a dead symlink.
 * /usr/share/man/man1/xsetbg.1.gz is a dead symlink.
>>> Done pkg_postrm

$ su -c "rm /usr/bin/xview /usr/bin/xsetbg /usr/share/man/man1/xview.1.gz
/usr/share/man/man1/xsetbg.1.gz"

$ su -c "paludis -i --dl-upgrade as-needed --dl-new-slots as-needed
--dl-reinstall if-use-changed --dl-fall-back never media-gfx/xloadimage"

>>> Starting pkg_postinst
 * Linking /usr/bin/xloadimage to /usr/bin/xview (relative)
 * Linking /usr/bin/xloadimage to /usr/bin/xsetbg (relative)
 * Unable to establish /usr/share/man/man1/xview.1.gz symlink
 * Unable to establish /usr/share/man/man1/xsetbg.1.gz symlink
>>> Done pkg_postinst

...oops:
$ which xsetbg
/usr/bin/xsetbg
$ ls -AFo /usr/bin/xsetbg
lrwxrwxrwx 1 root 10 2009-09-12 22:24 /usr/bin/xsetbg -> xloadimage*
$ paludis -o --full-match /usr/bin/xsetbg
* /usr/bin/xsetbg

$
...empty again.

$ equery belongs /usr/bin/xsetbg
[ Searching for file(s) /usr/bin/xsetbg in *... ]
$
...empty again also. Rats!

$ ls -AFo /usr/share/man/man1/xview.1.gz
ls: cannot access /usr/share/man/man1/xview.1.gz: No such file or directory
$ ls -AFo /usr/share/man/man1/xsetbg.1.gz
ls: cannot access /usr/share/man/man1/xsetbg.1.gz: No such file or directory
$ cd /usr/share/man/man1/
/usr/share/man/man1 $ man xloadimage
Formatting page, please wait...
/usr/share/man/man1 $ ls -AFo xset (i pressed the Tab key)
xset.1       xsetroot.1x
/usr/share/man/man1 $ ls -AFo xloadimage.*
-rw-r--r-- 1 root 26457 2009-09-12 22:24 xloadimage.1 (notice: no
xloadimage.1.gz, apparently something has changed in the man handling stuff)
$ man xview
No manual entry for xview
$ man xsetbg
No manual entry for xsetbg
$ apropos xsetbg
xsetbg [xloadimage]  (1)  - load images into an X11 window or onto the root
window
$ apropos xview
xview [xloadimage]   (1)  - load images into an X11 window or onto the root
window
$

Jerome Potts.

PS: BTW, i most always use the "--dl-upgrade as-needed --dl-new-slots
as-needed --dl-reinstall if-use-changed --dl-fall-back never". Is there a
chance i could keep those in a ~/.paludisrc, or similar, some day? Thanks.

"I'll be back."
-- The Terminator

On Sat, Sep 12, 2009 at 6:00 PM, Ciaran McCreesh wrote:

> On Sat, 12 Sep 2009 14:00:11 -0500
> Jerome Potts wrote:
> > $ paludis -o --full-match /usr/bin/xsetbg
> > * /usr/bin/xsetbg
> >
>
> Do you know what created that symlink originally?
>
> --
> Ciaran McCreesh
>
>
_______________________________________________
paludis-user mailing list
[email protected]
http://lists.pioto.org/mailman/listinfo/paludis-user

Reply via email to