Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1864057 - libtrash: FTBFS in Fedora rawhide/f33
Summary: libtrash: FTBFS in Fedora rawhide/f33
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: libtrash
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Kamil Dudka
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F33FTBFS
TreeView+ depends on / blocked
 
Reported: 2020-08-03 17:56 UTC by Fedora Release Engineering
Modified: 2020-08-04 09:35 UTC (History)
2 users (show)

Fixed In Version: libtrash-3.5-1.fc33
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-08-04 09:35:21 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
build.log (6.35 KB, text/plain)
2020-08-03 17:56 UTC, Fedora Release Engineering
no flags Details
root.log (32.00 KB, text/plain)
2020-08-03 17:56 UTC, Fedora Release Engineering
no flags Details
state.log (963 bytes, text/plain)
2020-08-03 17:56 UTC, Fedora Release Engineering
no flags Details

Description Fedora Release Engineering 2020-08-03 17:56:18 UTC
libtrash failed to build from source in Fedora rawhide/f33

https://koji.fedoraproject.org/koji/taskinfo?taskID=47995018


For details on the mass rebuild see:

https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Please fix libtrash at your earliest convenience and set the bug's status to
ASSIGNED when you start fixing it. If the bug remains in NEW state for 8 weeks,
libtrash will be orphaned. Before branching of Fedora 34,
libtrash will be retired, if it still fails to build.

For more details on the FTBFS policy, please visit:
https://fedoraproject.org/wiki/Fails_to_build_from_source

Comment 1 Fedora Release Engineering 2020-08-03 17:56:20 UTC
Created attachment 1705637 [details]
build.log

Comment 2 Fedora Release Engineering 2020-08-03 17:56:21 UTC
Created attachment 1705638 [details]
root.log

file root.log too big, will only attach last 32768 bytes

Comment 3 Fedora Release Engineering 2020-08-03 17:56:22 UTC
Created attachment 1705639 [details]
state.log

Comment 4 Kamil Dudka 2020-08-04 08:15:33 UTC
dist-git commit: https://src.fedoraproject.org/rpms/libtrash/c/2eb18d36

Comment 5 Kamil Dudka 2020-08-04 08:23:35 UTC
Reopening.  It looks like we hit some LTO-related issue on x86_64 this time:

python3 ../scripts/get_symbol_versions.py
MISSING SYMBOL VERSION FOR AT LEAST ONE FUNCTION!
creat => GLIBC_2.2.5
creat64 => GLIBC_2.2.5
fopen => GLIBC_2.2.5
fopen64 => GLIBC_2.2.5
freopen => GLIBC_2.2.5
freopen64 => None
open => GLIBC_2.2.5
open64 => GLIBC_2.2.5
openat => GLIBC_2.4
openat64 => GLIBC_2.4
rename => GLIBC_2.2.5
renameat => GLIBC_2.4
unlink => GLIBC_2.2.5
unlinkat => GLIBC_2.4
make[1]: *** [Makefile:28: libtrash.so.3.3] Error 1
make[1]: Leaving directory '/builddir/build/BUILD/libtrash-3.3/src'
make: *** [Makefile:2: all] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.EmdX0N (%build)

Comment 6 Kamil Dudka 2020-08-04 09:35:21 UTC
It turned out to be not LTO-related.  The following dist-git commit fixes it:

https://src.fedoraproject.org/rpms/libtrash/c/987dcef2


Note You need to log in before you can comment on or make changes to this bug.