> Hi! > > I get an error message when trying to build www/firefox-i18n from ports: > > '===> firefox-i18n-4.0.1 cannot install: Firefox versions mismatch: > firefox-4.0 nsStringStats => mAllocCount: 8 => mReallocCount: 4 => > mFreeCount: 8 => mShareCount: 4 => mAdoptCount: 0 => mAdoptFreeCount: 0 > is installed and wanted version is firefox-4.0. > *** Error code 1' > > firefox-4.0.1,1 is installed. Here is an additional info:
Was your installed Firefox build with the DEBUG option enabled? If yes, it looks like the additional debug output confuses the version check of firefox-i18n. As a quick fix you could either build Firefox without the DEBUG option or remove the USE_FIREFOX line from www/firefox-i18n/Makefile. But the root cause of this problem should be fixed in Mk/bsd.gecko.mk. HTH, Beat _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
