Opened 13 years ago

Closed 13 years ago

#27877 closed update (fixed)

sqlite3 update to 3.7.4

Reported by: smparkes@… Owned by: mww@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: nfwutech@…, dershow, StephenRhein@…, bmorgenthaler@…, townba (Brad Town), chicagozer@…, soehn@…, SlaunchaMan (Jeff Kelley), ryandesign (Ryan Carsten Schmidt)
Port: sqlite3

Description

Could we get sqlite3 updated to 3.7.4, released 2010-12-08? It added support for FTS4 ...

Attachments (1)

main.log (15.2 KB) - added by smparkes@… 13 years ago.
universal build failure log

Download all attachments as: .zip

Change History (16)

comment:1 Changed 13 years ago by jmroot (Joshua Root)

Owner: changed from macports-tickets@… to mww@…
Version: 1.9.2

Please remember to cc the maintainer.

comment:2 Changed 13 years ago by smparkes@…

Sorry. Will do.

comment:3 Changed 13 years ago by smparkes@…

Thanks, mww.

I'm getting a build error, building universal. I'll attach the log, but the key error is ":info:build gcc-4.2: -E, -S, -save-temps and -M options are not allowed with multiple -arch flags".

Changed 13 years ago by smparkes@…

Attachment: main.log added

universal build failure log

comment:4 Changed 13 years ago by nfwutech@…

Cc: nfwutech@… added

Cc Me!

comment:5 Changed 13 years ago by dershow

Just another data point: I get a build error on 10.6.5 on an Intel mac, but it builds fine for me on a 10.5.6 G5 Mac.

comment:6 Changed 13 years ago by dershow

Cc: dersh@… added

Cc Me!

comment:7 Changed 13 years ago by StephenRhein@…

Cc Me!

comment:8 Changed 13 years ago by StephenRhein@…

Cc: StephenRhein@… added

Cc Me!

comment:9 Changed 13 years ago by bmorgenthaler@…

Cc: bmorgenthaler@… added

Cc Me!

comment:10 Changed 13 years ago by townba (Brad Town)

Cc: brad@… added

Cc Me!

comment:11 Changed 13 years ago by chicagozer@…

Cc: chicagozer@… added

Cc Me!

comment:12 Changed 13 years ago by soehn@…

Cc: soehn@… added

Cc Me!

comment:13 Changed 13 years ago by SlaunchaMan (Jeff Kelley)

Cc: SlaunchaMan@… added

Cc Me!

comment:14 Changed 13 years ago by SlaunchaMan (Jeff Kelley)

Same problem here. The log is short, so I’ll inline it:

version:1
:msg:main --->  Computing dependencies for sqlite3:info:main .:debug:main Searching for dependency: readline
:debug:main Found Dependency: receipt exists for readline
:debug:main Searching for dependency: ncurses
:debug:main Found Dependency: receipt exists for ncurses
:msg:main 
:debug:main Executing org.macports.main (sqlite3)
:debug:main Skipping completed org.macports.fetch (sqlite3)
:debug:main Skipping completed org.macports.checksum (sqlite3)
:debug:main Skipping completed org.macports.extract (sqlite3)
:debug:main Skipping completed org.macports.patch (sqlite3)
:debug:main Skipping completed org.macports.configure (sqlite3)
:msg:main --->  Building sqlite3
:debug:build build phase started at Wed Jan 12 17:38:50 EST 2011
:debug:build Executing org.macports.build (sqlite3)
:debug:build port disallows a parallel build
:debug:build Environment: CPATH='/opt/local/include' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_databases_sqlite3/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.6'
:debug:build Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_databases_sqlite3/work/sqlite-autoconf-3070400" && /usr/bin/gnumake all'
:info:build if /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc-4.2 -DPACKAGE_NAME=\"sqlite\" -DPACKAGE_TARNAME=\"sqlite\" -DPACKAGE_VERSION=\"3.7.4\" -DPACKAGE_STRING=\"sqlite\ 3.7.4\" -DPACKAGE_BUGREPORT=\"http://www.sqlite.org\" -DPACKAGE=\"sqlite\" -DVERSION=\"3.7.4\" -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 -DHAVE_FDATASYNC=1 -DHAVE_USLEEP=1 -DHAVE_LOCALTIME_R=1 -DHAVE_GMTIME_R=1 -DHAVE_READLINE=1 -I. -I.   -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_FTS3=1 -DSQLITE_ENABLE_RTREE=1 -DSQLITE_SECURE_DELETE=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_databases_sqlite3/work/sqlite-autoconf-3070400 -I/opt/local/include -DSQLITE_THREADSAFE=1  -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_RTREE -pipe -O2 -arch x86_64 -arch i386 -MT sqlite3.lo -MD -MP -MF ".deps/sqlite3.Tpo" -c -o sqlite3.lo sqlite3.c; \
:info:build 	then mv -f ".deps/sqlite3.Tpo" ".deps/sqlite3.Plo"; else rm -f ".deps/sqlite3.Tpo"; exit 1; fi
:info:build  /usr/bin/gcc-4.2 -DPACKAGE_NAME=\"sqlite\" -DPACKAGE_TARNAME=\"sqlite\" -DPACKAGE_VERSION=\"3.7.4\" "-DPACKAGE_STRING=\"sqlite 3.7.4\"" -DPACKAGE_BUGREPORT=\"http://www.sqlite.org\" -DPACKAGE=\"sqlite\" -DVERSION=\"3.7.4\" -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 -DHAVE_FDATASYNC=1 -DHAVE_USLEEP=1 -DHAVE_LOCALTIME_R=1 -DHAVE_GMTIME_R=1 -DHAVE_READLINE=1 -I. -I. -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_ENABLE_FTS3=1 -DSQLITE_ENABLE_RTREE=1 -DSQLITE_SECURE_DELETE=1 -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 -I/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_databases_sqlite3/work/sqlite-autoconf-3070400 -I/opt/local/include -DSQLITE_THREADSAFE=1 -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_RTREE -pipe -O2 -arch x86_64 -arch i386 -MT sqlite3.lo -MD -MP -MF .deps/sqlite3.Tpo -c sqlite3.c  -fno-common -DPIC -o .libs/sqlite3.o
:info:build gcc-4.2: -E, -S, -save-temps and -M options are not allowed with multiple -arch flags
:info:build gnumake: *** [sqlite3.lo] Error 1
:info:build shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_databases_sqlite3/work/sqlite-autoconf-3070400" && /usr/bin/gnumake all " returned error 2
:error:build Target org.macports.build returned: shell command failed (see log for details)
:debug:build Backtrace: shell command failed (see log for details)
    while executing
"command_exec build"
    (procedure "portbuild::build_main" line 8)
    invoked from within
"$procedure $targetname"
:info:build Warning: the following items did not execute (for sqlite3): org.macports.destroot org.macports.build
:notice:build Log for sqlite3 is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_databases_sqlite3/main.log

comment:15 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign@… added
Resolution: fixed
Status: newclosed

This ticket is about the request to update sqlite3 to 3.7.4. This was accomplished in r75036; this ticket is therefore being closed as fixed.

The new problem building sqlite3 3.7.4 with the +universal variant is covered by new ticket #27939.

Note: See TracTickets for help on using tickets.