rpm doesn't install hard linked symlinks correctly

Bug #913572 reported by Jeff Johnson
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
RPM
Confirmed
Low
Jeff Johnson
PLD Linux
New
Undecided
Unassigned

Bug Description

PLD has discovered that rpm doesn't handle hard linked
symlink installation correctly.

Likely affects all versions of RPM everywhere.

Tags: pld rpmbuild
Jeff Johnson (n3npq)
tags: added: pld rpmbuild
Revision history for this message
Jeff Johnson (n3npq) wrote :

justification from pld-devel mail
On 01/09/2012 01:11 AM, Jeffrey Johnson wrote:
This is a hard link to a symlink which is pretty obscure functionality.
nevertheless, it's quite useful when optimizing for packaging speed
when you develop huge packages, you would appreciate faster repackaging

so instead of copying data from %build -> %install tree, one can do hardlinks to speedup the process:

cp -l build.txt $RPM_BUILD_ROOT/cp-test && l=l && rm -f $RPM_BUILD_ROOT/cp-test
cp -a$l bin help lib license plugins $RPM_BUILD_ROOT%{_appdir}

here it makes feature test if srcdir and $RPM_BUILD_ROOT are same disk, and enables hardlinking

now if there is a symlink in a tree, it gets affected by this bug.

also: in rpm package there is packaged only one instance of the hardlink (one in $RPM_BUILD_ROOT),
imho should decide on that actual number, not what it sees from filesystem

Revision history for this message
Elan Ruusamäe (glen666) wrote :
Jeff Johnson (n3npq)
Changed in rpm:
status: New → Confirmed
Jeff Johnson (n3npq)
Changed in rpm:
importance: Undecided → Low
assignee: nobody → Jeff Johnson (n3npq)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.