[Fink-users] From A Broken Gnome

2005-10-28 Thread Adrian Simmons

Hello,

somewhere along the way I've messed up my gnome desktop. I can launch a 
gnome-session in xnest and run gnome apps individually rootless - the basics are 
all working. But there are no applications listed in the gnome-panel application 
menu and no associations with files on the gnome desktop.


I've tried removing all the gnome stuff from my home folder, but I can't convice 
gnome to start afresh it seems.


How can I get gnome to treat my account as though I've never run it before and 
start up fresh?



--
adrinux (aka Adrian Simmons) http://adrinux.perlucida.com
e-mail mailto:[EMAIL PROTECTED]
AOL/Yahoo IM: perlucida, Microsoft: [EMAIL PROTECTED]


---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Launching apache2 in 10.4

2005-07-26 Thread Adrian Simmons

Andrew n marshall wrote:

What is the recommended way to start apache2 in Tiger?

Well, here's what I did, after reading a tip on Wincent Colaiuta's site:
http://wincent.com/a/knowledge-base/archives/2005/05/keeping_subvers.php

Lines with a - at the begining are my notes, watch out for word wrap on long 
lines:

- create a startupitem by copying the 1.3 version and modifying
sudo cp -R /System/Library/StartupItems/Apache /Library/StartupItems/Apache2
sudo mv /Library/StartupItems/Apache2/Apache 
/Library/StartupItems/Apache2/Apache2

sudo nano /Library/StartupItems/Apache2/Apache2

- modify the content to match this:

#!/bin/sh

##
# Apache2 HTTP Server
##

. /etc/rc.common

StartService ()
{
if [ ${WEBSERVER2:=-NO-} = -YES- ]; then
echo Starting Apache2 web server
/sw/sbin/apachectl start
fi
}

StopService ()
{
 echo Stopping Apache2 web server
/sw/sbin/apachectl stop
}

RestartService ()
{
if [ ${WEBSERVER2:=-NO-} = -YES- ]; then
echo Restarting Apache2 web server
/sw/sbin/apachectl restart
else
StopService
fi
}

RunService $1


- modify hostconfig:
sudo nano /etc/hostconfig
- add a line:
WEBSERVER2=-YES-

sudo nano /Library/StartupItems/Apache2/StartupParameters.plist
- content should be:
{
  Description = Apache2 web server;
  Provides= (Apache2 Server);
  Uses= (Disks, NFS);
}

- should now work on restart



--
adrinux (aka Adrian Simmons) http://adrinux.perlucida.com
e-mail mailto:[EMAIL PROTECTED]
AOL/Yahoo IM: perlucida, Microsoft: [EMAIL PROTECTED]


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] postgresql80-8.0.3-12 compilation failed

2005-07-11 Thread Adrian Simmons

Andreas Dittrich wrote:
I am having the same Problem on 10.4.1 and postgresql80-ssl-8.0.3-22.  

Me too.


Did you mail the maintainer about this?

Not me.
Has anyone?

--
adrinux (aka Adrian Simmons) http://adrinux.perlucida.com
e-mail mailto:[EMAIL PROTECTED]
AOL/Yahoo IM: perlucida, Microsoft: [EMAIL PROTECTED]


---
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP, 
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar

___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Perl upgrade

2004-09-23 Thread Adrian Simmons
Ersatz Sophist wrote:
Ok. Does this mean that the Perl560-core that I have installed is a 
relic of my Jaguar days and that I can safely remove it?
Well fink should tell you if there are any dependencies right?
fink remove perl560-core and see what happens :)

I've used CPAN from within Fink's perl 5.8.4 distribution, and had a 
few problems actually installing modules (some files being installed 
in the wrong place), but nothing that wasn't surmountable. In 
particular I currently run Spamassassin installed in this way.
FWIW I'm upgrading to Spamassassin 3 today and it seems all the files 
end up in the right place. But I note that cpan installed binaries end 
up in /usr/shar/bin, not in the /sw tree. However since /usr/share/bin 
isn't in my $path the system perl doesn't see these, not that it would 
be looking for spamassassin anyway. All the other perl stuff ends up in 
the /sw. It does mean that if you want use the newer version of perl you 
have to point scripts or applications specifically to the fink version.

--
Adrian Simmons http://adrinux.perlucida.com
e-mail mailto:[EMAIL PROTECTED]
AOL/Yahoo IM: perlucida, Microsoft: [EMAIL PROTECTED]
---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Perl upgrade

2004-09-22 Thread Adrian Simmons
Mark Moorcroft wrote:
Can someone point me at a brief synopsis of the pitfalls of installing the
Fink perl 5.8.4 on Panther?
My personal experience has been fine - though of course fink installs 
it's perl in /sw rather than replacing the Apple installed version.

My experience in the past has been that perl is
so married to the OS it was never worth the headache of upgrading.
You wouldn't really be upgrading, just installing a second version...
Are most things going to
keep right on using the old perl
Yes.
and if so is it even worth it?
Is there something you want to install that needs a more recent version?
Is CPAN a better way to accomplish the upgrade?
No, i think you're right, it's best not to meddle with the Apple 
installed perl, because it is tied into the OS.

I've used CPAN from within Fink's perl 5.8.4 distribution, and had a few 
problems actually installing modules (some files being installed in the 
wrong place), but nothing that wasn't surmountable. In particular I 
currently run Spamassassin installed in this way.

I'm no perl expert, YMMV.
--
Adrian Simmons http://adrinux.perlucida.com
e-mail mailto:[EMAIL PROTECTED]
AOL/Yahoo IM: perlucida, Microsoft: [EMAIL PROTECTED]
---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Gimp2 with updated gimp-print

2004-09-21 Thread Adrian Simmons
Anyone had any luck installing the gimp2 packages when you've updated 
gimp-print from with the gimp-print-5.0.0-beta2 from the gimp-print project?

Other than the obvious change to using gimp2-noprint packages :)
--
Adrian Simmons http://adrinux.perlucida.com
e-mail mailto:[EMAIL PROTECTED]
AOL/Yahoo IM: perlucida, Microsoft: [EMAIL PROTECTED]
---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] SVN, Apache2 and ViewCVS

2004-05-22 Thread Adrian Simmons
Hello
Has anyone got ViewCVS working with fink installed svn and apache2?
I had it working a week and a half ago, but it now seems to have broken 
giving version mismatch errors. I'm using the cvs version of ViewCVS.

Basically if I edit the viewcvs.cgi script to point to /sw/bin/python it 
gives a version mismatch (ditto /sw/bin/python2.3), if I point it to 
apple's /usr/bin/python (also a 2.3) the version is fine but python 
can't find the swig svn bindings for obvious reasons.

Anyone?
Adrian

---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] FIXED: SVN, Apache2 and ViewCVS

2004-05-22 Thread Adrian Simmons
Sorted.
Put viewcvs.cgi back to #!/usr/bin/python and modified the mod_env
section in the apache2 httpd.conf:
IfModule mod_env.c
SetEnv PERL5LIB /sw/lib/perl5
SetEnv PYTHONPATH
/sw/lib/python2.3:/sw/lib/python-2.3/plat-darwin:/sw/lib/python2.3/lib-dynload:/sw/lib/python2.3/site-packages
/IfModule
So that it now finds the swig bindings for svn.
As far as I can tell this uses Apple's python install with fink
installed python modules - which sounds dodgy but works for now.
--
adrinux (aka Adrian Simmons)
e-mail mailto:[EMAIL PROTECTED]
AOL or Yahoo Messenger ID: perlucida
Microsoft Messenger ID: [EMAIL PROTECTED]
blog http://adrinux.perlucida.com

---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Re: A fink wiki -- has the time come?

2004-05-20 Thread Adrian Simmons
Darian Lanx wrote:
The reason it is still delayed, is 
because I know little about drupal and the guy that helps me has gotten 
busy, which is understandable.
This is true, but I haven't recieved that 'mockup' yet either :)
--
adrinux (aka Adrian Simmons)
e-mail mailto:[EMAIL PROTECTED]
AOL or Yahoo Messenger ID: perlucida
Microsoft Messenger ID: [EMAIL PROTECTED]
blog http://adrinux.perlucida.com
---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Gimp-2.0, gnome-2 and the case of the non-sticky prefs

2004-04-09 Thread Adrian Simmons
Martin Costabel wrote:
If you want to change this for all applications that use gtk, here is how:
Thanks Martin, I'm sure that's a good workaround for text size.
But I'd like to use different themes too, those gnome widgets are kinda 
ugly :)

On further investigation it seems this is related to the 
gnome-settings-daemon. If I start x with a full gnome-session, all the 
apps pick up the gnome theme and font settings. If I start them outside 
of a gnome-session they don't.

I can also start up X11, start gnome-settings-daemon manually (spews 
errors but works), and then start the apps and they pick up the prefs 
fine too.

If I could find a way to launch gnome-settings-daemon without from my 
.xinitrc it'd probably be ok, but I can't seem to get that to work well.

I suppose what I really want is a rootless Gnome session - but from my 
reading that doesn't seem to be possible these days. Right?

Adrian

---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Gimp-2.0, gnome-2 and the case of the non-sticky prefs

2004-04-09 Thread Adrian Simmons
Martin Costabel wrote:
Create a file ~/.gtkrc-2.0 containing the line

gtk-font-name = Monaco 18
Further research tells me this gets the effect I want when combined with 
an include of the gtk-2.0 part of a gnome theme, thus I now have in my 
~/.gtkrc-2.0:

include /sw/share/themes/Mist/gtk-2.0/gtkrc
gtk-font-name = Lucida Grande 13
You can use many of the themes in /sw/usr/share, particularly if you've 
installed the relevant fink gnome theme packages.

Thanks Martin,

Adrian

---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Gimp-2.0, gnome-2 and the case of the non-sticky prefs

2004-04-07 Thread Adrian Simmons
Hello,

I'm finding the default text size in Menu's etc in gimp-2.0 too small. 
I've tried cahnging the gnome theme, and gnome font preferences, with 
success, but those changes don't survive restarting X11.

I'm now playing with tweaking the default Gimp Theme, which will 
hopefully stick better.

But in general it seems anything I change in gnome-2 prefs/gtk etc isn't 
sticking, although it works for that session. I even started up a full 
gnome-session, and saved settings before logout but my changes were 
still lost.

I have vague memories of someone mentioning permissions in ~/ but can't 
find the message in the list archive. FWIW I ahve these:

drwxr-xr-x  32 adrian  adrian  1K  7 Apr 13:57 .gimp-2.0/
drwx--  11 adrian  adrian374B  7 Apr 13:53 .gnome2/
drwx--   2 adrian  adrian 68B 11 Mar 17:28 .gnome2_private/
drwx--   2 adrian  adrian 68B 11 Mar 15:54 .gnome_private/
-rw-r--r--   1 adrian  adrian 89B  6 Apr 19:36 .gtkrc-1.2-gnome2
Do these all need to be readable by other users for settings to stick?

Adrian

---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] KDE and Gimp 2.0

2004-04-01 Thread Adrian Simmons
Ben Reubenstein wrote:

I installed the gimp.app file for
the new Gimp 2.0. 
Me too, a big improvement thats for sure.


Unfortunately it will only run without the .xinitrc
file that starts up KDE.
It will? Mine works fine with an .xinitrc that starts up apple's
quartzwm and source's fink:
My .xinitrc:

#!/bin/sh

#source /sw/bin/init.sh
. /sw/bin/init.sh
PATH=$PATH:/usr/local/bin

userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/usr/X11R6/lib/X11/xinit/.Xresources
sysmodmap=/usr/X11R6/lib/X11/xinit/.Xmodmap
# merge in defaults and keymaps

if [ -f $sysresources ]; then
xrdb -merge $sysresources
fi
if [ -f $sysmodmap ]; then
xmodmap $sysmodmap
fi
if [ -f $userresources ]; then
xrdb -merge $userresources
fi
if [ -f $usermodmap ]; then
xmodmap $usermodmap
fi
# start some nice programs
#twm 
#xclock -geometry 50x50-1+1 
#xterm -geometry 80x50+494+51 
#xterm -geometry 80x20+494-0 
#exec xterm -geometry 80x66+0+0 -name login
exec quartz-wm
#exec gnome-session


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] KDE and Gimp 2.0

2004-04-01 Thread Adrian Simmons
jfm wrote:
Former MachTen user ?  -)
No. Why?

Adrian

---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Anti-virus software

2004-03-22 Thread Adrian Simmons
Enrico Riboni wrote:
why would you want to run an anti-virus when the number of viruses on 
Mac OS X is 0.0 ?
He might want to ensure he's not acting as a carrier of windoze virii,
passing them on to wintel users...
There are valid reasons.
Actually Jim, if you're happy working on a command line you might want
to take a look at the Clam Anti-virus scanner. There is a fink package
for it, do 'fink describe clamav' for more info. I suspect it is all you
really need.
I have freshclam (part of the clamav package) run from a cron job to
download fresh virus definitions twice a day, and I'm using clamscan via
clamassassin/procmail to scan all my incoming e-mail.
Does a better job than spamassassin of catching those annoying windoze
e-mail worms that we all get bombarded with these days - I know they
can't damage my system but they are a nuisance.
Adrian



---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Anti-virus software

2004-03-21 Thread Adrian Simmons
Enrico Riboni wrote:
why would you want to run an anti-virus when the number of viruses on 
Mac OS X is 0.0 ?
He might want to ensure he's not acting as a carrier of windoze virii, 
passing them on to wintel users...
There are valid reasons.

Actually Jim, if you're happy working on a command line you might want 
to take a look at the Clam Anti-virus scanner. There is a fink package 
for it, do 'fink describe clamav' for more info. I suspect it is all you 
really need.

I have freshclam (part of the clamav package) run from a cron job to 
download fresh virus definitions twice a day, and I'm using clamscan via 
clamassassin/procmail to scan all my incoming e-mail.

Does a better job than spamassassin of catching those annoying windoze 
e-mail worms that we all get bombarded with these days - I know they 
can't damage my system but they are a nuisance.

Adrian

---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] gramps won't install - node for pango1-xft2 already exists

2004-03-13 Thread Adrian Simmons
Just trying to install gramps on a fresh 10.3 with a fresh fink
installation (aside from the packages I've already installed after the
panther upgrade).
fink install gramps
/usr/bin/sudo /sw/bin/fink  install gramps
Password:
Information about 2876 packages read in 10 seconds.
Failed: Internal error: node for pango1-xft2 already exists
I've played about with this following the info in the fink faq about
force removing the problem nodes and then trying to install again, but
that doesn't seem to have helped, and from what I've read only applies
to 10.2 installs...
pango1-xft2 was installed when I installed dia.

Adrian



---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] gramps won't install - node for pango1-xft2 already exists

2004-03-13 Thread Adrian Simmons
Just trying to install gramps on a fresh 10.3 with a fresh fink 
installation (aside from the packages I've already installed after the 
panther upgrade).

fink install gramps
/usr/bin/sudo /sw/bin/fink  install gramps
Password:
Information about 2876 packages read in 10 seconds.
Failed: Internal error: node for pango1-xft2 already exists
I've played about with this following the info in the fink faq about 
force removing the problem nodes and then trying to install again, but 
that doesn't seem to have helped, and from what I've read only applies 
to 10.2 installs...

pango1-xft2 was installed when I installed dia.

Adrian

---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Installing perl modules via cpan vs via fink

2003-08-14 Thread Adrian Simmons
Hello

I was toying with installing SpamAssassin today using cpan and began to 
install various perl modules (well, actually, failed to install because 
I didn't sudo first) but there were a number of warnings about 
duplicate modules installed in /sw. 

My feeling is that most well behaved fink apps will look in /sw for any 
perl modules they need to use and ignore any installed in /system (or 
wherever it is), and thus I'm safe to go ahead and install these 
duplicate modules using cpan. 

Is it safe?
Any suggestions or tips?
--
Adrian
[EMAIL PROTECTED]
IM ID: perlucida


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] error compiling Gtk-Perl-0.7009

2003-08-04 Thread Adrian Simmons
Just doing an update from cvs and Gtk-perl is failing to compile/install:

cd GdkPixbuf  /usr/bin/perl5.6.0 Makefile.PL LIB= 
LIBPERL_A=libperl.a LINKTYPE=dynamic PREFIX=/sw OPTIMIZE= 
INSTALLDIRS=site 

Using ../Gtk/../blib
Found Gtk::Install::Files in 
/sw/src/gtk-perl-pm560-0.7009-1/Gtk-Perl-0.7009/GdkPixbuf/../Gtk/../blib/arch/Gtk/Install/ 

Loading pkg.defs
Dir ||
gtktypexp.c:1: header file 'gtk/gtktypeutils.h' not found
gtktypexp.c:9: undefined type, found `GSList'
cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode
make: *** [GdkPixbuf/Makefile] Error 141
### execution of  failed, exit code 2
Failed: compiling gtk-perl-pm560-0.7009-1 failed
This is one error message that leaves me absolutely clueless, apart 
from it not finding a header file. Any ideas? 

--
Adrian
[EMAIL PROTECTED]
IM ID: perlucida


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Gimp-Print/Ghostscript

2003-07-31 Thread Adrian Simmons

system-ghostscript would do the trick.
A return of the gimp-print plugin for Gimp would also be nice. It was 
working nicely with the gimp-print/ghostript packages for osx until it 
disappeared. 



--
Adrian
[EMAIL PROTECTED]
IM ID: perlucida


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] pygtk-py22-0.6.9-3 failed to build

2003-07-21 Thread Adrian Simmons
Am I missing something??
I don't thinks so, I just hit the same problem.

My /sw/fink/dists/unstable/main/finkinfo/gnome/ contains:
pygtk-py22.patch
pygtk-py23.patch
but not pygtk-py22-0.6.9-3.patch that the script is looking for, and i 
can't find that anywhere. 



--
Adrian
[EMAIL PROTECTED]
IM ID: perlucida


---
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


re: OO setup, was Re: [Fink-users] OpenOffice.organd fink: any gotchas?

2003-06-30 Thread Adrian Simmons
It turns out OpenOffice looks for libfreetype in /usr/X11R6/lib, so 
there is no need to symlink it in /usr/local/lib, it also appears that 
installing Apple's X11 and Fink plus a few apps (gnucash, gnumeric) is 
sufficient to have libfreetype in /usr/X11R6/lib, though I'm not sure 
which actually installs freetype there. 

So for myself I've had to do this to stop OOo messing up fink:
For dlcompat:
sudo ln -s /sw/lib/libdl.0.dylib /usr/local/lib/libdl.0.dylib
sudo ln -s /usr/local/lib/libdl.0.dylib /usr/local/lib/libdl.dylib
Similarly for fondu:
sudo ln -s /sw/bin/fondu /usr/local/bin/fondu
esp-ghostscript I already have installed with the packages from 
http://gimp-print.sourceforge.net/MacOSX.php3, and I don't use lyx so 
I have no apparent problems with ghostscript, and OOo hasn't installed 
any extra versions. 

--
Adrian
[EMAIL PROTECTED]
IM ID: perlucida


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0016ave/direct;at.asp_061203_01/01
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


OO setup, was Re: [Fink-users] OpenOffice.organd fink: any gotchas?

2003-06-27 Thread Adrian Simmons
For the record:

After following the tips suggested by Alexander and Viktor and reading 
the OpenOffice docs here's what I did: 

For dlcompat:
sudo ln -s /sw/lib/libdl.0.dylib /usr/local/lib/libdl.0.dylib
sudo ln -s /usr/local/lib/libdl.0.dylib /usr/local/lib/libdl.dylib
Similarly for fondu:
sudo ln -s /sw/bin/fondu /usr/local/bin/fondu
gimp-print and esp-ghostscript I already have installed with the 
packages from http://gimp-print.sourceforge.net/MacOSX.php3 and it 
appears these are installed into the /usr/local tree. 

Which leaves me with 'libfreetype 6.2+' as OOo requires:
sudo ln -s /sw/lib/libfreetype.6.3.2.dylib 
/usr/local/lib/libfreetype.6.3.2.dylib 

sudo ln -s /sw/lib/libfreetype.6.3.2.dylib /usr/local/lib/libfreetype.6.dylib
sudo ln -s /sw/lib/libfreetype.6.3.2.dylib /usr/local/lib/libfreetype.dylib
sudo ln -s /sw/lib/libfreetype.a /usr/local/lib/libfreetype.a
sudo ln -s /sw/lib/libfreetype.la /usr/local/lib/libfreetype.la
Though there is also a libfreetype in /usr/X11R6/lib, presumably 
installed by Apple X11? Wonder which OO uses. 

-rw-r--r--1 root wheel  254136 May  7 13:00 libfreetype.6.2.dylib
lrwxr-xr-x1 root wheel  21 Jun  4 09:30 
libfreetype.6.dylib - libfreetype.6.2.dylib 

-rw-r--r--1 root wheel  329800 Feb  6 02:05 libfreetype.a
lrwxr-xr-x1 root wheel  21 Jun  4 09:30 
libfreetype.dylib - libfreetype.6.2.dylib 

Anyway, everything seems to launch and work just fine, anti-aliased 
text and all. Fonts were converted, presumably usng the fink installed 
fondu, and my other fink installed X11 apps seem to be working ok. 

thanks

--
Adrian
[EMAIL PROTECTED]
IM ID: perlucida


---
This SF.Net email is sponsored by: INetU
Attention Web Developers  Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] OpenOffice.organd fink: any gotchas?

2003-06-26 Thread Adrian Simmons
I'm thinking of taking a look at the OSX version of OpenOffice, since 
I'm already using fink with Apple's X11 there should be no conflict 
there. And OpenOffice looks like it will not interfere with fink at 
all, but are there any known catches or problems? 

thanks

--
Adrian
[EMAIL PROTECTED]
IM ID: perlucida


---
This SF.Net email is sponsored by: INetU
Attention Web Developers  Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] OpenOffice.organd fink: any gotchas?

2003-06-26 Thread Adrian Simmons
2)  It wants to install ESP ghostscript.  This won't interfere
directly with your fink-installed ghostscript, though.
Yeah, but what about my gimp-print installed ghostscript? :)
Clearly I'll have to tread very carefully here. Thanks for the tips.
--
Adrian
[EMAIL PROTECTED]
IM ID: perlucida


---
This SF.Net email is sponsored by: INetU
Attention Web Developers  Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] (slightly OT) Launching fink installed apps from Apple X11 applications menu

2003-06-19 Thread Adrian Simmons
 Alexander Hansen wrote:
Verify that /sw/bin/init.sh actually exists on your
system, and if it does, make sure that it hasn't been corrupted
somehow.
It definitely exists, and it appears to be fine.

Peter O'Gorman wrote:
It does not launch from the menu because you do not have /sw/bin in
your path.
Oh, but it is, it's there twice, which suggests I have some tidying to 
do, but it is there: 

adrian% echo $path
/sw/bin /sw/sbin /bin /sbin /usr/bin /usr/sbin /usr/X11R6/bin 
/usr/X11R6/bin /sw/bin 

Of course from what Alexander said, just because Terminal has it in its 
path that doesn't mean Apple's X11 has it in its path. 

I just did launch /Applications/X11.app in terminal and then used the 
X11 applications menu and gnucash launched, but it won't work when I 
launch X11.app from the dock. So yes, this appears to be a path 
problem, but not such a simple one. 

Blah! I figured it out. It's working.
In the applications menu I'd entered:
./sw/bin/init.sh ; gnucash
It should be:
.  /sw/bin/init.sh ; gnucash
That space after the period is essential :(
Since I tried this after reading the fink docs I had a surf around and 
the typo is a on the site too, so it wasn't my fault :) 

From http://fink.sourceforge.net/doc/x11/inst-xfree86.php, section 
3.2 Apple's Binaries: 

Applications that require calling other programs under /sw for some of 
their functions need special treatment to get them to work when called 
from the Application menu.  Instead of putting just the full path to 
the filename, e.g. 

/sw/bin/emacs

you'll want to use something like the following:
./sw/bin/init.sh ; emacs
This makes sure that the application has the correct PATH information. 
You can use this syntax for any Fink-installed application 

That emacs line needs changing. I'm about to submit a bug report on 
sf.net under the website category. 

Thanks for your help.

--
Adrian
[EMAIL PROTECTED]
IM ID: perlucida


---
This SF.Net email is sponsored by: INetU
Attention Web Developers  Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] (slightly OT) Launching fink installed apps from Apple X11 applications menu

2003-06-18 Thread Adrian Simmons
For a while now some of my fink installed apps haven't been launching 
from Apple's X11 Applications menu. 

gnumeric, konqueror, mozilla X11, gimp, abiword all do, gnucash 
doesn't. In fact maybe gnucash is the only one that  doesn't. 

Currently I'm trying to launch it with ./sw/bin/init.sh ; gnucash in 
the menu, since /sw/bin/gnucash didn't seem to do the trick. My current 
workaround is to use Terminal or an xterm to lauch it, but can anyone 
shed any light on why it won't launch from the menu? 

--
Adrian
[EMAIL PROTECTED]
IM ID: perlucida


---
This SF.Net email is sponsored by: INetU
Attention Web Developers  Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


RE: [Fink-users] Gimp no print after update

2003-06-05 Thread Adrian Simmons
Apologies for the lack of detail in my original message, it was late...

message at one point when I started gimp (1.2.4-1):
Same version here too, 1.2.4-1


/sw/lib/gimp/1.2/plug-ins/print executable not found
Doesn't exist for me either.
I can't see that error, but I do get quite a lot on start. Most are 
perl errors which don't look too serious: 

Can't make loaded symbols global on this platform while loading 
/sw/lib/perl5/5. 

6.0/darwin/auto/Gtk/Gtk.bundle at 
/System/Library/Perl/darwin/DynaLoader.pm line 

 200.

But then there are more serious ones, cut from the flow and presented here:

dyld: /sw/lib/gimp/1.2/plug-ins/Lighting can't open library: 
/sw/lib/libgck-1.2. 

3.0.dylib  (No such file or directory, errno = 2)

LibGimp-WARNING **: gimp-real: wire_read: unexpected EOF

dyld: /sw/lib/gimp/1.2/plug-ins/MapObject can't open library: 
/sw/lib/libgck-1.2 

.3.0.dylib  (No such file or directory, errno = 2)

LibGimp-WARNING **: gimp-real: wire_read: unexpected EOF

HTH

--
Adrian
[EMAIL PROTECTED]
IM ID: perlucida


---
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


RE: [Fink-users] Gimp no print after update

2003-06-05 Thread Adrian Simmons
Gimp 1.2.4 requires Gimp-Print for printing support
I will make a system-gimpprint and gimp-gimpprint package.
Whoops, I should check my inbox before I read my list mail. I did just 
try re-installing gimp-print for OSX. I guess system-gimpprint should 
fix me up fine. 

Thanks for your help.

--
Adrian
[EMAIL PROTECTED]
IM ID: perlucida


---
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Gimp no print after update

2003-06-05 Thread Adrian Simmons
I've been printing directly from gimp of recent, and now this evening I 
try to do so again and the 'print' option seems to have disappeared 
from the menu's. 

I remember a new release of gimp being built and installed after a 
selfupdate-cvs, is something not right here? 

Is there something I have to install or configure to make this work again?

IIRC this just worked before...

--
Adrian
[EMAIL PROTECTED]
IM ID: perlucida


---
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] return of the son of pango1

2003-04-12 Thread Adrian Simmons


Failed: Internal error: node for system-xfree86 already exists
My sense is that there's not a dang thing we can all do untill
Mansanori fixes his package. Is this correct?
Well, you'll probably have to clean things up anyway.

Can anyone suggest anything?
Well, what I ended up doing is:

fink list -w100 pango

then for each of the installed packages:

sudo dpkg remove --force-depends [packagename]

then re-installed pango

fink install pango

then I fink selfupdate-cvs, and fink update-all after Martin updated 
the packages, and things installed happily. 

I am no fink master, use any of this at your own risk ;)

On a side note I came across a rather nice site of Fink/Apple X11 tips 
and tricks, Sao's place: 

http://homepage.mac.com/sao1/fink/index.html
Check out the commands section for explanations of the dpkg and -w100 
options I've used above. 

--
Adrian
[EMAIL PROTECTED]
IM ID: perlucida


---
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] gnome-control-center won't launch

2003-03-31 Thread Adrian Simmons
Since the update to Gnome 2 I've lost the ability to launch the gnome-control-center 
app. When I try I get:

** (gnome-control-center:996): WARNING **: Could not find directory of control panels 
[preferences:///]

Any clues?

Adrian


---
This SF.net email is sponsored by: ValueWeb: 
Dedicated Hosting for just $79/mo with 500 GB of bandwidth! 
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] sharing fink between multiple machines

2003-03-08 Thread Adrian Simmons
* Martin Costabel ([EMAIL PROTECTED]) wrote:
 What works nicely is to make the /sw/fink directory visible in the G4's 
 http server and add this URL in the G3's /sw/etc/apt/sources.list. Then 
 compile on the G4, run fink scanpackages, and on the G3 install from 
 binary, using apt-get or FinkCommander.
Actually, I'm still having problems with this. Specifically with gnucash.

I've installed Abiword and Gnumeric too, and those work ok (though they complain a 
little about locale and not being able to open some icons (gdk-imlib probs?)).

When I first tried to run gnucash it was missing g-wrap, which was easy to install. 
But on second launch attempt it now generates the error:

ERROR: In procedure dynamic link:
ERROR: file not found

Any clues on how to sort this out?

Adrian


---
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] sharing fink between multiple machines

2003-03-08 Thread Adrian Simmons
* Martin Costabel ([EMAIL PROTECTED]) wrote:
 and on the G3 install from 
 binary, using apt-get or FinkCommander.

Further to this:

finkcommander doesn't seem to work correctly with this, the option to
install Binary packages generally isn't available in the menu

To what extent should apt-get be used to update fink itself on the G3?
(Packages like apt, debian-utils and so on)

Is 'apt-get update' followed by 'apt-get -u upgrade' equivalent to 'fink
selfupdate' followed by 'fink update-all', and safe to use?

This seems helpful, but how much applies to the fink version of apt:
http://www.debian.org/doc/manuals/apt-howto/index.en.html

Thanks

Adrian


---
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] sharing fink between multiple machines

2003-03-07 Thread Adrian Simmons
* Martin Costabel ([EMAIL PROTECTED]) wrote:
 What works nicely is to make the /sw/fink directory visible in the G4's 
 http server and add this URL in the G3's /sw/etc/apt/sources.list. Then 
 compile on the G4, run fink scanpackages, and on the G3 install from 
 binary, using apt-get or FinkCommander.
That was indeed a great reply to my question, thanks for the tip Martin. I
had a few problems setting this up until I remembered you can't relocate
binary packages (I had my /sw on a seperate disk).

thanks

Adrian Simmons


---
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] sharing fink between multiple machines

2003-03-02 Thread Adrian Simmons
Hello, 

I'm finally getting around to sorting out OS X  on my old G3, trying to
install a few packages through fink. Since I don't have a lot of space on
the G3 I set it up to search the /sw/src directory on my G4 for downloaded
source. This works nicely, saves some space for me and bandwidth for
everyone.

But the G3 still takes an age to compile anything. I'm thinking of mounting
the G4's /sw/fink/deb in place of the one on the G3. Is this a feasible way
to share pre-built packages between machines? Anything else I'd need to do?

Will the G3 simply look into /sw/fink/deb and see that a package exists or
is the fact that a package has been built stored somewhere?

thanks

Adrian


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[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] RSS Feeds

2003-01-09 Thread Adrian Simmons
Marcello Testi wrote:


You should have a reader.
Try SlashDock or NetNewsReader Pro.
I investigated for a very little time a few weeks ago, but I didn't find a
reader among the Fink packages
 

Or even NetNewsReader Lite.

In Fink you'll find Evolution, which can read those feeds.

Adrian



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] Flabbergasted and Confused but LAUGHING AT TENON(and XonX)

2003-01-08 Thread Adrian Simmons
lenny bruce wrote:


No longer will Mac OS X suffer the handicap of being the only platform
where you have to pay extra to get Hardware OpenGL Support in XFree86.

Apple released the FULL FREE VERSION of XFree86 to the public...


Erm, its a public beta. What makes you think Apple won't find some way 
of charging for this in the future?

A



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Evolution, Mozilla, fink-aqua communication

2003-01-07 Thread Adrian Simmons
Hello,

I use Mozilla Mail  News to deal with my mailing list e-mail,but 
prompted by a post on another mailing list and some annoyances with 
Mozilla Mail and News on OSX I've used fink to install Evolution.

It's working ok apart from the fact that none of the hyperlinks work, 
Konqueror and Dillo are the X11 browsers I have installed, but I'd 
rather be using Mozilla.

Is there a way to make Evolution open links in aqua Mozilla?
Or do I need to install a second copy of Mozilla with Fink?
And if I do that where does the fink installed Mozilla keep its config 
files?
Will it interfere with the aqua version?


Thanks

Adrian



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Apple release an X11 public beta

2003-01-07 Thread Adrian Simmons

I can't seem to download it yet, but here is the URL:

http://www.apple.com/downloads/macosx/apple/x11formacosx.html

Any comments on what this means to fink?

Apple say:
— GL Direct Rendering requires v.10.2.3

So it looks like we might be getting accelerated OpenGL in X apps 
sometime this year...

Adrian



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Problems updating/testing libwww-pm-5.68-1

2003-01-04 Thread Adrian Simmons
Hello,

I'm on OSX 10.2, with December Dev tools installed and latest fink from 
CVS (Package manager version: 0.11.1, Distribution version: 0.5.0a.cvs).

On selfupdate-cvs libwww-pm fails during the tests like so:

local/protosub..ok 

live/activestateEOF instead of response status line at 
../blib/lib/Net/HTTP/Methods.pm line 300.
live/activestatedubious 

Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-2
Failed 2/2 tests, 0.00% okay
live/jigsaw-auth-b..ok 

live/jigsaw-auth-d..ok 

live/jigsaw-chunk...Use of uninitialized value in string eq at 
live/jigsaw-chunk.t line 14.
live/jigsaw-chunk...ok 5/5FAILED test 2 

Failed 1/5 tests, 80.00% okay
live/jigsaw-md5-get.ok 

live/jigsaw-md5.ok 

live/jigsaw-neg-get.ok 

live/jigsaw-neg.ok 

live/jigsaw-te..ok 

live/validator..NOK 2FAILED test 2 

Failed 1/2 tests, 50.00% okay
Failed Test  Status Wstat Total Fail  Failed  List of failed
---
live/activestat 255 65280 22 100.00%  1-2
live/jigsaw-chu   51  20.00%  2
live/validator.   21  50.00%  2
Failed 3/36 test scripts, 91.67% okay. 4/366 subtests failed, 98.91% okay.
make: *** [test] Error 2
### execution of make failed, exit code 2
Failed: compiling libwww-pm-5.68-1 failed

Any idea's?

Adrian



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Problems updating/testing libwww-pm-5.68-1

2003-01-04 Thread Adrian Simmons
Martin Costabel wrote:


There is a problem with your internet connection. Maybe you are better 
off going completely offline during the compilation of libwww-pm?

Unplugged my ethernet cable from my router (router connects to the cable 
modem), did fink update libwww-pm
and everything was hunky-dory.

Thanks for that tip Martin.

Anyway, this is a strange package. The output of a compilation should 
not depend on whether your network connection is working.

Well, its a perl module. They often have tests don't they. Maybe I 
should mail the maintainer and suggest that the installation of the 
package shouldn't fail just becuase some tests don't work correctly?

Adrian



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] DNA sequence viewer - Veering OT

2002-12-11 Thread Adrian Simmons
David Orlovich wrote:


I'm writing to ask if anyone knows of open source software available 
for MacOS/X11 that allows the user to view, manipulate and edit 
electropherograms from an ABI DNA sequencer.

I'm a bit out of the loop, having spent the last 4 years getting into 
web design instead of doing molecular biology, but from what I can see 
such a freeware progam doesn't currently exist.

I've had a bit of a look at some packages available through Fink, 
notably Emboss, but this doesn't do what I've described above. 

Well, Emboss does do multiple alignments, and it does allow you to edit 
them using Jemboss. And it also can display the ABI trace. It may not be 
a slick interface but you could manually display the trace and then look 
at your alignment. This is pretty much what I was doing last I did any 
sequencing, using ABI Seqed, older and quite poor ABI software but it 
was the best available to me.

Any help would be much appreciated.  I think there would be an 
overwhelming demand for such an open  source program since most of the 
downstream processing can be done for free by quite good software

At the moment it seems Emboss/Jemboss is the best bet, maybe you need to 
talk to the people building it, submit a feature request, whatever. It 
seems to me they could easily add the functionality you need, a 
button/script combination in the Jemboss multiple sequence editor that 
opened up the requisit ABI trace in abiview would be a good start.

I just can't believe that people without access to commercial software 
resort to editing electropherograms by hand from printouts of the ABI 
files to get the sequences in the first place.

Well, for many people the time the spend learning to use the software is 
better spent just getting the job done (in their view). Given the pace 
of change in these technologies they're probably right, the next time 
they come to do it it'll be new software. Plenty of people will also 
have access to comercial software ABI, GCG (doesn't GCG do what you're 
asking these days?) etc. This was always the case in the university labs 
I studied/worked in.

It's not so long since we were moving a ruler down an autoradiogram, 
pencilling in the sequence on graph paper and then *typing it into the 
computer by hand* - The horror! The horror!

Arrggghhh, I'm too young to be making comments like that.

Good luck,

Adrian



---
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] MySQL

2002-09-05 Thread Adrian Simmons

Gilger.John wrote:
 The install went well, but following the instructions at the end of the install for 
setting the root user/password was denied, no permissions (Yes, I did this using 
sudo). Starting the mysqld seemed to work OK -- no indication in the Terminal window 
other than it said my password was wrong when I retried setting the root 
user/password.

 Any pointers about fixing this and getting MySQL functioning and usable?
Came up against this myself yesterday :)
I got nowhere fast trying to follow the instructions supplied with the 
fink package, to set the mysql root password.

Here's what I did that got it going:
fink install mysql
sudo daemonic enable mysql
- restart the computer
/sw/bin/mysqladmin -u root password ***

with *** being the password I chose.

HTH

Adrian



---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1refcode1=vs3390
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



[Fink-users] Re: fink and gimp

2002-09-03 Thread Adrian Simmons

Ronald Florence wrote:
 It appears that this will only work if I move the unstable/main and 
 unstable/crypto trees into my default (10.2) configuration.  If I do 
 that, and try `fink update-all' it appears that fink wants to install 
 xfree86-rootless' -- which I fear will trash my XDarwin installation.
Well, xfree86-rootless contains Xdarwin. It'll appear in your 
applications folder if you install that package.

Is there anything special about about the Xdarwin you are running? Where 
did it come from?

Adrian



---
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1refcode1=vs3390
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] Anyone able to install gnucash?

2002-07-11 Thread Adrian Simmons



Greg Martin wrote:
 Wondering if anyone has been able to get the unstable source of gnucash 
Installed and happily using it to manage my finances.
It seems stable, hasn't crashed on me yet - though I've only been using 
it for about a month.

Are you having problems Greg?

Adrian



---
This sf.net email is sponsored by:ThinkGeek
PC Mods, Computing goodies, cases  more
http://thinkgeek.com/sf
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] libwww and gnome

2002-06-15 Thread Adrian Simmons

At 2:54 pm +0100 15/6/02, Thomas Davie wrote:
Has anyone else been having trouble downloading libwww (one of the 
required libraries for running gnome).  When I check the address 
that fink is trying to d/l from, it dosn't exist.
There is a news item on the W3C's home page http://www.w3.org/ 
saying that libwww has been updated, so I'd guess that the particular 
src package you are looking for no longer exists. Do a fink describe 
libwww then e-mail the package maintainer if that is the case.


-- 
Adrian

e-mail mailto:[EMAIL PROTECTED]
Web Site http://www.cubitum.co.uk
NS/AOL and Yahoo Instant Message ID adrianatcubitum
ICQ 116419539


