Bernhard Wiedemann changed bug 1110339
What Removed Added
Flags needinfo?(bwiedemann@suse.com)  

Comment # 3 on bug 1110339 from
I now also had difficulty reproducing this bug, but it is still there.

It seems to be just 1 bit of entropy,
so there is a 50% chance to get 2 identical builds.
I found that you need to use
osc build --clean --noservice --vm-type=kvm
to get a new roll of the dice and a 50% chance for a different result.

You can check which of the 2 possible results you got with
rpm -qp --provides RPMS/xine-ui-0.99.10-*.x86_64.rpm|
  grep -e application/flac -e audio/x-mp3


The semicolon patch does not make a difference there.

The official builds at
https://build.opensuse.org/package/live_build_log/multimedia:xine/xine-ui/openSUSE_Factory/x86_64
https://build.opensuse.org/package/live_build_log/multimedia:xine/xine-ui/openSUSE_Factory/i586
https://build.opensuse.org/package/live_build_log/multimedia:xine/xine-ui/openSUSE_Leap_42.3/x86_64
differ in the same way, when you look at
the build-compare output at the end of the log.


All this really indicates that the randomness comes from the build-root
filesystem because without kvm or without clean it remains the same fs

Make sure to give kvm enough memory - have in your ~/.oscrc
[general]
build-memory = 2048


You are receiving this mail because: