Hi Seife, On 15.10.24 16:31 Stefan Seyfried wrote:
Am 15.10.24 um 11:48 schrieb Johannes Kastl:
[ 48s] configure: error: in `/home/abuild/rpmbuild/BUILD/open-vm-tools-12.5.0/open-vm-tools': [ 48s] configure: error: C compiler cannot create executables [ 48s] See `config.log' for more details
You really should do that. Check config.log. It is a bit hard to dig through but it usually somewhere in the middle of the log file shows the error.
Will do so.
Maybe some path is set differently or something like that.
Yes, that is my guess. But appears to happen outside the package, if I did not overlook an %if statement...
I compared the packages related to gcc and they looked the same on both builds. exact same versions?
Hmmm, the one thing that I found is this: libgcc_s1-13.3.0+git8781-150000.1.12.1 vs. libgcc_s1-12.2.1+git416-150000.1.7.1 Leap 15.5 has the lower version. Adding a constraint for >= 13.3 says it is unresolvable on Leap 15.5:
unresolvable: nothing provides libgcc_s1 >= 13.3 (got version 7.5.0+r278197-4.30.1 provided by libgcc_s1-gcc7) (got version 8.2.1+r264010-150000.1.6.4 provided by libgcc_s1-gcc8) (got version 10.4.0+git2794-150000.1.9.1 provided by libgcc_s1-gcc10) (got version 12.2.1+git416-150000.1.7.1)
Kind Regards, Johannes