___

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas - 
http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink

___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



[Fink-users] Zope won't start

2002-06-12 Thread Adrian Simmons

Just did 'fink install zope', but when I try to start zope with 
'zopectl start' I get the following error:

Starting Zope...Traceback (most recent call last):
   File /sw/sbin/zope-z2, line 484, in ?
 zdaemon.run(sys.argv, os.path.join(CLIENT_HOME, Zpid))
   File /sw/lib/zope/lib/python/zdaemon/Daemon.py, line 74, in run
 pf = open(pidfile, 'w+')
IOError: [Errno 13] Permission denied: 
'/sw/var/lib/zope/var/zProcessManager.pid'


Checking out the file permissions, it appears that the zope folder 
/sw/var/lib/zope is owned by root (group admin), the var folder 
contained within it is owned by www (group admin), as are its 
contents. Nothing seems to weird there.

Does fink installed Zope currently work?

-- 
Adrian

e-mail mailto:[EMAIL PROTECTED]
Web Site http://www.cubitum.co.uk
NS/AOL and Yahoo Instant Message ID adrianatcubitum
ICQ 116419539


___

Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] Problems nstalling and configuring cups

2002-06-11 Thread Adrian Simmons

I have downloaded the cups-1.1.14-1 binary package.
Binary? Where did you get that? [ Does a quick % fink list ] Ah it's 
finally been updated from 1.1.10.
Cool.

a) cupsd does not start automatically at the startup;
You need a StartupItem for it. I suspect doing daemonic enable cups 
of something like that will do the trick. Maybe someone else can fill 
us in on whether daemonic needs config files or can do all that stuff 
automatically.

Alternatively take a look at the others in 
/System/Library/StartupItems (daemonic put the one for my fink 
installed mysql into /Library/StartupItems).


I cannot reach the http configuration tool at http://localhost:631; I always
obtain: Not Found The requested resource was not found on this server.
That sounds like a file permissions problem, as does the other error 
message you had.

Sorry I'm not much help. I did play with CUPS a little a few months 
ago, but never got it working. I keep thinking about trying again, 
but since Apple are set to include it in OS X 10.2 (or whatever it 
will be called) it hardly seems worth the effort.

HTH

-- 
Adrian

e-mail mailto:[EMAIL PROTECTED]
Web Site http://www.cubitum.co.uk
NS/AOL and Yahoo Instant Message ID adrianatcubitum
ICQ 116419539


___

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas - 
http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink

___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



[Fink-users] curl can't get qt

2002-06-03 Thread Adrian Simmons

Just trying to install a few packages, one of which - arts - requires 
qt (3?) but curl can't get hold of it. Errors shown below:

The following additional package will be installed:
  qt3-shlibs
Do you want to continue? [Y/n]
curl -f -L -s -S -P - -O 
ftp://ftp.trolltech.com/qt/source/qt-x11-free-3.0.4.tar.gz
curl: (30) Server does not grok PORT, try without it!
### curl failed, exit code 30
Downloading the file qt-x11-free-3.0.4.tar.gz failed.


Of course I can probably manually download it. But is anyone else seeing this?
-- 
Adrian

e-mail mailto:[EMAIL PROTECTED]
Web Site http://www.cubitum.co.uk
NS/AOL and Yahoo Instant Message ID adrianatcubitum
ICQ 116419539


___

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] Xdarwin through fink vs. through Xfree86, andusing xfce?

2002-05-23 Thread Adrian Simmons

At 7:08 pm -0500 22/5/02, Prahlad Gupta wrote:
The version of XDarwin I installed is XFree86 4.2.0-XDarwin1.1 from
the dmg package from http://www.osxgnu.org/software/Xwin/xfree86/ (via
pointers from the Apple downloads site).
snip
These installations placed a system-xfree86 placeholder
in my fink distribution because I already had X11 through the osxgnu
dmg package, if I understand correctly.
That sounds about right.


But given the XDarwin crashes, I thought maybe there was something
wrong with the dmg version I used, so I tried fink install
xfree86-rootless today.
fink's xfree86-rootless has a dependency on xfree86-base, I doubt it 
would be possible/safe to mix and match osxgnu and fink packages, for 
one thing the fink version is installed in an entirely different 
place in your system.


My second question is: (2) Does it make any sense for me to be trying
to install XDarwin via fink when I already have the binaries via
osxgnu?
Well, not if X is working - but then you're having problems, so maybe it is.


