Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 54949 - sys-kernel/linux-headers-2.6.6-r1 fails on amd64 (tcp_info DRS backport patch can't be applied)
Summary: sys-kernel/linux-headers-2.6.6-r1 fails on amd64 (tcp_info DRS backport patch...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: AMD64 All
: High major (vote)
Assignee: Tim Yamin (RETIRED)
URL:
Whiteboard:
Keywords:
: 54972 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-06-23 18:16 UTC by Stefan Tittel
Modified: 2004-06-24 01:33 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
"linux-headers-2.6.6-tcp_info-DRS-backport.patch-12581.out" as requested by the emerge output. (linux-headers-2.6.6-tcp_info-DRS-backport.patch-12581.out,3.09 KB, text/plain)
2004-06-23 18:18 UTC, Stefan Tittel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Tittel 2004-06-23 18:16:51 UTC
To update sys-kernel/linux-headers-2.6.6-r1 fails on my machine because the tcp_info DRS backport patch can't be applied.

The output of emerge is as follows:

>>> emerge (1 of 10) sys-kernel/linux-headers-2.6.6-r1 to /
>>> md5 src_uri ;-) linux-2.6.6.tar.bz2
>>> Unpacking source...
>>> Unpacking linux-2.6.6.tar.bz2 to /var/tmp/portage/linux-headers-2.6.6-r1/work
Makefile:434: .config: No such file or directory
  CHK     include/linux/version.h
  UPD     include/linux/version.h
>>> version.h compiled successfully.
 * Applying linux-headers-2.6.6-appCompat.patch...                                                                                                [ ok ]
 * Applying linux-headers-2.6.3-strict-ansi-fix.patch...                                                                                          [ ok ]
 * Applying linux-headers-2.6.0-sysctl_h-compat.patch...                                                                                          [ ok ]
 * Applying linux-headers-2.6.0-fb.patch...                                                                                                       [ ok ]
amd64
 * Applying linux-headers-2.6.4-unistd-nptl-fix.patch...                                                                                          [ ok ]
 * Applying linux-headers-2.6.6-tcp_info-DRS-backport.patch...

 * Failed Patch: linux-headers-2.6.6-tcp_info-DRS-backport.patch!
 *
 * Include in your bugreport the contents of:
 *
 *   /var/tmp/portage/linux-headers-2.6.6-r1/temp/linux-headers-2.6.6-tcp_info-DRS-backport.patch-12581.out


!!! ERROR: sys-kernel/linux-headers-2.6.6-r1 failed.
!!! Function epatch, Line 322, Exitcode 0
!!! Failed Patch: linux-headers-2.6.6-tcp_info-DRS-backport.patch!
Comment 1 Stefan Tittel 2004-06-23 18:18:33 UTC
Created attachment 34012 [details]
"linux-headers-2.6.6-tcp_info-DRS-backport.patch-12581.out" as requested by the emerge output.
Comment 2 Tim Yamin (RETIRED) gentoo-dev 2004-06-24 01:24:20 UTC
Hm, can you add "cd ../.." before the last epatch line in the ebuild which concerns that patch?
Comment 3 Tim Yamin (RETIRED) gentoo-dev 2004-06-24 01:27:21 UTC
*** Bug 54972 has been marked as a duplicate of this bug. ***
Comment 4 Tim Yamin (RETIRED) gentoo-dev 2004-06-24 01:33:52 UTC
OK; I've added "cd ${S}" to the ebuild so this shouldn't be an issue any more. If you could just sync and then merge the headers again things should work. Thanks!