Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Oct 2014 19:21:38 +0100
From:      John <freebsd-lists@potato.growveg.org>
To:        Tijl Coosemans <tijl@FreeBSD.org>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: sqlite3 breakage
Message-ID:  <20141019182138.GB49574@potato.growveg.org>
In-Reply-To: <20141019165156.1db88638@kalimero.tijl.coosemans.org>
References:  <20141019132808.GA49190@potato.growveg.org> <20141019165156.1db88638@kalimero.tijl.coosemans.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--zYM0uCDKw75PZbzx
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Hello, that was quick! :D

> Check that you have these files in /usr/local/lib:
> 
> libsqlite3.a
> libsqlite3.so
> libsqlite3.so.0
> libsqlite3.so.0.8.6
> 
> If any are missing then make sure you have the latest version of pkg.
> It fixes a bug that allowed packages with missing files to be installed.
> Then build databases/sqlite3 using 'script build.log make install' and
> email us build.log.

root@:/usr/local/lib # pkg -v
1.3.8

~ # cd /usr/local/lib

~ # root@:/usr/local/lib # ls -la libsqlite3.a
-rw-r--r--  1 root  wheel  1441616 Oct 19 14:47 libsqlite3.a

root@:/usr/local/lib # ls -la libsqlite3.so
lrwxr-xr-x  1 root  wheel  19 Oct 19 14:47 libsqlite3.so -> libsqlite3.so.0.8.6

root@:/usr/local/lib # ls -la libsqlite3.so.0
lrwxr-xr-x  1 root  wheel  19 Oct 19 14:47 libsqlite3.so.0 -> libsqlite3.so.0.8.6

root@:/usr/local/lib # ls -la libsqlite3.so.0.8.6
-rwxr-xr-x  1 root  wheel  1046592 Oct 19 14:47 libsqlite3.so.0.8.6

root@:/usr/local/lib #

I deinstalled then cleaned, rebuilt again and am attaching the build log as 
requested (this is 15kb)

thanks,
-- 
John 

--zYM0uCDKw75PZbzx
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="build.log"
Content-Transfer-Encoding: quoted-printable

Script started on Sun Oct 19 18:21:56 2014
command: make install
=3D=3D=3D>  License public accepted by the user=0D
=3D=3D=3D>  Found saved configuration for sqlite3-3.8.6=0D
=3D=3D=3D>   sqlite3-3.8.6 depends on file: /usr/local/sbin/pkg - found=0D
=3D> sqlite-autoconf-3080600.tar.gz doesn't seem to exist in /usr/ports/dis=
tfiles/.=0D
=3D> Attempting to fetch http://www.sqlite.org/2014/sqlite-autoconf-3080600=
=2Etar.gz=0D
=0Dsqlite-autoconf-3080600.tar.gz                  0% of 1922 kB    0  Bps=
=0Dsqlite-autoconf-3080600.tar.gz                  8% of 1922 kB  239 kBps=
=0Dsqlite-autoconf-3080600.tar.gz                 49% of 1922 kB  793 kBps=
=0Dsqlite-autoconf-3080600.tar.gz                100% of 1922 kB  786 kBps =
00m02s=0D
=3D=3D=3D> Fetching all distfiles required by sqlite3-3.8.6 for building=0D
=3D=3D=3D>  Extracting for sqlite3-3.8.6=0D
=3D> SHA256 Checksum OK for sqlite-autoconf-3080600.tar.gz.=0D
=3D=3D=3D>  Patching for sqlite3-3.8.6=0D
=3D=3D=3D>  Applying FreeBSD patches for sqlite3-3.8.6=0D
=3D=3D=3D>   sqlite3-3.8.6 depends on file: /usr/local/bin/ccache - found=0D
=3D=3D=3D>  Configuring for sqlite3-3.8.6=0D
=3D=3D=3D>   FreeBSD 10 autotools fix applied to /data/ports/databases/sqli=
te3/work/sqlite-autoconf-3080600/tea/aclocal.m4=0D
=3D=3D=3D>   FreeBSD 10 autotools fix applied to /data/ports/databases/sqli=
te3/work/sqlite-autoconf-3080600/tea/configure=0D
=3D=3D=3D>   FreeBSD 10 autotools fix applied to /data/ports/databases/sqli=
te3/work/sqlite-autoconf-3080600/aclocal.m4=0D
=3D=3D=3D>   FreeBSD 10 autotools fix applied to /data/ports/databases/sqli=
te3/work/sqlite-autoconf-3080600/configure=0D
configure: loading site script /usr/ports/Templates/config.site=0D
checking for a BSD-compatible install... /usr/bin/install -c -o root -g whe=
el=0D
checking whether build environment is sane... yes=0D
checking for a thread-safe mkdir -p... (cached) /bin/mkdir -p=0D
checking for gawk... (cached) /usr/bin/awk=0D
checking whether make sets $(MAKE)... yes=0D
checking for style of include used by make... GNU=0D
checking for gcc... cc=0D
checking whether the C compiler works... yes=0D
checking for C compiler default output file name... a.out=0D
checking for suffix of executables... =0D
checking whether we are cross compiling... no=0D
checking for suffix of object files... o=0D
checking whether we are using the GNU C compiler... yes=0D
checking whether cc accepts -g... yes=0D
checking for cc option to accept ISO C89... none needed=0D
checking dependency style of cc... gcc3=0D
checking for special C compiler options needed for large files... no=0D
checking for _FILE_OFFSET_BITS value needed for large files... no=0D
checking for gcc... (cached) cc=0D
checking whether we are using the GNU C compiler... (cached) yes=0D
checking whether cc accepts -g... (cached) yes=0D
checking for cc option to accept ISO C89... (cached) none needed=0D
checking dependency style of cc... (cached) gcc3=0D
checking for ranlib... ranlib=0D
checking build system type... amd64-portbld-freebsd10.1=0D
checking host system type... amd64-portbld-freebsd10.1=0D
checking how to print strings... printf=0D
checking for a sed that does not truncate output... (cached) /usr/bin/sed=0D
checking for grep that handles long lines and -e... (cached) /usr/bin/grep=
=0D
checking for egrep... (cached) /usr/bin/egrep=0D
checking for fgrep... (cached) /usr/bin/fgrep=0D
checking for ld used by cc... /usr/bin/ld=0D
checking if the linker (/usr/bin/ld) is GNU ld... yes=0D
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B=0D
checking the name lister (/usr/bin/nm -B) interface... BSD nm=0D
checking whether ln -s works... yes=0D
checking the maximum length of command line arguments... (cached) 262144=0D
checking whether the shell understands some XSI constructs... yes=0D
checking whether the shell understands "+=3D"... no=0D
checking how to convert amd64-portbld-freebsd10.1 file names to amd64-portb=
ld-freebsd10.1 format... func_convert_file_noop=0D
checking how to convert amd64-portbld-freebsd10.1 file names to toolchain f=
ormat... func_convert_file_noop=0D
checking for /usr/bin/ld option to reload object files... -r=0D
checking for objdump... objdump=0D
checking how to recognize dependent libraries... pass_all=0D
checking for dlltool... no=0D
checking how to associate runtime and link libraries... printf %s\n=0D
checking for ar... ar=0D
checking for archiver @FILE support... no=0D
checking for strip... strip=0D
checking for ranlib... (cached) ranlib=0D
checking command to parse /usr/bin/nm -B output from cc object... ok=0D
checking for sysroot... no=0D
checking for mt... mt=0D
checking if mt is a manifest tool... no=0D
checking how to run the C preprocessor... cpp=0D
checking for ANSI C header files... (cached) yes=0D
checking for sys/types.h... (cached) yes=0D
checking for sys/stat.h... (cached) yes=0D
checking for stdlib.h... (cached) yes=0D
checking for string.h... (cached) yes=0D
checking for memory.h... (cached) yes=0D
checking for strings.h... (cached) yes=0D
checking for inttypes.h... (cached) yes=0D
checking for stdint.h... (cached) yes=0D
checking for unistd.h... (cached) yes=0D
checking for dlfcn.h... (cached) yes=0D
checking for objdir... .libs=0D
checking if cc supports -fno-rtti -fno-exceptions... yes=0D
checking for cc option to produce PIC... -fPIC -DPIC=0D
checking if cc PIC flag -fPIC -DPIC works... yes=0D
checking if cc static flag -static works... yes=0D
checking if cc supports -c -o file.o... yes=0D
checking if cc supports -c -o file.o... (cached) yes=0D
checking whether the cc linker (/usr/bin/ld) supports shared libraries... y=
es=0D
checking whether -lc should be explicitly linked in... no=0D
checking dynamic linker characteristics... freebsd10.1 ld.so=0D
checking how to hardcode library paths into programs... immediate=0D
checking whether stripping libraries is possible... yes=0D
checking if libtool supports shared libraries... yes=0D
checking whether to build shared libraries... yes=0D
checking whether to build static libraries... yes=0D
checking for fdatasync... no=0D
checking for usleep... (cached) yes=0D
checking for fullfsync... no=0D
checking for localtime_r... yes=0D
checking for gmtime_r... yes=0D
checking whether strerror_r is declared... (cached) yes=0D
checking for strerror_r... (cached) yes=0D
checking whether strerror_r returns char *... no=0D
checking for library containing tgetent... -lcurses=0D
checking for library containing readline... -lreadline=0D
checking for readline... yes=0D
checking for library containing pthread_create... none required=0D
checking for library containing dlopen... none required=0D
checking for whether to support dynamic extensions... yes=0D
checking for posix_fallocate... yes=0D
configure: creating ./config.status=0D
config.status: creating Makefile=0D
config.status: creating sqlite3.pc=0D
config.status: executing depfiles commands=0D
config.status: executing libtool commands=0D
=3D=3D=3D> CONFIGURE_ARGS=3D--enable-dynamic-extensions --enable-threadsafe=
 --prefix=3D/usr/local =0D
=3D=3D=3D> CPPFLAGS=3D-DSQLITE_ENABLE_FTS3=3D1 -DSQLITE_ENABLE_FTS3_PARENTH=
ESIS=3D1 -DSQLITE_ENABLE_FTS4=3D1 -DSQLITE_ENABLE_COLUMN_METADATA=3D1 -DSQL=
ITE_SECURE_DELETE=3D1 -DSQLITE_ENABLE_UNLOCK_NOTIFY=3D1 -DSQLITE_USE_URI=3D=
1 -DSQLITE_TEMP_STORE=3D1 -DSQLITE_ENABLE_RTREE=3D1=0D
=3D=3D=3D> LDFLAGS=3D -pthread=0D
=3D=3D=3D>  Building for sqlite3-3.8.6=0D
/bin/sh ./libtool --tag=3DCC    --mode=3Dcompile cc -DPACKAGE_NAME=3D\"sqli=
te\" -DPACKAGE_TARNAME=3D\"sqlite\" -DPACKAGE_VERSION=3D\"3.8.6\" -DPACKAGE=
_STRING=3D\"sqlite\ 3.8.6\" -DPACKAGE_BUGREPORT=3D\"http://www.sqlite.org\"=
 -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"sqlite\" -DVERSION=3D\"3.8.6\" -DSTDC_H=
EADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H=3D1=
 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_INTTYP=
ES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DLT_OB=
JDIR=3D\".libs/\" -DHAVE_USLEEP=3D1 -DHAVE_LOCALTIME_R=3D1 -DHAVE_GMTIME_R=
=3D1 -DHAVE_DECL_STRERROR_R=3D1 -DHAVE_STRERROR_R=3D1 -DHAVE_READLINE=3D1 -=
DHAVE_POSIX_FALLOCATE=3D1 -I.    -DSQLITE_ENABLE_FTS3=3D1 -DSQLITE_ENABLE_F=
TS3_PARENTHESIS=3D1 -DSQLITE_ENABLE_FTS4=3D1 -DSQLITE_ENABLE_COLUMN_METADAT=
A=3D1 -DSQLITE_SECURE_DELETE=3D1 -DSQLITE_ENABLE_UNLOCK_NOTIFY=3D1 -DSQLITE=
_USE_URI=3D1 -DSQLITE_TEMP_STORE=3D1 -DSQLITE_ENABLE_RTREE=3D1 -D_REENTRANT=
=3D1 -DSQLITE_THREADSAFE=3D1 -O2 -pipe  -fno-strict-aliasing -MT sqlite3.lo=
 -MD -MP -MF .deps/sqlite3.Tpo -c -o sqlite3.lo sqlite3.c=0D
libtool: compile:  cc -DPACKAGE_NAME=3D\"sqlite\" -DPACKAGE_TARNAME=3D\"sql=
ite\" -DPACKAGE_VERSION=3D\"3.8.6\" "-DPACKAGE_STRING=3D\"sqlite 3.8.6\"" -=
DPACKAGE_BUGREPORT=3D\"http://www.sqlite.org\" -DPACKAGE_URL=3D\"\" -DPACKA=
GE=3D\"sqlite\" -DVERSION=3D\"3.8.6\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=
=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_M=
EMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 =
-DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DLT_OBJDIR=3D\".libs/\" -DHAVE_USLE=
EP=3D1 -DHAVE_LOCALTIME_R=3D1 -DHAVE_GMTIME_R=3D1 -DHAVE_DECL_STRERROR_R=3D=
1 -DHAVE_STRERROR_R=3D1 -DHAVE_READLINE=3D1 -DHAVE_POSIX_FALLOCATE=3D1 -I. =
-DSQLITE_ENABLE_FTS3=3D1 -DSQLITE_ENABLE_FTS3_PARENTHESIS=3D1 -DSQLITE_ENAB=
LE_FTS4=3D1 -DSQLITE_ENABLE_COLUMN_METADATA=3D1 -DSQLITE_SECURE_DELETE=3D1 =
-DSQLITE_ENABLE_UNLOCK_NOTIFY=3D1 -DSQLITE_USE_URI=3D1 -DSQLITE_TEMP_STORE=
=3D1 -DSQLITE_ENABLE_RTREE=3D1 -D_REENTRANT=3D1 -DSQLITE_THREADSAFE=3D1 -O2=
 -pipe -fno-strict-aliasing -MT sqlite3.lo -MD -MP -MF .deps/sqlite3.Tpo -c=
 sqlite3.c  -fPIC -DPIC -o .libs/sqlite3.o=0D
libtool: compile:  cc -DPACKAGE_NAME=3D\"sqlite\" -DPACKAGE_TARNAME=3D\"sql=
ite\" -DPACKAGE_VERSION=3D\"3.8.6\" "-DPACKAGE_STRING=3D\"sqlite 3.8.6\"" -=
DPACKAGE_BUGREPORT=3D\"http://www.sqlite.org\" -DPACKAGE_URL=3D\"\" -DPACKA=
GE=3D\"sqlite\" -DVERSION=3D\"3.8.6\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=
=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_M=
EMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 =
-DHAVE_UNISTD_H=3D1 -DHAVE_DLFCN_H=3D1 -DLT_OBJDIR=3D\".libs/\" -DHAVE_USLE=
EP=3D1 -DHAVE_LOCALTIME_R=3D1 -DHAVE_GMTIME_R=3D1 -DHAVE_DECL_STRERROR_R=3D=
1 -DHAVE_STRERROR_R=3D1 -DHAVE_READLINE=3D1 -DHAVE_POSIX_FALLOCATE=3D1 -I. =
-DSQLITE_ENABLE_FTS3=3D1 -DSQLITE_ENABLE_FTS3_PARENTHESIS=3D1 -DSQLITE_ENAB=
LE_FTS4=3D1 -DSQLITE_ENABLE_COLUMN_METADATA=3D1 -DSQLITE_SECURE_DELETE=3D1 =
-DSQLITE_ENABLE_UNLOCK_NOTIFY=3D1 -DSQLITE_USE_URI=3D1 -DSQLITE_TEMP_STORE=
=3D1 -DSQLITE_ENABLE_RTREE=3D1 -D_REENTRANT=3D1 -DSQLITE_THREADSAFE=3D1 -O2=
 -pipe -fno-strict-aliasing -MT sqlite3.lo -MD -MP -MF .deps/sqlite3.Tpo -c=
 sqlite3.c -o sqlite3.o >/dev/null 2>&1=0D
mv -f .deps/sqlite3.Tpo .deps/sqlite3.Plo=0D
/bin/sh ./libtool --tag=3DCC    --mode=3Dlink cc -D_REENTRANT=3D1 -DSQLITE_=
THREADSAFE=3D1 -O2 -pipe  -fno-strict-aliasing  -no-undefined -version-info=
 8:6:8 -pthread -o libsqlite3.la -rpath /usr/local/lib sqlite3.lo  =0D
