Custom Query (344 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (145 - 147 of 344)

Ticket Resolution Summary Owner Reporter
#34 fixed yum update fails (looks like download fails) David Burtness djburtness
Description

Here's the commands and results: yum update Setting up Update Process Resolving Dependencies --> Running transaction check ---> Package ash.i386 0:0.0.0-8.oc00 set to be updated ---> Package gcc-stack-protector.i386 0:4.4.6-12.oc00 set to be updated --> Processing Dependency: gcc446.dll for package: gcc-stack-protector-4.4.6-12.oc00.i386 ---> Package libc.i386 0:0.6.4-12.oc00 set to be updated ---> Package netlabs-rel.i386 0:0.0.0-3.oc00 set to be updated --> Running transaction check ---> Package libgcc446.i386 0:4.4.6-12.oc00 set to be updated --> Finished Dependency Resolution

Dependencies Resolved

================================================================================

Package Arch Version Repository Size

================================================================================ Updating:

ash i386 0.0.0-8.oc00 netlabs-exp 77 k gcc-stack-protector i386 4.4.6-12.oc00 netlabs-exp 6.6 k libc i386 0.6.4-12.oc00 netlabs-exp 858 k netlabs-rel i386 0.0.0-3.oc00 netlabs-exp 2.0 k

Installing for dependencies:

libgcc446 i386 4.4.6-12.oc00 netlabs-exp 25 k

Transaction Summary ================================================================================ Install 1 Package(s) Upgrade 4 Package(s)

Total download size: 969 k y Is this ok [y/N]: Downloading Packages: http://rpm.netlabs.org/experimental/00/i386/i386/ash-0.0.0-8.oc00.i386.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum clean metadata Trying other mirror. http://rpm.netlabs.org/experimental/00/i386/i386/gcc-stack-protector-4.4.6-12.oc00.i386.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum clean metadata Trying other mirror. http://rpm.netlabs.org/experimental/00/i386/i386/libc-0.6.4-12.oc00.i386.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum clean metadata Trying other mirror. http://rpm.netlabs.org/experimental/00/i386/i386/libgcc446-4.4.6-12.oc00.i386.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum clean metadata Trying other mirror. http://rpm.netlabs.org/experimental/00/i386/i386/netlabs-rel-0.0.0-3.oc00.i386.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum clean metadata Trying other mirror.

Error Downloading Packages:

gcc-stack-protector-4.4.6-12.oc00.i386: failure: i386/gcc-stack-protector-4.4.6-12.oc00.i386.rpm from netlabs-exp: [Errno 256] No more mirrors to try. ash-0.0.0-8.oc00.i386: failure: i386/ash-0.0.0-8.oc00.i386.rpm from netlabs-exp: [Errno 256] No more mirrors to try. libc-0.6.4-12.oc00.i386: failure: i386/libc-0.6.4-12.oc00.i386.rpm from netlabs-exp: [Errno 256] No more mirrors to try. libgcc446-4.4.6-12.oc00.i386: failure: i386/libgcc446-4.4.6-12.oc00.i386.rpm from netlabs-exp: [Errno 256] No more mirrors to try. netlabs-rel-0.0.0-3.oc00.i386: failure: i386/netlabs-rel-0.0.0-3.oc00.i386.rpm from netlabs-exp: [Errno 256] No more mirrors to try.

#8 invalid install fails on some packages Yuri Dario dmik
Description

Doing e.g.

yum install ncurses

gives this:

Running Transaction
  Installing     : ncurses-5.7-1.i386                                       1/1
Error unpacking rpm package ncurses-5.7-1.i386
error: unpacking of archive failed on file /@unixroot/usr/share/doc/ncurses-5.7/ANNOUNCE: cpio: rename

Failed:
  ncurses.i386 0:5.7-1

Unpacking the ncurses RPM manually (with unrpm) gives this:

cpio: ./@unixroot/usr/share/doc/ncurses-5.7/ANNOUNCE: Cannot change mode to r--r--r--: Permission denied
cpio: ./@unixroot/usr/share/doc/ncurses-5.7/AUTHORS: Cannot change mode to r--r--r--: Permission denied
cpio: ./@unixroot/usr/share/doc/ncurses-5.7/NEWS: Cannot change mode to r--r--r--: Permission denied
cpio: ./@unixroot/usr/share/doc/ncurses-5.7/README: Cannot change mode to r--r--r--: Permission denied
cpio: ./@unixroot/usr/share/doc/ncurses-5.7/TO-DO: Cannot change mode to r--r--r--: Permission denied
1411 blocks
#17 fixed rpmbuild can't stand CRLF in .spec files Yuri Dario dmik
Description

It turns out that rpmbuild fails (with different kinds of errors) if the input .spec file uses CRLF as line separators. Most likely, the usual O_TEXT flag is forgotten when opening it.

This is quite important because .spec files are sometimes get processed by other tools (e.g. sed) that turn all LF to CRLF.

Note: See TracQuery for help on using queries.