Re: mozilla M8, but compiled for slink

1999-08-30 Thread Peter Mickle
On Thu, Aug 26, 1999 at 12:25:53PM +1000, Peter Ross wrote:
 On 24-Aug-1999, Josip Rodin [EMAIL PROTECTED] wrote:
  Hi people,
  
  You can find mozilla .debs compiled for glibc2.0 (slink version) here:
  
  http://pandora.debian.org/~joy/slink/
  

hi, i get the message Malformed line ... when i include the above in my
sources.list file in order to try to apt-get mozilla. could someone
please help with the correct address? thanks,

peter 


Re: mozilla M8, but compiled for slink

1999-08-30 Thread Peter Ross
On 30-Aug-1999, Peter Mickle [EMAIL PROTECTED] wrote:
 On Thu, Aug 26, 1999 at 12:25:53PM +1000, Peter Ross wrote:
  On 24-Aug-1999, Josip Rodin [EMAIL PROTECTED] wrote:
   Hi people,
   
   You can find mozilla .debs compiled for glibc2.0 (slink version) here:
   
 http://pandora.debian.org/~joy/slink/
   
 
 hi, i get the message Malformed line ... when i include the above in my
 sources.list file in order to try to apt-get mozilla. could someone
 please help with the correct address? thanks,
 
You actually have to download the .deb manually and then use

dpkg -i 

to install it.

Pete.


Re: mozilla M8, but compiled for slink

1999-08-30 Thread Brad
-BEGIN PGP SIGNED MESSAGE-

On Mon, 30 Aug 1999, Peter Mickle wrote:

 On Thu, Aug 26, 1999 at 12:25:53PM +1000, Peter Ross wrote:
  On 24-Aug-1999, Josip Rodin [EMAIL PROTECTED] wrote:
   Hi people,
   
   You can find mozilla .debs compiled for glibc2.0 (slink version) here:
   
 http://pandora.debian.org/~joy/slink/
   
 
 hi, i get the message Malformed line ... when i include the above in my
 sources.list file in order to try to apt-get mozilla. could someone
 please help with the correct address? thanks,

In order for apt-get to be able to find the packages, it requires a
Packages or Packages.gz file. And in order to write the proper
sources.list line, you need to know the format of the Filename field in
that Packages file.

For example, the Packages file for unstable main on http.us.debian.org has
a filename line like this:
  Filename: dists/unstable/main/binary-i386/admin/apt_0.3.11.deb
The apt sources.list line for this archive is like this:
  deb http://http.us.debian.org/debian unstable main contrib non-free
