I ran into this really strange epatch failure recently with an
arm-softfloat-linux-gnu system. I originally cross-compiled/emerged the
baselayout, libc, gcc, etc, and now I'm natively compiling / emerging
other packages with qemu.
The strange thing, is that for generally any ebuild that uses epatch,
the patch fails.
I tried applying the patch manually, and it seems like it's just
attempting to apply the patch in the wrong working directory.
================================================== =
can't find file to patch at input line 14
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|Patch from Kevin F. Quinn at https://bugs.gentoo.org/show_bug.cgi?id=135745
|Already applied in sandbox svn
|
|Makes sandboxed open() calls return the normal error conditions if the
|file in question does not exist, without causing a sandbox violation.
|This allows programs to use open() to test for file existance, regardless
|of read-write flags. This is not revealing any further information about
|the backing system because this data was already available through stat().
|
|Index: src/libsandbox.c
|================================================= ==================
|--- src/libsandbox.c.orig
|+++ src/libsandbox.c
--------------------------
No file to patch. Skipping patch.
5 out of 5 hunks ignored
================================================== =
================================================== =
missing header for unified diff at line 14 of patch
can't find file to patch at input line 14
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|Patch from Kevin F. Quinn at https://bugs.gentoo.org/show_bug.cgi?id=135745
|Already applied in sandbox svn
|
|Makes sandboxed open() calls return the normal error conditions if the
|file in question does not exist, without causing a sandbox violation.
|This allows programs to use open() to test for file existance, regardless
|of read-write flags. This is not revealing any further information about
|the backing system because this data was already available through stat().
|
|Index: src/libsandbox.c
|================================================= ==================
|--- src/libsandbox.c.orig
|+++ src/libsandbox.c
--------------------------
No file to patch. Skipping patch.
5 out of 5 hunks ignored
================================================== =
================================================== =
missing header for unified diff at line 14 of patch
can't find file to patch at input line 14
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|Patch from Kevin F. Quinn at https://bugs.gentoo.org/show_bug.cgi?id=135745
|Already applied in sandbox svn
|
|Makes sandboxed open() calls return the normal error conditions if the
|file in question does not exist, without causing a sandbox violation.
|This allows programs to use open() to test for file existance, regardless
|of read-write flags. This is not revealing any further information about
|the backing system because this data was already available through stat().
|
|Index: src/libsandbox.c
|================================================= ==================
|--- src/libsandbox.c.orig
|+++ src/libsandbox.c
--------------------------
No file to patch. Skipping patch.
5 out of 5 hunks ignored
================================================== =
================================================== =
missing header for unified diff at line 14 of patch
can't find file to patch at input line 14
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|Patch from Kevin F. Quinn at https://bugs.gentoo.org/show_bug.cgi?id=135745
|Already applied in sandbox svn
|
|Makes sandboxed open() calls return the normal error conditions if the
|file in question does not exist, without causing a sandbox violation.
|This allows programs to use open() to test for file existance, regardless
|of read-write flags. This is not revealing any further information about
|the backing system because this data was already available through stat().
|
|Index: src/libsandbox.c
|================================================= ==================
|--- src/libsandbox.c.orig
|+++ src/libsandbox.c
--------------------------
No file to patch. Skipping patch.
5 out of 5 hunks ignored
--
gentoo-embedded@lists.gentoo.org mailing list