Re: [Fink-devel] /usr/bin/login

2005-12-13 Thread Freek Dijkstra
I was lurking on the list, and read these mails: Robert T Wyatt wondered why the terminal login produced this line: -bash: alias: aqua: not found Benjamin Reed observed: It looks like you've got something setting a bad alias in ~/.profile or ~/.bashrc (or there's a fink package doing so,

Re: [Fink-devel] Re: dists/10.4-transitional/unstable/main/finkinfo/text ispell.patch,1.1,1.2

2005-12-13 Thread Martin Costabel
Daniel Macks wrote: [] To find the ispell occurance of sort we'd have to build with textutils installed. That's what I did and where it crashed. I was looking at it because of a recent crash report on the users list. There it crashed on a consequence of the tail bug, and after correcting

procheck [was Re: [Fink-devel] /usr/bin/login]

2005-12-13 Thread Robert T Wyatt
Freek Dijkstra wrote: Robert T Wyatt wondered why the terminal login produced this line: -bash: alias: aqua: not found Benjamin Reed observed: It looks like you've got something setting a bad alias in ~/.profile or ~/.bashrc (or there's a fink package doing so, in /sw/etc/profile.d)

[Fink-devel] Dependence on a compiler

2005-12-13 Thread Benjamin Place
Is there a way to handle a package's dependence on a compiler besides using a virtual package? I have a program, written in Ada, that depends on the macada.org port of GNAT to OSX. Is there a way I could express that dependence in a package .info? Thanks, Ben Place

[Fink-devel] mozilla-1.7.5-1 compile problem

2005-12-13 Thread Carlos Le Mare
I got problems trying to install Mozilla in my computer... Computer: PowerBook 15, G4 1.67 Ghz, 1GB RAM, 1440x960, millions. MacOSX 10.4.3 Error: cc -o Darwin8.3.0_OPT.OBJ/asymmkey.o -c -O2 -Dppc -Wmost -fpascal-strings -no-cpp-precomp -fno-common -pipe -DDARWIN -DHAVE_STRERROR

Re: [Fink-devel] mozilla-1.7.5-1 compile problem

2005-12-13 Thread Daniel Macks
On Tue, Dec 13, 2005 at 10:43:45AM -0600, Carlos Le Mare wrote: I got problems trying to install Mozilla in my computer... Package manager version: 0.23.10 Distribution version: 0.8.0 Mac OS X version: 10.4.3 Xcode version: 2.1 gcc version: 4.0.0 (Apple Computer, Inc. build 5026) make

Re: [Fink-devel] Dependence on a compiler

2005-12-13 Thread Trevor Harmon
On Dec 13, 2005, at 6:35 AM, Benjamin Place wrote: Is there a way to handle a package's dependence on a compiler besides using a virtual package? I have a program, written in Ada, that depends on the macada.org port of GNAT to OSX. Is there a way I could express that dependence in a

Re: procheck [was Re: [Fink-devel] /usr/bin/login]

2005-12-13 Thread Martin Costabel
Robert T Wyatt wrote: [] /sw/etc/profile.d/procheck.sh:# Aliases are initialised by typing 'aqua' /sw/etc/profile.d/procheck.sh:if [ -z $aquaroot ]; then /sw/etc/profile.d/procheck.sh: aquaroot=@@_aqua_program_directory_@@ /sw/etc/profile.d/procheck.sh: export aquaroot

Re: [Fink-devel] Dependence on a compiler

2005-12-13 Thread Peter O'Gorman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Trevor Harmon wrote: | On Dec 13, 2005, at 6:47 PM, Benjamin Place wrote: | | I don't think there is a GNAT package in Fink, I looked on the | Packages page and didn't find one. It seems to me that the GNAT Ada | compiler is analogous to Apple's

Re: [Fink-devel] Dependence on a compiler

2005-12-13 Thread Peter O'Gorman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter O'Gorman wrote: | | Except that gnat needs an ada compiler to bootstrap (specifically it needs | gnat). There is no gnat package in fink bacause making one is a pain and, | until now, there has been no demand for one. Replying to myself :)

Re: [Fink-devel] Dependence on a compiler

2005-12-13 Thread Martin Costabel
Benjamin Place wrote: On Dec 13, 2005, at 1:49 PM, Trevor Harmon wrote: If I understand what you're asking, and GNAT is used *only* to build the program, and there is a GNAT package in Fink, you can simply add this line to the program's .info: BuildDepends: gnat Thanks for your response,

Re: [Fink-devel] Dependence on a compiler

2005-12-13 Thread Martin Costabel
Benjamin Place wrote: [] You need a binary gnat to build gnat from source. gnu.org doesn't have any binaries that'll run on OS X. macada.org does, but can I make a package that's binary-only? That would be fine, I guess. Maybe I could make a source package that depends on the binary package.