[Fink-users] Mutt and URL's in e-mail: how to launch an aqua browser?

2003-01-17 Thread Adrian Simmons
I've been playing with various e-mail clients recently in particular 
looking at how the deal with mailing list mail, and am wondering about 
installing Mutt via fink.

The only thing that is troubling me is how to have a url in an e-mail 
open up in an aqua based web browser, say Mozilla for OSX. Is that 
possible? And what do you do to make it work? (aside from cut and paste!)

Adrian



---
This SF.NET email is sponsored by: Thawte.com
Understand how to protect your customers personal information by implementing
SSL on your Apache Web Server. Click here to get our FREE Thawte Apache 
Guide: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0029en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Mutt and URL's in e-mail: how to launch an aqua browser?

2003-01-17 Thread Gregory Seidman
Adrian Simmons sez:
} I've been playing with various e-mail clients recently in particular 
} looking at how the deal with mailing list mail, and am wondering about 
} installing Mutt via fink.
} 
} The only thing that is troubling me is how to have a url in an e-mail 
} open up in an aqua based web browser, say Mozilla for OSX. Is that 
} possible? And what do you do to make it work? (aside from cut and paste!)

Mutt depends upon urlview to find URLs in a mail message and launch
them. Urlview uses a .urlview file to decide what pattern should match
an URL and what command should be run to launch it. My .urlview file
looks like this on a (non-MacOS) unix system:

EXPERT
REGEXP ht|f)tp)|https|file|mailto):(//)?[^ ]*|www.[-a-z0-9.]+)[^ .,;]
COMMAND remotens '%s'

I wrote a script named remotens specifically for the purpose (and I
don't remember what EXPERT does), but you will probably find that you
want:

COMMAND open '%s'

...which will cause whatever your default browser is to open the URL.
You may want to wrap it in a script to do something more clever. In the
meantime, man open.

} Adrian
--Greg



---
This SF.NET email is sponsored by: Thawte.com
Understand how to protect your customers personal information by implementing
SSL on your Apache Web Server. Click here to get our FREE Thawte Apache 
Guide: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0029en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] Mutt and URL's in e-mail: how to launch an aquabrowser?

2003-01-17 Thread Max Horn
At 8:05 Uhr -0500 17.01.2003, Gregory Seidman wrote:

Adrian Simmons sez:
} I've been playing with various e-mail clients recently in particular
} looking at how the deal with mailing list mail, and am wondering about
} installing Mutt via fink.
}
} The only thing that is troubling me is how to have a url in an e-mail
} open up in an aqua based web browser, say Mozilla for OSX. Is that
} possible? And what do you do to make it work? (aside from cut and paste!)

Mutt depends upon urlview to find URLs in a mail message and launch
them. Urlview uses a .urlview file to decide what pattern should match
an URL and what command should be run to launch it. My .urlview file
looks like this on a (non-MacOS) unix system:

EXPERT
REGEXP ht|f)tp)|https|file|mailto):(//)?[^ ]*|www.[-a-z0-9.]+)[^ .,;]
COMMAND remotens '%s'

I wrote a script named remotens specifically for the purpose (and I
don't remember what EXPERT does), but you will probably find that you
want:

COMMAND open '%s'

...which will cause whatever your default browser is to open the URL.
You may want to wrap it in a script to do something more clever. In the
meantime, man open.


As an enhancment to this, I would strongly suggest to install the 
launch package which is superior to Apple's open command in every 
regard. To open URLs with it, you can do launch -l http://bla.com;, 
so the above COMMAND probably would become

COMMAND launch -l '%s'


launch also has many other nifty features, for example to open a 
picture with GraphicConverter, you can do:
  launch -c GKON MyPicture.jpg


Cheers,

Max
--
---
Max Horn
Software Developer


---
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
allow you to extend the highest allowed 128 bit encryption to all your 
clients even if they use browsers that are limited to 40 bit encryption. 
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Segmentation fault

2003-01-17 Thread David H. Peyton
Dear All:

First, because it has been a while since I last posted an e-mail to this
list, I express my THANKS to you-all for making the Mac OS-X such a joy to
use, as well as making my Mac so much more than a really nice typewriter!

I do have a nagging problem that keeps hopping up in different X-windowed
applications, however. These are not specifically Fink packages, although
they do rely on Fink libraries, etc... But the Fink community is probably
the most knowledgeable group of people dealing with the Mac side of X11.

The problem: segmentation fault errors (in *.tcl/tk settings, as well as
in Numeric/python settings). Using either Fink's XFree86 Rootless, or
rooted, as well as threaded or unthreaded versions, and now in Apple's X11
beta release. No difference. The 'segmentation fault' is a real crash,
printing to the terminal from which the application is launched, an infinite
series of messages: 'Segmentation fault'. That does not tell ME much. But I
have to use 'kill -9 [procID]' in another terminal to get out of that loop.

My question: Can anyone point me in the direction of understanding what a
segmentation fault might be, and whether there might be a way to address
this?

For the record, the most prevalent instances of this for me are found in
NMRView (alas, not a Fink thing), while loading some protein sequences, and
sometimes in plotting (strangely, this latter observation is more of a
problem in RedHat Linux 8).

While I am at it, I should note that the solution (so far) is to run the
program on my Linux (intel) system if the crash happens on the Mac, or to
run it on Mac/Darwin/X11 if the Linux crashes: so far, the crashes have not
yet duplicated!

If the problem resides strictly in the code (which I don't always have
access to), then Why does it work on Linux, but not on Darwin? I have more
recently hit the 'segmentation fault' in an Aria/CNS implementation, which
does rely on Python/Numeric. BTW, I have tried both Numeric  Numeric-Atlas,
with identical results.

Again, the question: What's a 'segmentation fault'? And is there a way
around it?

This happens to me enough that I suspect that some others are also seeing
these.

I'm on a G3 Powerbook (Firewire) with the latest Mac OS  1 G of RAM. I live
on Fink Unstable-cvs packages.

Best!
d
-- 
David H. Peyton
Professor of Chemistry
Portland State University
Portland, OR  97207-0751
[EMAIL PROTECTED]
503 725-3875
503 725-9525 FAX




---
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
allow you to extend the highest allowed 128 bit encryption to all your 
clients even if they use browsers that are limited to 40 bit encryption. 
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



RE: [Fink-users] Segmentation fault

2003-01-17 Thread mono toy
 Again, the question: What's a 'segmentation fault'? And is there a way
 around it?

a segfault happens when a program attempts to access memory not allocated
to it. usually it then also core-dumps, leaving you a core file (memory
image) somewhere for further inspection.

hth,

nico



---
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
allow you to extend the highest allowed 128 bit encryption to all your 
clients even if they use browsers that are limited to 40 bit encryption. 
Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] Segmentation fault

2003-01-17 Thread Kow K
Hi,


On Friday, January 17, 2003, at 07:12 AM, David H. Peyton wrote:



If the problem resides strictly in the code (which I don't always have
access to), then Why does it work on Linux, but not on Darwin? I have 
more
recently hit the 'segmentation fault' in an Aria/CNS implementation, 
which
does rely on Python/Numeric. BTW, I have tried both Numeric  
Numeric-Atlas,
with identical results.

Again, the question: What's a 'segmentation fault'? And is there a way
around it?

You've got an answer from Mono Toy. So, I won't repeat it.



This happens to me enough that I suspect that some others are also 
seeing
these.

Without specific information, I'm guessing that the set of problems 
you're experiencing are caused by:

1)	older version of packages
2)	mixture of programs built against threaded and unthreaded
	version of X Window libraries

As for 2, X11 from Apple is more susceptible to it than XDarwin, 
because it is not thread-safe.

Even if you use the same program, or more exactly the same code, the 
resulting binaries built on Linux and Mac OS are very likely to be 
different in nontrivial ways. So, if problems of this sort arises, the 
most likely source of problems is in your environment, specifically X 
Window libraries, in your case.

Check out if your environment is reasonablly updated. If not, updated 
it *after* bakcing up all of your crucial stuff and data. This is 
specifically recommended to researchers who tend to rely heavily on 
their data.

If you have further questions, feel free to ask them, with enough 
detail provided with them.

Hope this helps

Cheers,
Kow



---
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
allow you to extend the highest allowed 128 bit encryption to all your 
clients even if they use browsers that are limited to 40 bit encryption. 
Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] problem with selfupdate

2003-01-17 Thread Philip Trauring
I seem to be having some trouble with Fink. When I try to run 
selfupdate, I get the following message (after updating packages):

The following package will be installed or updated:
 fink
The following additional package will be installed:
 base-files
Do you want to continue? [Y/n] Y
dpkg -i /sw/fink/debs/base-files_1.6-1_darwin-powerpc.deb
dpkg: parse error, in file `/sw/var/lib/dpkg/status' near line 1:
 field name `' must be followed by colon
### execution of dpkg failed, exit code 2
Failed: can't install package base-files-1.6-1


Any ideas what is wrong?

Thanks,

Philip


---
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
allow you to extend the highest allowed 128 bit encryption to all your 
clients even if they use browsers that are limited to 40 bit encryption. 
Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] CVS up! (sorry for cross-posting)

2003-01-17 Thread Kow K
Great! Thanks for your quick report.

Kow

On Friday, January 17, 2003, at 09:06 AM, Alexander Hansen wrote:


Anonymous CVS is up again, so get your updates!


---
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts 
will
allow you to extend the highest allowed 128 bit encryption to all your
clients even if they use browsers that are limited to 40 bit 
encryption.
Get a guide 
here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users




---
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
allow you to extend the highest allowed 128 bit encryption to all your 
clients even if they use browsers that are limited to 40 bit encryption. 
Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Selfupdate Problem -- autoconf2.5-2.54-1 install failed

2003-01-17 Thread Andreas Gschwendtner
Hi everybody,

I ran into the following error when when tried my regular  
fink-selfupdate-cvs and fink update-all commands:

Errors were encountered while processing:
  
/sw/fink/dists/unstable/main/binary-darwin-powerpc/devel/ 
autoconf2.5_2.54-1_darwin-powerpc.deb
### execution of dpkg failed, exit code 1
Failed: can't install package autoconf2.5-2.54-1

Any ideas what's wrong?

Thanks for any help...

Andreas



---
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
allow you to extend the highest allowed 128 bit encryption to all your 
clients even if they use browsers that are limited to 40 bit encryption. 
Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] problem with selfupdate

2003-01-17 Thread Alexander Hansen
Let's see what the file looks like.  Post (on-list) the results of doing

head /sw/var/lib/dpkg/status

--
Alexander K. Hansen
Associate Research Scientist, Columbia University
visiting MIT Plasma Science and Fusion Center
Levitated Dipole Experiment
175 Albany Street, NW17-219
Cambridge, MA  02139-4213

On Fri, 17 Jan 2003, Philip Trauring wrote:

 I seem to be having some trouble with Fink. When I try to run
 selfupdate, I get the following message (after updating packages):

 The following package will be installed or updated:
   fink
 The following additional package will be installed:
   base-files
 Do you want to continue? [Y/n] Y
 dpkg -i /sw/fink/debs/base-files_1.6-1_darwin-powerpc.deb
 dpkg: parse error, in file `/sw/var/lib/dpkg/status' near line 1:
   field name `' must be followed by colon
 ### execution of dpkg failed, exit code 2
 Failed: can't install package base-files-1.6-1

 Any ideas what is wrong?

 Thanks,

 Philip


 ---
 This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
 allow you to extend the highest allowed 128 bit encryption to all your
 clients even if they use browsers that are limited to 40 bit encryption.
 Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
 ___
 Fink-users mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/fink-users



---
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
allow you to extend the highest allowed 128 bit encryption to all your 
clients even if they use browsers that are limited to 40 bit encryption. 
Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] Selfupdate Problem -- autoconf2.5-2.54-1 installfailed

2003-01-17 Thread Michael E. Zwick
I had the same problem - I do not think you have all the error listed. In my
case there appeared to be a dependency problem with automake.

I manually reinstalled/upgraged automake first then did a selfupdate.

That solved the problem.

Mike


 Hi everybody,
 
 I ran into the following error when when tried my regular  
 fink-selfupdate-cvs and fink update-all commands:
 
 Errors were encountered while processing:

 /sw/fink/dists/unstable/main/binary-darwin-powerpc/devel/ 
 autoconf2.5_2.54-1_darwin-powerpc.deb
 ### execution of dpkg failed, exit code 1
 Failed: can't install package autoconf2.5-2.54-1
 
 Any ideas what's wrong?
 
 Thanks for any help...
 
 Andreas
 
 
 
 ---
 This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts 
 will
 allow you to extend the highest allowed 128 bit encryption to all your 
 clients even if they use browsers that are limited to 40 bit encryption. 
 Get a guide 
 here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
 ___
 Fink-users mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/fink-users


---
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
allow you to extend the highest allowed 128 bit encryption to all your 
clients even if they use browsers that are limited to 40 bit encryption. 
Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] why does xmms not produce sound in Apple's X11 ?

2003-01-17 Thread Julien Salort
 I have installed Apple's X11 and have xmms 1.2.7-3 running
 but I get an error message that I must check my plugins or
 sound card settings or that no other conflicting apps are
 using the sound card. Does anybody have a clue why I don't
 get sound on xmms under Apple's X11?
 
 N.B. I have esound 0.2.28-1 installed.

Is the esd deamon started ?

If not, try adding :
esd -nobeeps 
to your .xinitrc before launching the window manager.

-- 
Julien Salort
http://julien.salort.free.fr


---
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
allow you to extend the highest allowed 128 bit encryption to all your 
clients even if they use browsers that are limited to 40 bit encryption. 
Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] problem with selfupdate

2003-01-17 Thread Philip Trauring
All I got was:

emboi^tab

Philip

At 1:06 PM -0500 1/17/03, Alexander Hansen wrote:

Let's see what the file looks like.  Post (on-list) the results of doing

head /sw/var/lib/dpkg/status

--
Alexander K. Hansen



---
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
allow you to extend the highest allowed 128 bit encryption to all your 
clients even if they use browsers that are limited to 40 bit encryption. 
Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Selfupdate Problem -- dpkg failed to compile

2003-01-17 Thread Alexander Hansen
This one is in the FAQ:

http://fink.sourceforge.net/faq/comp-general.php#head

--
Alexander K. Hansen
Associate Research Scientist, Columbia University
visiting MIT Plasma Science and Fusion Center
Levitated Dipole Experiment
175 Albany Street, NW17-219
Cambridge, MA  02139-4213

On Fri, 17 Jan 2003, case wrote:

 Hi all...

 I also an getting an error when running a selfupdate from cvs, I was getting
 this before the recent cvs downtime.

 This stuff isn't my forte, so any help is appreciated.

 I've included a good size chunk of the failure below.

 Thanks!
 Case

snip
 Unknown option: 1
 Usage: head [-options] url...


---
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
allow you to extend the highest allowed 128 bit encryption to all your 
clients even if they use browsers that are limited to 40 bit encryption. 
Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] problem with xdrawchem and qt(3)

2003-01-17 Thread Kow K

On Friday, January 17, 2003, at 10:03 AM, Koen van der Drift wrote:

Hi,

I am trying to install xdrawchem. One of the packages it needs is qt3, however after compiling qt3, I get the following error during the unpacking:

dpkg -i /sw/fink/dists/unstable/main/binary-darwin-powerpc/x11/qt3-shlibs_3.1.1-3_darwin-powerpc.deb /sw/fink/dists/unstable/main/binary-darwin-powerpc/x11/qt3_3.1.1-3_darwin-powerpc.deb
Selecting previously deselected package qt3-shlibs.
(Reading database ... 6913 files and directories currently installed.)
Unpacking qt3-shlibs (from .../qt3-shlibs_3.1.1-3_darwin-powerpc.deb) ...
Preparing to replace qt3 3.1.1-3 (using .../qt3_3.1.1-3_darwin-powerpc.deb) ...
Unpacking replacement qt3 ...
Setting up qt3-shlibs (3.1.1-3) ...
dpkg: dependency problems prevent configuration of qt3:
 qt3 depends on qt3-designer; however:
  Package qt3-designer is not installed.
 qt3 depends on qt3-linguist; however:
  Package qt3-linguist is not installed.
 qt3 depends on qt3-doc; however:
  Package qt3-doc is not installed.
dpkg: error processing qt3 (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 qt3
### execution of dpkg failed, exit code 1
Failed: can't batch-install packages: /sw/fink/dists/unstable/main/binary-darwin-powerpc/x11/qt3-shlibs_3.1.1-3_darwin-powerpc.deb /sw/fink/dists/unstable/main/binary-darwin-powerpc/x11/qt3_3.1.1-3_darwin-powerpc.deb

Are qt3-designer and related packages not installed on your machine? They should have selected at the onset of qt3 installation to satisify dependencies.


If I then try it again (without removing qt3-shlibs), fink wants to install qt-x11-free-3.0.5. What is this package, I don't see it in the package list (FC). I am not sure if I need it, because I have Apple's X11 and system-xfree-4.2-5 installed.

I saw it being installed on my machined, too. If I'm not mistaken, it just checks for valid X11 libraries. So, you can just let Fink do what it wants.

Mac OS X 10.2.3, December DevTools
Package manager version: 0.11.1
Distribution version: 0.5.1.cvs

0.5.1.cvs??? Was that released??

Kow

Re: [Fink-users] gtk2 theme engines

2003-01-17 Thread Jakub Steiner
On Po, 2003-01-06 at 21:48, Justin Hallett wrote:
 read the making a shared lib on the fink website in the documentals
 porting area.

I did try hard understanding at least a bit, but the hacker in me just
won't wake up no matter how hard I try ;) Is there a quick fix for this?

Something like change the -module -avoid-version with -bundle
-flat_namespace -undefined suppress in libmist_la_LDFLAGS in the
Makefile or somesuch that a mortal like me would understand? ;)

I wish I could see a single gtk2 theme that would compile on darwin so I
could try to mimic it for Mist, but unfortunately none seems to exist.

thanks a lot

-- 
Jakub Steiner [EMAIL PROTECTED]



---
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
allow you to extend the highest allowed 128 bit encryption to all your 
clients even if they use browsers that are limited to 40 bit encryption. 
Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] mpg123 problems

2003-01-17 Thread Ben Hines

On Friday, January 17, 2003, at 04:57  AM, Marcus Bointon wrote:


If anyone is installing mpg123, I think you should read this:

http://security-archive.merton.ox.ac.uk/bugtraq-200301/0137.html



True, but it is highly unlikely that one would make a trojaned .mp3 
that targets OS X powerpc, with MachO calling conventions.. the trojan 
out there surely targets x86.

Anyway, there is an alternative, in fink now which is being more 
actively developed: mpg321. fink install mpg321

-Ben



---
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
allow you to extend the highest allowed 128 bit encryption to all your 
clients even if they use browsers that are limited to 40 bit encryption. 
Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] problem with xdrawchem and qt(3)

2003-01-17 Thread Kow K

On Friday, January 17, 2003, at 11:27 AM, Koen van der Drift wrote:


At 10:55 AM -0800 1/17/03, Kow K wrote:


Are qt3-designer and related packages not installed on your machine? 
They should have selected at the onset of qt3 installation to 
satisify dependencies.

If I do a fink install qt3, I get this:


[snipped]


(1)  qt3: Cross-Platform GUI application framework
(2)  qt3-dev: Cross-Platform GUI application framework

Pick one: [1] 1
The following package will be installed or updated:
 xdrawchem
The following additional package will be installed:
 qt3
Do you want to continue? [Y/n]



Seems like your package database isn't updated, because you've already 
installed qt3, right? Try fink scanpackages


Then it doesn't mention qt3-designer et al.


That's a reasonable behavior. Don't worry.


0.5.1.cvs??? Was that released??


after fink selfupdate-cvs this morning.


Oh yes, mine is 0.5.1.cvs, too now. ;-)

Kow



---
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
allow you to extend the highest allowed 128 bit encryption to all your 
clients even if they use browsers that are limited to 40 bit encryption. 
Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] problem with xdrawchem and qt(3)

2003-01-17 Thread Koen van der Drift


Seems like your package database isn't updated, because you've 
already installed qt3, right? Try fink scanpackages

Qt3 was compiled, but not installed, because of the missing qt3-designer, etc.

I tried something else. When I do 'fink install xdrawchem', I get 2 
choices, qt3, or qt3-dev. I now choose the second one, and the output 
is (tadaa):

sudo /sw/bin/fink  install xdrawchem
Information about 2040 packages read in 8 seconds.

pkg xdrawchem  version ###
pkg xdrawchem  version 1.6.3-1

fink needs help picking an alternative to satisfy a virtual dependency. The
candidates:

(1)  qt3: Cross-Platform GUI application framework
(2)  qt3-dev: Cross-Platform GUI application framework

Pick one: [1] 2
The following package will be installed or updated:
 xdrawchem
The following 6 additional packages will be installed:
 qt3 qt3-designer qt3-dev qt3-doc qt3-linguist qt3-shlibs


So now it *does* mention qt3-designer etc. But also qt3. Weird.

Anyway, I am now going to install it this way ;)

- Koen.



---
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
allow you to extend the highest allowed 128 bit encryption to all your 
clients even if they use browsers that are limited to 40 bit encryption. 
Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Selfupdate Problem -- dpkg failed to compile

2003-01-17 Thread case
DOH!

I didn't even catch that one in the FAQ. Thanks... It's working now.

So is there any way for 'head' and 'HEAD' to coexist peacefully on OS X?  (I
just copied 'head' from another install and renamed 'HEAD' to 'HEAD2' for
now, not in that order ;)  anything else you suggest?)

Thanks again.
Case


 This one is in the FAQ:
 
 http://fink.sourceforge.net/faq/comp-general.php#head
 
 --
 Alexander K. Hansen
 Associate Research Scientist, Columbia University
 visiting MIT Plasma Science and Fusion Center
 Levitated Dipole Experiment
 175 Albany Street, NW17-219
 Cambridge, MA  02139-4213
 
 On Fri, 17 Jan 2003, case wrote:
 
 Hi all...
 
 I also an getting an error when running a selfupdate from cvs, I was getting
 this before the recent cvs downtime.
 
 This stuff isn't my forte, so any help is appreciated.
 
 I've included a good size chunk of the failure below.
 
 Thanks!
 Case
 
 snip
 Unknown option: 1
 Usage: head [-options] url...
 
 
 ---
 This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
 allow you to extend the highest allowed 128 bit encryption to all your
 clients even if they use browsers that are limited to 40 bit encryption.
 Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
 ___
 Fink-users mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/fink-users
 



---
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
allow you to extend the highest allowed 128 bit encryption to all your 
clients even if they use browsers that are limited to 40 bit encryption. 
Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] Re: [Fink-devel] autoconf2.5

2003-01-17 Thread Michèle Garoche

Le vendredi, 17 jan 2003, à 21:09 Europe/Paris, Kow K a écrit :


In my case, it worked out when I updated autoconf2.5 after updating 
automake, without using fink update-all.
Yes, but then if you run selfupdate-cvs, Fink redeselect autoconf2.5 
and reselect autoconf25. Quadrature of circle.

What should I do exactly? I have a bunch of packages to update since 
14th:

The following 13 packages will be installed or updated:
 autoconf25 automake docbook-dtd gal21 gal21-shlibs nano opensp3
 opensp3-shlibs openssl openssl-dev openssl-shlibs scrollkeeper
 xfonts-shinonome
The following 7 additional packages will be installed:
 autoconf2.5 automake1.6 gnome-libs-dev libtool14 libtool14-shlibs 
libxslt
 libxslt-shlibs

On Friday, January 17, 2003, at 11:55 AM, Martin Costabel wrote:


There are problems with the new autoconf2.5:

- automatic updating doesn't work, autoconf25 has to be force-removed 
first.

- Provides: autoconf25-2.54 doesn't look right. Shouldn't this be 
just autoconf25. Or is there now a versioning mechanism for virtual 
packages? In any case, I am unable to remove the dummy 
autoconf25-2.54-2, because then nothing would Provide autoconf25.

%fink list autoconf2
 i   autoconf2.5  2.54-1  System for generating configure scripts
 i   autoconf25   2.54-2  Upgrade package - autoconf2.5
 autoconf25-2.54  [virtual package]

--
Martin
Martin, any idea?

Michèle
http://micmacfr.homeunix.org/



---
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
allow you to extend the highest allowed 128 bit encryption to all your
clients even if they use browsers that are limited to 40 bit encryption.
Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] Re: [Fink-devel] autoconf2.5

2003-01-17 Thread Kow K
I wasn't clear enough, it seems. I performed fink update automake 
first, and then fink update autoconf2.5. This fixed up the 
circulairty problem.

Kow

On Friday, January 17, 2003, at 12:50 PM, Michèle Garoche wrote:


Le vendredi, 17 jan 2003, à 21:09 Europe/Paris, Kow K a écrit :


In my case, it worked out when I updated autoconf2.5 after updating 
automake, without using fink update-all.
Yes, but then if you run selfupdate-cvs, Fink redeselect autoconf2.5 
and reselect autoconf25. Quadrature of circle.

What should I do exactly? I have a bunch of packages to update since 
14th:

The following 13 packages will be installed or updated:
 autoconf25 automake docbook-dtd gal21 gal21-shlibs nano opensp3
 opensp3-shlibs openssl openssl-dev openssl-shlibs scrollkeeper
 xfonts-shinonome
The following 7 additional packages will be installed:
 autoconf2.5 automake1.6 gnome-libs-dev libtool14 libtool14-shlibs 
libxslt
 libxslt-shlibs

On Friday, January 17, 2003, at 11:55 AM, Martin Costabel wrote:


There are problems with the new autoconf2.5:

- automatic updating doesn't work, autoconf25 has to be 
force-removed first.

- Provides: autoconf25-2.54 doesn't look right. Shouldn't this be 
just autoconf25. Or is there now a versioning mechanism for virtual 
packages? In any case, I am unable to remove the dummy 
autoconf25-2.54-2, because then nothing would Provide autoconf25.

%fink list autoconf2
 i   autoconf2.5  2.54-1  System for generating configure scripts
 i   autoconf25   2.54-2  Upgrade package - autoconf2.5
 autoconf25-2.54  [virtual package]

--
Martin
Martin, any idea?

Michèle
http://micmacfr.homeunix.org/



---
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts 
will
allow you to extend the highest allowed 128 bit encryption to all your
clients even if they use browsers that are limited to 40 bit 
encryption.
Get a guide 
here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users




---
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
allow you to extend the highest allowed 128 bit encryption to all your
clients even if they use browsers that are limited to 40 bit encryption.
Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



[Fink-users] Can't install new dpkg w/ cvs

2003-01-17 Thread Gary Olson
When the cvs server came up, I did a fink selfupdate-cvs.  It could not  
install dpkg.  Here is the error message:

Reading package info...
Updating package index... done.
Information about 2093 packages read in 29 seconds.

The following 3 packages will be installed or updated:
 apt apt-shlibs dpkg
curl -f -L -P - -O ftp.debian.org/pool/main/d/dpkg/dpkg_1.10.9.tar.gz

then after compiling and building debs:

