Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 380269 - www-plugins/adobe-flash-11.0.1.60_beta201108082: dosym called with directory as second argument
Summary: www-plugins/adobe-flash-11.0.1.60_beta201108082: dosym called with directory ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jim Ramsay (lack) (RETIRED)
URL:
Whiteboard:
Keywords: QAcanfix
Depends on:
Blocks: 379899
  Show dependency tree
 
Reported: 2011-08-22 18:34 UTC by Ulrich Müller
Modified: 2011-08-31 16:10 UTC (History)
1 user (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 Ulrich Müller gentoo-dev 2011-08-22 18:34:55 UTC
+++ This bug was initially created as a clone of Bug #379899 +++

The ebuild goes at lines 142-143:
             dosym /${BASE}/bin/kcm_adobe_flash_player.so \
                 /usr/$(get_libdir)/kde4/
Which looks like incorrect usage of dosym according to http://dev.gentoo.org/~ulm/pms/4/pms.html. Second argument must be full path to intended symlink, not just directory. This very thing breaks install when paludis is used instead of emerge.


Reproducible: Always

Steps to Reproduce:
1.Try to install said package with paludis.
Actual Results:  
Does not install.

Expected Results:  
Installs.
Comment 1 Ulrich Müller gentoo-dev 2011-08-22 18:36:11 UTC
Next version of Portage will output a QA warning for this, therefore the ebuild should be fixed.

See tracker bug 379899 for discussion.
Comment 2 Jim Ramsay (lack) (RETIRED) gentoo-dev 2011-08-31 16:10:45 UTC
Fixed (no revbump)

I suppose I just assumed 'dosym' would be equivalent to the behaviour of 'ln -s', and didn't see the value of retyping the filename a second time.

Whichever: I am happy to conform to the spec :)