[Fink-users] inkscape build error

2014-05-13 Thread Andrew Hartung
All of the dependencies built, but with inkscape I get the following: In file included from arc-context.cpp:25: In file included from ./display/sp-canvas.h:40: In file included from ./libnr/nr-rect-l.h:6: In file included from ./libnr/nr-rect.h:28: In file included from ./2geom/rect.h:40: In file

[Fink-users] gtkdatabox

2009-11-12 Thread Andrew Hartung
While trying to install this as a dependency for klavaro it fails with this near the end: mv: rename /sw/src/fink.build/root-gtkdatabox-0.9.1.1-2/sw/lib/glade3/modules/libgladedatabox.so to /sw/src/fink.build/root-gtkdatabox-shlibs-0.9.1.1-2/sw/lib/glade3/modules/libgladedatabox.so: No such

Re: [Fink-users] Gnucash startup and gnucash2-docs

2009-11-09 Thread Andrew Hartung
On Nov 9, 2009, at 3:56 PM, Alexander Hansen wrote: > > Literally what I posted: > > .[space]/sw/bin/init.sh > > Or you can use > > source /sw/bin/init.sh > > since bash supports 'source' now as an alternative. > I tried both of those and still have the same problem. source /

Re: [Fink-users] Gnucash startup and gnucash2-docs

2009-11-09 Thread Andrew Hartung
On Nov 9, 2009, at 2:17 PM, Alexander Hansen wrote: > > Andrew Hartung wrote: >> I have this in the X11 menu to start gnucash: .sw/bin/init.sh ; >> gnucash > > Not > > . /sw/bin/init.sh ; gnucash > > ? > > If you're not actually reading /sw/bin/i

[Fink-users] Gnucash startup and gnucash2-docs

2009-11-09 Thread Andrew Hartung
fox". Package manager version: 0.29.10 Distribution version: selfupdate-rsync Mon Nov 9 08:02:16 2009, 10.6, x86_64 Is this just something I need to wait for because of all of the issues and work with the 10.6

Re: [Fink-users] gnucash freezes

2009-09-24 Thread Andrew Hartung
On Sep 24, 2009, at 9:30 AM, Alexander Hansen wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > David Reiser wrote: >> >> On Sep 24, 2009, at 6:48 AM, Ajay wrote: >> >>> Hello >>> >>> gnucash (2.2.9 r17949M) does not completes its startup. Upon launch, >>> the console output is: >>> >>

Re: [Fink-users] issues with libiconv.la 10.6

2009-09-12 Thread Andrew Hartung
On Sep 12, 2009, at 8:10 AM, Charles Lepple wrote: I'd like to go 64 bit with fink; is there somehow I can check to see what packages are available for 64 bit? There are a couple I must have and would have to stick with 32 bit for now if they are not available. If you just have a few that

Re: [Fink-users] issues with libiconv.la 10.6

2009-09-12 Thread Andrew Hartung
On Sep 12, 2009, at 12:14 PM, Alexander Hansen wrote: > find /sw/lib -name *.la | xargs grep -l /usr/lib/libiconv.la So this will show which packages are using the one from /usr, or will it say which libiconv.la it is depending on? Nothing in the list shows any mention to /usr. Here is

[Fink-users] issues with libiconv.la 10.6

2009-09-11 Thread Andrew Hartung
I'm getting multiple build failures from packages such as pycairo- py26-1.8.8-2 and gtk+2 that end with something like the following: grep: /usr/lib/libiconv.la: No such file or directory sed: /usr/lib/libiconv.la: No such file or directory libtool: link: `/usr/lib/libiconv.la' is not a valid lib

[Fink-users] Opening URLs in OSX from X applications

2007-01-23 Thread Andrew Hartung
Is there a way to launch or open URL in my OSX browser from X11 apps? For example: I use Pan and want to click on links and have them open in Opera or Safari, but even though I entered in the whole application path in Pan's prefrences including the .app extension, it doesn't work.

[Fink-users] pdftk and gcc4

