Skip to content

Instantly share code, notes, and snippets.

@rhyolight
Created January 17, 2014 16:04
Show Gist options
  • Save rhyolight/8475966 to your computer and use it in GitHub Desktop.
Save rhyolight/8475966 to your computer and use it in GitHub Desktop.
glibc-headers failure
[matt@localhost ~]$ sudo yum check
Loaded plugins: langpacks, refresh-packagekit
glibc-devel-2.18-11.fc20.x86_64 has missing requires of glibc-headers = ('0', '2.18', '11.fc20')
Error: check all
[matt@localhost ~]$ sudo yum install glibc-headers
Loaded plugins: langpacks, refresh-packagekit
Resolving Dependencies
--> Running transaction check
---> Package glibc-headers.x86_64 0:2.18-11.fc20 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================================================
Package Arch Version Repository Size
================================================================================================================
Installing:
glibc-headers x86_64 2.18-11.fc20 fedora 647 k
Transaction Summary
================================================================================================================
Install 1 Package
Total download size: 647 k
Installed size: 2.2 M
Is this ok [y/d/N]: y
Downloading packages:
glibc-headers-2.18-11.fc20.x86_64.rpm | 647 kB 00:00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
error: %pre(glibc-headers-2.18-11.fc20.x86_64) scriptlet failed, exit status 127
Error in PREIN scriptlet in rpm package glibc-headers-2.18-11.fc20.x86_64
Verifying : glibc-headers-2.18-11.fc20.x86_64 1/1
Failed:
glibc-headers.x86_64 0:2.18-11.fc20
Complete!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment