Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 591266 - media-gfx/imagemagick-6.9.5.5 fails tests - tests/validate.c:2397:31: error: expected ')' before ';' token
Summary: media-gfx/imagemagick-6.9.5.5 fails tests - tests/validate.c:2397:31: error: ...
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-14 18:11 UTC by eroen
Modified: 2019-01-06 18:24 UTC (History)
0 users

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


Attachments
build.log (build.log,441.17 KB, text/plain)
2016-08-14 18:11 UTC, eroen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description eroen 2016-08-14 18:11:48 UTC
Created attachment 443302 [details]
build.log

make[2]: Entering directory '/var/tmp/portage/media-gfx/imagemagick-6.9.5.5/work/ImageMagick-6.9.5-5'
x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config  -I. -I. -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16  -I/usr/include/freetype2    -fopenmp -O2 -pipe -Wall -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -c -o tests/tests_validate-validate.o `test -f 'tests/validate.c' || echo './'`tests/validate.c
x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config  -I. -I. -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16  -I/usr/include/freetype2    -fopenmp -O2 -pipe -Wall -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -c -o tests/tests_drawtest-drawtest.o `test -f 'tests/drawtest.c' || echo './'`tests/drawtest.c
x86_64-pc-linux-gnu-gcc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I./config  -I. -I. -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16  -I/usr/include/freetype2    -fopenmp -O2 -pipe -Wall -fexceptions -pthread -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -c -o tests/tests_wandtest-wandtest.o `test -f 'tests/wandtest.c' || echo './'`tests/wandtest.c
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I./config  -I. -I. -I./Magick++/lib -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16  -O2 -pipe -pthread -c -o Magick++/demo/Magick___demo_analyze-analyze.o `test -f 'Magick++/demo/analyze.cpp' || echo './'`Magick++/demo/analyze.cpp
tests/validate.c: In function 'main':
tests/validate.c:2397:31: error: expected ')' before ';' token
             GetMagickHomeURL();
                               ^
tests/validate.c:2462:9: error: expected ';' before '}' token
         }
         ^
tests/validate.c:2263:5: warning: variable 'type' set but not used [-Wunused-but-set-variable]
     type;
     ^
tests/validate.c:2260:5: warning: variable 'tests' set but not used [-Wunused-but-set-variable]
     tests;
     ^
tests/validate.c:2249:5: warning: unused variable 'map_resource' [-Wunused-variable]
     map_resource;
     ^
tests/validate.c:2248:5: warning: unused variable 'memory_resource' [-Wunused-variable]
     memory_resource,
     ^
