Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 144770 Details for
Bug 211668
net-mail/freepops-0.2.6 doesn't compile, undefined reference to luaL_openlib
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
full emerge log
net-mail:freepops-0.2.6:20080227-192138.log (text/plain), 63.15 KB, created by
Tiago
on 2008-02-27 19:49:35 UTC
(
hide
)
Description:
full emerge log
Filename:
MIME Type:
Creator:
Tiago
Created:
2008-02-27 19:49:35 UTC
Size:
63.15 KB
patch
obsolete
>>>> Unpacking source... >>>> Unpacking freepops-0.2.6.tar.gz to /tmp/portage/net-mail/freepops-0.2.6/work > [32;01m*[0m Applying freepops-0.2.3-pop3config.diff ... >[A[72C [34;01m[ [32;01mok[34;01m ][0m >>>> Source unpacked. >>>> Compiling source in /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6 ... >make -C modules all CONFIG="/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/config" >make -C src/ all >for X in luabind base64 dictionary list log log_lua lock luay mlex oscompatibility pid pop3server pop3server_lua portablesocket regularexp serialize_lua session session_lua winsystray regex getopt support_lua getdate_lua browser_lua stringhack_lua mlex_lua stats_lua portablesocket_lua base64_lua mimer_lua commonimpl_lua regularexp_lua xmltables_lua httpmail_lua plugins2xml_lua crypto_lua updater_lua version_comparer_lua xml2tex_lua luasoap dpipe_lua; do \ > cd $X || exit 1;\ > [ -e Makefile ] || ln -s ../Makefile.template Makefile; \ > cd ..;\ > done >for X in lua pthread getdate luaexpat luafilesystem luacurl; do \ > cd $X || exit 1 ;\ > [ -e Makefile ] || ln -s ../Makefile.template-contrib Makefile;\ > cd ..;\ > done >for X in ; do \ > cd $X || exit 1 ;\ > if [ ! -e Makefile ] ; then \ > echo "Custom Makefile not found in '$X'" ; \ > exit 1;\ > fi;\ > cd ..;\ > done >cd include/;ln -s ../../config.h . 1>/dev/null 2>/dev/null|| true >ACTION="all";\ > NAME="building";\ > MODULES=" luay luabind oscompatibility regularexp log base64 list mlex pid lock dictionary stats_lua session portablesocket pop3server pop3server_lua session_lua serialize_lua log_lua mlex_lua support_lua getdate getdate_lua luacurl browser_lua stringhack_lua portablesocket_lua base64_lua mimer_lua commonimpl_lua regularexp_lua luaexpat xmltables_lua httpmail_lua crypto_lua luafilesystem plugins2xml_lua version_comparer_lua updater_lua xml2tex_lua luasoap dpipe_lua ";\ > for X in $MODULES; do echo "$NAME $X"; make -C src/$X $ACTION TARGET=`echo $X | cut -d "-" -f 1` PREFIX=/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules CONFIG=/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/config; if test ! $? -eq 0 ; then break; fi ; done >building luay >echo " building dep for luay.c" > building dep for luay.c >i686-pc-linux-gnu-gcc -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -MM luay.c > .luay.d; >echo -n " compiling luay.c -> " > compiling luay.c -> i686-pc-linux-gnu-gcc -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -c luay.c >echo "luay.o" >luay.o >if [ -z "" ]; then\ > cp luay.h /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include || true;\ > else\ > for CMD in ; do\ > SRC=`echo $CMD | cut -d = -f 1`;\ > TGT=`echo $CMD | cut -d = -f 2`;\ > mkdir -p /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/`dirname $TGT`;\ > cp $SRC /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/$TGT;\ > done;\ > fi >touch installinterfaces-stamp >[ -z "luay.o" ] || echo -n " linking " > linking [ -z "luay.o" ] || i686-pc-linux-gnu-ar -r libluay.a luay.o 2>/dev/null >[ -z "luay.o" ] || i686-pc-linux-gnu-ranlib libluay.a >[ -z "luay.o" ] || echo "libluay.a" >libluay.a >[ ! -z "luay.o" ] || touch libluay.a >cp libluay.a /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/lib || true >echo -n >building luabind >echo " building dep for luabind.c" > building dep for luabind.c >i686-pc-linux-gnu-gcc -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -MM luabind.c > .luabind.d; >echo -n " compiling luabind.c -> " > compiling luabind.c -> i686-pc-linux-gnu-gcc -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -c luabind.c >echo "luabind.o" >luabind.o >if [ -z "" ]; then\ > cp luabind.h /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include || true;\ > else\ > for CMD in ; do\ > SRC=`echo $CMD | cut -d = -f 1`;\ > TGT=`echo $CMD | cut -d = -f 2`;\ > mkdir -p /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/`dirname $TGT`;\ > cp $SRC /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/$TGT;\ > done;\ > fi >touch installinterfaces-stamp >[ -z "luabind.o" ] || echo -n " linking " > linking [ -z "luabind.o" ] || i686-pc-linux-gnu-ar -r libluabind.a luabind.o 2>/dev/null >[ -z "luabind.o" ] || i686-pc-linux-gnu-ranlib libluabind.a >[ -z "luabind.o" ] || echo "libluabind.a" >libluabind.a >[ ! -z "luabind.o" ] || touch libluabind.a >cp libluabind.a /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/lib || true >echo -n >building oscompatibility >echo " building dep for win32_compatibility.c" > building dep for win32_compatibility.c >i686-pc-linux-gnu-gcc -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -MM win32_compatibility.c > .win32_compatibility.d; >echo " building dep for c99_compatibility.c" > building dep for c99_compatibility.c >i686-pc-linux-gnu-gcc -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -MM c99_compatibility.c > .c99_compatibility.d; >echo " building dep for beos_compatibility.c" > building dep for beos_compatibility.c >i686-pc-linux-gnu-gcc -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -MM beos_compatibility.c > .beos_compatibility.d; >echo -n " compiling beos_compatibility.c -> " > compiling beos_compatibility.c -> i686-pc-linux-gnu-gcc -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -c beos_compatibility.c >echo "beos_compatibility.o" >beos_compatibility.o >echo -n " compiling c99_compatibility.c -> " > compiling c99_compatibility.c -> i686-pc-linux-gnu-gcc -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -c c99_compatibility.c >echo "c99_compatibility.o" >c99_compatibility.o >echo -n " compiling win32_compatibility.c -> " > compiling win32_compatibility.c -> i686-pc-linux-gnu-gcc -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -c win32_compatibility.c >echo "win32_compatibility.o" >win32_compatibility.o >if [ -z "" ]; then\ > cp beos_compatibility.h osx_compatibility.h win32_compatibility.h /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include || true;\ > else\ > for CMD in ; do\ > SRC=`echo $CMD | cut -d = -f 1`;\ > TGT=`echo $CMD | cut -d = -f 2`;\ > mkdir -p /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/`dirname $TGT`;\ > cp $SRC /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/$TGT;\ > done;\ > fi >touch installinterfaces-stamp >[ -z "beos_compatibility.o c99_compatibility.o win32_compatibility.o" ] || echo -n " linking " > linking [ -z "beos_compatibility.o c99_compatibility.o win32_compatibility.o" ] || i686-pc-linux-gnu-ar -r liboscompatibility.a beos_compatibility.o c99_compatibility.o win32_compatibility.o 2>/dev/null >[ -z "beos_compatibility.o c99_compatibility.o win32_compatibility.o" ] || i686-pc-linux-gnu-ranlib liboscompatibility.a >[ -z "beos_compatibility.o c99_compatibility.o win32_compatibility.o" ] || echo "liboscompatibility.a" >liboscompatibility.a >[ ! -z "beos_compatibility.o c99_compatibility.o win32_compatibility.o" ] || touch liboscompatibility.a >cp liboscompatibility.a /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/lib || true >echo -n >building regularexp >echo " building dep for regularexp.c" > building dep for regularexp.c >i686-pc-linux-gnu-gcc -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -MM regularexp.c > .regularexp.d; >echo -n " compiling regularexp.c -> " > compiling regularexp.c -> i686-pc-linux-gnu-gcc -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -c regularexp.c >echo "regularexp.o" >regularexp.o >if [ -z "" ]; then\ > cp regularexp.h /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include || true;\ > else\ > for CMD in ; do\ > SRC=`echo $CMD | cut -d = -f 1`;\ > TGT=`echo $CMD | cut -d = -f 2`;\ > mkdir -p /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/`dirname $TGT`;\ > cp $SRC /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/$TGT;\ > done;\ > fi >touch installinterfaces-stamp >[ -z "regularexp.o" ] || echo -n " linking " > linking [ -z "regularexp.o" ] || i686-pc-linux-gnu-ar -r libregularexp.a regularexp.o 2>/dev/null >[ -z "regularexp.o" ] || i686-pc-linux-gnu-ranlib libregularexp.a >[ -z "regularexp.o" ] || echo "libregularexp.a" >libregularexp.a >[ ! -z "regularexp.o" ] || touch libregularexp.a >cp libregularexp.a /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/lib || true >echo -n >building log >echo " building dep for log.c" > building dep for log.c >i686-pc-linux-gnu-gcc -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -MM log.c > .log.d; >echo -n " compiling log.c -> " > compiling log.c -> i686-pc-linux-gnu-gcc -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -c log.c >echo "log.o" >log.o >if [ -z "" ]; then\ > cp log.h /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include || true;\ > else\ > for CMD in ; do\ > SRC=`echo $CMD | cut -d = -f 1`;\ > TGT=`echo $CMD | cut -d = -f 2`;\ > mkdir -p /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/`dirname $TGT`;\ > cp $SRC /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/$TGT;\ > done;\ > fi >touch installinterfaces-stamp >[ -z "log.o" ] || echo -n " linking " > linking [ -z "log.o" ] || i686-pc-linux-gnu-ar -r liblog.a log.o 2>/dev/null >[ -z "log.o" ] || i686-pc-linux-gnu-ranlib liblog.a >[ -z "log.o" ] || echo "liblog.a" >liblog.a >[ ! -z "log.o" ] || touch liblog.a >cp liblog.a /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/lib || true >echo -n >building base64 >echo " building dep for base64.c" > building dep for base64.c >i686-pc-linux-gnu-gcc -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -MM base64.c > .base64.d; >echo -n " compiling base64.c -> " > compiling base64.c -> i686-pc-linux-gnu-gcc -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -c base64.c >echo "base64.o" >base64.o >if [ -z "" ]; then\ > cp base64.h /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include || true;\ > else\ > for CMD in ; do\ > SRC=`echo $CMD | cut -d = -f 1`;\ > TGT=`echo $CMD | cut -d = -f 2`;\ > mkdir -p /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/`dirname $TGT`;\ > cp $SRC /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/$TGT;\ > done;\ > fi >touch installinterfaces-stamp >[ -z "base64.o" ] || echo -n " linking " > linking [ -z "base64.o" ] || i686-pc-linux-gnu-ar -r libbase64.a base64.o 2>/dev/null >[ -z "base64.o" ] || i686-pc-linux-gnu-ranlib libbase64.a >[ -z "base64.o" ] || echo "libbase64.a" >libbase64.a >[ ! -z "base64.o" ] || touch libbase64.a >cp libbase64.a /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/lib || true >echo -n >building list >echo " building dep for list.c" > building dep for list.c >i686-pc-linux-gnu-gcc -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -MM list.c > .list.d; >echo -n " compiling list.c -> " > compiling list.c -> i686-pc-linux-gnu-gcc -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -c list.c >echo "list.o" >list.o >if [ -z "" ]; then\ > cp list.h /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include || true;\ > else\ > for CMD in ; do\ > SRC=`echo $CMD | cut -d = -f 1`;\ > TGT=`echo $CMD | cut -d = -f 2`;\ > mkdir -p /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/`dirname $TGT`;\ > cp $SRC /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/$TGT;\ > done;\ > fi >touch installinterfaces-stamp >[ -z "list.o" ] || echo -n " linking " > linking [ -z "list.o" ] || i686-pc-linux-gnu-ar -r liblist.a list.o 2>/dev/null >[ -z "list.o" ] || i686-pc-linux-gnu-ranlib liblist.a >[ -z "list.o" ] || echo "liblist.a" >liblist.a >[ ! -z "list.o" ] || touch liblist.a >cp liblist.a /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/lib || true >echo -n >building mlex >echo " building dep for mlex.c" > building dep for mlex.c >i686-pc-linux-gnu-gcc -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -MM mlex.c > .mlex.d; >echo -n " compiling mlex.c -> " > compiling mlex.c -> i686-pc-linux-gnu-gcc -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -c mlex.c >echo "mlex.o" >mlex.o >if [ -z "" ]; then\ > cp mlex.h /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include || true;\ > else\ > for CMD in ; do\ > SRC=`echo $CMD | cut -d = -f 1`;\ > TGT=`echo $CMD | cut -d = -f 2`;\ > mkdir -p /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/`dirname $TGT`;\ > cp $SRC /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/$TGT;\ > done;\ > fi >touch installinterfaces-stamp >[ -z "mlex.o" ] || echo -n " linking " > linking [ -z "mlex.o" ] || i686-pc-linux-gnu-ar -r libmlex.a mlex.o 2>/dev/null >[ -z "mlex.o" ] || i686-pc-linux-gnu-ranlib libmlex.a >[ -z "mlex.o" ] || echo "libmlex.a" >libmlex.a >[ ! -z "mlex.o" ] || touch libmlex.a >cp libmlex.a /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/lib || true >echo -n >building pid >echo " building dep for pid.c" > building dep for pid.c >i686-pc-linux-gnu-gcc -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -MM pid.c > .pid.d; >echo -n " compiling pid.c -> " > compiling pid.c -> i686-pc-linux-gnu-gcc -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -c pid.c >echo "pid.o" >pid.o >if [ -z "" ]; then\ > cp pid.h /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include || true;\ > else\ > for CMD in ; do\ > SRC=`echo $CMD | cut -d = -f 1`;\ > TGT=`echo $CMD | cut -d = -f 2`;\ > mkdir -p /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/`dirname $TGT`;\ > cp $SRC /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/$TGT;\ > done;\ > fi >touch installinterfaces-stamp >[ -z "pid.o" ] || echo -n " linking " > linking [ -z "pid.o" ] || i686-pc-linux-gnu-ar -r libpid.a pid.o 2>/dev/null >[ -z "pid.o" ] || i686-pc-linux-gnu-ranlib libpid.a >[ -z "pid.o" ] || echo "libpid.a" >libpid.a >[ ! -z "pid.o" ] || touch libpid.a >cp libpid.a /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/lib || true >echo -n >building lock >echo " building dep for lock.c" > building dep for lock.c >i686-pc-linux-gnu-gcc -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -MM lock.c > .lock.d; >echo -n " compiling lock.c -> " > compiling lock.c -> i686-pc-linux-gnu-gcc -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -c lock.c >echo "lock.o" >lock.o >if [ -z "" ]; then\ > cp lock.h /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include || true;\ > else\ > for CMD in ; do\ > SRC=`echo $CMD | cut -d = -f 1`;\ > TGT=`echo $CMD | cut -d = -f 2`;\ > mkdir -p /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/`dirname $TGT`;\ > cp $SRC /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/$TGT;\ > done;\ > fi >touch installinterfaces-stamp >[ -z "lock.o" ] || echo -n " linking " > linking [ -z "lock.o" ] || i686-pc-linux-gnu-ar -r liblock.a lock.o 2>/dev/null >[ -z "lock.o" ] || i686-pc-linux-gnu-ranlib liblock.a >[ -z "lock.o" ] || echo "liblock.a" >liblock.a >[ ! -z "lock.o" ] || touch liblock.a >cp liblock.a /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/lib || true >echo -n >building dictionary >echo " building dep for dictionary.c" > building dep for dictionary.c >i686-pc-linux-gnu-gcc -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -MM dictionary.c > .dictionary.d; >echo -n " compiling dictionary.c -> " > compiling dictionary.c -> i686-pc-linux-gnu-gcc -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -c dictionary.c >echo "dictionary.o" >dictionary.o >if [ -z "" ]; then\ > cp dictionary.h /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include || true;\ > else\ > for CMD in ; do\ > SRC=`echo $CMD | cut -d = -f 1`;\ > TGT=`echo $CMD | cut -d = -f 2`;\ > mkdir -p /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/`dirname $TGT`;\ > cp $SRC /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/$TGT;\ > done;\ > fi >touch installinterfaces-stamp >[ -z "dictionary.o" ] || echo -n " linking " > linking [ -z "dictionary.o" ] || i686-pc-linux-gnu-ar -r libdictionary.a dictionary.o 2>/dev/null >[ -z "dictionary.o" ] || i686-pc-linux-gnu-ranlib libdictionary.a >[ -z "dictionary.o" ] || echo "libdictionary.a" >libdictionary.a >[ ! -z "dictionary.o" ] || touch libdictionary.a >cp libdictionary.a /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/lib || true >echo -n >building stats_lua >echo " building dep for stats_lua.c" > building dep for stats_lua.c >i686-pc-linux-gnu-gcc -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -MM stats_lua.c > .stats_lua.d; >echo -n " compiling stats_lua.c -> " > compiling stats_lua.c -> i686-pc-linux-gnu-gcc -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -c stats_lua.c >echo "stats_lua.o" >stats_lua.o >if [ -z "" ]; then\ > cp stats.h stats_lua.h /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include || true;\ > else\ > for CMD in ; do\ > SRC=`echo $CMD | cut -d = -f 1`;\ > TGT=`echo $CMD | cut -d = -f 2`;\ > mkdir -p /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/`dirname $TGT`;\ > cp $SRC /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/$TGT;\ > done;\ > fi >touch installinterfaces-stamp >[ -z "stats_lua.o" ] || echo -n " linking " > linking [ -z "stats_lua.o" ] || i686-pc-linux-gnu-ar -r libstats_lua.a stats_lua.o 2>/dev/null >[ -z "stats_lua.o" ] || i686-pc-linux-gnu-ranlib libstats_lua.a >[ -z "stats_lua.o" ] || echo "libstats_lua.a" >libstats_lua.a >[ ! -z "stats_lua.o" ] || touch libstats_lua.a >cp libstats_lua.a /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/lib || true >echo -n >building session >echo " building dep for session.c" > building dep for session.c >i686-pc-linux-gnu-gcc -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -MM session.c > .session.d; >echo -n " compiling session.c -> " > compiling session.c -> i686-pc-linux-gnu-gcc -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -c session.c >echo "session.o" >session.o >if [ -z "" ]; then\ > cp session.h /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include || true;\ > else\ > for CMD in ; do\ > SRC=`echo $CMD | cut -d = -f 1`;\ > TGT=`echo $CMD | cut -d = -f 2`;\ > mkdir -p /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/`dirname $TGT`;\ > cp $SRC /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/$TGT;\ > done;\ > fi >touch installinterfaces-stamp >[ -z "session.o" ] || echo -n " linking " > linking [ -z "session.o" ] || i686-pc-linux-gnu-ar -r libsession.a session.o 2>/dev/null >[ -z "session.o" ] || i686-pc-linux-gnu-ranlib libsession.a >[ -z "session.o" ] || echo "libsession.a" >libsession.a >[ ! -z "session.o" ] || touch libsession.a >cp libsession.a /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/lib || true >echo -n >building portablesocket >echo " building dep for socketcommon.c" > building dep for socketcommon.c >i686-pc-linux-gnu-gcc -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -MM socketcommon.c > .socketcommon.d; >echo " building dep for altsocklib.c" > building dep for altsocklib.c >i686-pc-linux-gnu-gcc -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -MM altsocklib.c > .altsocklib.d; >echo -n " compiling altsocklib.c -> " > compiling altsocklib.c -> i686-pc-linux-gnu-gcc -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -c altsocklib.c >echo "altsocklib.o" >altsocklib.o >echo -n " compiling socketcommon.c -> " > compiling socketcommon.c -> i686-pc-linux-gnu-gcc -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -c socketcommon.c >echo "socketcommon.o" >socketcommon.o >if [ -z "" ]; then\ > cp altsocklib.h socketcommon.h /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include || true;\ > else\ > for CMD in ; do\ > SRC=`echo $CMD | cut -d = -f 1`;\ > TGT=`echo $CMD | cut -d = -f 2`;\ > mkdir -p /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/`dirname $TGT`;\ > cp $SRC /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/$TGT;\ > done;\ > fi >touch installinterfaces-stamp >[ -z "altsocklib.o socketcommon.o" ] || echo -n " linking " > linking [ -z "altsocklib.o socketcommon.o" ] || i686-pc-linux-gnu-ar -r libportablesocket.a altsocklib.o socketcommon.o 2>/dev/null >[ -z "altsocklib.o socketcommon.o" ] || i686-pc-linux-gnu-ranlib libportablesocket.a >[ -z "altsocklib.o socketcommon.o" ] || echo "libportablesocket.a" >libportablesocket.a >[ ! -z "altsocklib.o socketcommon.o" ] || touch libportablesocket.a >cp libportablesocket.a /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/lib || true >echo -n >building pop3server >echo " building dep for threads.c" > building dep for threads.c >i686-pc-linux-gnu-gcc -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -MM threads.c > .threads.d; >echo " building dep for popstate.c" > building dep for popstate.c >i686-pc-linux-gnu-gcc -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -MM popstate.c > .popstate.d; >echo " building dep for popserver.c" > building dep for popserver.c >i686-pc-linux-gnu-gcc -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -MM popserver.c > .popserver.d; >echo -n " compiling popserver.c -> " > compiling popserver.c -> i686-pc-linux-gnu-gcc -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -c popserver.c >echo "popserver.o" >popserver.o >echo -n " compiling popstate.c -> " > compiling popstate.c -> i686-pc-linux-gnu-gcc -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -c popstate.c >echo "popstate.o" >popstate.o >echo -n " compiling threads.c -> " > compiling threads.c -> i686-pc-linux-gnu-gcc -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -c threads.c >echo "threads.o" >threads.o >if [ -z "" ]; then\ > cp popserver.h popstate.h /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include || true;\ > else\ > for CMD in ; do\ > SRC=`echo $CMD | cut -d = -f 1`;\ > TGT=`echo $CMD | cut -d = -f 2`;\ > mkdir -p /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/`dirname $TGT`;\ > cp $SRC /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/$TGT;\ > done;\ > fi >touch installinterfaces-stamp >[ -z "popserver.o popstate.o threads.o" ] || echo -n " linking " > linking [ -z "popserver.o popstate.o threads.o" ] || i686-pc-linux-gnu-ar -r libpop3server.a popserver.o popstate.o threads.o 2>/dev/null >[ -z "popserver.o popstate.o threads.o" ] || i686-pc-linux-gnu-ranlib libpop3server.a >[ -z "popserver.o popstate.o threads.o" ] || echo "libpop3server.a" >libpop3server.a >[ ! -z "popserver.o popstate.o threads.o" ] || touch libpop3server.a >cp libpop3server.a /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/lib || true >echo -n >building pop3server_lua >echo " building dep for pop3server_lua.c" > building dep for pop3server_lua.c >i686-pc-linux-gnu-gcc -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -MM pop3server_lua.c > .pop3server_lua.d; >echo -n " compiling pop3server_lua.c -> " > compiling pop3server_lua.c -> i686-pc-linux-gnu-gcc -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -c pop3server_lua.c >echo "pop3server_lua.o" >pop3server_lua.o >if [ -z "" ]; then\ > cp pop3server_lua.h /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include || true;\ > else\ > for CMD in ; do\ > SRC=`echo $CMD | cut -d = -f 1`;\ > TGT=`echo $CMD | cut -d = -f 2`;\ > mkdir -p /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/`dirname $TGT`;\ > cp $SRC /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/$TGT;\ > done;\ > fi >touch installinterfaces-stamp >[ -z "pop3server_lua.o" ] || echo -n " linking " > linking [ -z "pop3server_lua.o" ] || i686-pc-linux-gnu-ar -r libpop3server_lua.a pop3server_lua.o 2>/dev/null >[ -z "pop3server_lua.o" ] || i686-pc-linux-gnu-ranlib libpop3server_lua.a >[ -z "pop3server_lua.o" ] || echo "libpop3server_lua.a" >libpop3server_lua.a >[ ! -z "pop3server_lua.o" ] || touch libpop3server_lua.a >cp libpop3server_lua.a /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/lib || true >echo -n >building session_lua >echo " building dep for session_lua.c" > building dep for session_lua.c >i686-pc-linux-gnu-gcc -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -MM session_lua.c > .session_lua.d; >echo -n " compiling session_lua.c -> " > compiling session_lua.c -> i686-pc-linux-gnu-gcc -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -c session_lua.c >echo "session_lua.o" >session_lua.o >if [ -z "" ]; then\ > cp session_lua.h /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include || true;\ > else\ > for CMD in ; do\ > SRC=`echo $CMD | cut -d = -f 1`;\ > TGT=`echo $CMD | cut -d = -f 2`;\ > mkdir -p /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/`dirname $TGT`;\ > cp $SRC /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/$TGT;\ > done;\ > fi >touch installinterfaces-stamp >[ -z "session_lua.o" ] || echo -n " linking " > linking [ -z "session_lua.o" ] || i686-pc-linux-gnu-ar -r libsession_lua.a session_lua.o 2>/dev/null >[ -z "session_lua.o" ] || i686-pc-linux-gnu-ranlib libsession_lua.a >[ -z "session_lua.o" ] || echo "libsession_lua.a" >libsession_lua.a >[ ! -z "session_lua.o" ] || touch libsession_lua.a >cp libsession_lua.a /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/lib || true >echo -n >building serialize_lua >if [ -z "" ]; then\ > cp serial.lua /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include || true;\ > else\ > for CMD in ; do\ > SRC=`echo $CMD | cut -d = -f 1`;\ > TGT=`echo $CMD | cut -d = -f 2`;\ > mkdir -p /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/`dirname $TGT`;\ > cp $SRC /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/$TGT;\ > done;\ > fi >touch installinterfaces-stamp >[ -z "" ] || echo -n " linking " >[ -z "" ] || i686-pc-linux-gnu-ar -r libserialize_lua.a 2>/dev/null >[ -z "" ] || i686-pc-linux-gnu-ranlib libserialize_lua.a >[ -z "" ] || echo "libserialize_lua.a" >[ ! -z "" ] || touch libserialize_lua.a >cp libserialize_lua.a /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/lib || true >echo -n >building log_lua >echo " building dep for log_lua.c" > building dep for log_lua.c >i686-pc-linux-gnu-gcc -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -MM log_lua.c > .log_lua.d; >echo -n " compiling log_lua.c -> " > compiling log_lua.c -> i686-pc-linux-gnu-gcc -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -c log_lua.c >echo "log_lua.o" >log_lua.o >if [ -z "" ]; then\ > cp log_lua.h /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include || true;\ > else\ > for CMD in ; do\ > SRC=`echo $CMD | cut -d = -f 1`;\ > TGT=`echo $CMD | cut -d = -f 2`;\ > mkdir -p /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/`dirname $TGT`;\ > cp $SRC /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/$TGT;\ > done;\ > fi >touch installinterfaces-stamp >[ -z "log_lua.o" ] || echo -n " linking " > linking [ -z "log_lua.o" ] || i686-pc-linux-gnu-ar -r liblog_lua.a log_lua.o 2>/dev/null >[ -z "log_lua.o" ] || i686-pc-linux-gnu-ranlib liblog_lua.a >[ -z "log_lua.o" ] || echo "liblog_lua.a" >liblog_lua.a >[ ! -z "log_lua.o" ] || touch liblog_lua.a >cp liblog_lua.a /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/lib || true >echo -n >building mlex_lua >echo " building dep for mlex_lua.c" > building dep for mlex_lua.c >i686-pc-linux-gnu-gcc -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -MM mlex_lua.c > .mlex_lua.d; >echo -n " compiling mlex_lua.c -> " > compiling mlex_lua.c -> i686-pc-linux-gnu-gcc -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -c mlex_lua.c >echo "mlex_lua.o" >mlex_lua.o >if [ -z "" ]; then\ > cp mlex_lua.h /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include || true;\ > else\ > for CMD in ; do\ > SRC=`echo $CMD | cut -d = -f 1`;\ > TGT=`echo $CMD | cut -d = -f 2`;\ > mkdir -p /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/`dirname $TGT`;\ > cp $SRC /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/$TGT;\ > done;\ > fi >touch installinterfaces-stamp >[ -z "mlex_lua.o" ] || echo -n " linking " > linking [ -z "mlex_lua.o" ] || i686-pc-linux-gnu-ar -r libmlex_lua.a mlex_lua.o 2>/dev/null >[ -z "mlex_lua.o" ] || i686-pc-linux-gnu-ranlib libmlex_lua.a >[ -z "mlex_lua.o" ] || echo "libmlex_lua.a" >libmlex_lua.a >[ ! -z "mlex_lua.o" ] || touch libmlex_lua.a >cp libmlex_lua.a /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/lib || true >echo -n >building support_lua >if [ -z "" ]; then\ > cp support.lua /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include || true;\ > else\ > for CMD in ; do\ > SRC=`echo $CMD | cut -d = -f 1`;\ > TGT=`echo $CMD | cut -d = -f 2`;\ > mkdir -p /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/`dirname $TGT`;\ > cp $SRC /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/$TGT;\ > done;\ > fi >touch installinterfaces-stamp >[ -z "" ] || echo -n " linking " >[ -z "" ] || i686-pc-linux-gnu-ar -r libsupport_lua.a 2>/dev/null >[ -z "" ] || i686-pc-linux-gnu-ranlib libsupport_lua.a >[ -z "" ] || echo "libsupport_lua.a" >[ ! -z "" ] || touch libsupport_lua.a >cp libsupport_lua.a /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/lib || true >echo -n >building getdate >tar -xzf getdate-curl-7.11.0.tar.gz >if test ! "nodiff" = "getdate-curl-7.11.0.diff"; then \ > cd getdate-curl-7.11.0; \ > patch -p1 < ../getdate-curl-7.11.0.diff 1>/dev/null; \ > if [ $? != 0 ]; then \ > echo -e "\n ! error patching !\n";\ > fi;\ > find . -name makefile -exec rm \{\} \;;\ > fi >cd getdate-curl-7.11.0;\ > make -f Makefile \ > PREFIX=/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules TARGET=getdate CONFIG=/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/config >echo " compiling getdate.y -> getdate.o" > compiling getdate.y -> getdate.o >bison -o getdate.c -p gd_ getdate.y >i686-pc-linux-gnu-gcc -march=pentium4 -O3 -pipe -c getdate.c >echo " linking libgetdate.a" > linking libgetdate.a >i686-pc-linux-gnu-ar r libgetdate.a getdate.o 1>/dev/null 2>/dev/null >cp libgetdate.a /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/lib >cp getdate.h /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include >rm getdate.c >echo -n >building getdate_lua >echo " building dep for getdate_lua.c" > building dep for getdate_lua.c >i686-pc-linux-gnu-gcc -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -MM getdate_lua.c > .getdate_lua.d; >echo -n " compiling getdate_lua.c -> " > compiling getdate_lua.c -> i686-pc-linux-gnu-gcc -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -c getdate_lua.c >echo "getdate_lua.o" >getdate_lua.o >if [ -z "" ]; then\ > cp getdate_lua.h /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include || true;\ > else\ > for CMD in ; do\ > SRC=`echo $CMD | cut -d = -f 1`;\ > TGT=`echo $CMD | cut -d = -f 2`;\ > mkdir -p /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/`dirname $TGT`;\ > cp $SRC /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/$TGT;\ > done;\ > fi >touch installinterfaces-stamp >[ -z "getdate_lua.o" ] || echo -n " linking " > linking [ -z "getdate_lua.o" ] || i686-pc-linux-gnu-ar -r libgetdate_lua.a getdate_lua.o 2>/dev/null >[ -z "getdate_lua.o" ] || i686-pc-linux-gnu-ranlib libgetdate_lua.a >[ -z "getdate_lua.o" ] || echo "libgetdate_lua.a" >libgetdate_lua.a >[ ! -z "getdate_lua.o" ] || touch libgetdate_lua.a >cp libgetdate_lua.a /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/lib || true >echo -n >building luacurl >tar -xzf luacurl-0.2.1.tar.gz >if test ! "nodiff" = "luacurl-0.2.1.diff"; then \ > cd luacurl-0.2.1; \ > patch -p1 < ../luacurl-0.2.1.diff 1>/dev/null; \ > if [ $? != 0 ]; then \ > echo -e "\n ! error patching !\n";\ > fi;\ > find . -name makefile -exec rm \{\} \;;\ > fi >cd luacurl-0.2.1;\ > make -f Makefile \ > PREFIX=/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules TARGET=luacurl CONFIG=/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/config >cat /usr/include/curl/curl.h | grep "^ *CINIT(" | sed "s/CINIT(/{\"OPT_/" | \ > tr -s " " " " | sed "s/, /\",CURLOPTTYPE_/" | \ > sed "s/, / + /" | sed "s/),/},/" > curlopt.h >cat /usr/include/curl/curl.h | grep "^ *CURL_NETRC_[A-Z]*," | \ > sed 's/^ *CURL_\(NETRC_[A-Z]*\),.*$/{"\1", (int)CURL_\1},/' \ > > curl_netrcopt.h >cat /usr/include/curl/curl.h | grep "^ *CFINIT" | grep -v "CFINIT(NOTHING)" | \ > sed 's/^ *CFINIT(\([^)]*\)),.*$/{"FORM_\1",CURLFORM_\1},/' \ > > curl_form.h >cat /usr/include/curl/curl.h | grep "CURLAUTH_" | \ > sed "s/#define *CURL/{\"/" | sed "s/ *\/\*.*\*\///" | \ > sed "s/ /\",/" | sed "s/$/},/" > curl_authopt.h >echo -n " compiling lua-curl.c -> " > compiling lua-curl.c -> i686-pc-linux-gnu-gcc -march=pentium4 -O3 -pipe -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -c lua-curl.c >echo "lua-curl.o" >lua-curl.o >echo -n " linking " > linking i686-pc-linux-gnu-ar -r libluacurl.a lua-curl.o 2>/dev/null >i686-pc-linux-gnu-ranlib libluacurl.a >echo "libluacurl.a" >libluacurl.a >cp lua-curl.h /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include >cp libluacurl.a /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/lib || true >echo -n >building browser_lua >if [ -z "browser.lua=browser/browser.lua cookie.lua=browser/cookie.lua" ]; then\ > cp browser.lua cookie.lua /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include || true;\ > else\ > for CMD in browser.lua=browser/browser.lua cookie.lua=browser/cookie.lua; do\ > SRC=`echo $CMD | cut -d = -f 1`;\ > TGT=`echo $CMD | cut -d = -f 2`;\ > mkdir -p /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/`dirname $TGT`;\ > cp $SRC /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/$TGT;\ > done;\ > fi >touch installinterfaces-stamp >[ -z "" ] || echo -n " linking " >[ -z "" ] || i686-pc-linux-gnu-ar -r libbrowser_lua.a 2>/dev/null >[ -z "" ] || i686-pc-linux-gnu-ranlib libbrowser_lua.a >[ -z "" ] || echo "libbrowser_lua.a" >[ ! -z "" ] || touch libbrowser_lua.a >cp libbrowser_lua.a /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/lib || true >echo -n >building stringhack_lua >echo " building dep for stringhack_lua.c" > building dep for stringhack_lua.c >i686-pc-linux-gnu-gcc -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -MM stringhack_lua.c > .stringhack_lua.d; >echo " building dep for lstringhack.c" > building dep for lstringhack.c >i686-pc-linux-gnu-gcc -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -MM lstringhack.c > .lstringhack.d; >echo -n " compiling lstringhack.c -> " > compiling lstringhack.c -> i686-pc-linux-gnu-gcc -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -c lstringhack.c >echo "lstringhack.o" >lstringhack.o >echo -n " compiling stringhack_lua.c -> " > compiling stringhack_lua.c -> i686-pc-linux-gnu-gcc -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -c stringhack_lua.c >echo "stringhack_lua.o" >stringhack_lua.o >if [ -z "" ]; then\ > cp stringhack_lua.h /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include || true;\ > else\ > for CMD in ; do\ > SRC=`echo $CMD | cut -d = -f 1`;\ > TGT=`echo $CMD | cut -d = -f 2`;\ > mkdir -p /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/`dirname $TGT`;\ > cp $SRC /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/$TGT;\ > done;\ > fi >touch installinterfaces-stamp >[ -z "lstringhack.o stringhack_lua.o" ] || echo -n " linking " > linking [ -z "lstringhack.o stringhack_lua.o" ] || i686-pc-linux-gnu-ar -r libstringhack_lua.a lstringhack.o stringhack_lua.o 2>/dev/null >[ -z "lstringhack.o stringhack_lua.o" ] || i686-pc-linux-gnu-ranlib libstringhack_lua.a >[ -z "lstringhack.o stringhack_lua.o" ] || echo "libstringhack_lua.a" >libstringhack_lua.a >[ ! -z "lstringhack.o stringhack_lua.o" ] || touch libstringhack_lua.a >cp libstringhack_lua.a /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/lib || true >echo -n >building portablesocket_lua >echo " building dep for psock_lua.c" > building dep for psock_lua.c >i686-pc-linux-gnu-gcc -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -MM psock_lua.c > .psock_lua.d; >echo -n " compiling psock_lua.c -> " > compiling psock_lua.c -> i686-pc-linux-gnu-gcc -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -c psock_lua.c >echo "psock_lua.o" >psock_lua.o >if [ -z "" ]; then\ > cp psock_lua.h /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include || true;\ > else\ > for CMD in ; do\ > SRC=`echo $CMD | cut -d = -f 1`;\ > TGT=`echo $CMD | cut -d = -f 2`;\ > mkdir -p /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/`dirname $TGT`;\ > cp $SRC /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/$TGT;\ > done;\ > fi >touch installinterfaces-stamp >[ -z "psock_lua.o" ] || echo -n " linking " > linking [ -z "psock_lua.o" ] || i686-pc-linux-gnu-ar -r libportablesocket_lua.a psock_lua.o 2>/dev/null >[ -z "psock_lua.o" ] || i686-pc-linux-gnu-ranlib libportablesocket_lua.a >[ -z "psock_lua.o" ] || echo "libportablesocket_lua.a" >libportablesocket_lua.a >[ ! -z "psock_lua.o" ] || touch libportablesocket_lua.a >cp libportablesocket_lua.a /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/lib || true >echo -n >building base64_lua >echo " building dep for base64_lua.c" > building dep for base64_lua.c >i686-pc-linux-gnu-gcc -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -MM base64_lua.c > .base64_lua.d; >echo -n " compiling base64_lua.c -> " > compiling base64_lua.c -> i686-pc-linux-gnu-gcc -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -c base64_lua.c >echo "base64_lua.o" >base64_lua.o >if [ -z "" ]; then\ > cp base64_lua.h /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include || true;\ > else\ > for CMD in ; do\ > SRC=`echo $CMD | cut -d = -f 1`;\ > TGT=`echo $CMD | cut -d = -f 2`;\ > mkdir -p /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/`dirname $TGT`;\ > cp $SRC /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/$TGT;\ > done;\ > fi >touch installinterfaces-stamp >[ -z "base64_lua.o" ] || echo -n " linking " > linking [ -z "base64_lua.o" ] || i686-pc-linux-gnu-ar -r libbase64_lua.a base64_lua.o 2>/dev/null >[ -z "base64_lua.o" ] || i686-pc-linux-gnu-ranlib libbase64_lua.a >[ -z "base64_lua.o" ] || echo "libbase64_lua.a" >libbase64_lua.a >[ ! -z "base64_lua.o" ] || touch libbase64_lua.a >cp libbase64_lua.a /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/lib || true >echo -n >building mimer_lua >if [ -z "" ]; then\ > cp mimer.lua /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include || true;\ > else\ > for CMD in ; do\ > SRC=`echo $CMD | cut -d = -f 1`;\ > TGT=`echo $CMD | cut -d = -f 2`;\ > mkdir -p /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/`dirname $TGT`;\ > cp $SRC /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/$TGT;\ > done;\ > fi >touch installinterfaces-stamp >[ -z "" ] || echo -n " linking " >[ -z "" ] || i686-pc-linux-gnu-ar -r libmimer_lua.a 2>/dev/null >[ -z "" ] || i686-pc-linux-gnu-ranlib libmimer_lua.a >[ -z "" ] || echo "libmimer_lua.a" >[ ! -z "" ] || touch libmimer_lua.a >cp libmimer_lua.a /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/lib || true >echo -n >building commonimpl_lua >if [ -z "" ]; then\ > cp common.lua /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include || true;\ > else\ > for CMD in ; do\ > SRC=`echo $CMD | cut -d = -f 1`;\ > TGT=`echo $CMD | cut -d = -f 2`;\ > mkdir -p /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/`dirname $TGT`;\ > cp $SRC /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/$TGT;\ > done;\ > fi >touch installinterfaces-stamp >[ -z "" ] || echo -n " linking " >[ -z "" ] || i686-pc-linux-gnu-ar -r libcommonimpl_lua.a 2>/dev/null >[ -z "" ] || i686-pc-linux-gnu-ranlib libcommonimpl_lua.a >[ -z "" ] || echo "libcommonimpl_lua.a" >[ ! -z "" ] || touch libcommonimpl_lua.a >cp libcommonimpl_lua.a /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/lib || true >echo -n >building regularexp_lua >echo " building dep for regularexp_lua.c" > building dep for regularexp_lua.c >i686-pc-linux-gnu-gcc -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -MM regularexp_lua.c > .regularexp_lua.d; >echo -n " compiling regularexp_lua.c -> " > compiling regularexp_lua.c -> i686-pc-linux-gnu-gcc -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -c regularexp_lua.c >echo "regularexp_lua.o" >regularexp_lua.o >if [ -z "" ]; then\ > cp regularexp_lua.h /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include || true;\ > else\ > for CMD in ; do\ > SRC=`echo $CMD | cut -d = -f 1`;\ > TGT=`echo $CMD | cut -d = -f 2`;\ > mkdir -p /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/`dirname $TGT`;\ > cp $SRC /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/$TGT;\ > done;\ > fi >touch installinterfaces-stamp >[ -z "regularexp_lua.o" ] || echo -n " linking " > linking [ -z "regularexp_lua.o" ] || i686-pc-linux-gnu-ar -r libregularexp_lua.a regularexp_lua.o 2>/dev/null >[ -z "regularexp_lua.o" ] || i686-pc-linux-gnu-ranlib libregularexp_lua.a >[ -z "regularexp_lua.o" ] || echo "libregularexp_lua.a" >libregularexp_lua.a >[ ! -z "regularexp_lua.o" ] || touch libregularexp_lua.a >cp libregularexp_lua.a /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/lib || true >echo -n >building luaexpat >tar -xzf luaexpat-1.0.2.tar.gz >if test ! "nodiff" = "luaexpat-1.0.2.diff"; then \ > cd luaexpat-1.0.2; \ > patch -p1 < ../luaexpat-1.0.2.diff 1>/dev/null; \ > if [ $? != 0 ]; then \ > echo -e "\n ! error patching !\n";\ > fi;\ > find . -name makefile -exec rm \{\} \;;\ > fi >cd luaexpat-1.0.2;\ > make -f Makefile \ > PREFIX=/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules TARGET=luaexpat CONFIG=/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/config >echo " compiling lxplib.c -> lxplib.o" > compiling lxplib.c -> lxplib.o >i686-pc-linux-gnu-gcc -march=pentium4 -O3 -pipe -Wall -pedantic -Waggregate-return -Wcast-align -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wwrite-strings -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -I. -c src/lxplib.c -o src/lxplib.o -I src/ >src/lxplib.c: In function âluaopen_lxpâ: >src/lxplib.c:539: warning: implicit declaration of function âluaL_openlibâ >src/lxplib.c:539: warning: nested extern declaration of âluaL_openlibâ >echo " linking libluaexpat.a" > linking libluaexpat.a >i686-pc-linux-gnu-ar rc libluaexpat.a src/lxplib.o 1>/dev/null >cp src/lxplib.h /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include >mkdir -p /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/lxp/ >cp src/lxp/lom.lua /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/lxp/ >cp libluaexpat.a /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/lib >echo -n >building xmltables_lua >if [ -z "" ]; then\ > cp xml2table.lua table2xml.lua /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include || true;\ > else\ > for CMD in ; do\ > SRC=`echo $CMD | cut -d = -f 1`;\ > TGT=`echo $CMD | cut -d = -f 2`;\ > mkdir -p /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/`dirname $TGT`;\ > cp $SRC /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/$TGT;\ > done;\ > fi >touch installinterfaces-stamp >[ -z "" ] || echo -n " linking " >[ -z "" ] || i686-pc-linux-gnu-ar -r libxmltables_lua.a 2>/dev/null >[ -z "" ] || i686-pc-linux-gnu-ranlib libxmltables_lua.a >[ -z "" ] || echo "libxmltables_lua.a" >[ ! -z "" ] || touch libxmltables_lua.a >cp libxmltables_lua.a /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/lib || true >echo -n >building httpmail_lua >if [ -z "" ]; then\ > cp httpmail.lua /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include || true;\ > else\ > for CMD in ; do\ > SRC=`echo $CMD | cut -d = -f 1`;\ > TGT=`echo $CMD | cut -d = -f 2`;\ > mkdir -p /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/`dirname $TGT`;\ > cp $SRC /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/$TGT;\ > done;\ > fi >touch installinterfaces-stamp >[ -z "" ] || echo -n " linking " >[ -z "" ] || i686-pc-linux-gnu-ar -r libhttpmail_lua.a 2>/dev/null >[ -z "" ] || i686-pc-linux-gnu-ranlib libhttpmail_lua.a >[ -z "" ] || echo "libhttpmail_lua.a" >[ ! -z "" ] || touch libhttpmail_lua.a >cp libhttpmail_lua.a /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/lib || true >echo -n >building crypto_lua >echo " building dep for crypto_lua.c" > building dep for crypto_lua.c >i686-pc-linux-gnu-gcc -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -MM crypto_lua.c > .crypto_lua.d; >echo -n " compiling crypto_lua.c -> " > compiling crypto_lua.c -> i686-pc-linux-gnu-gcc -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -c crypto_lua.c >echo "crypto_lua.o" >crypto_lua.o >if [ -z "" ]; then\ > cp crypto_lua.h /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include || true;\ > else\ > for CMD in ; do\ > SRC=`echo $CMD | cut -d = -f 1`;\ > TGT=`echo $CMD | cut -d = -f 2`;\ > mkdir -p /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/`dirname $TGT`;\ > cp $SRC /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/$TGT;\ > done;\ > fi >touch installinterfaces-stamp >[ -z "crypto_lua.o" ] || echo -n " linking " > linking [ -z "crypto_lua.o" ] || i686-pc-linux-gnu-ar -r libcrypto_lua.a crypto_lua.o 2>/dev/null >[ -z "crypto_lua.o" ] || i686-pc-linux-gnu-ranlib libcrypto_lua.a >[ -z "crypto_lua.o" ] || echo "libcrypto_lua.a" >libcrypto_lua.a >[ ! -z "crypto_lua.o" ] || touch libcrypto_lua.a >cp libcrypto_lua.a /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/lib || true >echo -n >building luafilesystem >tar -xzf luafilesystem-1.0b.tar.gz >if test ! "nodiff" = "luafilesystem-1.0b.diff"; then \ > cd luafilesystem-1.0b; \ > patch -p1 < ../luafilesystem-1.0b.diff 1>/dev/null; \ > if [ $? != 0 ]; then \ > echo -e "\n ! error patching !\n";\ > fi;\ > find . -name makefile -exec rm \{\} \;;\ > fi >cd luafilesystem-1.0b;\ > make -f Makefile \ > PREFIX=/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules TARGET=luafilesystem CONFIG=/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/config >echo " compiling lfs.c -> lfs.o" > compiling lfs.c -> lfs.o >i686-pc-linux-gnu-gcc -march=pentium4 -O3 -pipe -Wall -pedantic -Waggregate-return -Wcast-align -Wmissing-prototypes -Wstrict-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wwrite-strings -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -I. -c lfs.c >lfs.c: In function âluaopen_lfsâ: >lfs.c:496: warning: implicit declaration of function âluaL_openlibâ >lfs.c:496: warning: nested extern declaration of âluaL_openlibâ >echo " linking libluafilesystem.a" > linking libluafilesystem.a >i686-pc-linux-gnu-ar rc libluafilesystem.a lfs.o 1>/dev/null >cp lfs.h /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include >cp libluafilesystem.a /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/lib >echo -n >building plugins2xml_lua >if [ -z "" ]; then\ > cp plugins2xml.lua /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include || true;\ > else\ > for CMD in ; do\ > SRC=`echo $CMD | cut -d = -f 1`;\ > TGT=`echo $CMD | cut -d = -f 2`;\ > mkdir -p /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/`dirname $TGT`;\ > cp $SRC /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/$TGT;\ > done;\ > fi >touch installinterfaces-stamp >[ -z "" ] || echo -n " linking " >[ -z "" ] || i686-pc-linux-gnu-ar -r libplugins2xml_lua.a 2>/dev/null >[ -z "" ] || i686-pc-linux-gnu-ranlib libplugins2xml_lua.a >[ -z "" ] || echo "libplugins2xml_lua.a" >[ ! -z "" ] || touch libplugins2xml_lua.a >cp libplugins2xml_lua.a /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/lib || true >echo -n >building version_comparer_lua >if [ -z "" ]; then\ > cp version_comparer.lua /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include || true;\ > else\ > for CMD in ; do\ > SRC=`echo $CMD | cut -d = -f 1`;\ > TGT=`echo $CMD | cut -d = -f 2`;\ > mkdir -p /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/`dirname $TGT`;\ > cp $SRC /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/$TGT;\ > done;\ > fi >touch installinterfaces-stamp >[ -z "" ] || echo -n " linking " >[ -z "" ] || i686-pc-linux-gnu-ar -r libversion_comparer_lua.a 2>/dev/null >[ -z "" ] || i686-pc-linux-gnu-ranlib libversion_comparer_lua.a >[ -z "" ] || echo "libversion_comparer_lua.a" >[ ! -z "" ] || touch libversion_comparer_lua.a >cp libversion_comparer_lua.a /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/lib || true >echo -n >building updater_lua >if [ -z "" ]; then\ > cp updater_common.lua updater_php.lua /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include || true;\ > else\ > for CMD in ; do\ > SRC=`echo $CMD | cut -d = -f 1`;\ > TGT=`echo $CMD | cut -d = -f 2`;\ > mkdir -p /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/`dirname $TGT`;\ > cp $SRC /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/$TGT;\ > done;\ > fi >touch installinterfaces-stamp >[ -z "" ] || echo -n " linking " >[ -z "" ] || i686-pc-linux-gnu-ar -r libupdater_lua.a 2>/dev/null >[ -z "" ] || i686-pc-linux-gnu-ranlib libupdater_lua.a >[ -z "" ] || echo "libupdater_lua.a" >[ ! -z "" ] || touch libupdater_lua.a >cp libupdater_lua.a /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/lib || true >echo -n >building xml2tex_lua >if [ -z "" ]; then\ > cp xml2tex.lua /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include || true;\ > else\ > for CMD in ; do\ > SRC=`echo $CMD | cut -d = -f 1`;\ > TGT=`echo $CMD | cut -d = -f 2`;\ > mkdir -p /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/`dirname $TGT`;\ > cp $SRC /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/$TGT;\ > done;\ > fi >touch installinterfaces-stamp >[ -z "" ] || echo -n " linking " >[ -z "" ] || i686-pc-linux-gnu-ar -r libxml2tex_lua.a 2>/dev/null >[ -z "" ] || i686-pc-linux-gnu-ranlib libxml2tex_lua.a >[ -z "" ] || echo "libxml2tex_lua.a" >[ ! -z "" ] || touch libxml2tex_lua.a >cp libxml2tex_lua.a /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/lib || true >echo -n >building luasoap >if [ -z "http.lua=soap/http.lua soap.lua=soap/soap.lua" ]; then\ > cp soap.lua /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include || true;\ > else\ > for CMD in http.lua=soap/http.lua soap.lua=soap/soap.lua; do\ > SRC=`echo $CMD | cut -d = -f 1`;\ > TGT=`echo $CMD | cut -d = -f 2`;\ > mkdir -p /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/`dirname $TGT`;\ > cp $SRC /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/$TGT;\ > done;\ > fi >touch installinterfaces-stamp >[ -z "" ] || echo -n " linking " >[ -z "" ] || i686-pc-linux-gnu-ar -r libluasoap.a 2>/dev/null >[ -z "" ] || i686-pc-linux-gnu-ranlib libluasoap.a >[ -z "" ] || echo "libluasoap.a" >[ ! -z "" ] || touch libluasoap.a >cp libluasoap.a /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/lib || true >echo -n >building dpipe_lua >echo " building dep for dpipe_lua.c" > building dep for dpipe_lua.c >i686-pc-linux-gnu-gcc -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -MM dpipe_lua.c > .dpipe_lua.d; >echo -n " compiling dpipe_lua.c -> " > compiling dpipe_lua.c -> i686-pc-linux-gnu-gcc -march=pentium4 -O3 -pipe -I. -I/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include -c dpipe_lua.c >echo "dpipe_lua.o" >dpipe_lua.o >if [ -z "" ]; then\ > cp dpipe_lua.h /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include || true;\ > else\ > for CMD in ; do\ > SRC=`echo $CMD | cut -d = -f 1`;\ > TGT=`echo $CMD | cut -d = -f 2`;\ > mkdir -p /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/`dirname $TGT`;\ > cp $SRC /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/include/$TGT;\ > done;\ > fi >touch installinterfaces-stamp >[ -z "dpipe_lua.o" ] || echo -n " linking " > linking [ -z "dpipe_lua.o" ] || i686-pc-linux-gnu-ar -r libdpipe_lua.a dpipe_lua.o 2>/dev/null >[ -z "dpipe_lua.o" ] || i686-pc-linux-gnu-ranlib libdpipe_lua.a >[ -z "dpipe_lua.o" ] || echo "libdpipe_lua.a" >libdpipe_lua.a >[ ! -z "dpipe_lua.o" ] || touch libdpipe_lua.a >cp libdpipe_lua.a /tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/modules/lib || true >echo -n >echo "building freepopsd" >building freepopsd >make -C src all CONFIG="/tmp/portage/net-mail/freepops-0.2.6/work/freepops-0.2.6/config" PREFIX="/usr/" \ > FORCE_LINK="" >echo " building dep for luabox.c" > building dep for luabox.c >i686-pc-linux-gnu-gcc -march=pentium4 -O3 -pipe -I. -I../modules/include -DFREEPOPSLUA_PATH=\"/usr/share/freepops/lua/\" -DFREEPOPSLUA_CPATH=\"/usr/lib/freepops/\" -MM luabox.c > .luabox.d; >echo " building dep for freepops.c" > building dep for freepops.c >i686-pc-linux-gnu-gcc -march=pentium4 -O3 -pipe -I. -I../modules/include -DFREEPOPSLUA_PATH=\"/usr/share/freepops/lua/\" -DFREEPOPSLUA_CPATH=\"/usr/lib/freepops/\" -MM freepops.c > .freepops.d; >echo " building dep for engine.c" > building dep for engine.c >i686-pc-linux-gnu-gcc -march=pentium4 -O3 -pipe -I. -I../modules/include -DFREEPOPSLUA_PATH=\"/usr/share/freepops/lua/\" -DFREEPOPSLUA_CPATH=\"/usr/lib/freepops/\" -MM engine.c > .engine.d; >echo -n " compiling engine.c -> " > compiling engine.c -> i686-pc-linux-gnu-gcc -march=pentium4 -O3 -pipe -I. -I../modules/include -DFREEPOPSLUA_PATH=\"/usr/share/freepops/lua/\" -DFREEPOPSLUA_CPATH=\"/usr/lib/freepops/\" -c engine.c >echo "engine.o" >engine.o >echo -n " compiling freepops.c -> " > compiling freepops.c -> i686-pc-linux-gnu-gcc -march=pentium4 -O3 -pipe -I. -I../modules/include -DFREEPOPSLUA_PATH=\"/usr/share/freepops/lua/\" -DFREEPOPSLUA_CPATH=\"/usr/lib/freepops/\" -c freepops.c >echo "freepops.o" >freepops.o >echo -n " compiling luabox.c -> " > compiling luabox.c -> i686-pc-linux-gnu-gcc -march=pentium4 -O3 -pipe -I. -I../modules/include -DFREEPOPSLUA_PATH=\"/usr/share/freepops/lua/\" -DFREEPOPSLUA_CPATH=\"/usr/lib/freepops/\" -c luabox.c >echo "luabox.o" >luabox.o >echo -n " linking " > linking i686-pc-linux-gnu-ranlib ../modules/lib/libcrypto_lua.a ../modules/lib/libregularexp_lua.a ../modules/lib/libstringhack_lua.a ../modules/lib/libgetdate_lua.a ../modules/lib/libdpipe_lua.a ../modules/lib/libgetdate.a ../modules/lib/libluacurl.a ../modules/lib/libstats_lua.a ../modules/lib/liblog_lua.a ../modules/lib/libsession_lua.a ../modules/lib/libpop3server_lua.a ../modules/lib/libpop3server.a ../modules/lib/libportablesocket_lua.a ../modules/lib/libbase64_lua.a ../modules/lib/libportablesocket.a ../modules/lib/libsession.a ../modules/lib/libdictionary.a ../modules/lib/liblock.a ../modules/lib/libpid.a ../modules/lib/libmlex.a ../modules/lib/liblist.a ../modules/lib/libbase64.a ../modules/lib/liblog.a ../modules/lib/libregularexp.a ../modules/lib/liboscompatibility.a ../modules/lib/libluabind.a ../modules/lib/libluaexpat.a ../modules/lib/libluafilesystem.a ../modules/lib/libluay.a >i686-pc-linux-gnu-gcc -o freepopsd engine.o freepops.o luabox.o -llua -lm -L ../modules/lib -lcrypto_lua -lregularexp_lua -lstringhack_lua -lgetdate_lua -ldpipe_lua -lgetdate -lluacurl -lmlex_lua -lstats_lua -llog_lua -lsession_lua -lpop3server_lua -lpop3server -lportablesocket_lua -lbase64_lua -lportablesocket -lsession -ldictionary -llock -lpid -lmlex -llist -lbase64 -llog -lregularexp -loscompatibility -lluabind -lluaexpat -lluafilesystem -lluay -ldl -lm -lpthread -lcrypto -rdynamic -lcurl -lexpat >../modules/lib/libcrypto_lua.a(crypto_lua.o): In function `luaopen_crypto': >crypto_lua.c:(.text+0x75): undefined reference to `luaL_openlib' >../modules/lib/libregularexp_lua.a(regularexp_lua.o): In function `luaopen_regularexp': >regularexp_lua.c:(.text+0x9e): undefined reference to `luaL_openlib' >regularexp_lua.c:(.text+0xbe): undefined reference to `luaL_openlib' >../modules/lib/libstringhack_lua.a(stringhack_lua.o): In function `luaopen_stringhack': >stringhack_lua.c:(.text+0xb6): undefined reference to `luaL_openlib' >stringhack_lua.c:(.text+0xd6): undefined reference to `luaL_openlib' >../modules/lib/libgetdate_lua.a(getdate_lua.o):getdate_lua.c:(.text+0x25): more undefined references to `luaL_openlib' follow >collect2: ld returned 1 exit status >make[1]: *** [freepopsd] Error 1 >make: *** [src] Error 2 > [31;01m*[0m > [31;01m*[0m ERROR: net-mail/freepops-0.2.6 failed. > [31;01m*[0m Call stack: > [31;01m*[0m ebuild.sh, line 49: Called src_compile > [31;01m*[0m environment, line 2042: Called die > [31;01m*[0m The specific snippet of code: > [31;01m*[0m emake -j1 H= all || die "make failed" > [31;01m*[0m The die message: > [31;01m*[0m make failed > [31;01m*[0m > [31;01m*[0m If you need support, post the topmost build error, and the call stack if relevant. > [31;01m*[0m A complete build log is located at '/var/log/portage/net-mail:freepops-0.2.6:20080227-192138.log'. > [31;01m*[0m The ebuild environment file is located at '/tmp/portage/net-mail/freepops-0.2.6/temp/environment'. > [31;01m*[0m
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 211668
: 144770