Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Sep 2011 19:57:06 -0400
From:      Janos Dohanics <web@3dresearch.com>
To:        Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: ports/158348: mail/thunderbird build error
Message-ID:  <20110916195706.5491980f.web@3dresearch.com>
In-Reply-To: <4E69E864.8040105@yandex.ru>
References:  <4E69E864.8040105@yandex.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 09 Sep 2011 14:20:20 +0400
Ruslan Mahmatkhanov <cvs-src@yandex.ru> 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-src-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,

-- 
Janos Dohanics



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