Bug 1402850 - lcms: FTBFS in Fedora Rawhide
Summary: lcms: FTBFS in Fedora Rawhide
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Fedora
Classification: Fedora
Component: lcms
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Andreas Bierfert
QA Contact: Fedora Extras Quality Assurance
URL: http://apps.fedoraproject.org/koschei...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-12-08 13:10 UTC by Jitka Plesnikova
Modified: 2017-02-10 12:13 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-02-10 12:13:02 UTC
Type: Bug


Attachments (Terms of Use)

Description Jitka Plesnikova 2016-12-08 13:10:12 UTC
Description of problem:
Package lcms fails to build from source in Fedora Rawhide.

 gcc -DPACKAGE_NAME=\"lcms\" -DPACKAGE_TARNAME=\"lcms\" -DPACKAGE_VERSION=\"1.19\" "-DPACKAGE_STRING=\"lcms 1.19\"" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSIZEOF_INT=4 -DSIZEOF_UNSIGNED_INT=4 -DSIZEOF_LONG=8 -DSIZEOF_UNSIGNED_LONG=8 -DSIZEOF_LONG_LONG=8 -DSIZEOF_UNSIGNED_LONG_LONG=8 -DHasJPEG=1 -DHasZLIB=1 -DHasTIFF=1 -DHAVE_TIFFCONF_H=1 -I. -I../include -I../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Werror=implicit-function-declaration -Werror=implicit-int -c cmslut.c  -fPIC -DPIC -o .libs/cmslut.o
cmsio1.c: In function 'AdjustEndianessArray16':
cmsio1.c:74:15: error: implicit declaration of function 'swab' [-Werror=implicit-function-declaration]
 #define xswab swab
               ^
cmsio1.c:118:8: note: in expansion of macro 'xswab'
        xswab((char*) p, (char*)p, (int) num_words * sizeof(WORD));
        ^~~~~

Version-Release number of selected component (if applicable):
1.19-17.fc25

Steps to Reproduce:
koji build --scratch f26 lcms-1.19-17.fc25.src.rpm

Additional info:
This package is tracked by Koschei. See:
http://apps.fedoraproject.org/koschei/package/lcms

The list of dependency changes since last successful build:
https://apps.fedoraproject.org/koschei/build/2391261

Comment 1 Jitka Plesnikova 2017-02-10 12:13:02 UTC
It builds again since these changes in buildroot:

https://apps.fedoraproject.org/koschei/build/2410968

Dependency changes since last build
 	glibc 	2.24.90-21.fc26 	> 	2.24.90-22.fc26
	libcrypt-nss 	2.24.90-21.fc26 	> 	2.24.90-22.fc26
	glibc-all-langpacks 	2.24.90-21.fc26 	> 	2.24.90-22.fc26
	glibc-common 	2.24.90-21.fc26 	> 	2.24.90-22.fc26
	libdb 	5.3.28-15.fc26 	> 	5.3.28-16.fc26
	krb5-libs 	1.15-3.fc26.beta2.0 	> 	1.15-4.fc26
	libdb-utils 	5.3.28-15.fc26 	> 	5.3.28-16.fc26
	redhat-rpm-config 	60-1.fc26 	> 	61-1.fc26
	grep 	2.26-2.fc26 	> 	2.27-1.fc26
	glibc-devel 	2.24.90-21.fc26 	> 	2.24.90-22.fc26
	cracklib 	2.9.6-3.fc25 	> 	2.9.6-4.fc26
	kernel-headers 	4.9.0-0.rc7.git3.1.... 	> 	4.9.0-0.rc8.git3.1....
	setup 	2.10.4-1.fc25 	> 	2.10.5-1.fc26
	glibc-headers 	2.24.90-21.fc26 	> 	2.24.90-22.fc26
	system-python-libs 	3.5.2-6.fc26 	> 	3.5.2-7.fc26
	gnutls 	3.5.6-1.fc26 	> 	3.5.7-1.fc26


Note You need to log in before you can comment on or make changes to this bug.