On Sat, Jul 02, 2011 at 03:09:22PM +0200, Christopher Zimmermann wrote:
> On 06/23/11 09:07, Landry Breuil wrote:
> >Hi,
> >
> >so Firefox 5 has been released, so far i've only been able to test it on
> >amd64, so i'd welcome test reports on i386 and macppc. It should build
> >fine there as i've added the missing bits for 32 bits archs.
> >
> >For the amd64 pkg:
> >http://rhaalovely.net/stuff/amd64/mozilla-firefox-5.0.tgz
> >
> >Grab and build the port:
> >cd /usr/ports/mystuff/www
> >git co -b firefox-5 http://rhaalovely.net/git/mozilla-firefox
> >cd mozilla-firefox
> >make install
> >
> >Thanks.
> >
> >Landry
> 
> 
> Hi,
> 
> so far works builds and works fine for me on i386.
> 
> But while faking I observed those warnings.
> 
> 
> Christopher
> 
> 
> 
> 
> Warning: package error or possible missing or unnecessary file:
> bin/components/necko_wifi.xpt (package-manifest, 140).
> 
> [...]
> 
> Warning: package error or possible missing or unnecessary file:
> bin/components/webshell_idls.xpt (package-manifest, 172).
> 
> [...]
> 
> Warning: package error or possible missing or unnecessary file:
> bin/libnssckbi.so.24.0 (package-manifest, 369).
> bin/components/pipboot.xpt
> bin/components/pipnss.xpt
> bin/components/pippki.xpt
> Warning: package error or possible missing or unnecessary file:
> bin/libnss3.so.24.0 (package-manifest, 373).
> Warning: package error or possible missing or unnecessary file:
> bin/libnssutil3.so.24.0 (package-manifest, 374).
> Warning: package error or possible missing or unnecessary file:
> bin/libsmime3.so.24.0 (package-manifest, 375).
> Warning: package error or possible missing or unnecessary file:
> bin/libsoftokn3.so.24.0 (package-manifest, 376).
> Warning: package error or possible missing or unnecessary file:
> bin/libfreebl3.so.24.0 (package-manifest, 377).
> Warning: package error or possible missing or unnecessary file:
> bin/libssl3.so.24.0 (package-manifest, 378).
> Warning: package error or possible missing or unnecessary file:
> bin/libfreebl3.chk (package-manifest, 379).
> Warning: package error or possible missing or unnecessary file:
> bin/libsoftokn3.chk (package-manifest, 380).
> Warning: package error or possible missing or unnecessary file:
> bin/libnssdbm3.so.24.0 (package-manifest, 381).
> Warning: package error or possible missing or unnecessary file:
> bin/libnssdbm3.chk (package-manifest, 382).
> 
> [...]

All those warnings are harmless, we differ from the upstream packing
list as we build against some systemwide libs, and dont install libnss*
libnspr* etc from within mozilla port. mozsqlite3 is disabled too, as
the builtin updater or the necko wifi part.

Oh, and those messages are NOT from the pkg tools, and totally unrelated
to the port PLIST.. They are from the install target provided by mozilla.

> Failed to import
> resource://services-sync/engines/history.js:[Exception... "Component
> returned failure code: 0x80520012 (NS_ERROR_FILE_NOT_FOUND)
> [nsIXPCComponents_Utils.import]"  nsresult: "0x80520012
> (NS_ERROR_FILE_NOT_FOUND)"  location: "JS frame ::
> ../../browser/installer/precompile_cache.js :: load :: line 59"
> data: no]

That is more annoying.. as if the firefox sync js files were missing.
I'll try to have a look, but i think ive never seen such messages.

Landry

Reply via email to