2006-08-28 Thread Andrew Hartung
pdftk wants to install gcc4, but I of course have the dev tools installed and gcc4.0 4.0.1-5363 [virtual package representing the gcc 4.0.1 compiler] installed. It also wants to install gcc4-shlibs gettext-dev glut glut-shlibs libjasper1 libjasper1-shlibs libwmf libwmf-shlibs odcctools, one

[Fink-users] bad gateway

2006-08-17 Thread Andrew Hartung
I keep get a bad gateway error from http://fink.sodan.ecc.u-tokyo.ac.jp. Are they down or is it just me? Been going on a couple of days. - Using Tomcat but need to do more? Need to support web services, security? Get stuff don

Re: [Fink-users] metakit (Was Re: Darwin Ports)

2006-08-10 Thread Andrew Hartung
On Aug 9, 2006, at 9:32 AM, Martin Costabel wrote: > > This shows that both $(BUNDLE_SUFFIX) and $(BUNDLE_LD) are empty at > this point. Look further up in your Makefile how these variables > are defined. > If they don't appear at all, this means they were not transmitted > from ../unix/con

Re: [Fink-users] metakit (Was Re: Darwin Ports)

2006-08-08 Thread Andrew Hartung
On Aug 6, 2006, at 2:41 PM, Martin Costabel wrote: > Andrew Hartung wrote: > [] >> I did this and in the generated make file all instances of Mk4py$ >> (LIBEXT) are Mk4py$(BUNDLE_SUFFIX) except >> Mk4py$(LIB_SUFFIX): $(PYOBJS) $(LOBJS) >> ar cru $@ $(P

[Fink-users] xcode

2006-08-08 Thread Andrew Hartung
Is it safe to upgrade to xcode2.4? Will it affect fink? - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM We

Re: [Fink-users] metakit (Was Re: Darwin Ports)

2006-08-06 Thread Andrew Hartung
On Aug 6, 2006, at 10:00 AM, Martin Costabel wrote: > I think you have to replace all instances of Mk4py$(LIBEXT) by Mk4py > $(BUNDLE_SUFFIX), too. The authors of that code understand only the > distinction between static (*.a) and dynamic (*.dylib) libraries, > but not the notion of bundle

Re: [Fink-users] metakit (Was Re: Darwin Ports)

2006-08-05 Thread Andrew Hartung
On Aug 3, 2006, at 1:44 PM, Martin Costabel wrote: > or you can teach the configure.in script about the existence of > bundles by adding two lines to their Darwin corner: > > case $build_os in > Darwin*) > SHLIB_SUFFIX=".dylib" > SHLIB_LD="g++ -dynamiclib -flat_namespace -undefined sup

Re: [Fink-users] Darwin Ports

2006-08-03 Thread Andrew Hartung
On Aug 2, 2006, at 4:23 PM, Martin Costabel wrote: > Andrew, I am replying to the list, too, because direct mail might > not arrive; your mail server refused an erlier message from me with > some harsh words about my ISP. > Odd, I have my ISP's spam filter off. I think I've received mail fro

Re: [Fink-users] Darwin Ports

2006-08-02 Thread Andrew Hartung
On Aug 2, 2006, at 9:05 AM, Martin Costabel wrote: > Alexander K. Hansen wrote: >> On 8/2/06, Andrew Hartung <[EMAIL PROTECTED]> wrote: > [] >>> What I'm trying to build is Gourmet http://grecipe- >>> manager.sourceforge.net, which gives me errors

[Fink-users] Darwin Ports

2006-08-02 Thread Andrew Hartung
Is there a way to have fink and darwin ports packages recognize each other? I prefer fink, but there are a few packages that darwin ports has a newer version that I need. When I try to compile that package it wants to build a whole list of dependencies that I already have installed through

Re: [Fink-users] autoconf

2006-08-01 Thread Andrew Hartung
On Aug 1, 2006, at 3:53 AM, Martin Costabel wrote: > Andrew Hartung wrote: >> While trying to update autoconf 2.5 it always hangs here: >> . >> Making install in doc >> make[2]: Nothing to be done for `install-exec-am'. >> test -z "/sw/share/in

[Fink-users] autoconf

2006-07-31 Thread Andrew Hartung
While trying to update autoconf 2.5 it always hangs here: . Making install in doc make[2]: Nothing to be done for `install-exec-am'. test -z "/sw/share/info" || mkdir -p -- "/sw/src/fink.build/root- autoconf-2.60-4/sw/share/info" /sw/bin/ginstall -c -m 644 './autoconf.info' '/sw/src/fink.build

Re: [Fink-users] removing gnome

2006-07-28 Thread Andrew Hartung
On Jul 28, 2006, at 7:19 PM, Alexander K. Hansen wrote: > On 7/28/06, Andrew Hartung <[EMAIL PROTECTED]> wrote: >> I searched the archives and failed to find a solution that worked. >> When I try to remove gnme I get: >> ~ $ fkr gnome-base >> Information about

Re: [Fink-users] removing gnome

2006-07-28 Thread Andrew Hartung
On Jul 29, 2006, at 12:23 AM, Chris Zubrzycki wrote: > On Jul 28, 2006, at 8:19 PM, Alexander K. Hansen wrote: > >> You _should_ be able to do a recursive remove via gnome-base. What's >> failing in that case? > > Also, sudo apt-get remove gnome-base should work too... That gives me Reading Pac

[Fink-users] removing gnome

2006-07-28 Thread Andrew Hartung
I searched the archives and failed to find a solution that worked. When I try to remove gnme I get: ~ $ fkr gnome-base Information about 5937 packages read in 13 seconds. /sw/bin/dpkg-lockwait --remove gnome-base dpkg: dependency problems prevent removal of gnome-base: gnome-print-shlibs depends

Re: [Fink-users] clamav

2006-07-26 Thread Andrew Hartung
On Jul 26, 2006, at 7:41 PM, Alexander K. Hansen wrote: > On 7/26/06, Andrew Hartung <[EMAIL PROTECTED]> wrote: >> When running 'fresclam' I get the following: >> >> >> dyld: Library not loaded: /sw/lib/libgmp.3.dylib >>Referenced from: /sw/bi

[Fink-users] clamav

2006-07-26 Thread Andrew Hartung
When running 'fresclam' I get the following: dyld: Library not loaded: /sw/lib/libgmp.3.dylib Referenced from: /sw/bin/freshclam Reason: no suitable image found. Did find: /sw/lib/libgmp.3.dylib: incompatible cpu-subtype Trace/BPT trap ---

[Fink-users] rename

2006-07-16 Thread Andrew Hartung
Is there a fink package that has the command 'rename'? Every time I try to run it I get a 'command not found' error, even though 'man rename' works. I know I can just 'mv' the file but not having rename annoys me. - Usi

Re: [Fink-users] xfree86 gnome, rootless, browser

