Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 180218 - media-gfx/imagemagick-6.3.4 compile error (missing patch)
Summary: media-gfx/imagemagick-6.3.4 compile error (missing patch)
Status: RESOLVED DUPLICATE of bug 180173
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-29 14:10 UTC by Thomas Sachau
Modified: 2007-05-29 18:56 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 Thomas Sachau gentoo-dev 2007-05-29 14:10:07 UTC
imagemagick-6.3.4 does not compile because of a missing patch
(/usr/portage/media-gfx/imagemagick/files/imagemagick-6.3.4-docs.patch)


complete output:
Calculating dependencies  ..... ..... ...^H^H... done!
>>> Verifying ebuild Manifests...

>>> Emerging (1 of 1) media-gfx/imagemagick-6.3.4 to /
 * ImageMagick-6.3.4-4.tar.bz2 RMD160 ;-) ...                                                                             [ ok ]
 * ImageMagick-6.3.4-4.tar.bz2 SHA1 ;-) ...                                                                               [ ok ]
 * ImageMagick-6.3.4-4.tar.bz2 SHA256 ;-) ...                                                                             [ ok ]
 * ImageMagick-6.3.4-4.tar.bz2 size ;-) ...                                                                               [ ok ]
 * checking ebuild checksums ;-) ...                                                                                      [ ok ]
 * checking auxfile checksums ;-) ...                                                                                     [ ok ]
 * checking miscfile checksums ;-) ...                                                                                    [ ok ]
 * checking ImageMagick-6.3.4-4.tar.bz2 ;-) ...                                                                           [ ok ]
>>> Unpacking source...
>>> Unpacking ImageMagick-6.3.4-4.tar.bz2 to /var/tmp/portage/media-gfx/imagemagick-6.3.4/work

 * Cannot find $EPATCH_SOURCE!  Value for $EPATCH_SOURCE is:
 *
 *   /usr/portage/media-gfx/imagemagick/files/imagemagick-6.3.4-docs.patch
 *   ( imagemagick-6.3.4-docs.patch )


!!! ERROR: media-gfx/imagemagick-6.3.4 failed.
Call stack:
  ebuild.sh, line 1615:   Called dyn_unpack
  ebuild.sh, line 752:   Called qa_call 'src_unpack'
  ebuild.sh, line 44:   Called src_unpack
  imagemagick-6.3.4.ebuild, line 54:   Called epatch '/usr/portage/media-gfx/imagemagick/files/imagemagick-6.3.4-docs.patch'
  eutils.eclass, line 198:   Called die

!!! Cannot find $EPATCH_SOURCE!
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! A complete build log is located at '/var/tmp/portage/media-gfx/imagemagick-6.3.4/temp/build.log'.



Reproducible: Always
Comment 1 Vladimir G. Ivanovic 2007-05-29 18:32:08 UTC
The following allowed me to build (the 6.3.3 docs patch applies cleanly to 6.3.4):

  cd /usr/portage/media-gfx/imagemagick/files
  cp imagemagick-6.3.3-docs.patch imagemagick-6.3.4-docs.patch
  ebuild  imagemagick-6.3.4.ebuild digest
  ebuild  imagemagick-6.3.4.ebuild merge
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-05-29 18:56:31 UTC

*** This bug has been marked as a duplicate of bug 180173 ***