Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 119504
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo KDE team <kde@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Alan Mimms <alanm@unforgettable.com>
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 119504 depends on: Show dependency tree
Bug 119504 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: 2006-01-18 20:52 0000
The scons build for kdissert needs COPY not symlink the documentation files. 
Otherwise, the install step copies the newly built KDE-style documentation into
/usr/kde/3.4/share/doc/HTML/en/kdissert (for example) and two of the files are
actually symlinks to the /var/tmp/portage tree where the product was built!

This was the kdissert-1.0.5 ebuild.

------- Comment #1 From Alan Mimms 2006-01-18 21:04:44 0000 -------
I looked a bit deeper and it looks like bksys/generic.py has

                lenv.SetOption('duplicate', 'soft-copy')

which causes soft links (symlinks) to be used rather than copying the files.

I changed it to

                lenv.SetOption('duplicate', 'copy')

and it fixed my problem.

------- Comment #2 From Carsten Lohrke 2006-02-21 15:28:50 0000 -------
Thanks for your report, Alan.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug