From owner-freebsd-gecko@FreeBSD.ORG Wed Dec 12 22:22:03 2012 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 388F936F for ; Wed, 12 Dec 2012 22:22:03 +0000 (UTC) (envelope-from angelvg@gmail.com) Received: from mail-vb0-f54.google.com (mail-vb0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id D7C778FC12 for ; Wed, 12 Dec 2012 22:22:02 +0000 (UTC) Received: by mail-vb0-f54.google.com with SMTP id l1so1425695vba.13 for ; Wed, 12 Dec 2012 14:22:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=j9z6CLyERQzzuAm4FO5iO9UkmuTBQodsY2cSX0qo3YY=; b=lW2AzFqb2dP8Y2+8kW5TNFY1q24rcSeJFhD/aExejk5tur9neX2QRcBtroogJooGbh 80XwFG9C1dKdwK/RyMEHVf1JCOUpDbwaEBCStE5f6fj/meZNQ2C/RO5t71Vq8orKbODt Qr+hmH4OSRHoU2EkOYrHZwZUfW0gDPUgroejWqmP87uC45dU61VDxr3vpGu7jvOlz7/b 5+HO4j72+YJ+hjTT05S7ATVZT06mTaGKCPuqCZJwJRkTm2QFz/FAwHv6RYv4snUgghlh 2mGels1ZFG4Jab/2YuP7vRq9m+Ey2+qo2Hu+ofdEBpyGcmyhDnwkp2Qxsk4Ts1wghRTo y+Zg== MIME-Version: 1.0 Received: by 10.220.238.148 with SMTP id ks20mr1642648vcb.5.1355350921856; Wed, 12 Dec 2012 14:22:01 -0800 (PST) Received: by 10.58.215.114 with HTTP; Wed, 12 Dec 2012 14:22:01 -0800 (PST) Date: Wed, 12 Dec 2012 17:22:01 -0500 Message-ID: Subject: Thunderbird Port Compile Error From: angelv To: gecko@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Dec 2012 22:22:03 -0000 Hi, I try install Thunderbird from ports unsussefully System info: # uname -a FreeBSD delta.alpha.telemedellin.tv 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 Update ports tree: # csup -h cvsup15.us.FreeBSD.org -g -L 2 /usr/share/examples/cvsup/ports-supfile # cat /usr/ports/UPDATING ... 20121211: AFFECTS: users of graphics/ImageMagick AUTHOR: bdrewery@FreeBSD.org The ImageMagick library has been updated to version 6.8.0-7. Please rebuild all ports that depend on it. If you use portmaster: portmaster -w -r ImageMagick 20121211: AFFECTS: users of devel/pcre AUTHOR: bdrewery@FreeBSD.org The pcre library has been updated to version 8.32. Please rebuild all ports that depend on it. If you use portmaster: portmaster -w -r pcre ... List all ports installed: # ls /var/db/pkg -> http://pastebin.com/L1qY6xKN Enter to port dorectory: # cd /usr/ports/mail/thunderbird Port options: # make showconfig ===> The following configuration options are available for thunderbird-17.0: DBUS=on: D-Bus IPC system DEBUG=off: Install debug symbols ENIGMAIL=on: Enigmail extension GCONF=off: GConf configuration backend GIO=off: GIO for file I/O GNOMEUI=off: libgnomeui support module GNOMEVFS2=off: GnomeVFS2 (virtual file system) GSTREAMER=off: Multimedia via GStreamer LIBPROXY=off: Proxy support via libproxy LIGHTNING=on: Calendar extension LOGGING=on: Additional log messages OPTIMIZED_CFLAGS=off: Use extra compiler optimizations ====> Options available for the single AUDIO: you have to select exactly one of them ALSA=off: ALSA audio architecture OSS=on: Open Sound System PULSEAUDIO=off: PulseAudio sound server ====> Options available for the single TOOLKIT: you have to select exactly one of them GTK2=on: GTK+ 2 GUI toolkit QT4=off: Qt GUI (EXPERIMENTAL, bug 521582) ===> Use 'make config' to modify these settings Installing the port: # make install clean Error: ... gmake[5]: Entering directory `/usr/ports/mail/thunderbird/work/comm-release/mozilla/ipc/testshell' gmake[5]: Nothing to be done for `tools'. gmake[5]: Leaving directory `/usr/ports/mail/thunderbird/work/comm-release/mozilla/ipc/testshell' gmake -C app libs MozillaRuntimeMain.cpp gmake[5]: Entering directory `/usr/ports/mail/thunderbird/work/comm-release/mozilla/ipc/app' c++ -o MozillaRuntimeMain.o -c -I../../dist/stl_wrappers -I../../dist/system_wrappers -include ../../config/gcc_hidden.h -DMOZ_GLUE_IN_PROGRAM -DMOZ_THUNDERBIRD=1 -DEXCLUDE_SKIA_DEPENDENCIES -DOS_POSIX=1 -DOS_FREEBSD=1 -DOS_BSD=1 -I../../toolkit/xre -I../../xpcom/base -I../../ipc/chromium/src -I../../ipc/glue -I../../ipc/ipdl/_ipdlheaders -I../../ipc/app -I. -I../../dist/include -I/usr/local/include/nspr -I/usr/local/include/nss -I/usr/local/include/nss/nss -I/usr/local/include -I/usr/local/include -fPIC -isystem/usr/local/include -I/usr/local/include -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Wno-ctor-dtor-privacy -Wno-overlength-strings -Wno-invalid-offsetof -Wno-variadic-macros -Wcast-align -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fshort-wchar -pipe -DNDEBUG -DTRIMMED -fno-omit-frame-pointer -isystem/usr/local/include -I/usr/local/include -DMOZILLA_CLIENT -include ../../mozilla-config.h -MD -MF .deps/MozillaRuntimeMain.o.pp /usr/ports/mail/thunderbird/work/comm-release/mozilla/ipc/app/MozillaRuntimeMain.cpp /usr/ports/mail/thunderbird/work/comm-release/mozilla/_virtualenv/bin/python ../../config/pythonpath.py -I../../config ../../config/expandlibs_exec.py --depend .deps/plugin-container.pp --target plugin-container --uselist -- c++ -o plugin-container -isystem/usr/local/include -I/usr/local/include -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Wno-ctor-dtor-privacy -Wno-overlength-strings -Wno-invalid-offsetof -Wno-variadic-macros -Wcast-align -O2 -pipe -fno-strict-aliasing -fno-exceptions -fno-strict-aliasing -fno-rtti -ffunction-sections -fdata-sections -fno-exceptions -fshort-wchar -pipe -DNDEBUG -DTRIMMED -fno-omit-frame-pointer MozillaRuntimeMain.o -pthread -L/usr/local/lib -Wl,-z,origin -Wl,-rpath,\$ORIGIN -Wl,-z,noexecstack -Wl,-rpath-link,/usr/ports/mail/thunderbird/work/comm-release/mozilla/dist/bin -Wl,-rpath-link,/usr/local/lib -L../../dist/bin -L../../dist/lib -L/usr/ports/mail/thunderbird/work/comm-release/mozilla/dist/bin -lxpcom -lmozalloc -lxul -liconv -L/usr/local/lib -lplds4 -lplc4 -lnspr4 -pthread -Wl,--whole-archive /usr/ports/mail/thunderbird/work/comm-release/mozilla/dist/lib/libmozglue.a /usr/ports/mail/thunderbird/work/comm-release/mozilla/dist/lib/libmemory.a -Wl,--no-whole-archive -rdynamic -lkvm /usr/bin/ld: warning: libxcb-util.so.0, needed by /usr/local/lib/libstartup-notification-1.so.0, not found (try using -rpath or -rpath-link) /usr/local/lib/libstartup-notification-1.so.0: undefined reference to `xcb_aux_get_screen' gmake[5]: *** [plugin-container] Error 1 gmake[5]: Leaving directory `/usr/ports/mail/thunderbird/work/comm-release/mozilla/ipc/app' gmake[4]: *** [tools] Error 2 gmake[4]: Leaving directory `/usr/ports/mail/thunderbird/work/comm-release/mozilla/ipc' gmake[3]: *** [tools_tier_platform] Error 2 gmake[3]: Leaving directory `/usr/ports/mail/thunderbird/work/comm-release/mozilla' gmake[2]: *** [tier_platform] Error 2 gmake[2]: Leaving directory `/usr/ports/mail/thunderbird/work/comm-release/mozilla' gmake[1]: *** [default] Error 2 gmake[1]: Leaving directory `/usr/ports/mail/thunderbird/work/comm-release/mozilla' gmake: *** [default] Error 2 *** [do-build] Error code 1 Stop in /usr/ports/mail/thunderbird. *** [install] Error code 1 Stop in /usr/ports/mail/thunderbird. I thinking the error is caused for the updated pcre "The pcre library has been updated to version 8.32." After i run comand... # portmaster -w -r pcre for update all my ports, Firefox show error and no build, the two ports need pcre-8.31_1 buy my system have more new # ls /var/db/pkg | grep pcre pcre-8.32 -- "When you understand why you dismiss all the other possible gods, you will understand why I dismiss yours." - Stephen F Roberts