Hi, I run a minimalistic gentoo system, installing packages only which are really needed. It looks like png is mandatory for Mozilla Firefox 1.0.4, but was not listed in the ebuild. I'm not sure about the required version, but it worked with 1.2.8 under powerpc. Here's the patch: --- mozilla-firefox-1.0.4.ebuild 2005-07-10 21:02:59.000000000 +0200 +++ mozilla-firefox-1.0.4.alex.ebuild 2005-07-10 21:02:47.000000000 +0200 @@ -19,6 +19,7 @@ # xrender.pc appeared for the first time in xorg-x11-6.7.0-r2 # and is required to build with support for cairo. #71504 RDEPEND="java? ( virtual/jre ) + >=media-libs/libpng-1.2.8 >=media-libs/libmng-1.0.0 mozsvg? ( >=x11-base/xorg-x11-6.7.0-r2
Fixed in current ebuild versions (see mozconfig/mozconfig-2 eclasses).