Writing control file...
Writing package script postinst...
dpkg-deb -b root-dpkg-1.10.9-2  
/sw/fink/dists/unstable/main/binary-darwin-powerpc/base
dpkg-deb: building package `dpkg' in  
`/sw/fink/dists/unstable/main/binary-darwin-powerpc/base/dpkg_1.10.9- 
2_darwin-powerpc.deb'.
ln -sf  
/sw/fink/dists/unstable/main/binary-darwin-powerpc/base/dpkg_1.10.9- 
2_darwin-powerpc.deb /sw/fink/debs/
rm -rf /sw/src/root-dpkg-1.10.9-2
dpkg -i  
/sw/fink/dists/unstable/main/binary-darwin-powerpc/base/dpkg_1.10.9- 
2_darwin-powerpc.deb
(Reading database ... dpkg: error processing  
/sw/fink/dists/unstable/main/binary-darwin-powerpc/base/dpkg_1.10.9- 
2_darwin-powerpc.deb (--install):
 files list file for package `xml-parser-pm' is missing final newline
Errors were encountered while processing:
  
/sw/fink/dists/unstable/main/binary-darwin-powerpc/base/dpkg_1.10.9- 
2_darwin-powerpc.deb
Processing was halted because there were too many errors.
### execution of dpkg failed, exit code 1
Failed: can't install package dpkg-1.10.9-2

I tried to remove xml-parser-pm (which requires removing some other  
perlmods first) thinking that I could then download and recompile this  
perlmod.  Then I would try updating again.  However, I can not remove  
it using apt-get, dselect, or fink.  Is Fink  broken because dpkg is  
only partially installed.?

Here are error messages I got when using dselect to install and remove  
xml-parser-pm and its dependencies:

Reading Package Lists... Done
Building Dependency Tree... Done
The following packages will be REMOVED:
  gtk-perl-pm* libxml-pm* lyx natbib revtex system-tetex xdvi  
xml-dom-pm* xml-parser-pm* xml-rss-pm*
  xml-simple-pm* xml-twig-pm*
0 packages upgraded, 0 newly installed, 12 to remove and 0  not  
upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
Do you want to continue? [Y/n]
(Reading database ... dpkg: error processing gtk-perl-pm (--purge):
 files list file for package `xml-parser-pm' is missing final newline
Errors were encountered while processing:
 gtk-perl-pm
Processing was halted because there were too many errors.
E: Sub-process /sw/bin/dpkg returned an error code (1)
Some errors occurred while unpacking. I'm going to configure the
packages that were installed. This may result in duplicate errors
or errors caused by missing dependencies. This is OK, only the errors
above this message are important. Please fix them and run [I]nstall  
again
Press enter to continue.


installation script returned error exit status 100.
Press enter to continue.

dselect decided it had to remove system-tetex and its dependencies  
including revtex. I expected to have to do this later when I did a fink  
update-all.  I should not have used the install and remove selection of  
dselect.

Then I tried  to remove only with dselect:

running dpkg --pending --remove ...
(Reading database ... dpkg: error processing revtex (--remove):
 files list file for package `xml-parser-pm' is missing final newline
Errors were encountered while processing:
 revtex
Processing was halted because there were too many errors.

dpkg --remove returned error exit status 1.
Press enter to continue.

Then I tried using apt-get to remove one of the xml-parser-pm  
dependencies:

[Gary-K-Olsons-Computer:~]:-bash:164$: sudo apt-get remove xml-twig-pm

Reading Package Lists... Done
Building Dependency Tree... Done
The following packages will be REMOVED:
  xml-twig-pm
0 packages upgraded, 0 newly installed, 1 to remove and 0  not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
Do you want to continue? [Y/n] y
(Reading database ... dpkg: error processing xml-twig-pm (--remove):
 files list file for package `xml-parser-pm' is missing final newline
Errors were encountered while processing:
 xml-twig-pm
Processing was halted because there were too many errors.
E: Sub-process /sw/bin/dpkg returned an error code (1)

Does anyone know how I can fix Fink well enough to to get this mess  
straightened out?  I sure don't want to erase /sw and start over as I  
had everything working perfectly.  Thanks in advance for your help!

Gary K. Olson



---
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
allow you to extend the highest allowed 128 bit encryption to all your 
clients even if they use browsers that are limited to 40 bit encryption. 
Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
___
Fink-users mailing list
[EMAIL PROTECTED]

Re: [Fink-users] problem with xdrawchem and qt(3)

2003-01-17 Thread Koen van der Drift

Anyway, I am now going to install it this way ;)



Installed successfully, and it didn't install qt-x11-free.


- Koen.


---
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
allow you to extend the highest allowed 128 bit encryption to all your 
clients even if they use browsers that are limited to 40 bit encryption. 
Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Can't install new dpkg w/ cvs

2003-01-17 Thread Ben Hines

On Friday, January 17, 2003, at 01:20  PM, Gary Olson wrote:


I tried to remove xml-parser-pm (which requires removing some other 
perlmods first) thinking that I could then download and recompile this 
perlmod.  Then I would try updating again.  However, I can not remove 
it using apt-get, dselect, or fink.  Is Fink  broken because dpkg is 
only partially installed.?

Just rebuild it. fink rebuild xml-parser-pm

-Ben



---
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
allow you to extend the highest allowed 128 bit encryption to all your 
clients even if they use browsers that are limited to 40 bit encryption. 
Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Selfupdate Problem -- autoconf2.5-2.54-1 install failed

2003-01-17 Thread Chris Zubrzycki

On Friday, January 17, 2003, at 12:52  PM, Andreas Gschwendtner wrote:

Hi everybody,

I ran into the following error when when tried my regular  
fink-selfupdate-cvs and fink update-all commands:

Errors were encountered while processing:
  
/sw/fink/dists/unstable/main/binary-darwin-powerpc/devel/ 
autoconf2.5_2.54-1_darwin-powerpc.deb
### execution of dpkg failed, exit code 1
Failed: can't install package autoconf2.5-2.54-1

fink install automake  fink update-all should work

-chris zubrzycki
- --
PGP public key: http://homepage.mac.com/beren/publickey.txt
ID: 0xA2ABC070
Fingerprint: 26B0 BA6B A409 FA83 42B3  1688 FBF9 8232 A2AB C070
_
This message is encoded using the Rot-26 encoding method.  Unauthorized  
decoding of this message may result in extreme penalties under the  
DMCA.  These penalties include, but are not limited to: US$100,000  
fine, life imprisonment, castration, death, limp hair, terminal  
halitosis, and amputation of the extremities.




---
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
allow you to extend the highest allowed 128 bit encryption to all your 
clients even if they use browsers that are limited to 40 bit encryption. 
Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] why does xmms not produce sound in Apple's X11 ?

