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

Bug 503050

Summary: sys-apps/man-pages-3.57 - install: will not overwrite just-created '...image//usr/share/man/man3/NAN.3' with 'man3/NAN.3'
Product: Gentoo Linux Reporter: Hamish MacEwen <hamish.macewen>
Component: [OLD] Core systemAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED WORKSFORME    
Severity: normal CC: hamish.macewen
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info
build.log
emerge --info sys-apps/man-pages

Description Hamish MacEwen 2014-02-28 14:37:09 UTC
Created attachment 371432 [details]
emerge --info

>=sys-apps/man-pages-3.57

When emerging man-pages, the install section of the makefile attempts to install the same file twice. The second occurrence gets a different name with a non-displayed character. Two files appear that appear identical as below.

cd /var/tmp/portage/sys-apps/man-pages-3.57/work/man-pages-3.57/man3/
ls -ilb NAN.3 
557519047 -rw-r--r-- 1 root root 20 Jan 24 11:06 NAN.3
ls -ilb NAN.3*
557519047 -rw-r--r-- 1 root root 20 Jan 24 11:06 NAN.3
557519047 -rw-r--r-- 1 root root 20 Jan 24 11:06 NAN.3

Discussed here
http://forums.gentoo.org/viewtopic-p-7508556.html#7508556
Comment 1 Hamish MacEwen 2014-02-28 14:40:30 UTC
Created attachment 371434 [details]
build.log
Comment 2 Hamish MacEwen 2014-02-28 14:41:45 UTC
Created attachment 371436 [details]
emerge --info sys-apps/man-pages
Comment 3 SpanKY gentoo-dev 2014-04-28 00:46:57 UTC
i'm not seeing this.  the man tarball only has one NAN.3 file and it only installs it once.

does it fail every time you try to emerge it ?
Comment 4 Hamish MacEwen 2014-04-28 08:32:30 UTC
Yes it is always repeatable. The tarball only ever had one NAN.3 file. It is the install section of the makefile that appears to cause the issue.

The problem appears to have disappeared on the latest ebuilds.