Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 302161 - net-misc/aria2-1.7.0 - installs file in wrong location
Summary: net-misc/aria2-1.7.0 - installs file in wrong location
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Tiziano Müller (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-25 12:29 UTC by avx
Modified: 2010-01-25 16:25 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
diff to solve the problem (patch.diff,306 bytes, patch)
2010-01-25 12:38 UTC, avx
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description avx 2010-01-25 12:29:42 UTC
The ebuild is installing the file <README.txt> in /usr/bin

#equery f aria2
 * Searching for aria2 ...
 * Contents of net-misc/aria2-1.7.0:
/usr
/usr/bin
/usr/bin/README.txt                 <= this shouldn't be here!
/usr/bin/aria2c
/usr/bin/aria2mon
/usr/bin/aria2rpc
/usr/share
/usr/share/doc
/usr/share/doc/aria2-1.7.0
/usr/share/doc/aria2-1.7.0/AUTHORS.bz2
/usr/share/doc/aria2-1.7.0/ChangeLog.bz2
/usr/share/doc/aria2-1.7.0/NEWS.bz2
/usr/share/doc/aria2-1.7.0/README.bz2
/usr/share/doc/aria2-1.7.0/html
/usr/share/doc/aria2-1.7.0/html/README.html
/usr/share/doc/aria2-1.7.0/html/aria2c.1.html
/usr/share/locale
/usr/share/locale/de
/usr/share/locale/de/LC_MESSAGES
/usr/share/locale/de/LC_MESSAGES/aria2.mo
/usr/share/man
/usr/share/man/man1
/usr/share/man/man1/aria2c.1.bz2
#####

The problem is the following part in the ebuild:
> dobin doc/xmlrpc/*

Reproducible: Always

Steps to Reproduce:
1. emerge net-misc/aria2-1.70 (haven't tested others)
2. equery f aria2
3.

Actual Results:  
READEME.txt resides in /usr/bin

Expected Results:  
README.txt should be placed somewhere in /usr/share/doc/aria2-$ver/
Comment 1 avx 2010-01-25 12:38:46 UTC
Created attachment 217381 [details, diff]
diff to solve the problem
Comment 2 Tiziano Müller (RETIRED) gentoo-dev 2010-01-25 16:25:43 UTC
Thanks, solved in 1.8.1