[Fink-users] Gnome and Panther

2003-11-22 Thread Pedro Guerreiro
Hello everybody.

I've just installed bundle-gnome but cant get gnome to start.
I've already edited .xinitrc in every way I can think of but with no luck...

I'm using 10.3, fink 0.6.2 and AplleX11

Do I have to install some additional packages?
Any help please.

(sorry my english)

pedro

Re: [Fink-users] Gnome and Panther

2003-11-22 Thread Remi Mommsen
Hi Pedro,

My .xinitrc looks like:

source /sw/bin/init.sh
quartz-wm --only-proxy 
exec /sw/bin/gnome-session
and it works well. If it doesn't work for you, you'll have to provide 
some more information what is going wrong.

HTH,
Remi
On Saturday, November 22, 2003, at 11:03  AM, Pedro Guerreiro wrote:

Hello everybody.

I've just installed bundle-gnome but cant get gnome to start.
I've already edited .xinitrc in every way I can think of but with no 
luck...

I'm using 10.3, fink 0.6.2 and AplleX11

Do I have to install some additional packages?
Any help please.
(sorry my english)

pedro


-
Computers are like air-conditioners, they stop working properly when
you open Windows. (Anonymous)
*
Remigius K. Mommsen e-mail: [EMAIL PROTECTED]
University of California, Irvine   URL:http://cern.ch/mommsen
c/o SLAC voice:++1 (650) 926-3595
2575 Sand Hill Road #35fax:++1 (650) 926-3882
Menlo Park, CA 94025, US  home:++1 (650) 233-9041
*


---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] system-perl

2003-11-22 Thread Andrew Hartung
I am still tring to fix my html-tableextract-pm problems.

I have fink'd perl5.8 installed, but also system-perl. Do I need 
system-perl? When I trying to remove it via fink, I get the following:

~ $ fkr system-perl
/usr/bin/sudo /sw/bin/fink  remove system-perl
Information about 2757 packages read in 2 seconds.
dpkg --remove system-perl
dpkg - warning: ignoring request to remove system-perl which isn't 
installed.

note: fkr is an alias for fink remove

Fink shows this as installed when I list it:

 $ fkl perl (alias for fink list)
Information about 2757 packages read in 2 seconds.
  snip
 i   perl580 5.8.0-11 The Perl programming language, v. 
5.8.0
 i   perl580-core5.8.0-11 Core files for perl, v. 5.8.0
 perl581-core [virtual package]
snip
 i   system-perl 5.6.0-1  [virtual package representing perl]
 system-perl561  5.6.1-2  Placeholder package for manually 
installed perl 5.6.1
 system-perl580  5.8.0-1  Placeholder package for manually 
installed perl 5.8.0
 system-perl581  5.8.1-1  Placeholder package for manually 
installed perl 5.8.1
 term-readline-perl   [virtual package]

Thank you,
Andrew Hartung


---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] assembler problem? panther 10.3

2003-11-22 Thread jthorp
Thanks Martin,

stigmergy:~ joshuathorp$ as -v
Apple Computer, Inc. version cctools-446.1.obj~1, GNU assembler version 1.38

Any ideas why I would have an old cctools on my fresh laptop and what I
should do to fix?
The laptop came with 10.2 and install disks for 10.3.  I did a full
install of 10.3 is there some way to force the proper cctools into place? 
Sorry I'm a newby to Apple.

--Joshua

 [EMAIL PROTECTED] wrote:
 []
 gcc -DHAVE_CONFIG_H -I. -I. -I. -I/sw/include -g -O2
 -I/usr/X11R6/include
 -I/usr/include/ncurses -c aax.c  -fno-common -DPIC -o .libs/aax.lo
 /var/tmp//ccyBJLZh.s:1669:Unknown pseudo-op: .p2align
 /var/tmp//ccyBJLZh.s:1669:Rest of line ignored. 1st junk character
 valued 50
 (2).

 This sounds like you got an assembler problem ;-)
 Like what you could get from the Dec2002 assembler.
 What gives as -v?

 --
 Martin




 ---
 This SF.net email is sponsored by: SF.net Giveback Program.
 Does SourceForge.net help you be more productive?  Does it
 help you create better code?  SHARE THE LOVE, and help us help
 YOU!  Click Here: http://sourceforge.net/donate/
 ___
 Fink-users mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/fink-users



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] assembler problem? panther 10.3

2003-11-22 Thread Martin Costabel
[EMAIL PROTECTED] wrote:

Thanks Martin,

stigmergy:~ joshuathorp$ as -v
Apple Computer, Inc. version cctools-446.1.obj~1, GNU assembler version 1.38
Yes, this is from Dec 2002.

Any ideas why I would have an old cctools on my fresh laptop and what I
should do to fix?
What gives which as? If this is really /usr/bin/as and 
/usr/libexec/gcc/darwin/pcc/as that give this number 446.1, and not 
/sw/bin/as or /usr/local/bin/as, you would need to reinstall the 
DeveloperTools.pkg.

--
Martin




---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] cctools-extra

2003-11-22 Thread Stan Sanderson
After fink selfupdate, cctools-extra1:495-1 shows as (i). However, 
none of the mirrors has it (at least those on my list). I would wait to 
report this, except that such events usually generate many list 
messages. I am using the 10.2 gcc 3.3 branch; everything else reports 
up-to-date.

Stan



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] assembler problem? panther 10.3

2003-11-22 Thread Joshua Thorp
Thanks Martin,

I re-installed the DeveloperTools.pkg and everything seems to be fixed.  Thank you for 
the 
time.  I had re-installed Developer.mpkg but apparently this didn't actually reinstall 
(or 
upgrade like it said it would) everythiing.  Sorry for the simple question.  Hopefully 
next 
time I'll make it more intersting!

--Joshua

 [EMAIL PROTECTED] wrote:
 
  Thanks Martin,
  
  stigmergy:~ joshuathorp$ as -v
  Apple Computer, Inc. version cctools-446.1.obj~1, GNU assembler version 1.38
 
 Yes, this is from Dec 2002.
 
  Any ideas why I would have an old cctools on my fresh laptop and what I
  should do to fix?
 
 What gives which as? If this is really /usr/bin/as and 
 /usr/libexec/gcc/darwin/pcc/as that give this number 446.1, and not 
 /sw/bin/as or /usr/local/bin/as, you would need to reinstall the 
 DeveloperTools.pkg.
 
 -- 
 Martin
 
 
 
 
 
 
 ---
 This SF.net email is sponsored by: SF.net Giveback Program.
 Does SourceForge.net help you be more productive?  Does it
 help you create better code?  SHARE THE LOVE, and help us help
 YOU!  Click Here: http://sourceforge.net/donate/
 ___
 Fink-users mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/fink-users
 
 

-- 


---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] assembler problem? panther 10.3

2003-11-22 Thread Martin Costabel
Joshua Thorp wrote:
I had re-installed Developer.mpkg but apparently this didn't actually reinstall (or 
upgrade like it said it would) everythiing. 
This seems to be a rather frequent phenomenon with the Panther 
installer. A lot of people have to install the X11SDK.pkg twice until it 
is complete. I had to install the BSD.pkg twice, because the first time 
more than 1000 man pages were missing.

--
Martin


---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] cctools-extra

2003-11-22 Thread Martin Costabel
Stan Sanderson wrote:

After fink selfupdate, cctools-extra1:495-1 shows as (i). However, 
none of the mirrors has it (at least those on my list). I would wait to 
report this, except that such events usually generate many list 
messages. I am using the 10.2 gcc 3.3 branch; everything else reports 
up-to-date.
I just installed it successfulley. The source came from Ben R's site. I 
had to say Retry the same mirror once.

--
Martin




---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] cctools-extra

2003-11-22 Thread Benjamin Reed
Stan Sanderson wrote:

After fink selfupdate, cctools-extra1:495-1 shows as (i). However, 
none of the mirrors has it (at least those on my list). I would wait to 
report this, except that such events usually generate many list 
messages. I am using the 10.2 gcc 3.3 branch; everything else reports 
up-to-date.
Did you try Retry using original source URL ?  It's not made it to the 
fink tarball mirrors yet.  It's there at the original source URL 
(although I notice that's still pointing to my home page, I've just 
changed it to point to the SourceForge copy).

--
Benjamin Reed a.k.a. Ranger Rick -- http://ranger.befunk.com/
gpg: 6401 D02A A35F 55E9 D7DD  71C5 52EF A366 D3F6 65FE
A computer scientist is someone who, when told to 'Go to Hell', sees
the 'go to', rather than the destination, as harmful.


pgp0.pgp
Description: PGP signature


Re: [Fink-users] cctools-extra

2003-11-22 Thread Stan Sanderson
Martin and Ben-

Thanks- it is currently downloading.

Stan
On Saturday, November 22, 2003, at 04:54  PM, Benjamin Reed wrote:
Stan Sanderson wrote:

After fink selfupdate, cctools-extra1:495-1 shows as (i). 
However, none of the mirrors has it (at least those on my list). I 
would wait to report this, except that such events usually generate 
many list messages. I am using the 10.2 gcc 3.3 branch; everything 
else reports up-to-date.
Did you try Retry using original source URL ?  It's not made it to 
the fink tarball mirrors yet.  It's there at the original source URL 
(although I notice that's still pointing to my home page, I've just 
changed it to point to the SourceForge copy).

--
Benjamin Reed a.k.a. Ranger Rick -- http://ranger.befunk.com/
gpg: 6401 D02A A35F 55E9 D7DD  71C5 52EF A366 D3F6 65FE
A computer scientist is someone who, when told to 'Go to Hell', sees
the 'go to', rather than the destination, as harmful.
mime-attachment
Stan



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] selfupdate problem in Panther

2003-11-22 Thread Martin Costabel
Jack Repenning wrote:

My attempt to selfupdate fink ended in Failed: no matching version  
found for bzip2.  What's broke?  How do I fix it?
You might want to just try another selfupdate. It should bring you the 
package descriptions from the 0.6.2 distribution and then automatically 
recompile a couple of basic packages, among them bzip2.

--
Martin


---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] system-perl

2003-11-22 Thread Alexander Hansen
system-perl represents your system's builtin Perl.

On Saturday, November 22, 2003, at 02:41 PM, Andrew Hartung wrote:

I am still tring to fix my html-tableextract-pm problems.

I have fink'd perl5.8 installed, but also system-perl. Do I need 
system-perl? When I trying to remove it via fink, I get the following:

~ $ fkr system-perl
/usr/bin/sudo /sw/bin/fink  remove system-perl
Information about 2757 packages read in 2 seconds.
dpkg --remove system-perl
dpkg - warning: ignoring request to remove system-perl which isn't 
installed.

note: fkr is an alias for fink remove

Fink shows this as installed when I list it:

 $ fkl perl (alias for fink list)
Information about 2757 packages read in 2 seconds.
  snip
 i   perl580 5.8.0-11 The Perl programming language, v. 
5.8.0
 i   perl580-core5.8.0-11 Core files for perl, v. 5.8.0
 perl581-core [virtual package]
snip
 i   system-perl 5.6.0-1  [virtual package representing perl]
 system-perl561  5.6.1-2  Placeholder package for manually 
installed perl 5.6.1
 system-perl580  5.8.0-1  Placeholder package for manually 
installed perl 5.8.0
 system-perl581  5.8.1-1  Placeholder package for manually 
installed perl 5.8.1
 term-readline-perl   [virtual package]

Thank you,
Andrew Hartung

--
Alexander K. Hansen
Levitated Dipole Experiment
http://www.psfc.mit.edu/LDX


---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] cctools-extra

2003-11-22 Thread Kevin Horton
At 17:54 -0500 22/11/03, you wrote:
Stan Sanderson wrote:

After fink selfupdate, cctools-extra1:495-1 shows as (i). 
However, none of the mirrors has it (at least those on my list). I 
would wait to report this, except that such events usually generate 
many list messages. I am using the 10.2 gcc 3.3 branch; everything 
else reports up-to-date.
Did you try Retry using original source URL ?  It's not made it to 
the fink tarball mirrors yet.  It's there at the original source URL 
(although I notice that's still pointing to my home page, I've just 
changed it to point to the SourceForge copy).
I had to select option [5] Retry using next mirror set sourceforge. 
None of the other options worked, and option [5] was never 
automatically selected as fink cycled through the various 
possibilities.

