On Fri, Jul 01, 2011 at 07:41:00PM +0200, Christopher Zimmermann wrote: > On 06/30/11 23:01, Brett wrote: > > > > > > >>You can grab the port here : > > > >>git clone -b tb5http://rhaalovely.net/git/mozilla-thunderbird/ > > > > Hi, I encountered just one problem while building the package: > > % make package > `/var/obj/ports/mozilla-thunderbird-5.0/fake-i386/.fake_done' is up to date. > ===> Building package for lightning-1.0beta4v0 > Create /var/cache/packages//i386/all/lightning-1.0beta4v0.tgz > Can't create lightning-1.0beta4v0 because of libraries > |library lib/thunderbird-5.0/xpcom.18.0 not found > | /usr/local/mozilla-thunderbird/libxpcom.so.17.1 > (mozilla-thunderbird-3.1.10p2): bad major > Direct dependencies for lightning-1.0beta4v0 resolve to > desktop-file-utils-0.18p0 python-2.7.1p6 gettext-0.18.1p0 > mozilla-thunderbird-3.1.10p2 > Full dependency tree is libxml-2.7.8p2 desktop-file-utils-0.18p0 > png-1.2.44 libgamin-0.1.10p4 jpeg-8c libiconv-1.13p2 > jasper-1.900.1p1 nss-3.12.9 gtk+2-2.24.5 gettext-0.18.1p0 > sqlite3-3.7.5 glib2-2.28.8 pcre-8.12p0 cairo-1.10.2p0 > shared-mime-info-0.90 hicolor-icon-theme-0.12p1 gdk-pixbuf-2.23.4 > mozilla-thunderbird-3.1.10p2 pango-1.28.4p1 nspr-4.8.7 tiff-3.9.5 > atk-2.0.1 bzip2-1.0.6 python-2.7.1p6 > Fatal error: can't continue > at /usr/libdata/perl5/OpenBSD/PkgCreate.pm line 1219 > *** Error code 1 > > > Seems like packaging lightning depends on thunderbird being already > installed, so first installing thunderbird and then packaging > lightning fixed it.
Problem is that you had the previous version installed, and it was found first by the pkg tools. deinstalling it solves it, or doing like you did. Landry
