From owner-freebsd-gecko@FreeBSD.ORG Sat Sep 17 05:50:10 2011 Return-Path: Delivered-To: gecko@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 66C8A106566B for ; Sat, 17 Sep 2011 05:50:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4B8868FC14 for ; Sat, 17 Sep 2011 05:50:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p8H5o92q093581 for ; Sat, 17 Sep 2011 05:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p8H5o93D093580; Sat, 17 Sep 2011 05:50:09 GMT (envelope-from gnats) Date: Sat, 17 Sep 2011 05:50:09 GMT Message-Id: <201109170550.p8H5o93D093580@freefall.freebsd.org> To: gecko@FreeBSD.org From: Ruslan Mahmatkhanov Cc: Subject: Re: ports/158348: mail/thunderbird build error X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ruslan Mahmatkhanov List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2011 05:50:10 -0000 The following reply was made to PR ports/158348; it has been noted by GNATS. From: Ruslan Mahmatkhanov To: Janos Dohanics Cc: freebsd-ports@freebsd.org, bug-followup@FreeBSD.org Subject: Re: ports/158348: mail/thunderbird build error Date: Sat, 17 Sep 2011 09:47:54 +0400 Janos Dohanics wrote on 17.09.2011 03:57: > On Fri, 09 Sep 2011 14:20:20 +0400 > Ruslan Mahmatkhanov wrote: > >> >> Hi Janos, >> >> does this bug report still valid? Are you able to reproduce this with >> current ports tree and current thunderbird versions in ports (6.0.2 >> and 3.1.14)? >> >> -- >> Regards, >> Ruslan >> >> Tinderboxing kills... the drives. > > Ruslan, > > my apologies for the belated reply - I thought I have unsubscribed > myself from the ports mailing list. > > However, your message is really timely... > > Although I have been able to build thunderbird-5.0 some time ago, when > I try to upgrade to thunderbird-6.0.2, I get this error: > > ---> Build of mail/thunderbird started at: Fri, 16 Sep 2011 07:26:52 -0400 > ---> Building '/usr/ports/mail/thunderbird' > ===> Cleaning for thunderbird-6.0.2 > ===> License check disabled, port has not defined LICENSE > ===> Found saved configuration for thunderbird-6.0.2 > ===> Extracting for thunderbird-6.0.2 > => SHA256 Checksum OK for thunderbird-6.0.2.source.tar.bz2. > ===> thunderbird-6.0.2 depends on file: /usr/local/bin/perl5.10.1 - found > ===> Patching for thunderbird-6.0.2 > ===> thunderbird-6.0.2 depends on file: /usr/local/bin/perl5.10.1 - found > ===> Applying FreeBSD patches for thunderbird-6.0.2 > 1 out of 1 hunks failed--saving rejects to mailnews/extensions/smime/build/Makefile.in.rej > => Patch patch-mailnews-extensions-smime-build-Makefile-in failed to apply cleanly. > => Patch(es) patch-calendar-base-src-calDateTime.cpp patch-calendar-lightning-install.rdf patch-config-autoconf.mk.in patch-configure.in patch-ipc-chromium-src-base-atomicops_internals_mutex.cc patch-ipc-chromium-src-base-file_util.h patch-ipc-chromium-src-base-file_util_linux.cc patch-ipc-chromium-src-base-file_util_posix.cc patch-ipc-chromium-src-base-platform_file_posix.cc patch-ipc-chromium-src-base-platform_thread_posix.cc patch-ipc-chromium-src-base-third_party-nspr-prcpucfg.h patch-ipc-chromium-s rc-build-build_config.h patch-ldap-sdks-c-sdk-ldap-libraries-libldap-Makefile.in patch-ldap-sdks-c-sdk-ldap-libraries-libprldap-Makefile.in applied cleanly. > *** Error code 1 > > Stop in /usr/ports/mail/thunderbird. > *** Error code 1 > > Stop in /usr/ports/mail/thunderbird. > ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade20110916-20994-g0kqdj-0 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=thunderbird-5.0 UPGRADE_PORT_VER=5.0 make > ** Fix the problem and try again. > > Looking into Makefile.in.rej: > > *************** > *** 81,87 **** > $(NULL) > > ifndef MOZ_STATIC_MAIL_BUILD > - SHARED_LIBRARY_LIBS + = ../../../base/util/$(LIB_PREFIX)msgbsutl_s.$(LIB_SUFFIX) > endif > > ifdef MOZILLA_INTERNAL_API > --- 81,87 ---- > $(NULL) > > ifndef MOZ_STATIC_MAIL_BUILD > + SHARED_LIBRARY_LIBS += ../../../base/util/$(LIB_PREFIX)msgbsutl_s.$(LIB_SUFFIX) > endif > > ifdef MOZILLA_INTERNAL_API > > # uname -mrs > FreeBSD 8.2-STABLE amd64 > > Thank you for keeping track of this, > Good day, Janos. Please make sure that you have latest portstree. The last revision of mail/thunderbird Makefile is # $FreeBSD: ports/mail/thunderbird/Makefile,v 1.136 2011/09/06 20:15:18 flo Exp $ And it patches correctly for me. If the port is update, go to /usr/ports/mail/thunderbird and make `make clean`, then try to portupgrade this port again. Hope this helps. Please keep bug-followup@FreeBSD.org in cc: when responding, so we can keep the current status of this problem in pr. Thanks. -- Regards, Ruslan Tinderboxing kills... the drives.