2003-01-17 Thread Loek Jehee
YES! Thank you! That solved my problem!!
Now xmms is running fine and has some nice options that are
still lacking in iTunes.

At 19:38 +0100 17-01-2003, Julien Salort wrote:

  I have installed Apple's X11 and have xmms 1.2.7-3 running

 but I get an error message that I must check my plugins or
 sound card settings or that no other conflicting apps are
 using the sound card. Does anybody have a clue why I don't
 get sound on xmms under Apple's X11?

 N.B. I have esound 0.2.28-1 installed.


Is the esd deamon started ?

If not, try adding :
esd -nobeeps 
to your .xinitrc before launching the window manager.

--
Julien Salort
http://julien.salort.free.fr




---
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
allow you to extend the highest allowed 128 bit encryption to all your 
clients even if they use browsers that are limited to 40 bit encryption. 
Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Fink selfudpate-cvs fails

2003-01-17 Thread Isreal Packard
My system:
Mac OS X 10.2.3 (6G30)
ower Mac G4 (version = 2.0)
gcc (GCC) 3.1 20020420 (prerelease)
Package manager version: 0.11.1
Distribution version: 0.5.1.cvs


The error
fink self-udpate cvs
.
.
.

ld: Undefined symbols:
__Unwind_Resume
__Unwind_GetDataRelBase
__Unwind_GetIP
__Unwind_GetLanguageSpecificData
__Unwind_GetRegionStart
__Unwind_GetTextRelBase
__Unwind_SetGR
__Unwind_SetIP
__Unwind_DeleteException
__Unwind_RaiseException
make: *** [all] Error 2
### execution of make failed, exit code 2
Failed: compiling ncurses-5.2-9 failed





_
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE* 
http://join.msn.com/?page=features/virus



---
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
allow you to extend the highest allowed 128 bit encryption to all your 
clients even if they use browsers that are limited to 40 bit encryption. 
Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] mpg123 problems

2003-01-17 Thread jfm

On Friday, Jan 17, 2003, at 20:23 Europe/Brussels, Ben Hines wrote:


Anyway, there is an alternative, in fink now which is being more 
actively developed: mpg321. fink install mpg321

Right, but all the deps are to mpg123 (lame and wmmp3), and none to 
mpg321...

JF Mertens



---
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
allow you to extend the highest allowed 128 bit encryption to all your 
clients even if they use browsers that are limited to 40 bit encryption. 
Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Re: [Fink-devel] autoconf2.5

2003-01-17 Thread Kow K
In my case, it worked out when I updated autoconf2.5 after updating 
automake, without using fink update-all.

Kow

On Friday, January 17, 2003, at 11:55 AM, Martin Costabel wrote:

There are problems with the new autoconf2.5:

- automatic updating doesn't work, autoconf25 has to be force-removed 
first.

- Provides: autoconf25-2.54 doesn't look right. Shouldn't this be just 
autoconf25. Or is there now a versioning mechanism for virtual 
packages? In any case, I am unable to remove the dummy 
autoconf25-2.54-2, because then nothing would Provide autoconf25.

%fink list autoconf2
 i   autoconf2.5  2.54-1  System for generating configure scripts
 i   autoconf25   2.54-2  Upgrade package - autoconf2.5
 autoconf25-2.54  [virtual package]

--
Martin




---
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts 
will
allow you to extend the highest allowed 128 bit encryption to all your 
clients even if they use browsers that are limited to 40 bit 
encryption. Get a guide 
here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel




---
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
allow you to extend the highest allowed 128 bit encryption to all your 
clients even if they use browsers that are limited to 40 bit encryption. 
Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Re: [Fink-devel] autoconf2.5

2003-01-17 Thread jfm

On Friday, Jan 17, 2003, at 21:09 Europe/Brussels, Kow K wrote:


In my case, it worked out when I updated autoconf2.5 after updating 
automake, without using fink update-all.

That should be correct, but stuphead and gbiff (still in 10.1..) 
Depend on automake...
So same problem for automake, for those who have one of those packages.

JF Mertens



---
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
allow you to extend the highest allowed 128 bit encryption to all your 
clients even if they use browsers that are limited to 40 bit encryption. 
Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] mpg123 problems

2003-01-17 Thread Matt Stephenson

On Saturday, Jan 18, 2003, at 11:22, jfm wrote:



On Friday, Jan 17, 2003, at 20:23 Europe/Brussels, Ben Hines wrote:


Anyway, there is an alternative, in fink now which is being more 
actively developed: mpg321. fink install mpg321

Right, but all the deps are to mpg123 (lame and wmmp3), and none to 
mpg321...

mpg321 has a 'Provides: mpg123' field so the deps on mpg123 aren't a 
problem.

Matt



---
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
allow you to extend the highest allowed 128 bit encryption to all your 
clients even if they use browsers that are limited to 40 bit encryption. 
Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users