[MacPorts] #27877: sqlite3 update to 3.7.4
#27877: sqlite3 update to 3.7.4 -----------------------------------+---------------------------------------- Reporter: smparkes@… | Owner: macports-tickets@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: sqlite3 -----------------------------------+---------------------------------------- Could we get sqlite3 updated to 3.7.4, released 2010-12-08? It added support for FTS4 ... -- Ticket URL: <https://trac.macports.org/ticket/27877> MacPorts <http://www.macports.org/> Ports system for Mac OS
#27877: sqlite3 update to 3.7.4 -----------------------------------+---------------------------------------- Reporter: smparkes@… | Owner: mww@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: Keywords: | Port: sqlite3 -----------------------------------+---------------------------------------- Changes (by jmr@…): * owner: macports-tickets@… => mww@… * version: 1.9.2 => Comment: Please remember to cc the maintainer. -- Ticket URL: <https://trac.macports.org/ticket/27877#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#27877: sqlite3 update to 3.7.4 -----------------------------------+---------------------------------------- Reporter: smparkes@… | Owner: mww@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: Keywords: | Port: sqlite3 -----------------------------------+---------------------------------------- Comment(by smparkes@…): Sorry. Will do. -- Ticket URL: <https://trac.macports.org/ticket/27877#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#27877: sqlite3 update to 3.7.4 -----------------------------------+---------------------------------------- Reporter: smparkes@… | Owner: mww@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: Keywords: | Port: sqlite3 -----------------------------------+---------------------------------------- Comment(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". -- Ticket URL: <https://trac.macports.org/ticket/27877#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#27877: sqlite3 update to 3.7.4 -----------------------------------+---------------------------------------- Reporter: smparkes@… | Owner: mww@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: Keywords: | Port: sqlite3 -----------------------------------+---------------------------------------- Comment(by dersh@…): 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. -- Ticket URL: <https://trac.macports.org/ticket/27877#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#27877: sqlite3 update to 3.7.4 -----------------------------------+---------------------------------------- Reporter: smparkes@… | Owner: mww@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: Keywords: | Port: sqlite3 -----------------------------------+---------------------------------------- Comment(by StephenRhein@…): Cc Me! -- Ticket URL: <https://trac.macports.org/ticket/27877#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
#27877: sqlite3 update to 3.7.4 -----------------------------------+---------------------------------------- Reporter: smparkes@… | Owner: mww@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: Keywords: | Port: sqlite3 -----------------------------------+---------------------------------------- Comment(by SlaunchaMan@…): 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 }}} -- Ticket URL: <https://trac.macports.org/ticket/27877#comment:14> MacPorts <http://www.macports.org/> Ports system for Mac OS
#27877: sqlite3 update to 3.7.4 ------------------------------------+--------------------------------------- Reporter: smparkes@… | Owner: mww@… Type: update | Status: closed Priority: Normal | Milestone: Component: ports | Version: Resolution: fixed | Keywords: Port: sqlite3 | ------------------------------------+--------------------------------------- Changes (by ryandesign@…): * cc: ryandesign@… (added) * status: new => closed * resolution: => fixed Comment: 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. -- Ticket URL: <https://trac.macports.org/ticket/27877#comment:15> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts