![](https://seccdn.libravatar.org/avatar/5cdd10d836bdda3796cf6bc1ab2d5a78.jpg?s=120&d=mm&r=g)
On Mon, 2018-07-16 at 17:29 +0200, Jiri Slaby wrote:
On 07/16/2018, 04:35 PM, Larry Finger wrote:
Recently, VirtualBox builds started failing with messages like
[ 4886s] virtualbox-qt.i586: E: non-position-independent-executable (Badness: 10000) /usr/lib/virtualbox/VirtualBox [ 4886s] This executable must be position independent. Check that it is built with [ 4886s] -fPIE/-fpie in compiler flags and -pie in linker flags. [ 4886s] [ 4886s] (none): E: badness 60000 exceeds threshold 1000, aborting.
It seems a recent change in rpmlint has caused these failures.
I think changes in python. I hit that yesterday: https://build.opensuse.org/request/show/622940
The full distro should be rebuilt IMO. There are many hidden failures due to py 3.6 -> 3.7 change. Like this, gdb and others.
Nah, that was 'file 5.33' update (now differentiates between PIE executables and PIE shared objects), which required also rpmlint changes - but the sequence was not done in all cases. openSUSE:Factory has this long solved already again though (fixed this first thing in the morning on Monday) Cheers Dominique