Mozilla preM12 ppc rpms...

7 messages, 5 authors, 1999-12-10 · open the first message on its own page

Mozilla preM12 ppc rpms...

From: Ani Joshi <hidden>
Date: 1999-12-09 15:31:28


I have placed a preM12 snapshot at

ftp://devel.linuxppc.org/users/ajoshi/{RPMS,SRPMS}

This build includes Franz Sirl's XPTCall port.  
Please let me know how it well it fares for everyone as we have not 
tested it much.

a tarball can also be found in /users/ajoshi


Thank you,

ani


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

RE: Mozilla preM12 ppc rpms...

From: Gary Thomas <hidden>
Date: 1999-12-09 18:02:50


On 09-Dec-99 Ani Joshi wrote:

I have placed a preM12 snapshot at

ftp://devel.linuxppc.org/users/ajoshi/{RPMS,SRPMS}

This build includes Franz Sirl's XPTCall port.  
Please let me know how it well it fares for everyone as we have not 
tested it much.
Where can I find all of the required pieces?

[root@icarus gary]# rpm -ivUh /tmp/mozilla-5.0-M11.ppc.rpm 
error: failed dependencies:
        glibc >= 2.1.3-0h is needed by mozilla-5.0-M11
        libIDL-0.6.so.0 is needed by mozilla-5.0-M11
        libgtkmozilla.so.0 is needed by mozilla-5.0-M11
        libstdc++-libc6.1-2.so.3 is needed by mozilla-5.0-M11
        libc.so.6(GLIBC_2.1.3) is needed by mozilla-5.0-M11

------------------------------------------------------------------------
Gary Thomas                              |
email: gdt@linuxppc.org                  | "Fine wine is a necessity of
   ... opinions expressed here are mine  |        life for me"
       and no one else would claim them! |
                                         |      Thomas Jefferson
------------------------------------------------------------------------


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

Re: Mozilla preM12 ppc rpms...

From: Andreas Tobler <hidden>
Date: 1999-12-09 18:31:44



Gary Thomas wrote:
On 09-Dec-99 Ani Joshi wrote:
quoted

I have placed a preM12 snapshot at

ftp://devel.linuxppc.org/users/ajoshi/{RPMS,SRPMS}

This build includes Franz Sirl's XPTCall port.
Please let me know how it well it fares for everyone as we have not
tested it much.
Where can I find all of the required pieces?

[root@icarus gary]# rpm -ivUh /tmp/mozilla-5.0-M11.ppc.rpm
error: failed dependencies:
        glibc >= 2.1.3-0h is needed by mozilla-5.0-M11
        libIDL-0.6.so.0 is needed by mozilla-5.0-M11
        libgtkmozilla.so.0 is needed by mozilla-5.0-M11
        libstdc++-libc6.1-2.so.3 is needed by mozilla-5.0-M11
        libc.so.6(GLIBC_2.1.3) is needed by mozilla-5.0-M11
at least the libc stuff you can find under the address above with
fsirl/R5/RPMS iso ajoshi 

Andreas
-- 
| Andreas Tobler				
| CH-8004 Zuerich 							
| E-Mail:   a.tobler@schweiz.ch
-----------------------------------------------

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

RE: Mozilla preM12 ppc rpms...

From: Ani Joshi <hidden>
Date: 1999-12-09 19:02:27



On Thu, 9 Dec 1999, Gary Thomas wrote:
Where can I find all of the required pieces?

[root@icarus gary]# rpm -ivUh /tmp/mozilla-5.0-M11.ppc.rpm 
error: failed dependencies:
        glibc >= 2.1.3-0h is needed by mozilla-5.0-M11
devel.linuxppc.org/users/fsirl/R5/RPMS/ should have glibc
        libIDL-0.6.so.0 is needed by mozilla-5.0-M11
libIDL should be in the latest Orbit (the R5 orbit should be fine)
        libgtkmozilla.so.0 is needed by mozilla-5.0-M11
sorry, this was a mistake in my spec, you can --nodeps once you get down
to this one.
        libstdc++-libc6.1-2.so.3 is needed by mozilla-5.0-M11
libstdc++-2.10.0-1d also from franz's directory
        libc.so.6(GLIBC_2.1.3) is needed by mozilla-5.0-M11
glibc-2.1.3 ofcourse


------------------------------------------------------------------------
Gary Thomas                              |
email: gdt@linuxppc.org                  | "Fine wine is a necessity of
   ... opinions expressed here are mine  |        life for me"
       and no one else would claim them! |
                                         |      Thomas Jefferson
------------------------------------------------------------------------
ani


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

Re: Mozilla preM12 ppc rpms...

From: Hugh Caley <hidden>
Date: 1999-12-09 19:54:23

Thank you for doing this; I have the following problems.  Please let me know
what other information I can give you that would help.

Attempting to install the rpms gives me:

[root@sf-hughc local]# rpm -ivh moz*.rpm
error: failed dependencies:
        libgtkmozilla.so.0 is needed by mozilla-5.0-M11

Trying to run the binary from the tar file gives me:

[root@sf-hughc package]# ./mozilla
.//run-mozilla.sh ./mozilla-bin
MOZILLA_FIVE_HOME=/usr/local/package
  LD_LIBRARY_PATH=/usr/local/package
       SHLIB_PATH=/usr/local/package
          LIBPATH=/usr/local/package
      MOZ_PROGRAM=./mozilla-bin
      MOZ_TOOLKIT=
        moz_debug=0
     moz_debugger=
nNCL: registering deferred (0)
CSSLoaderImpl::LoadSheet: Load of URL 'resource:///chrome/xul.css' failed.
Error code: 16389
Error: Can't load:
resource:///chrome/profile/content/default/createProfileWizard.xul (80004005)

at which point it hangs.

Hugh

Ani Joshi wrote:
I have placed a preM12 snapshot at

ftp://devel.linuxppc.org/users/ajoshi/{RPMS,SRPMS}

This build includes Franz Sirl's XPTCall port.
Please let me know how it well it fares for everyone as we have not
tested it much.

a tarball can also be found in /users/ajoshi

Thank you,

ani
--
Hugh Caley, Unix System Administrator
Babcock & Brown, San Francisco
415-512-1515 hughc@babcockbrown.com


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

Re: Mozilla preM12 ppc rpms...

From: Martin Costabel <hidden>
Date: 1999-12-09 19:55:05

Ani Joshi wrote:
On Thu, 9 Dec 1999, Gary Thomas wrote:
quoted
Where can I find all of the required pieces?
 
quoted
        libc.so.6(GLIBC_2.1.3) is needed by mozilla-5.0-M11
glibc-2.1.3 ofcourse
'cept that glibc-2.1.3-0h does not provide libc.so.6(GLIBC_2.1.3). Guess
you need glibc-2.1.3-0j.

--
Martin

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

Re: Mozilla preM12 ppc rpms...

From: Martin Costabel <hidden>
Date: 1999-12-10 08:28:40

After installing glibc-2.1.3-0j, this thing actually runs. Good work,
Franz and Ani! Apart from the fact that on my machine

- it is deadly slow,
- it is practically unuseable with 8 bit colors,
- half of the menus and buttons still don't work,
- it segfaults as soon as you try to enter text anywhere, so you can
  only visit URLs reachable by clicking from the home page,
- it freezes if it doesn't find a URL,

it looks like someday this could become a nice browser.

--
Martin

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help