Bug 1771319 - i686 build glibc-2.30.9000-17.fc32 broke utime (in mock on 64bit system)
Summary: i686 build glibc-2.30.9000-17.fc32 broke utime (in mock on 64bit system)
Keywords:
Status: CLOSED DUPLICATE of bug 1770154
Alias: None
Product: Fedora
Classification: Fedora
Component: glibc
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Carlos O'Donell
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-11-12 07:27 UTC by Pavel Raiskup
Modified: 2019-11-12 08:04 UTC (History)
11 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-11-12 08:04:59 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Pavel Raiskup 2019-11-12 07:27:53 UTC
Reproducer:
$ mock -r fedora-rawhide-i386 --shell
...
<mock-chroot> sh-5.0# rpm -q glibc
glibc-2.30.9000-17.fc32.i686
<mock-chroot> sh-5.0# touch blah
touch: setting times of 'blah': Operation not permitted

This works fine after downgrading to glibc-2.30.9000-16.fc32.i686.rpm:
$ mock -r fedora-rawhide-i386 --install ./glibc-2.30.9000-16.fc32.i686.rpm --install ./glibc-minimal-langpack-2.30.9000-16.fc32.i686.rpm --install ./glibc-common-2.30.9000-16.fc32.i686.rpm 

$ mock -r fedora-rawhide-i386 --shell
<mock-chroot> sh-5.0# touch blah
... OK ...

More info:
This breaks builds for 'fedora-rawhide-i386' in Copr.

Comment 1 Florian Weimer 2019-11-12 08:04:59 UTC
This is a systemd bug. It changes the Linux userspace ABI in incompatible ways.

*** This bug has been marked as a duplicate of bug 1770154 ***


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