Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 302161

Summary: net-misc/aria2-1.7.0 - installs file in wrong location
Product: Gentoo Linux Reporter: avx <idevelop>
Component: New packagesAssignee: Tiziano Müller (RETIRED) <dev-zero>
Status: RESOLVED FIXED    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: diff to solve the problem

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