[Freeciv-Dev] [bug #19296] fix check for MagickWand (libbzip2)

2012-07-11 Thread Marko Lindqvist
Update of bug #19296 (project freeciv): Status: Ready For Test => Fixed Open/Closed:Open => Closed ___ Reply to this item at:

[Freeciv-Dev] [bug #19296] fix check for MagickWand (libbzip2)

2012-07-09 Thread Marko Lindqvist
Follow-up Comment #13, bug #19296 (project freeciv): btw. I just got cross-compilation on one machine to work by applying this patch. There was Magickwand-config for host system but not for target system. It found one for host system and tried to build with CFLAGS and LIBS it provided. __

[Freeciv-Dev] [bug #19296] fix check for MagickWand (libbzip2)

2012-07-08 Thread Marko Lindqvist
Follow-up Comment #12, bug #19296 (project freeciv): We want to know if we can link programs together, not if we can run them on build machine. Testing the latter breaks cross-compilation. Attached version of the patch uses AC_LINK_IFELSE() instead of AC_RUN_IFELSE() (file #16039) __

[Freeciv-Dev] [bug #19296] fix check for MagickWand (libbzip2)

2012-06-28 Thread anonymous
Follow-up Comment #11, bug #19296 (project freeciv): ...more like I agreed that it's your choice. Some projects like adding AC_CHECK_LIB checks even for packages having upstream pkg-config files, others tend to rely just on pkg-config in such cases and not "fix" broken distros. A matter of taste

[Freeciv-Dev] [bug #19296] fix check for MagickWand (libbzip2)

2012-06-28 Thread Marko Lindqvist
Follow-up Comment #10, bug #19296 (project freeciv): Almost six months since the previous discussion. There were different opinions earlier, but since this long has passed without anybody replying to my last argument > Still, better to find out it, with better error diagnostics, > configure time

[Freeciv-Dev] [bug #19296] fix check for MagickWand (libbzip2)

2012-03-20 Thread Jacob Nevins
Update of bug #19296 (project freeciv): Planned Release: 2.3.2, 2.4.0, 2.5.0 => 2.4.0, 2.5.0 ___ Reply to this item at: ___ Message sent

[Freeciv-Dev] [bug #19296] fix check for MagickWand (libbzip2)

2012-03-10 Thread Jacob Nevins
Follow-up Comment #9, bug #19296 (project freeciv): Related to bug #18539? ___ Reply to this item at: ___ Message sent via/by Gna! http://gna.org/ __

[Freeciv-Dev] [bug #19296] fix check for MagickWand (libbzip2)

2012-03-10 Thread Jacob Nevins
Follow-up Comment #8, bug #19296 (project freeciv): This is currently targeted at 2.3.2, but I wouldn't expect S2_3 to depend on MagickWand (since mapimg is new in 2.4)? ___ Reply to this item at: __

[Freeciv-Dev] [bug #19296] fix check for MagickWand (libbzip2)

2012-01-30 Thread Marko Lindqvist
Follow-up Comment #7, bug #19296 (project freeciv): Uh, sorry. I'm not very alert today. Of course we are not talking about missing (direct) freeciv dependencies, but MagickWand's ones. So there indeed is something wrong with your MagickWand installation if it depends on something not available.

[Freeciv-Dev] [bug #19296] fix check for MagickWand (libbzip2)

2012-01-30 Thread Marko Lindqvist
Follow-up Comment #6, bug #19296 (project freeciv): > Again, this may simply be a freeciv policy, but adding > workarounds for distro packaging errors seems an odd solution. > If a distro builds freeciv, they'll add the dep, once it fails > to run, if a user has the problem, they should bug their

[Freeciv-Dev] [bug #19296] fix check for MagickWand (libbzip2)

2012-01-19 Thread Matthias Pfafferodt
Follow-up Comment #5, bug #19296 (project freeciv): > pkg-config --libs MagickWand > -lMagickWand -lMagickCore > and at least as of ImageMagick 6.7.4.0 > MagickWand-config --libs > MagickWand-config --libs > the output is the same. Correct - but it wasn't on opensuse. If you got to the bug I op

[Freeciv-Dev] [bug #19296] fix check for MagickWand (libbzip2)

2012-01-17 Thread anonymous
Follow-up Comment #4, bug #19296 (project freeciv): Hmmm... 2008-02-03 6.3.8-5 Cristy ... Add Magick++-config, MagickCore.pc, MagickWand.pc, Magick++.pc Is this old enough ? pkg-config --libs MagickWand -lMagickWand -lMagickCore and at least as of ImageMagick 6.7.4.0 MagickWand-config --libs

[Freeciv-Dev] [bug #19296] fix check for MagickWand (libbzip2)

2012-01-17 Thread Matthias Pfafferodt
Update of bug #19296 (project freeciv): Status: In Progress => Ready For Test ___ Follow-up Comment #3: > Test linkage for whole WAND_LIBS would be cleaner and would also > catch other problematic l

[Freeciv-Dev] [bug #19296] fix check for MagickWand (libbzip2)

2012-01-16 Thread anonymous
Follow-up Comment #2, bug #19296 (project freeciv): Is there a point of adding workarounds in freeciv for distro packaging errors ? Cause that's what this patch seems to be. If libMagickWand is built with bzip2 support and distro management system doesn't pull it in, it's the distro problem. lib

[Freeciv-Dev] [bug #19296] fix check for MagickWand (libbzip2)

2012-01-16 Thread Marko Lindqvist
Update of bug #19296 (project freeciv): Status: Ready For Test => In Progress Assigned to:None => cazfi ___ Follow-up Comment #1: Quite a kludge, wi

[Freeciv-Dev] [bug #19296] fix check for MagickWand (libbzip2)

2012-01-16 Thread Matthias Pfafferodt
URL: Summary: fix check for MagickWand (libbzip2) Project: Freeciv Submitted by: syntron Submitted on: Mon 16 Jan 2012 08:07:53 PM CET Category: general Severity: 3 - Normal