Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 90306 - Gentoo embedded : Failed Patch: linux-headers-strict-ansi-fix.patch
Summary: Gentoo embedded : Failed Patch: linux-headers-strict-ansi-fix.patch
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: Highest blocker (vote)
Assignee: Embedded Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-24 16:29 UTC by Heath H Holcomb
Modified: 2005-04-25 12:52 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Heath H Holcomb 2005-04-24 16:29:50 UTC
Using embedded bootstrap.sh script.  Gives error on linux-headers-strict-ansi-fix.patch.

 * Applying linux-headers-strict-ansi-fix.patch ...

 * Failed Patch: linux-headers-strict-ansi-fix.patch !
 *  ( /usr/portage/sys-kernel/linux-headers/files/linux-headers-strict-ansi-fix.patch )
 *
 * Include in your bugreport the contents of:
 *
 *   /var/tmp/portage/linux-headers-2.4.22-r1/temp/linux-headers-strict-ansi-fix.patch-32543.out


cat /var/tmp/portage/linux-headers-2.4.22-r1/temp/linux-headers-strict-ansi-fix.patch-32543.out
gives:
***** linux-headers-strict-ansi-fix.patch *****

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

PATCH COMMAND:  patch -p0 -g0 < /usr/portage/sys-kernel/linux-headers/files/linux-headers-strict-ansi-fix.patch

===============================================================
patch: **** mktemp : File exists
===============================================================

PATCH COMMAND:  patch -p1 -g0 < /usr/portage/sys-kernel/linux-headers/files/linux-headers-strict-ansi-fix.patch

===============================================================
patch: **** mktemp : File exists
===============================================================

PATCH COMMAND:  patch -p2 -g0 < /usr/portage/sys-kernel/linux-headers/files/linux-headers-strict-ansi-fix.patch

===============================================================
patch: **** mktemp : File exists
===============================================================

PATCH COMMAND:  patch -p3 -g0 < /usr/portage/sys-kernel/linux-headers/files/linux-headers-strict-ansi-fix.patch

===============================================================
patch: **** mktemp : File exists
===============================================================

PATCH COMMAND:  patch -p4 -g0 < /usr/portage/sys-kernel/linux-headers/files/linux-headers-strict-ansi-fix.patch

===============================================================
patch: **** mktemp : File exists
Comment 1 SpanKY gentoo-dev 2005-04-25 12:52:51 UTC
your /dev is incomplete

make sure you have /dev/random and /dev/urandom

ive fixed this in upstream uclibc already, just havent updated our ebuild with the fix