Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 537562 - dev-db/sqlite-{3.8.8,3.8.8.1,3.8.8.2} fails to build on ARM and ARM64
Summary: dev-db/sqlite-{3.8.8,3.8.8.1,3.8.8.2} fails to build on ARM and ARM64
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: ARM Linux
: Normal normal (vote)
Assignee: Arfrever Frehtes Taifersar Arahesis
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-24 16:38 UTC by Spekadyon
Modified: 2015-02-14 14:20 UTC (History)
3 users (show)

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


Attachments
build.log.gz (build.log.gz,5.91 KB, application/gzip)
2015-01-24 19:44 UTC, Spekadyon
Details
diff-3080801-3080704-sqlite3.c (diff-3080801-3080704-sqlite3.c,327.53 KB, text/x-csrc)
2015-01-28 10:45 UTC, Joerg Neikes
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Spekadyon 2015-01-24 16:38:32 UTC
dev-db/sqlite-3.8.8.1 fails to build on ~arm

Reproducible: Always

Steps to Reproduce:
1. emerge =dev-db/sqlite-3.8.8.1
Actual Results:  
Compilation of sqlite3.c fails:

libtool: compile:  armv7a-hardfloat-linux-gnueabi-gcc -DPACKAGE_NAME=\"sqlite\" -DPACKAGE_TARNAME=\"sqlite\" -DPACKAGE_VERSION=\"3.8.8.1\" "-DPACKAGE_STRING=\"sqlite 3.8.8.1\"" -DPACKAGE_BUGREPORT=\"http://www.sqlite.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"sqlite\" -DVERSION=\"3.8.8.1\" -D_FILE_OFFSET_BITS=64 -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 -DLT_OBJDIR=\".libs/\" -DHAVE_FDATASYNC=1 -DHAVE_USLEEP=1 -DHAVE_LOCALTIME_R=1 -DHAVE_GMTIME_R=1 -DHAVE_DECL_STRERROR_R=1 -DHAVE_STRERROR_R=1 -DHAVE_READLINE=1 -DHAVE_POSIX_FALLOCATE=1 -I. -DNDEBUG -DSQLITE_ENABLE_API_ARMOR -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_STMT_SCANSTATUS -DSQLITE_SOUNDEX -DSQLITE_ENABLE_UNLOCK_NOTIFY -D_REENTRANT=1 -DSQLITE_THREADSAFE=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_RTREE -O2 -pipe -march=armv7-a -mtune=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -fomit-frame-pointer -c sqlite3.c  -fPIC -DPIC -o .libs/sqlite3.o
sqlite3.c: In function ‘sqlite3VXPrintf’:
sqlite3.c:21266:9: error: invalid operands to binary == (have ‘va_list’ and ‘int’)
   if( ap==0 ){
         ^
Makefile:528: recipe for target 'sqlite3.lo' failed



# emerge --info
Portage 2.2.15 (python 3.3.5-final-0, default/linux/arm/13.0/armv7a, gcc-4.8.4, glibc-2.20-r1, 3.14.27+ armv7l)
=================================================================
System uname: Linux-3.14.27+-armv7l-with-gentoo-2.2
KiB Mem:     2069716 total,    251024 free
KiB Swap:    1572860 total,   1502208 free
Timestamp of tree: Fri, 23 Jan 2015 22:45:01 +0000
sh bash 4.3_p33-r1
ld GNU ld (GNU Binutils) 2.24
app-shells/bash:          4.3_p33-r1
dev-lang/perl:            5.20.1-r4
dev-lang/python:          2.7.9-r1, 3.3.5-r1
dev-util/cmake:           3.1.0
dev-util/pkgconfig:       0.28-r2
sys-apps/baselayout:      2.2
sys-apps/openrc:          0.13.8
sys-apps/sandbox:         2.6-r1
sys-devel/autoconf:       2.13, 2.69
sys-devel/automake:       1.14.1, 1.15
sys-devel/binutils:       2.24-r3
sys-devel/gcc:            4.8.4, 4.9.2
sys-devel/gcc-config:     1.8
sys-devel/libtool:        2.4.5
sys-devel/make:           4.1-r1
sys-kernel/linux-headers: 3.18 (virtual/os-headers)
sys-libs/glibc:           2.20-r1
Repositories: gentoo x-portage
ACCEPT_KEYWORDS="arm ~arm"
ACCEPT_LICENSE="*"
CBUILD="armv7a-hardfloat-linux-gnueabi"
CFLAGS="-O2 -pipe -march=armv7-a -mtune=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -fomit-frame-pointer"
CHOST="armv7a-hardfloat-linux-gnueabi"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.5/ext-active/ /etc/php/cgi-php5.5/ext-active/ /etc/php/cli-php5.5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -pipe -march=armv7-a -mtune=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe -march=armv7-a"
FEATURES="assume-digests binpkg-logs buildpkg compress-build-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms split-elog split-log strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync"
FFLAGS="-O2 -pipe -march=armv7-a"
GENTOO_MIRRORS="http://mirror.ovh.net/gentoo-distfiles/ ftp://mirror.ovh.net/gentoo-distfiles/ http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ http://ftp.uni-erlangen.de/pub/mirrors/gentoo "
LANG="fr_FR.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j4"
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"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://192.168.1.4/gentoo-portage"
USE="arm armv5te armv6 armv6t2 berkdb bzip2 caps cli cracklib crypt cxx dri gdbm iconv ipv6 modules ncurses neon nls nptl openmp pam pcre readline session ssl threads unicode vhosts zlib" 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" 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_3" RUBY_TARGETS="ruby19 ruby20" USERLAND="GNU" VIDEO_CARDS="exynos fbdev omap omapfb 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:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2015-01-24 19:36:14 UTC
Please attach the entire build log to this bug report.
Comment 2 Spekadyon 2015-01-24 19:44:39 UTC
Created attachment 394788 [details]
build.log.gz
Comment 3 Joerg Neikes 2015-01-28 10:45:20 UTC
Created attachment 395042 [details]
diff-3080801-3080704-sqlite3.c

Seems like many of this changes are in the 3.8.8.1 in diff to 3.8.7.4
Comment 4 Maciej S. Szmigiero 2015-01-30 16:12:09 UTC
Looks like va_list is not implicitly convertible to int on ARM (at least not in 
gcc 4.8.3 p1).

I couldn't find any requirement in C99 specs for this conversion to be possible.

Anyway, if this check is disabled (it seems to be a part of some extra API armoring) the package builds fine:
--- a/sqlite3.c 2015-01-20 18:24:07.000000000 +0100
+++ b/sqlite3.c 2015-01-30 16:46:55.396216599 +0100
@@ -21262,7 +21262,7 @@
   PrintfArguments *pArgList = 0; /* Arguments for SQLITE_PRINTF_SQLFUNC */
   char buf[etBUFSIZE];       /* Conversion buffer */
 
-#ifdef SQLITE_ENABLE_API_ARMOR
+#ifdef _DISABLED_SQLITE_ENABLE_API_ARMOR
   if( ap==0 ){
     (void)SQLITE_MISUSE_BKPT;
     sqlite3StrAccumReset(pAccum);
Comment 5 Martin Wohlert 2015-02-06 14:40:38 UTC
(In reply to Maciej Szmigiero from comment #4)
> Looks like va_list is not implicitly convertible to int on ARM (at least not
> in gcc 4.8.3 p1).

gcc 4.9.2 also fails on this.
Comment 6 Arfrever Frehtes Taifersar Arahesis 2015-02-14 14:20:15 UTC
I backported fix from upstream to dev-db/sqlite-3.8.8.2.