2006-07-13 Thread Andrew Hartung
On Jul 13, 2006, at 2:02 PM, Andrew Hartung wrote: > > On Jul 13, 2006, at 12:44 PM, Daniel Macks wrote: > >> On Thu, Jul 13, 2006 at 12:33:32PM -0500, Andrew Hartung wrote: >>> On Jul 13, 2006, at 7:35 AM, Alexander K. Hansen wrote: >> [gnome has a broken Applicati

Re: [Fink-users] xfree86 gnome, rootless, browser

2006-07-13 Thread Andrew Hartung
On Jul 13, 2006, at 7:35 AM, Alexander K. Hansen wrote: > On 7/13/06, Andrew Hartung <[EMAIL PROTECTED]> wrote: >> Running gnome either with gnome-session or gnome-panel starts up >> gnome, but there are no apps in the applications menu or any way to >> access the co

Re: [Fink-users] xfree86 gnome, rootless, browser

2006-07-13 Thread Andrew Hartung
down. On Jul 12, 2006, at 4:04 AM, Alexander K. Hansen wrote: > On 7/12/06, Alexander K. Hansen <[EMAIL PROTECTED]> wrote: >> On 7/12/06, Andrew Hartung <[EMAIL PROTECTED]> wrote: >> > I've got gnome up and running under xfree86. What I would like is >> &g

[Fink-users] xfree86 gnome, rootless, browser

2006-07-11 Thread Andrew Hartung
I've got gnome up and running under xfree86. What I would like is something that is rootless and functional like Apple's X11. Is it even possible to run gnome rootless? I set the xdarwin option to rootless. Also, how do I get X apps to use my browser of choice. For example: in pan I selec

Re: [Fink-users] xfree86 was pan

2006-07-11 Thread Andrew Hartung
On Jul 11, 2006, at 4:47 PM, Alexander K. Hansen wrote: > On 7/11/06, Andrew Hartung <[EMAIL PROTECTED]> wrote: >> >> Ok, I can't find my 10.4 install disks to reinstall Apple's x11 >> which seems >> to be the reason pan is giving me problems.

Re: [Fink-users] pan

2006-07-11 Thread Andrew Hartung
       [virtual package]     xfree86-shlibs             4.5.0-1040           Free X11 implementation for Darwin and Mac OS X Thank You,Andrew Hartung - Using Tomcat but need to do more? Need to support web services, security?

Re: [Fink-users] pan

2006-06-28 Thread Andrew Hartung
Tried that, after a purge too. I'm going to try to find my 10.4 discs and reinstall X11. On Jun 28, 2006, at 10:31 AM, David R. Morrison wrote: > Try 'fink rebuild pan'. > > -- Dave > > On Jun 28, 2006, at 5:49 AM, Andrew Hartung wrote: > >> Yes usi

Re: [Fink-users] pan

2006-06-28 Thread Andrew Hartung
Yes using Apple's X11. I tried reinstalling it but the download from Apple's site said I have newer software. I was running pan fine, but since the last time I have updated to the latest fink and 10.4.7 On Jun 28, 2006, at 7:22 AM, Alexander K. Hansen wrote: > On 6/28/06, A

[Fink-users] pan

2006-06-28 Thread Andrew Hartung
powerpc Thank You, Andrew Hartung Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd

[Fink-users] no updates

2005-11-03 Thread Andrew Hartung
I haven't had any package have a update for a couple of months. Using Package manager version: 0.24.10 Distribution version: 0.8.0.rsync, OS 10.4.3. I've even run the self update with CVS. When I upgraded to 10.4 I just ran self update and didn't follow the / sw/lib/fink/postinstall.pl etc.(

[Fink-users] error launching gnucash

2004-12-12 Thread Andrew Hartung
I've had gnucash working fine and have not installed anything since it was installed. I get the following from the terminal while trying to launch it: ERROR: Unbound variable: dEfine-moDule Using Apple's X11 with it already running. --- SF ema

Re: [Fink-users] gtkhtml1.1-1.1.7-12

2004-12-08 Thread Andrew Hartung
On Dec 8, 2004, at 12:49 PM, Alexander K. Hansen wrote: Looks like one's missing: grep: /sw/lib/libguile.la: No such file or directory sed: /sw/lib/libguile.la: No such file or directory libtool: link: `/sw/lib/libguile.la' is not a valid libtool archive make[3]: *** [libgw-core-utils.la] Error 1

Re: [Fink-users] gtkhtml1.1-1.1.7-12

2004-12-08 Thread Andrew Hartung
On Dec 8, 2004, at 11:16 AM, Alexander K. Hansen wrote: On Dec 8, 2004, at 11:33 AM, Andrew Hartung wrote: On Dec 6, 2004, at 2:52 PM, Alexander K. Hansen wrote: On Dec 6, 2004, at 12:46 PM, Andrew Hartung wrote: I'm trying to instal gnucash and am having problems getting gtkhtml to co

Re: [Fink-users] gtkhtml1.1-1.1.7-12

2004-12-08 Thread Andrew Hartung
On Dec 6, 2004, at 2:52 PM, Alexander K. Hansen wrote: On Dec 6, 2004, at 12:46 PM, Andrew Hartung wrote: I'm trying to instal gnucash and am having problems getting gtkhtml to compile. make[2]: *** [htmlengine-edit-table.lo] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all-recu

[Fink-users] gtkhtml1.1-1.1.7-12

2004-12-06 Thread Andrew Hartung
I'm trying to instal gnucash and am having problems getting gtkhtml to compile. make[2]: *** [htmlengine-edit-table.lo] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive-am] Error 2 ### execution of make failed, exit code 2 Failed: compiling gtkhtml1.1-1.1.7-12 failed I was ru

Re: [Fink-users] (no subject)

2004-11-05 Thread Andrew Hartung
On Nov 4, 2004, at 11:56 PM, Martin Costabel wrote: Andrew Hartung wrote: After running a self-update and compiling the latest version of fink I get the following error: dpkg: parse error, in file `/sw/var/lib/dpkg/status' near line 2653 package `term-progressbar-pm581': `Repla

[Fink-users] (no subject)

2004-11-04 Thread Andrew Hartung
After running a self-update and compiling the latest version of fink I get the following error: dpkg: parse error, in file `/sw/var/lib/dpkg/status' near line 2653 package `term-progressbar-pm581': `Replaces' field, reference to `term-pBogressbQr-pm': version contains ` ' ### execution of d

Re: [Fink-users] Gnome user docs

2004-01-31 Thread Andrew Hartung
I should add I have gnome-user-docs installed. On Thursday, January 29, 2004, at 04:11 AM, Andrew Hartung wrote: How do I access the Gnome documentation? Does it have to be done from within gnome? --- The SF.Net email is sponsored by

[Fink-users] Gnome user docs

2004-01-30 Thread Andrew Hartung
How do I access the Gnome documentation? Does it have to be done from within gnome? --- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. Februar

Re: [Fink-users] system-perl

2003-11-22 Thread Andrew Hartung
On Saturday, November 22, 2003, at 05:09 PM, Alexander Hansen wrote: system-perl represents your system's builtin Perl. I understand that, but is it necessary when perl 5.8 is installed? And why do I get the error when I try to remove it? OS 10.2.8 --

[Fink-users] system-perl

2003-11-22 Thread Andrew Hartung
5.6.1-2 Placeholder package for manually installed perl 5.6.1 system-perl580 5.8.0-1 Placeholder package for manually installed perl 5.8.0 system-perl581 5.8.1-1 Placeholder package for manually installed perl 5.8.1 term-readline-perl [virtual package] Thank y

[Fink-users] html-tableextract-pm

2003-11-20 Thread Andrew Hartung
I still haven't had any luck getting this to compile, does anyone else have any pointers or ideas? do I need to remove perl5.8 and go back to 5.6? The errors follow again: Warning: prerequisite HTML::Parser failed to load: Can't locate HTML/Parser.pm in @INC (@INC contains: /sw/lib/perl5/5.6.0

Re: [Fink-users] html-tableextract-pm

2003-11-18 Thread Andrew Hartung
t 05:24 PM, Andrew Hartung wrote: | |> I recieve the following when trying to instal this perl module for |> gnucash.: |> Just doing a `fink rebuild html-parser-pm' should solve this one. Upgrade problem with the package, it should have been revision bumped I think. I did this and i

[Fink-users] gtml-tableextract-pm

2003-11-17 Thread Andrew Hartung
ed the fink perl 5.8. Is system-perl the problem here? Package manager version: 0.17.0 Distribution version: 0.6.2.cvs 10.2.8 GCC 3.3 Thank you, Andrew Hartung --- This SF. Net email is sponsored by: GoToMyPC GoToMyPC is the fast, easy and secure

[Fink-users] selfupdate

2003-11-17 Thread Andrew Hartung
Are these selfupdate warning cause for concern? I've never seen them before: /usr/bin/sudo /sw/bin/fink --yes selfupdate rsync -az -q rsync://master.us.finkmirrors.net/finkinfo//TIMESTAMP /sw/fink/TIMESTAMP.tmp I will now run the rsync command to retrieve the latest package descriptions.

[Fink-users] gnome

2003-11-15 Thread Andrew Hartung
I've never run gnome before, previously using oroborusx long ago(it seems to not be updated anymore?), or recently Apple's X11, but as we all know the bastards pulled all non 10.3 X11 downloads. Between that pull and the Java 1.4.1 pull I am going mad(er). Thank

Re: [Fink-users] vim +python

2003-11-14 Thread Andrew Hartung
On Friday, November 14, 2003, at 06:37 AM, Jeff Whitaker wrote: Here's how to do it. Create a /sw/fink/dists/local/main/finkinfo/editors directory and copy the vim .info file (and .patch file if it exists) in there. Add "--with-python" or whatever you want to the ConfigureParams line and increm

Re: [Fink-users] vim +python

2003-11-14 Thread Andrew Hartung
On Thursday, November 13, 2003, at 08:37 PM, Alexander K. Hansen wrote: Check the configuration script (e.g. .configure) to see how you set it up to add python. Once I change the configure script, can I just 'fink install vim'? What I'm unsure of is what I can change and yet still have it be p

[Fink-users] popt fail

2003-11-13 Thread Andrew Hartung
I'm trying to install gnome-desktop, having no gnome packages installed, besides gnome-core(which doesn't install any pkgs). Receive the following error: gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I/sw/include -Wall -g -O2 -c `test -f 'test1.c' || echo './'`test1.c /bin/sh ./libtool --mode=link

[Fink-users] vim +python

2003-11-13 Thread Andrew Hartung
Is vim built with python support, and if not, what config file do I add the +python option before compiling? I 'fetched' the vim source, will adding it to the 'ConfigureParams' line in 'vim.info' and then running 'fink install vim' work? -Andy

Re: [Fink-users] vim

2003-08-14 Thread Andrew Hartung
On Saturday, August 9, 2003, at 08:28 PM, Jerry Talkington wrote: On Sat, Aug 09, 2003 at 06:31:48PM -0500, Andrew Hartung wrote: When I try to invoke help within vim I get the following: Sorry, help file "/sw/bin/../share/vim/vim61/doc/help.txt" not found Where can I point it to t

[Fink-users] vim

2003-08-11 Thread Andrew Hartung
/sw/share/vim62/colors or plugin, or in ~/.vim/colors or plugin ? Thank you, Andrew Hartung --- 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 a

[Fink-users] python 22 vs python 23

2003-07-12 Thread Andrew Hartung
Is there a reason to keep both fink installed python22 and 23 versions? Are there packages that specifically depend on one or the other? Are there any negatives to having both installed? Thank you, Andrew Hartung --- This SF.Net email

[Fink-users] Python 2.32b2-2

2003-07-11 Thread Andrew Hartung
make: *** [python-lib.info] Error 255 Thank you, Andrew Hartung --- This SF.Net email sponsored by: Parasoft Error proof Web apps, automate testing & more. Download & eval WebKing and get a free book. www.parasoft.com/bulletpr

Re: [Fink-users] Self update fails

2003-07-11 Thread Andrew Hartung
On Friday, July 11, 2003, at 03:53 AM, Federico Carminati wrote: Overloaded server... Try again. Fed I always get an cvs [update aborted]: end of file from server (consult above messages if any). I'm lucky if I can update one a week, if that. Same thing? -

[Fink-users] EPS ghostscript

2003-03-16 Thread Andrew Hartung
packages that depend on ghostscript versions other than 6. Thank you, Andrew Hartung --- This SF.net email is sponsored by:Crypto Challenge is now open! Get cracking and register here for some mind boggling fun and the chance of winning an

Re: [Fink-users] xscrabble

2003-02-05 Thread Andrew Hartung
On Tuesday, February 4, 2003, at 10:29 AM, Stanton Sanderson wrote: Victor's solution works for me... A work around for Apple's X11. Simply copy the 'XScrabble' file into your own home directory. The app then seems to work fine. Where exactly does the 'XScrabble' file reside before you m

[Fink-users] robotournament

2003-02-04 Thread Andrew Hartung
quot; line 3) invoked from within "RTC::Init" (file "/sw/share/robotournament/client/RTClient.tcl" line 1) Then the shell hangs. Package manager version: 0.11.2 Distribution version: 0.5.1.cvs Apple's X11 Thank you, Andrew Hartung

Re: [Fink-users] xscrabble

2003-02-03 Thread Andrew Hartung
On Monday, February 3, 2003, at 10:28 AM, Viktor Haag wrote: Andrew Hartung wrote: I can not get xscrabble to run. From the readme: you then need to rename "XScrabble.ad" to "XScrabble" and place it in a resource directory, such as /usr/lib/X11/app-defaults/, or your

[Fink-users] xscrabble

2003-02-01 Thread Andrew Hartung
#x27; if this is not done correctly. Now edit the three lines near the beginning of this file to indicate the location of the three required files. I can not find the 'XScrabble.ad' file(did a search for it) and got the error mentioned above. Thank you, Andrew Hartung ---

Re: [Fink-users] Will Apple give Fink a hard time?

2003-01-22 Thread Andrew Hartung
On Wednesday, January 22, 2003, at 06:27 AM, lenny bruce wrote: X11 on Mac OS X began as a hobby-like interest in the possibilities of OS X that Tenon illegally hijacked with criminal racketeering so they could profit. this guy really needs to get a dictionary. --

Re: [Fink-users] What do you guys make of this?

2003-01-07 Thread Andrew Hartung
On Tuesday, January 7, 2003, at 10:23 PM, Jeremy Erwin wrote: On Tuesday, January 7, 2003, at 10:16 PM, S Woodside wrote: On Tuesday, January 7, 2003, at 04:28 PM, Heidi Shah wrote: PS - Really hoping this doesn't signal the gradual end of Fink. Why would it? Apple's hardly made a "we'll

Re: [Fink-users] Fink Remove

2003-01-07 Thread Andrew Hartung
On Tuesday, January 7, 2003, at 09:45 PM, Kow K wrote: Anyway, if you don't have the package XXX running on your system, you can safely delete .XXX directory with "rm -rf XXX". I know, it would just be a nice little feature no to have to go clean up after a remove. Kind of like preference fi

Re: [Fink-users] Fink Remove

2003-01-07 Thread Andrew Hartung
On Tuesday, January 7, 2003, at 09:26 PM, Kow K wrote: Well, that's quite unlikely, AFAIK. Besides, is it desirable? -- Kow Sure it is, If I no longer want a package, why would I want its config file? --- This SF.NET email is sponsored

[Fink-users] Fink Remove

2003-01-07 Thread Andrew Hartung
Is there any way to have 'fink remove' remove the associated config files in the home directory(like .xscorch .qthello etc..) when removing the application? --- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWo

Re: [Fink-users] Package contents [was: help for more frequent backups]

2002-12-18 Thread Andrew Hartung
On Wednesday, December 18, 2002, at 06:11 PM, Ken Engel wrote: Off-topic Question (i.e., not directly related to fink) : is anyone, particularly any of you developers, aware of a documentation standardization effort among any of the package managing entities - Debian, DarwinPorts, RPM, etc.?

Re: [Fink-users] help for more frequent backups

2002-12-18 Thread Andrew Hartung
On Wednesday, December 18, 2002, at 02:40 PM, Kow K wrote: So, let me update the tips by adding some more information to get REAL backups. 1) You need external media (like CD-ROM, HD-drive, etc) that is PHYSICALLY separated from you Mac. Zip disk doesn't work anymore due to the huge size of

Re: [Fink-users] help for more frequent backups

2002-12-18 Thread Andrew Hartung
On Tuesday, December 17, 2002, at 03:34 PM, Kow K wrote: explains how to move /Users directory to other parition. The only problem I have with this is the false sense of security it gives. It works great for those that reinstall often, but can't be considered a true backup as it is worthle

Re: [Fink-users] 0.5.0 Update

2002-12-17 Thread Andrew Hartung
On Tuesday, December 17, 2002, at 02:24 AM, Roger Wong wrote: I wrote a message here a couple of days ago about how poorly documented most UNIX apps are. I said that most of the man pages were written by developers for developers. In my opinion, that attitude is outdated and elitist. Writing

Re: [Fink-users] Searching package descriptions

2002-12-15 Thread Andrew Hartung
On Sunday, December 15, 2002, at 07:24 PM, [EMAIL PROTECTED] wrote: On Sunday, December 15, 2002, at 07:47 , Andrew Hartung wrote: Is there a way to search the short package description that is shown when you do a fink list? Sometimes I want a specific type of program, let's

[Fink-users] Searching package descriptions

2002-12-15 Thread Andrew Hartung
.info files in the finkinfo directory? Thank you, Andrew Hartung --- 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.devc

[Fink-users] lesson learned

2002-11-19 Thread Andrew Hartung
I deleted the 'fr' directory from '/sw/share/man/', thinking I wouldn't need it as I don't speak french. while trying to update tornado the compile failed as it couldn't find this directory to put files in. I recreated it and compiled it with no problems, so everything is fine now. Is this com

[Fink-users] whatis

2002-11-18 Thread Andrew Hartung
directory chmod: getting attributes of `/usr/man/whatis': No such file or directory awk: cmd. line:92: (FILENAME=- FNR=1) fatal: Unmatched [ or [^: /[-/ 10.2.2 Package manager version: 0.11.0 Distribution version: 0.4.9.cvs Thank you,

Re: [Fink-users] xfree86 base

2002-10-30 Thread Andrew Hartung
On Wednesday, October 30, 2002, at 11:39 AM, Alexander Hansen wrote: It may take a while--it's a pretty big package that is getting uncompressed and files moved. It finally finished, took around an hour. I don't remember it taking this long before, but it has been a while since I had compil

[Fink-users] xfree86 base

2002-10-30 Thread Andrew Hartung
How long should I allow for the unpacking of xfree86-base? Preparing to replace xfree86-base-shlibs 4.2.0.1-3 (using .../xfree86-base-shlibs_4.2.0.1-3_darwin-powerpc.deb) ... Unpacking replacement xfree86-base-shlibs ... Preparing to replace xfree86-base 4.2.0.1-2 (using .../xfree86-base_4.2.0.

[Fink-users] Corrupted font

2002-10-19 Thread Andrew Hartung
know why. I wonder if that has anything to do with this. Thank you, Andrew Hartung --- This sf.net email is sponsored by: Access Your PC Securely with GoToMyPC. Try Free Now https://www.gotomypc.com/s/OS

Re: [Fink-users] fink permissions

2002-10-01 Thread Andrew Hartung
On Tuesday, October 1, 2002, at 04:23 PM, Chris Devers wrote: > On Tue, 1 Oct 2002, Andrew Hartung wrote: > >> Are there any negative consequences of setting the permissions of the >> entire /sw directory and contents to allow anyone to rwx? > > To turn that questi

[Fink-users] fink permissions

2002-10-01 Thread Andrew Hartung
Are there any negative consequences of setting the permissions of the entire /sw directory and contents to allow anyone to rwx? Thank you, Andrew Hartung --- This sf.net email is sponsored by: DEDICATED SERVERS only $89! Linux or FreeBSD

[Fink-users] cvs

2002-09-12 Thread Andrew Hartung
fink selfupdate -cvs', and no mention of changing finks settings to do the above. Thank you, Andrew Hartung --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf

[Fink-users] dependancies

2002-09-06 Thread Andrew Hartung
Is there a way to list the dependancies of a particular package? I am having some compile failures and I want to rebuild some packages to see if that helps, but not all of the ones on my system. Thank you, Andrew Hartung --- This sf.net

[Fink-users] tcsh to bash command translation

2002-09-05 Thread Andrew Hartung
How is the following done in bash? I want to launch x apps from terminal.app. I found discussion about this in the archives, but it was all csh centric. setenv DISPLAY :0.0 Thank you, Andrew Hartung --- This sf.net email is sponsored by

Re: [Fink-users] Re: Mailman results for Fink-users

2002-09-05 Thread Andrew Hartung
o something similar? I know nothing about how applescript interacts with the command line(if at all). Either way, you'd have to have a check every time there is a request to run anything, messy...hmm(this is how you think aloud while typing) :) Thank you, Andrew Hartung -

[Fink-users] A question about how fink works

2002-09-04 Thread Andrew Hartung
obviously I'm wrong; why? Thank you, Andrew Hartung --- 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=sourceforge1&refcod

Re: [Fink-users] Readline on 10.2

2002-08-25 Thread Andrew Hartung
After I installed 10.2 Bash broke and would not rebuild. I rebuilt readline and then rebuilt Bash again, which works fine now. I don't know if this is enough of an indicator that readline is ok. On Saturday, August 24, 2002, at 06:32 PM, Dr. Paul Fons wrote: > It was my understanding that