libtool: link: cc -shared  -fPIC -DPIC  .libs/sqlite3.o    -O2 -pthread   -=
pthread -Wl,-soname -Wl,libsqlite3.so.0 -o .libs/libsqlite3.so.0.8.6=0D
libtool: link: (cd ".libs" && rm -f "libsqlite3.so.0" && ln -s "libsqlite3.=
so.0.8.6" "libsqlite3.so.0")=0D
libtool: link: (cd ".libs" && rm -f "libsqlite3.so" && ln -s "libsqlite3.so=
=2E0.8.6" "libsqlite3.so")=0D
libtool: link: ar cru .libs/libsqlite3.a  sqlite3.o=0D
libtool: link: ranlib .libs/libsqlite3.a=0D
libtool: link: ( cd ".libs" && rm -f "libsqlite3.la" && ln -s "../libsqlite=
3.la" "libsqlite3.la" )=0D
cc -DPACKAGE_NAME=3D\"sqlite\" -DPACKAGE_TARNAME=3D\"sqlite\" -DPACKAGE_VER=
SION=3D\"3.8.6\" -DPACKAGE_STRING=3D\"sqlite\ 3.8.6\" -DPACKAGE_BUGREPORT=
=3D\"http://www.sqlite.org\" -DPACKAGE_URL=3D\"\" -DPACKAGE=3D\"sqlite\" -D=
VERSION=3D\"3.8.6\" -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_ST=
AT_H=3D1 -DHAVE_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE=
_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D=
1 -DHAVE_DLFCN_H=3D1 -DLT_OBJDIR=3D\".libs/\" -DHAVE_USLEEP=3D1 -DHAVE_LOCA=
LTIME_R=3D1 -DHAVE_GMTIME_R=3D1 -DHAVE_DECL_STRERROR_R=3D1 -DHAVE_STRERROR_=
R=3D1 -DHAVE_READLINE=3D1 -DHAVE_POSIX_FALLOCATE=3D1 -I.    -DSQLITE_ENABLE=
_FTS3=3D1 -DSQLITE_ENABLE_FTS3_PARENTHESIS=3D1 -DSQLITE_ENABLE_FTS4=3D1 -DS=
QLITE_ENABLE_COLUMN_METADATA=3D1 -DSQLITE_SECURE_DELETE=3D1 -DSQLITE_ENABLE=
_UNLOCK_NOTIFY=3D1 -DSQLITE_USE_URI=3D1 -DSQLITE_TEMP_STORE=3D1 -DSQLITE_EN=
ABLE_RTREE=3D1 -D_REENTRANT=3D1 -DSQLITE_THREADSAFE=3D1 -O2 -pipe  -fno-str=
ict-aliasing -MT shell.o -MD -MP -MF .deps/shell.Tpo -c -o shell.o shell.c=
=0D
mv -f .deps/shell.Tpo .deps/shell.Po=0D
/bin/sh ./libtool --tag=3DCC    --mode=3Dlink cc -D_REENTRANT=3D1 -DSQLITE_=
THREADSAFE=3D1 -O2 -pipe  -fno-strict-aliasing   -pthread -o sqlite3 shell.=
o ./libsqlite3.la -lreadline -lcurses =0D
libtool: link: cc -D_REENTRANT=3D1 -DSQLITE_THREADSAFE=3D1 -O2 -pipe -fno-s=
trict-aliasing -pthread -o .libs/sqlite3 shell.o  ./.libs/libsqlite3.so -lr=
eadline -lcurses -pthread -Wl,-rpath -Wl,/usr/local/lib=0D
=3D=3D=3D>  Staging for sqlite3-3.8.6=0D
=3D=3D=3D>   Generating temporary packing list=0D
if test -z 'strip'; then  /usr/bin/make  INSTALL_PROGRAM=3D"/bin/sh /data/p=
orts/databases/sqlite3/work/sqlite-autoconf-3080600/install-sh -c -s"  inst=
all_sh_PROGRAM=3D"/bin/sh /data/ports/databases/sqlite3/work/sqlite-autocon=
f-3080600/install-sh -c -s" INSTALL_STRIP_FLAG=3D-s  install;  else  /usr/b=
in/make  INSTALL_PROGRAM=3D"/bin/sh /data/ports/databases/sqlite3/work/sqli=
te-autoconf-3080600/install-sh -c -s"  install_sh_PROGRAM=3D"/bin/sh /data/=
ports/databases/sqlite3/work/sqlite-autoconf-3080600/install-sh -c -s" INST=
ALL_STRIP_FLAG=3D-s  "INSTALL_PROGRAM_ENV=3DSTRIPPROG=3D'strip'" install;  =
fi=0D
 /bin/mkdir -p '/data/ports/databases/sqlite3/work/stage/usr/local/lib'=0D
 /bin/sh ./libtool   --mode=3Dinstall /usr/bin/install -c -o root -g wheel =
-s  libsqlite3.la '/data/ports/databases/sqlite3/work/stage/usr/local/lib'=
=0D
libtool: install: /usr/bin/install -c -o root -g wheel .libs/libsqlite3.so.=
0.8.6 /data/ports/databases/sqlite3/work/stage/usr/local/lib/libsqlite3.so.=
0.8.6=0D
libtool: install: strip --strip-unneeded /data/ports/databases/sqlite3/work=
/stage/usr/local/lib/libsqlite3.so.0.8.6=0D
libtool: install: (cd /data/ports/databases/sqlite3/work/stage/usr/local/li=
b && { ln -s -f libsqlite3.so.0.8.6 libsqlite3.so.0 || { rm -f libsqlite3.s=
o.0 && ln -s libsqlite3.so.0.8.6 libsqlite3.so.0; }; })=0D
libtool: install: (cd /data/ports/databases/sqlite3/work/stage/usr/local/li=
b && { ln -s -f libsqlite3.so.0.8.6 libsqlite3.so || { rm -f libsqlite3.so =
&& ln -s libsqlite3.so.0.8.6 libsqlite3.so; }; })=0D
libtool: install: /usr/bin/install -c -o root -g wheel .libs/libsqlite3.lai=
 /data/ports/databases/sqlite3/work/stage/usr/local/lib/libsqlite3.la=0D
libtool: install: /usr/bin/install -c -o root -g wheel .libs/libsqlite3.a /=
data/ports/databases/sqlite3/work/stage/usr/local/lib/libsqlite3.a=0D
libtool: install: strip --strip-debug /data/ports/databases/sqlite3/work/st=
age/usr/local/lib/libsqlite3.a=0D
libtool: install: chmod 644 /data/ports/databases/sqlite3/work/stage/usr/lo=
cal/lib/libsqlite3.a=0D
libtool: install: ranlib /data/ports/databases/sqlite3/work/stage/usr/local=
/lib/libsqlite3.a=0D
libtool: install: warning: remember to run `libtool --finish /usr/local/lib=
'=0D
 /bin/mkdir -p '/data/ports/databases/sqlite3/work/stage/usr/local/bin'=0D
 STRIPPROG=3D'strip' /bin/sh ./libtool   --mode=3Dinstall /bin/sh /data/por=
ts/databases/sqlite3/work/sqlite-autoconf-3080600/install-sh -c -s sqlite3 =
'/data/ports/databases/sqlite3/work/stage/usr/local/bin'=0D
libtool: install: /bin/sh /data/ports/databases/sqlite3/work/sqlite-autocon=
f-3080600/install-sh -c -s .libs/sqlite3 /data/ports/databases/sqlite3/work=
/stage/usr/local/bin/sqlite3=0D
 /bin/mkdir -p '/data/ports/databases/sqlite3/work/stage/usr/local/include'=
=0D
 install  -o root -g wheel -m 0644 sqlite3.h sqlite3ext.h '/data/ports/data=
bases/sqlite3/work/stage/usr/local/include'=0D
 /bin/mkdir -p '/data/ports/databases/sqlite3/work/stage/usr/local/man/man1=
'=0D
 install  -o root -g wheel -m 0644 sqlite3.1 '/data/ports/databases/sqlite3=
/work/stage/usr/local/man/man1'=0D
 /bin/mkdir -p '/data/ports/databases/sqlite3/work/stage/usr/local/libdata/=
pkgconfig'=0D
 install  -o root -g wheel -m 0644 sqlite3.pc '/data/ports/databases/sqlite=
3/work/stage/usr/local/libdata/pkgconfig'=0D
=3D=3D=3D=3D> Compressing man pages (compress-man)=0D
=3D=3D=3D>  Installing for sqlite3-3.8.6=0D
=3D=3D=3D>  Checking if sqlite3 already installed=0D
=3D=3D=3D>   Registering installation for sqlite3-3.8.6=0D

Script done on Sun Oct 19 18:23:51 2014

--zYM0uCDKw75PZbzx--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20141019182138.GB49574>