I have looked at the Fink X11 documentation, but I'm still
not totally clear about how these distributions differ from each
other.
One of the main things to grasp is that they install in physically 
different locations. Fink creates it's own /sw folder at the root 
level ( / ) of your drive and places things within the Apple 
installed system as little as possible, whilst AFAIK osxgnu just uses 
the standard BSD/OSX directories like /usr/bin, /usr/local. osxgnu's 
documentation seems to be non existent.



If so, then (3): what am I doing wrong in trying to install
xfree86-rootless via fink?
xfree86-rootless has a dependency on xfree86-base, xfree86-base and 
rootless have a conflict with system-xfree86.
Try 'fink remove system-xfree86' before 'fink install 
xfree86-rootless' - but you probably need to uninstall the osxgnu 
stuff first to be safe.


I'd be very grateful for any help.  Rooted XDarwin is very good, but
rootless XDarwin with virtual desktops (xfce or dtwm) is amazing, if I
could get it to not crash!
Well, fink installed Xfree and WindowMaker work fine as far as I can 
tell, use the clip to create new workspaces and move between them.

-- 
Adrian

e-mail mailto:[EMAIL PROTECTED]
Web Site http://www.cubitum.co.uk
NS/AOL and Yahoo Instant Message ID adrianatcubitum
ICQ 116419539


___

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



[Fink-users] update-all fails with pgplot

2002-05-21 Thread Adrian Simmons

Hello,

Just doing an update from CVS and update-all fails at pgplot-perl.

During configure of this package I get:
Checking if your kit is complete...
Note (probably harmless): No library found for -lpgplot
Note (probably harmless): No library found for -lpng-L/usr/openwin/lib
Note (probably harmless): No library found for -lgcc

Then:
  cc -o blib/arch/auto/PGPLOT/PGPLOT.bundle  -bundle -flat_namespace 
-undefined suppress PGPLOT.o -L/sw/lib/pgplot -L/sw/lib -lcpgplot 
-lpgplot -lpng -L/usr/X11R6/lib -lX11 -L/usr/lib -lg2c -framework 
Foundation -framework AppKit
/usr/bin/ld: can't locate file for: -lpgplot
###  failed, exit code 1
Failed: installing pgplot-perl-2.18-2 failed

Any clues on what is wrong and how to get round it?

Will experiment with removing the old packages...

-- 
Adrian

e-mail mailto:[EMAIL PROTECTED]
Web Site http://www.cubitum.co.uk
NS/AOL and Yahoo Instant Message ID adrianatcubitum
ICQ 116419539


___

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



[Fink-users] Update-all Abiword problems

2002-05-03 Thread Adrian Simmons

Can't do an automated update from CVS right now because the abiword 
tarball appears to be non existent.


The following 7 packages will be installed or updated:
  abiword lame lame-shlibs libxml2 libxml2-bin libxml2-shlibs mad
The following 2 additional packages will be installed:
  mad-bin mad-shlibs
Do you want to continue? [Y/n]
curl -f -L -s -S -P - -O 
http://prdownloads.sourceforge.net/abiword/abiword-1.0.1.tar.gz
curl: (22) The requested file was not found
### curl failed, exit code 22
Downloading the file abiword-1.0.1.tar.gz failed.

I can work around that of course...but.

-- 
Adrian

e-mail mailto:[EMAIL PROTECTED]
Web Site http://www.cubitum.co.uk
NS/AOL Instant Message ID adrianatcubitum


___

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



Re: [Fink-users] Xfree86_4.2 dylibs

2002-02-06 Thread Adrian Simmons

dyld: ./dino-0.8.4.darwin-XFree4.2 can't open library:
/usr/local/lib/libXm.1.dylib  (No such file or directory, errno = 2)
This basically means that the software can't find the library.

I've been having similar problems myself. From my (I'm not a 
programmer) reading of the dyld man pages it seems to be that the 
location of shared libraries is hard wired at compilation time, so 
yes fixing it would seem to require major change to the code and 
recompilation.

However it seems dyld also searches a standard set of directories for 
libraries, and you can modify what is searched by setting the 
environment variable DYLD_LIBRARY_PATH. But man dyld also reveals you 
can set DYLD_FALLBACK_LIBRARY_PATH, which adds to the end of the 
search path.

Personally I'm a bit confused about what to use - presumably if you 
do this in terminal:
setenv DYLD_LIBRARY_PATH /sw/lib
It will allow your unix progs to find the libs installed by fink. But 
it will also mean that any of the OS X unix progs search /sw/lib 
before the normal places, which could cause confusion if you have 
different versions of the same libs installed.

It seems to me that doing :
setenv DYLD_FALLBACK_LIBRARY_PATH /sw/lib
would be a safer solution.

So I'd suggest adding that line to your .cshrc David.

As for me I think I need to use this to get my CUPS install to start 
by itself - it has a startup item and so should launch when the 
system starts, but where should I put setenv 
DYLD_FALLBACK_LIBRARY_PATH /sw/lib?

Also, do you know whether these problems a part of the change from
xfree86_4.1 - 4.2 upgrade, or might they be due to the fact that I had not
used Fink for my (previous) xfree86_4.1 installation?
Definitely the latter I'd say, it'd dyld's job to find the shared 
libraries the application program needs to link too, because they are 
now installed in a different place - /sw instead of /usr - and /sw 
isn't in dyld's standard search path, so it can't find them.

I hope all that is right ;)

PS Are you getting accelerated openGL in dino now David?
-- 
Adrian

e-mail mailto:[EMAIL PROTECTED]
Web Site http://www.cubitum.co.uk
NS/AOL Instant Message ID adrianatcubitum


___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users



[Fink-users] gnome-vfs-1.0.4-1 fails in CVS update all

2002-02-05 Thread Adrian Simmons

Just doing an update-all today and it stopped at gnome-vfs during the 
configure stage - what is pkg-config and how can I sort this?


Here is the error:

checking for pkg-config... no
*** The pkg-config script could not be found. Make sure it is
*** in your path, or set the PKG_CONFIG environment variable
*** to the full path to pkg-config.
*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config.
configure: error: Library requirements (gnome-mime-data-2.0) not met; 
consider adjusting the PKG_CONFIG_PATH environment variable if your 
libraries are in a nonstandard prefix so pkg-config can find them.
### ./configure failed, exit code 1
Failed: compiling gnome-vfs-1.0.4-1 failed

-- 
Adrian

e-mail mailto:[EMAIL PROTECTED]
Web Site http://www.cubitum.co.uk
NS/AOL Instant Message ID adrianatcubitum


___
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users