Notice that if you take the first field
(http://http.us.debian.org/debian;) and add the filename to it, you get
the path where you can download the package:
http://http.us.debian.org/debian/dists/unstable/main/binary-i386/admin/apt_0.3.11.deb

So, if the filename line in the Packages file for your mozilla website
were slink/mozilla_19990716.M8-2.deb, the sources.list line would be
deb http://pandora.debian.org/~joy slink/. If the filename line were
./mozilla_19990716.M8-2.deb, the sources.list line would be deb
http://pandora.debian.org/~joy/slink /.

The slash at the end tells apt that it should only look in the specific
path http://pandora.debian.org/~joy/slink/ for the Packages file. Without
the slash, at least three fields are required, e.g.
http://http.us.debian.org/debian;, unstable, and main. apt takes
these and pieces them together into a specification for the path to the
particular architecture you need.

As has been pointed out, you'll probably just have to download the debs by
hand and install them with dpkg -i.


- -- 
  finger for PGP public key.


-BEGIN PGP SIGNATURE-
Version: 2.6.3ia
Charset: noconv

iQCVAwUBN8oaaL7M/9WKZLW5AQGB5QP+LGSwcvoFcQeS7fI8OtGXIs4uv6y09Cy7
oD8EAdxO8RDIajBU7kduGDfcoA5/ZKY722Mezu5SLdqQxP2YI+GQbXd2ZxJfCk+o
ZdWiOUMCLludMRg6uUBq9EvxD1aCIDEdeV6UkMcXKyaj4NjGFbCi4Df1Ok+RLJ+r
W69Dzr9w+JQ=
=AGs7
-END PGP SIGNATURE-


Re: mozilla M8, but compiled for slink

1999-08-26 Thread Peter Ross
On 24-Aug-1999, Josip Rodin [EMAIL PROTECTED] wrote:
 Hi people,
 
 You can find mozilla .debs compiled for glibc2.0 (slink version) here:
 
   http://pandora.debian.org/~joy/slink/
 
 They worked on a mostly-slink system I tried them on.
 
 I guess I should put a recompiled libgtk1.2 and libglib1.2 there, too...
 tell me if anything else is needed.
 
 And sorry for the crosspost.
 
It installed fine for me using slink plus Gnome 1.0 debs from
www.gnome.org.

However pictures render really badly, you can tell what they are but
they are all speckly.  I have managed to determine that it due to the
fact that my xserver runs using 8bit colour.  Does anyone know how to
fix this?

Pete.


slashdot.gif
Description: GIF image


mozilla M8, but compiled for slink

1999-08-24 Thread Josip Rodin
Hi people,

You can find mozilla .debs compiled for glibc2.0 (slink version) here:

http://pandora.debian.org/~joy/slink/

They worked on a mostly-slink system I tried them on.

I guess I should put a recompiled libgtk1.2 and libglib1.2 there, too...
tell me if anything else is needed.

And sorry for the crosspost.

-- 
enJoy -*/\*- don't even try to pronounce my first name


mozilla M8, but compiled for slink

1999-08-24 Thread Shad Gregory
Hi,

I downloaded and installed the slink-mozilla debs.  However, when
I tried to run mozilla I get:

MOZILLA_FIVE_HOME=/usr/local/mozilla/package
  LD_LIBRARY_PATH=/usr/local/mozilla/package
MOZ_PROGRAM=./viewer
moz_debug=0
 moz_debugger=
 Going to create the event queue
 
 Gtk-WARNING **: /usr/lib/libgdk_imlib.so.1: undefined
symbol: gdk_root_parent
.//run-mozilla.sh: line 29:  2093 Segmentation fault  $prog ${1+$@}

I'm running slink with the 2.2.9 kernel.  I'm using the gtk, imlib, libglib,
and gdk packages from:

http://www.debian.org/~jim/debian-gtk-gnome.old/gnome-stage-slink/dists/slink/main/

I really am jonesing for some hot mozilla action, so any help you can
provide would be appreciated.

Thanks

Shad Gregory
On Tue, Aug 24, 1999 at 12:37:15AM +0200, Josip Rodin wrote:
 Hi people,
 
 You can find mozilla .debs compiled for glibc2.0 (slink version) here:
 
   http://pandora.debian.org/~joy/slink/
 
 They worked on a mostly-slink system I tried them on.
 
 I guess I should put a recompiled libgtk1.2 and libglib1.2 there, too...
 tell me if anything else is needed.
 
 And sorry for the crosspost.
 
 -- 
 enJoy -*/\*- don't even try to pronounce my first name
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null


Re: mozilla M8, but compiled for slink

1999-08-24 Thread Eduardo Marcel Macan
On Tue, Aug 24, 1999 at 12:37:15AM +0200, Josip Rodin wrote:
 Hi people,
 
 You can find mozilla .debs compiled for glibc2.0 (slink version) here:
 
   http://pandora.debian.org/~joy/slink/
 
 They worked on a mostly-slink system I tried them on.

I have tried it on a pure slink system and it ran fine, apart from some 
initial 
problems  I had.

The problem was: It exited with code 1
I have tried mozilla some time ago, so I still had a .mozilla directory 
from an
older version. Stracing the program I noticed It stopped after searching the 
entire registry
file. The fix was simply to remove the ~/.mozilla directory and restart it. It 
then created all
files it needed and ran fine.

 I guess I should put a recompiled libgtk1.2 and libglib1.2 there, too...
 tell me if anything else is needed.

I am using the ones that came with the gnome slink compile. All is fine 
untill now.

In fact it is so fine (apart from some segfaults) that I plan on using 
it as my
primary browser. It looks fine to surf the web and is much smaller than 
Communicator :)

Eduardo.


Re: mozilla M8, but compiled for slink

1999-08-24 Thread Steven Work
Eduardo Marcel Macan [EMAIL PROTECTED] writes:

 On Tue, Aug 24, 1999 at 12:37:15AM +0200, Josip Rodin wrote:
 
  I guess I should put a recompiled libgtk1.2 and libglib1.2 there, too...
  tell me if anything else is needed.
 
 I am using the ones that came with the gnome slink
 compile. All is fine untill now.

But the dependencies require libgtk1.2 and libglib1.2 -- if Josip
already has them bundled up, it would be helpful.
-- 
Steven Work
Renaissance Labs
[EMAIL PROTECTED]
360 647-1833


Re: mozilla M8, but compiled for slink

1999-08-24 Thread Josip Rodin
On Tue, Aug 24, 1999 at 10:20:00AM -0700, Steven Work wrote:
   I guess I should put a recompiled libgtk1.2 and libglib1.2 there, too...
   tell me if anything else is needed.
  
  I am using the ones that came with the gnome slink
  compile. All is fine untill now.
 
 But the dependencies require libgtk1.2 and libglib1.2 -- if Josip
 already has them bundled up, it would be helpful.

Yes, I have put libgtk1.2, libglib1.2 and two[1] liborbit0s in the other/
subdirectory of the already mentioned site, all of them compiled on
slink machines. That should be it, right?

[1] I recompiled the 0.4.92 version, but didn't yet try it. I'll do so
and update the directory if it works correctly.

-- 
enJoy -*/\*- don't even try to pronounce my first name