svn commit: r368031 - head/mail/thunderbird

Matthias Andree mandree at FreeBSD.org
Fri Sep 12 17:13:03 UTC 2014


Am 12.09.2014 um 17:48 schrieb Baptiste Daroussin:

> Great so it is now broken for anyone using gcc from ports on system without
> libstdc++.so.6...

Sorry for that.  The actual issue is that if you have any port without
proper dependencies earlier in the from-source upgrade list than
thunderbird or firefox (thunderbird-i18n), and you upgrade one of the
requisites (lang/gcc in this case) of the gecko port, then this is what
happens:

- the gcc upgrade rips the libstdc++.so out from the recorded
thunderbird|firefox RPATH (gcc47->gcc48)

- thunderbird or firefox cannot be run

- Uses/gecko.mk cannot determine the version
  and marks the *-i18n port BROKEN

- update chain is broken.

I've now reverted the damage to the thunderbird port, and added
BUILD_DEPENDS to firefox-i18n, firefox-esr-i18n, and thunderbird-i18n,
to make sure that port upgraders such as portmaster know to update these
only after updating firefox/thunderbird.

I apologize for the rumble along the way.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20140912/1b0274cb/attachment.sig>


More information about the freebsd-ports mailing list