First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 70697
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Tony Vroon <chainsaw@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Christian Häßler <christian@haessler.info>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 70697 depends on: Show dependency tree
Bug 70697 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-11-10 12:25 0000
I had detected this failure in beep-media-player-0.9.7_rc2-r3.ebuild:

    # We'll use xmms skins
    dosym /usr/share/xmms/Skins /usr/share/beep/Skins

this part in beep-media-player-0.9.7_rc2-r3.ebuild is fault because beep-media-player use the directory /usr/share/bmp/. The right version is something like this:

# We'll use xmms skins
    for SKIN in /usr/share/xmms/Skins/* ; do
        dosym "$SKIN" /usr/share/bmp/Skins/
    done

It works realy fine.

Reproducible: Always
Steps to Reproduce:
1. emerge beep-media-player

------- Comment #1 From Tony Vroon 2004-12-16 07:49:36 0000 -------
Your way of symlinking is now used in the beep-media-player 0.9.7 ebuild. Thank
you for your report :)

First Last Prev Next    No search results available      Search page      Enter new bug