---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] freetype problem...

2003-11-22 Thread Avram Aelony
After a recent selfupdate, fink update-all  bombs.  I am using
Package manager version: 0.16.2
Distribution version: 0.6.2.cvs
 on Panther 10.3.1
How can I set fink back on the right track?

thanks,

Avram

 excerpt prior to failure...

checking whether to build shared libraries... yes
checking whether to build static libraries... yes
creating libtool
configure: creating ./config.status
config.status: creating unix-cc.mk
config.status: creating unix-def.mk
config.status: creating freetype-config
config.status: creating ftconfig.h
FreeType build system -- automatic system detection

The following settings are used:

  platformunix
  compilercc
  configuration directory ./builds/unix
  configuration rules ./builds/unix/unix.mk
If this does not correspond to your system or settings please remove 
the file
`config.mk' from this directory then read the INSTALL file for help.

Otherwise, simply type `make' again to build the library.

 make
config.mk:21: /unix-def.mk: No such file or directory
config.mk:22: /unix-cc.mk: No such file or directory
builds/freetype.mk:206: no file name for `include'
make: *** No rule to make target `/unix-cc.mk'.  Stop.
### execution of  failed, exit code 2
Failed: compiling freetype2-2.1.3-11 failed


---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] gaim bus errors

2003-11-22 Thread Tristan O'Tierney
so does anyone know how to fix the gaim bus error
that's been in fink for several weeks?

Note: i'm trying to run the binary version.


__
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/


---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Gnome and Panther

2003-11-22 Thread Remi Mommsen
Hi Pedro,

I cc this mail back to the fink-users list. Like this others can help 
or get help, too.

Could you look at the output in your console window (the console.app is 
found in Applications-Utilities)? I guess that you will see some 
errors concerning the sawfish window manager. Send the relevant part of 
it to the mailing list. Maybe the errors look familiar to somebody.

HTH,
Remi
On Saturday, November 22, 2003, at 12:02  PM, Pedro Guerreiro wrote:

No luck. :(
Gnome freezes at:
Starting GNOME: Window Manager

I get best results using:
gnome-session-real instead of gnome-session
but after the Gnome startup I get no panel, nothing and when I try to 
open xterm from X11 Applications menu I get a terminal without no 
window manager at all...



On 22/nov/2003, at 19:09, Remi Mommsen wrote:

Hi Pedro,

My .xinitrc looks like:

source /sw/bin/init.sh
quartz-wm --only-proxy 
exec /sw/bin/gnome-session
and it works well. If it doesn't work for you, you'll have to provide 
some more information what is going wrong.

HTH,
Remi
On Saturday, November 22, 2003, at 11:03  AM, Pedro Guerreiro wrote:

Hello everybody.

I've just installed bundle-gnome but cant get gnome to start.
I've already edited .xinitrc in every way I can think of but with no 
luck...

I'm using 10.3, fink 0.6.2 and AplleX11

Do I have to install some additional packages?
Any help please.
(sorry my english)

pedro


-
Computers are like air-conditioners, they stop working properly when
you open Windows. (Anonymous)
*
Remigius K. Mommsen e-mail: [EMAIL PROTECTED]
University of California, Irvine   URL:http://cern.ch/mommsen
c/o SLAC voice:++1 (650) 926-3595
2575 Sand Hill Road #35fax:++1 (650) 926-3882
Menlo Park, CA 94025, US  home:++1 (650) 233-9041
*





-
A dream is just a dream.
A goal is a dream with a plan and a deadline.
*
Remigius K. Mommsen e-mail: [EMAIL PROTECTED]
University of California, Irvine   URL:http://cern.ch/mommsen
c/o SLAC voice:++1 (650) 926-3595
2575 Sand Hill Road #35fax:++1 (650) 926-3882
Menlo Park, CA 94025, US  home:++1 (650) 233-9041
*


---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] system-perl

2003-11-22 Thread Andrew Hartung

On Saturday, November 22, 2003, at 05:09  PM, Alexander Hansen wrote:
system-perl represents your system's builtin Perl.

I understand that, but is it necessary when perl 5.8 is installed? And 
why do I get the error when I try to remove it?

OS 10.2.8



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users