Re: [Fink-devel] Fink on WWDC Leopard

2007-06-19 Thread Hisashi T Fujinaka
On Tue, 19 Jun 2007, David R. Morrison wrote:

> On Jun 19, 2007, at 11:41 AM, Joe Block wrote:
>
>> I'm trying to bootstrap fink from the source tarball on the
>> download page onto a machine running WWDC Leopard, but I'm having
>> issues. Is there a specific tag I can check out from CVS that is
>> known to work?
>>
>
> fink-0.24.3.tar.gz, released last Friday, is known to work.

I couldn't get inject to work, but my laptop is cursed.

-- 
Hisashi T Fujinaka - [EMAIL PROTECTED]
BSEE(6/86) + BSChem(3/95) + BAEnglish(8/95) + MSCS(8/03) + $2.50 = latte

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Fink on WWDC Leopard

2007-06-19 Thread David R. Morrison

On Jun 19, 2007, at 11:41 AM, Joe Block wrote:

> I'm trying to bootstrap fink from the source tarball on the  
> download page onto a machine running WWDC Leopard, but I'm having  
> issues. Is there a specific tag I can check out from CVS that is  
> known to work?
>

fink-0.24.3.tar.gz, released last Friday, is known to work.

   -- Dave



-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] openldap23-2.3.27-10

2007-06-19 Thread Alexander Hansen
Ah.  You can have the libraries for both versions of db, so installing 
db43-shlibs (or db43-ssl-shlibs) should make it work.



Sukma Verdianto wrote:
> Hi Alexander,
>
> Error message:
> --
> dyld: Library not loaded: /sw/lib/libdb-4.3.dylib
> Referenced from: /sw/sbin/slapd
> Reason: image not found
> Trace/BPT trap
> --
>
> I suspect when I installed openldap, fink also download libdb-4.4, but 
> openldap binary compiled with libdb-4.3
>
> Regards,
> Sukma
>

> On Jun 13, 2007, at 3:37 AM, Alexander K. Hansen wrote:
>
>> Sukma Verdianto wrote:
>>> Hi,
>>>
>>> I installed openldap23-2.3.27-10 from fink and it ask me to also  
>>> install db44 as it dependency.
>>> but some command such as "slapadd" won't work. It always tried to  
>>> load db43.
>>> This should be fixed so users who tried to install open LDAP wont  
>>> think its a software bug, but its just installation fault.
>>>
>>> Thanks,
>>>
>>> -- 
>>> Package manager version: 0.27.1
>>> Distribution version: 0.8.1.rsync i386
>>> Mac OS X version: 10.4.9
>>> Xcode version: 2.4.1
>>> gcc version: 4.0.1 (Apple Computer, Inc. build 5367)
>>> make version: 3.80
>>> Feedback Courtesy of FinkCommander
>>>
>>>
>> Can you be more specific about the failure mode?  Maybe paste up your 
>> terminal output from an attempt to run slapadd.
>>
>> -- 
>> Alexander K. Hansen
>> Fink User Liaison/Documenter
>> akh AT finkproject DOT org
>>
>


-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Fink on WWDC Leopard

2007-06-19 Thread Peter O'Gorman
On Tue, 2007-06-19 at 11:41 -0700, Joe Block wrote:
> I'm trying to bootstrap fink from the source tarball on the download
> page onto a machine running WWDC Leopard, but I'm having issues. Is
> there a specific tag I can check out from CVS that is known to work?
> 

A checkout of HEAD bootstrapped for me.

Peter

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Fink on WWDC Leopard

2007-06-19 Thread Joe Block

I'm trying to bootstrap fink from the source tarball on the download page
onto a machine running WWDC Leopard, but I'm having issues. Is there a
specific tag I can check out from CVS that is known to work?

Thanks,

jpb
--
Joe Block <[EMAIL PROTECTED]>
Macintosh System Administrator
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] the Distribution field

2007-06-19 Thread Hanspeter Niederstrasser
David R. Morrison wrote:
> On Jun 18, 2007, at 6:34 AM, Hanspeter Niederstrasser wrote:
>> Can we have a percent expansion, perhaps %{dist} to represent the  
>> value
>> of Distribution: so that it can be used elsewhere in the .info  
>> (like for
>> determining build settings)?
> 
> I think it will almost always be easier to have separate .info files  
> in this situation, rather than trying to parse %{Distribution}.  (I'm  
> willing to be convinced otherwise by some examples.)

My case is not particularly hard, although being able to check for 
%{Distribution} during CompileScript inside a single .info file would 
make things easier.  Here's my example: valknut has two variants: x11 
and aqua.  Each one has different ConfigureParams which I differentiate 
with "(%type_raw[-qttoolkit] = -aqua) --enable-foo".  Nothing unique so far.

However, once I get to CompileScript, I need to set some variables only 
for the qt3mac version, but ONLY on 10.3 because qt3mac behaves 
differently between 10.3 and 10.4 (quicktime upgrade issues from Apple). 
  So I have two .info files, one 'clean' for 10.4 where qt3mac behaves 
correctly, and then a different .info file on 10.3 that has an "if [] 
then" that gets enabled if I'm using qt3mac.  It would be easier for me 
to have a single .info that only adds the envvars if 10.3 && qt3mac were 
both true, something along the lines of "if [ %{Distribution} == 10.4 && 
%type_raw[-qttoolkit] == -aqua ] then..."

I realize there's a slippery slope where people could start getting too 
cute picking out minor differences between systems and using "if's" all 
over the place.

Hanspeter


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] the Distribution field

2007-06-19 Thread David R. Morrison

On Jun 18, 2007, at 6:34 AM, Hanspeter Niederstrasser wrote:

> David R. Morrison wrote:
>> Dear Fink developers,
>>
>> I have added a Distribution field to fink packages which involve
>> python or perl.
>
> But it can be used for any package, not just perl/pythonmods, right?

Right.

>
>> As some of you will recall, we are sharing files between fink's 10.4
>> and 10.5 distributions.  Also, fink's 10.5 distribution does not
>> contain python 2.3, perl 5.8.1, or perl 5.8.4.
>>
>> The added lines
>>
>> Distribution: (%type_pkg[python] = 23) 10.4
>
> Can we have a percent expansion, perhaps %{dist} to represent the  
> value
> of Distribution: so that it can be used elsewhere in the .info  
> (like for
> determining build settings)?

I think it will almost always be easier to have separate .info files  
in this situation, rather than trying to parse %{Distribution}.  (I'm  
willing to be convinced otherwise by some examples.)

Note that we also have a mechanism to make it easy to have separate  
into files:  you can have a file named foo-10.4.info which includes  
"Distribution: 10.4" as well as a file named foo-10.5.info which  
includes "Distribution: 10.5".

   -- Dave



-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel