The problem is due to `/usr/bin/install` crashing with a segmentation fault, 
called from inside `data/SPECS/filedep.spec`.

The problem has to do with:
* libattr 2.4.48 (some change from 2.4.47)
* SELinux enabled (which means files have extended attributes and 
`/usr/bin/install` will try to copy them)
* fakechroot is in use, and attribute operations (such as `lsetxattr` used by 
`/usr/bin/install`) will break when libattr 2.4.48 is in use.

See dex4er/fakechroot#57 for the issue I filed in fakechroot.

I wanted to file this here as well, in case others find this same failure I 
did. Not sure if we would want to work around it here somehow... Would be 
better if this got fixed upstream.


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/511
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to