Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
The same error occurs in both x86 and amd64: >>> Unpacking source... >>> Unpacking cronolog-1.6.2.tar.gz to /var/tmp/portage/app-admin/cronolog-1.6.2-r3/work * Applying cronolog-define-strptime.patch.txt ... [ ok ] * Applying cronolog-doc.patch.txt ... [ ok ] * Applying cronolog-getopt-long.patch.txt ... [ ok ] * Applying cronolog-large-file-patch.txt ... * Failed Patch: cronolog-large-file-patch.txt ! * ( /usr/portage/app-admin/cronolog/files/1.6.2-patches/cronolog-large-file-patch.txt ) * * Include in your bugreport the contents of: * * /var/tmp/portage/app-admin/cronolog-1.6.2-r3/temp/cronolog-large-file-patch.txt-2310.out * * ERROR: app-admin/cronolog-1.6.2-r3 failed. * Call stack: * ebuild.sh, line 49: Called src_unpack * environment, line 2634: Called epatch 'src_unpack' 'src_unpack' '/usr/portage/app-admin/cronolog/files/1.6.2-patches/cronolog-define-strptime.patch.txt' '/usr/portage/app-admin/cronolog/files/1.6.2-patches/cronolog-doc.patch.txt' '/usr/portage/app-admin/cronolog/files/1.6.2-patches/cronolog-getopt-long.patch.txt' '/usr/portage/app-admin/cronolog/files/1.6.2-patches/cronolog-large-file-patch.txt' '/usr/portage/app-admin/cronolog/files/1.6.2-patches/cronolog-missing-symlink-patch.txt' '/usr/portage/app-admin/cronolog/files/1.6.2-patches/cronolog-setugid-patch.txt' * environment, line 1489: Called epatch '/usr/portage/app-admin/cronolog/files/1.6.2-patches/cronolog-sigusr1-patch.txt' * environment, line 1625: Called die * The specific snippet of code: * die "Failed Patch: ${patchname}!"; * The die message: * Failed Patch: cronolog-large-file-patch.txt! Reproducible: Always Steps to Reproduce: emerge app-admin/cronolog
Created an attachment (id=166046) [details] cronolog-large-file-patch.txt-2310.out attaching cronolog-large-file-patch.txt-2310.out
confirmed, on 2 different machines
confirmed on 4 different machines (x86 & amd64)
The prior cronolog-1.6.2-r2 is now also affected by this same error. Something external to cronolog must have changed recently and brought out this bug.
Strange, by hand the patching succeeds! # cd /compile/portage/app-admin/cronolog-1.6.2-r3/work/cronolog-1.6.2/src # patch -p1 -g0 -E --no-backup-if-mismatch < /usr/portage/app-admin/cronolog/files/1.6.2-patches/cronolog-large-file-patch.txt patching file cronolog.c Hunk #2 succeeded at 397 (offset 1 line).
I found a solution: cd /usr/portage/app-admin/cronolog/files/1.6.2-patches vi cronolog-large-file-patch.txt cronolog-missing-symlink-patch.txt replace /tmp for tmp in the first line of both files. After that: cd /usr/portage/app-admin/cronolog ebuild cronolog-1.6.2-r3.ebuild digest emerge -1 cronolog
That work-around works for me. (AMD64)
It works for me too. (x86 & amd64)
(In reply to comment #6) > I found a solution: [...] it works for me too i'll attach the corrected patches
Created an attachment (id=166677) [details] /usr/portage/app-admin/cronolog/files/1.6.2-patches/cronolog-large-file-patch.txt changed as suggested in Comment #6 From Evert 2008-09-25 13:27:14 0000
Created an attachment (id=166679) [details] /usr/portage/app-admin/cronolog/files/1.6.2-patches/cronolog-missing-symlink-patch.txt changed as suggested in Comment #6 From Evert 2008-09-25 13:27:14 0000
fixed in cvs
*** Bug 247695 has been marked as a duplicate of this bug. ***