Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 238648 - asm2 does not build because of patching error
Summary: asm2 does not build because of patching error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-25 12:16 UTC by Christof Schulze
Modified: 2008-09-25 20:21 UTC (History)
0 users

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 Christof Schulze 2008-09-25 12:16:21 UTC
patching of asm2 fails with the following error message:

# cat /var/tmp/portage/dev-java/asm-2.2.3-r1/temp/asm-2.2.3-build.xml.patch-31666.out
***** asm-2.2.3-build.xml.patch *****

NOTE: skipping -p0 due to absolute paths in patch:
2:+++ /home/fordfrog/tmp/asm/asm-2.2.3/build.xml	2006-09-14 22:26:19.000000000 +0200
=====================================

PATCH COMMAND:	 patch -p1 -g0 -E --no-backup-if-mismatch < /usr/portage/dev-java/asm/files/asm-2.2.3-build.xml.patch

=====================================
missing header for unified diff at line 3 of patch
can't find file to patch at input line 3
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- build.xml	2006-09-14 22:30:35.000000000 +0200
|+++ /home/fordfrog/tmp/asm/asm-2.2.3/build.xml	2006-09-14 22:26:19.000000000 +0200
--------------------------
No file to patch.  Skipping patch.
3 out of 3 hunks ignored
=====================================

PATCH COMMAND:	 patch -p2 -g0 -E --no-backup-if-mismatch < /usr/portage/dev-java/asm/files/asm-2.2.3-build.xml.patch

=====================================
missing header for unified diff at line 3 of patch
can't find file to patch at input line 3
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- build.xml	2006-09-14 22:30:35.000000000 +0200
|+++ /home/fordfrog/tmp/asm/asm-2.2.3/build.xml	2006-09-14 22:26:19.000000000 +0200
--------------------------
No file to patch.  Skipping patch.
3 out of 3 hunks ignored
=====================================

PATCH COMMAND:	 patch -p3 -g0 -E --no-backup-if-mismatch < /usr/portage/dev-java/asm/files/asm-2.2.3-build.xml.patch

=====================================
missing header for unified diff at line 3 of patch
can't find file to patch at input line 3
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- build.xml	2006-09-14 22:30:35.000000000 +0200
|+++ /home/fordfrog/tmp/asm/asm-2.2.3/build.xml	2006-09-14 22:26:19.000000000 +0200
--------------------------
No file to patch.  Skipping patch.
3 out of 3 hunks ignored
=====================================

PATCH COMMAND:	 patch -p4 -g0 -E --no-backup-if-mismatch < /usr/portage/dev-java/asm/files/asm-2.2.3-build.xml.patch

=====================================
missing header for unified diff at line 3 of patch
can't find file to patch at input line 3
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- build.xml	2006-09-14 22:30:35.000000000 +0200
|+++ /home/fordfrog/tmp/asm/asm-2.2.3/build.xml	2006-09-14 22:26:19.000000000 +0200
--------------------------
No file to patch.  Skipping patch.
3 out of 3 hunks ignored


Reproducible: Always

Steps to Reproduce:
1. emerge freemind or emerge groovy
2.
3.

Actual Results:  
patch fails -> compile fails


I will provide it as needed, please let me know what you need
Comment 1 Serkan Kaba (RETIRED) gentoo-dev 2008-09-25 14:38:07 UTC
Why did the patches start to fail suddenly? Probably the fix for bug #237667?
Comment 2 Serkan Kaba (RETIRED) gentoo-dev 2008-09-25 20:21:33 UTC
Fixed in CVS. Thanks for reporting.

Serkan