Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 688444 - media-radio/xastir-2.1.2 : /.../image.h:1108:10: fatal error: magick/image-private.h: No such file or directory
Summary: media-radio/xastir-2.1.2 : /.../image.h:1108:10: fatal error: magick/image-pr...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Thomas Beierlein
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-21 16:16 UTC by Toralf Förster
Modified: 2019-07-26 14:13 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.00 KB, text/plain)
2019-06-21 16:17 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,258.70 KB, text/plain)
2019-06-21 16:17 UTC, Toralf Förster
Details
environment (environment,78.85 KB, text/plain)
2019-06-21 16:17 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,16.67 KB, application/x-bzip)
2019-06-21 16:17 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,17.82 KB, application/x-bzip)
2019-06-21 16:17 UTC, Toralf Förster
Details
media-radio:xastir-2.1.2:20190620-214826.log (media-radio:xastir-2.1.2:20190620-214826.log,25.26 KB, text/plain)
2019-06-21 16:17 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,24.77 KB, application/x-bzip)
2019-06-21 16:17 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2019-06-21 16:16:58 UTC
                 from /usr/include/GraphicsMagick/magick/api.h:55,
                 from map_geo.c:137:
/usr/include/GraphicsMagick/magick/image.h:1108:10: fatal error: magick/image-private.h: No such file or directory
 1108 | #include "magick/image-private.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1-hardened_libressl_20190615-171927

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.1.0 *

Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.35.0 *



emerge -qpvO media-radio/xastir
[ebuild  N    ] media-radio/xastir-2.1.2  USE="graphicsmagick (-festival) -geotiff"
Comment 1 Toralf Förster gentoo-dev 2019-06-21 16:17:03 UTC
Created attachment 580290 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-06-21 16:17:06 UTC
Created attachment 580292 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2019-06-21 16:17:09 UTC
Created attachment 580294 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2019-06-21 16:17:12 UTC
Created attachment 580296 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2019-06-21 16:17:14 UTC
Created attachment 580298 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-06-21 16:17:17 UTC
Created attachment 580300 [details]
media-radio:xastir-2.1.2:20190620-214826.log
Comment 7 Toralf Förster gentoo-dev 2019-06-21 16:17:20 UTC
Created attachment 580302 [details]
temp.tbz2
Comment 8 Ben 2019-07-08 09:19:10 UTC
Bah, I just ran into this.  Feels like an media-gfx/graphicsmagick didn't install image-private.h for whatever reason, but why media-radio/xastir is the only package that needs image-private.h I don't know.
Comment 9 Ben 2019-07-22 00:46:48 UTC
I copied image-private.h and pixel_cache-private.h from $GRAPHICSMAGICWORK/GraphicsMagick-1.3.32/magick/ to /usr/include/GraphicsMagick/magick/ and then I was able to emerge xastir - and the GUI seems to come up fine.  I'm not an experienced user of xastir yet nor GraphicsMagick - I have a feeling the -private headers were never meant to be installed but in this case they seem to be required.
Comment 10 Thomas Beierlein gentoo-dev 2019-07-26 12:50:14 UTC
(In reply to Ben from comment #9)
> I copied image-private.h and pixel_cache-private.h from
> $GRAPHICSMAGICWORK/GraphicsMagick-1.3.32/magick/ to
> /usr/include/GraphicsMagick/magick/ and then I was able to emerge xastir -
> and the GUI seems to come up fine.  I'm not an experienced user of xastir
> yet nor GraphicsMagick - I have a feeling the -private headers were never
> meant to be installed but in this case they seem to be required.

The bug got fixed in xastir-2.1.4. Please retest with the new version.
Comment 11 Thomas Beierlein gentoo-dev 2019-07-26 14:13:21 UTC
Backported fix from xastir-2.1.4 to stable xastir-2.0.8-r1.
Dropped buggy versions 2.1.0 and 2.1.2

Please reopen if problem still shows up.