tests/validate.c: At top level:
tests/validate.c:823:15: warning: 'ValidateColorspaces' defined but not used [-Wunused-function]
 static size_t ValidateColorspaces(ImageInfo *image_info,size_t *fail,
               ^
tests/validate.c:937:15: warning: 'ValidateCompareCommand' defined but not used [-Wunused-function]
 static size_t ValidateCompareCommand(ImageInfo *image_info,
               ^
tests/validate.c:1028:15: warning: 'ValidateCompositeCommand' defined but not used [-Wunused-function]
 static size_t ValidateCompositeCommand(ImageInfo *image_info,
               ^
tests/validate.c:1120:15: warning: 'ValidateConvertCommand' defined but not used [-Wunused-function]
 static size_t ValidateConvertCommand(ImageInfo *image_info,
               ^
tests/validate.c:1211:15: warning: 'ValidateIdentifyCommand' defined but not used [-Wunused-function]
 static size_t ValidateIdentifyCommand(ImageInfo *image_info,
               ^
tests/validate.c:1310:15: warning: 'ValidateImageFormatsInMemory' defined but not used [-Wunused-function]
 static size_t ValidateImageFormatsInMemory(ImageInfo *image_info,
               ^
tests/validate.c:1598:15: warning: 'ValidateImageFormatsOnDisk' defined but not used [-Wunused-function]
 static size_t ValidateImageFormatsOnDisk(ImageInfo *image_info,
               ^
tests/validate.c:1820:15: warning: 'ValidateImportExportPixels' defined but not used [-Wunused-function]
 static size_t ValidateImportExportPixels(ImageInfo *image_info,
               ^
tests/validate.c:2010:15: warning: 'ValidateMontageCommand' defined but not used [-Wunused-function]
 static size_t ValidateMontageCommand(ImageInfo *image_info,
               ^
tests/validate.c:2102:15: warning: 'ValidateStreamCommand' defined but not used [-Wunused-function]
 static size_t ValidateStreamCommand(ImageInfo *image_info,
               ^
Makefile:10122: recipe for target 'tests/tests_validate-validate.o' failed
make[2]: *** [tests/tests_validate-validate.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/var/tmp/portage/media-gfx/imagemagick-6.9.5.5/work/ImageMagick-6.9.5-5'
Makefile:11273: recipe for target 'check-am' failed
make[1]: *** [check-am] Error 2
make[1]: Leaving directory '/var/tmp/portage/media-gfx/imagemagick-6.9.5.5/work/ImageMagick-6.9.5-5'
Makefile:11276: recipe for target 'check' failed
make: *** [check] Error 2
 * ERROR: media-gfx/imagemagick-6.9.5.5::gentoo failed (test phase):
 *   emake failed
Comment 1 eroen 2016-08-14 18:13:13 UTC
localhost ~ # emerge --info '=media-gfx/imagemagick-6.9.5.5::gentoo'
Portage 2.2.28 (python 2.7.10-final-0, default/linux/amd64/13.0, gcc-4.9.3, glibc-2.22-r4, 4.4.6-gentoo x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-4.4.6-gentoo-x86_64-Intel-R-_Core-TM-_i5-2520M_CPU_@_2.50GHz-with-gentoo-2.2
KiB Mem:     4043380 total,   3674108 free
KiB Swap:          0 total,         0 free
Timestamp of repository gentoo: Sun, 14 Aug 2016 00:45:01 +0000
sh bash 4.3_p42-r1
ld GNU ld (Gentoo 2.25.1 p1.1) 2.25.1
app-shells/bash:          4.3_p42-r1::gentoo
dev-lang/perl:            5.20.2::gentoo
dev-lang/python:          2.7.10-r1::gentoo, 3.4.3-r1::gentoo
dev-util/pkgconfig:       0.28-r2::gentoo
sys-apps/baselayout:      2.2::gentoo
sys-apps/openrc:          0.19.1::gentoo
sys-apps/sandbox:         2.10-r1::gentoo
sys-devel/autoconf:       2.69::gentoo
sys-devel/automake:       1.14.1::gentoo, 1.15::gentoo
sys-devel/binutils:       2.25.1-r1::gentoo
sys-devel/gcc:            4.9.3::gentoo
sys-devel/gcc-config:     1.7.3::gentoo
sys-devel/libtool:        2.4.6::gentoo
sys-devel/make:           4.1-r1::gentoo
sys-kernel/linux-headers: 4.3::gentoo (virtual/os-headers)
sys-libs/glibc:           2.22-r4::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/gentoo-release /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
USE="acl amd64 berkdb bindist bzip2 cli cracklib crypt cxx dri fortran gdbm iconv ipv6 mmx mmxext modules multilib ncurses nls nptl openmp pam pcre readline seccomp session sse sse2 ssl tcpd unicode xattr zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx sse sse2" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_4" RUBY_TARGETS="ruby20 ruby21" USERLAND="GNU" VIDEO_CARDS="amdgpu fbdev intel nouveau radeon radeonsi vesa dummy v4l" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, MAKEOPTS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON

localhost ~ # emerge -pqv '=media-gfx/imagemagick-6.9.5.5::gentoo'
[ebuild  N    ] media-gfx/imagemagick-6.9.5.5  USE="bzip2 corefonts cxx openmp {test} truetype zlib -X -autotrace -djvu -fftw -fontconfig -fpx -graphviz -hdri -jbig -jpeg -jpeg2k -lcms -lqr -lzma -opencl -openexr -pango -perl -png -postscript -q32 -q64 -q8 -raw -static-libs -svg -tiff -webp -wmf -xml" 

 * IMPORTANT: 10 news items need reading for repository 'gentoo'.
 * Use eselect news read to view new items.
Comment 2 Thomas Deutschmann (RETIRED) gentoo-dev 2019-01-06 18:24:03 UTC
Latest available version in repository is passing tests. If you are still able to reproduce, please re-open.