Re: [Fink-devel] Missing symbols in linking libatlas.dylib, 10.5.8/PowerPC w/Xcode 3.1.4

2012-06-08 Thread jfm

On Jun 8, 2012, at 4:51 PM, Jack Howarth wrote:

 Why exactly are we using -Si archdef 0 again? The reason I ask is that I 
 noticed
 that for both MacPorts and fink, it appears that the code in CONFIG/src ends 
 up 
 setting the arch to PPC432 or PPC532 whereas the Makefiles end up trying to 
 untar
 PPC432.tgz or PPC532.tgz when recent atlas releases only has 
 PPCG432AltiVec.tgz
 and  PPCG532AltiVec.tgz. It make not be related to the immediate failure we 
 are seeing
 but it doesn't seem like the behavior intended by upstream. We probably 
 should start
 filing bug reports with upstream on these issues if we really intend to keep 
 supporting
 ppc darwin9.

It was at all times in the exp version in my exp tree,  for 2 reasons :
1) the code used to find correct archdefs has to be debugged too in new 
versions.
2) in new (unstable like 3.9...) versions, archdefs are not even available 
for quite some time.
That version was copied (not by me ...) to the distribution.

You're quite right that it is high time to send those bug-reports upstream, if 
none of us is
willing to look himself into the cause ...
(Workarounds for your above-mentioned problem would be easy : either -Si 
archdef 0,
or forcing the use of PPCG[45]32AltiVec.tgz _ say with a -A flag 
(but there is already special code (due to Dominique Dhumieres) in the 
confflags for G4's,
so the whole thing would need rethinking..).
But please file bug-reports upstream, so we get real corrections !

JFm
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Missing symbols in linking libatlas.dylib, 10.5.8/PowerPC w/Xcode 3.1.4

2012-06-06 Thread jfm

On Jun 6, 2012, at 5:20 PM, Alexander Hansen wrote:

 On 6/5/12 11:15 AM, Alexander Hansen wrote:
 On 6/5/12 11:03 AM, Jack Howarth wrote:
 Alexander,
   Do you have a previous build of an earlier altas installed? A google on 
 ATL_FreeAtomicCount undefined
 produced...
 
 http://trac.sagemath.org/sage_trac/ticket/12349
 
Jack
 
 
 Yes, since the new packaging didn't explicitly forbid it in any way.
 
 
 I don't think a previous atlas is too likely to be causing the problem
 since I was able to update from 3.9.11 to 3.9.76 on 10.5/i386.
Right. If you look at your link command in this thread,  this looks impossible.
Sounds much more likely that those .o files were for some reason not made.
Trivial to look into your libatlas.a to see if they are there... (But I can't 
look
into your builddir.)
It may be useful to send a bug report upstream, since upstream's G4 is dead,
so no more testing on G4 ... (cf. http://www.cs.utsa.edu/~whaley/ATL310/)
 
 I got the same failure again on PowerPC with the change that I made.
which change ?
 
 While I try what Jack suggested in IRC (adding -t0) to the mflags, 

what is this, and why should it help ??

JF


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Missing symbols in linking libatlas.dylib, 10.5.8/PowerPC w/Xcode 3.1.4

2012-06-06 Thread jfm

On Jun 6, 2012, at 6:59 PM, Alexander Hansen wrote:

 On 6/6/12 9:41 AM, Alexander Hansen wrote:
 On 6/6/12 9:37 AM, jfm wrote:
 
 On Jun 6, 2012, at 5:20 PM, Alexander Hansen wrote:
 
 On 6/5/12 11:15 AM, Alexander Hansen wrote:
 On 6/5/12 11:03 AM, Jack Howarth wrote:
 Alexander,
  Do you have a previous build of an earlier altas installed? A google on 
 ATL_FreeAtomicCount undefined
 produced...
 
 http://trac.sagemath.org/sage_trac/ticket/12349
 
   Jack
 
 
 Yes, since the new packaging didn't explicitly forbid it in any way.
 
 
 I don't think a previous atlas is too likely to be causing the problem
 since I was able to update from 3.9.11 to 3.9.76 on 10.5/i386.
 Right. If you look at your link command in this thread,  this looks 
 impossible.
 Sounds much more likely that those .o files were for some reason not made.
 Trivial to look into your libatlas.a to see if they are there... (But I 
 can't look
 into your builddir.)
 It may be useful to send a bug report upstream, since upstream's G4 is dead,
 so no more testing on G4 ... (cf. http://www.cs.utsa.edu/~whaley/ATL310/)
 
 
 
 $ find /sw/src/fink.build/atlas-3.9.76-4/ -name *Atomic*.o
 /sw/src/fink.build/atlas-3.9.76-4/SHAR_bld/lib/tmp/ATL_DecGlobalAtomicCount.o
 /sw/src/fink.build/atlas-3.9.76-4/SHAR_bld/lib/tmp/ATL_FreeGlobalAtomicCount.o
 /sw/src/fink.build/atlas-3.9.76-4/SHAR_bld/lib/tmp/ATL_GetAtomicCount.o
 /sw/src/fink.build/atlas-3.9.76-4/SHAR_bld/lib/tmp/ATL_GetGlobalAtomicCount.o
 /sw/src/fink.build/atlas-3.9.76-4/SHAR_bld/lib/tmp/ATL_ResetGlobalAtomicCount.o
 /sw/src/fink.build/atlas-3.9.76-4/SHAR_bld/lib/tmp/ATL_SetGlobalAtomicCount.o
 /sw/src/fink.build/atlas-3.9.76-4/SHAR_bld/src/threads/ATL_DecGlobalAtomicCount.o
 /sw/src/fink.build/atlas-3.9.76-4/SHAR_bld/src/threads/ATL_FreeGlobalAtomicCount.o
 /sw/src/fink.build/atlas-3.9.76-4/SHAR_bld/src/threads/ATL_GetAtomicCount.o
 /sw/src/fink.build/atlas-3.9.76-4/SHAR_bld/src/threads/ATL_GetGlobalAtomicCount.o
 /sw/src/fink.build/atlas-3.9.76-4/SHAR_bld/src/threads/ATL_ResetGlobalAtomicCount.o
 /sw/src/fink.build/atlas-3.9.76-4/SHAR_bld/src/threads/ATL_SetGlobalAtomicCount.o
 /sw/src/fink.build/atlas-3.9.76-4/STAT_bld/src/threads/ATL_DecGlobalAtomicCount.o
 /sw/src/fink.build/atlas-3.9.76-4/STAT_bld/src/threads/ATL_FreeGlobalAtomicCount.o
 /sw/src/fink.build/atlas-3.9.76-4/STAT_bld/src/threads/ATL_GetAtomicCount.o
 /sw/src/fink.build/atlas-3.9.76-4/STAT_bld/src/threads/ATL_GetGlobalAtomicCount.o
 /sw/src/fink.build/atlas-3.9.76-4/STAT_bld/src/threads/ATL_ResetGlobalAtomicCount.o
 /sw/src/fink.build/atlas-3.9.76-4/STAT_bld/src/threads/ATL_SetGlobalAtomicCount.o
 
 So I'm not seeing FreeAtomicCount, ResetAtomicCount, DecAtomicCount, or
 SetAtomicCount.  Indeed, these appear never to get built, and there was
 not even an error indicating that an _attempt_ was made and failed:
 
 $ grep FreeAtomicCount fink-build-log_atlas_3.9.76-4_2012.06.04-11.12.57
 ATLAS/src/threads/ATL_FreeAtomicCount_arch.c
 ATLAS/src/threads/ATL_FreeAtomicCount_mut.c
  _ATL_FreeAtomicCount, referenced from:
 
 $ grep ResetAtomicCount fink-build-log_atlas_3.9.76-4_2012.06.04-11.12.57
 ATLAS/src/threads/ATL_ResetAtomicCount_mut.c
 ATLAS/src/threads/ATL_ResetAtomicCount_amd64.S
 ATLAS/src/threads/ATL_ResetAtomicCount_ia32.S
 ATLAS/src/threads/ATL_ResetAtomicCount_mips.S
 ATLAS/src/threads/ATL_ResetAtomicCount_ppc.S
 ATLAS/src/threads/ATL_ResetAtomicCount_sparc.S
  _ATL_ResetAtomicCount, referenced from:
 
 $ grep DecAtomicCount fink-build-log_atlas_3.9.76-4_2012.06.04-11.12.57
 ATLAS/src/threads/ATL_DecAtomicCount_mut.c
 ATLAS/src/threads/ATL_DecAtomicCount_amd64.S
 ATLAS/src/threads/ATL_DecAtomicCount_ia32.S
 ATLAS/src/threads/ATL_DecAtomicCount_mips.S
 ATLAS/src/threads/ATL_DecAtomicCount_ppc.S
 ATLAS/src/threads/ATL_DecAtomicCount_sparc.S
  _ATL_DecAtomicCount, referenced from:
 
 $ grep SetAtomicCount fink-build-log_atlas_3.9.76-4_2012.06.04-11.12.57
 ATLAS/src/threads/ATL_SetAtomicCount_arch.c
 ATLAS/src/threads/ATL_SetAtomicCount_mut.c
  _ATL_SetAtomicCount, referenced from:

Great !

So I think this you can send upstream as bug-report...
Possibly Clint sees immediately the cause of the problem ..
 
JF
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] freetype2-update

2005-02-26 Thread jfm
Hi Benjamin,
I still get with mozilla :
nsFreeType.cpp
g++-3.3 -I/sw/lib/freetype2/include 
-I/sw/lib/freetype2/include/freetype2 -o nsFreeType.o -c 
-DOSTYPE=\Darwin7.8.0\ -DOSARCH=\Darwin\ -I../.. 
-I../../../dist/include/xpcom -I../../../dist/include/string 
-I../../../dist/include/pref -I../../../dist/include/uconv 
-I../../../dist/include/unicharutil -I../../../dist/include/gfx 
-I../../../dist/include 
-I/sw/bld/mozilla-1.7.5-1/mozilla/dist/include/nspr  -I/sw/include 
-I/sw/include -I/sw/include -I/sw/lib/freetype2/include/freetype2 
-I/sw/lib/freetype2/include -I/usr/X11R6/include   -fPIC  
-I/usr/X11R6/include -fno-rtti -fno-exceptions -Wall -Wconversion 
-Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth 
-Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long 
-no-cpp-precomp -fno-common -fshort-wchar -pipe  -DNDEBUG -DTRIMMED -O  
-I/usr/X11R6/include -DMOZILLA_CLIENT -include 
../../../mozilla-config.h -Wp,-MD,.deps/nsFreeType.pp nsFreeType.cpp
In file included from nsFreeType.h:39,
 from nsFreeType.cpp:48:
../../../dist/include/gfx/nsIFreeType2.h:53: error: `FTC_Image_Cache' 
was not
   declared in this scope
../../../dist/include/gfx/nsIFreeType2.h:53: error: `aImageCache' was 
not
   declared in this scope
../../../dist/include/gfx/nsIFreeType2.h:53: error: variable 
declaration is not
   allowed here
../../../dist/include/gfx/nsIFreeType2.h:92: error: `FTC_Image_Cache' 
was not
   declared in this scope
../../../dist/include/gfx/nsIFreeType2.h:92: error: parse error before 
`,'
   token
../../../dist/include/gfx/nsIFreeType2.h:104: error: type specifier 
omitted for
   parameter `FTC_Image_Cache'
../../../dist/include/gfx/nsIFreeType2.h:104: error: parse error before 
`*'
   token
In file included from nsFreeType.cpp:48:
nsFreeType.h:107: error: `FTC_Image_Cache' was not declared in this 
scope
nsFreeType.h:107: error: `FTC_Image_Desc' was not declared in this scope
nsFreeType.h:107: error: parse error before `,' token
... etc; followed by bailout


There is a more general issue here it seems : it may be difficult to 
satisfy with a single package
the requirements both of those who need a = 2.1.7 pkg, and of those 
for whom apparently
even xorg's freetype is not sufficiently new ...
The original purpose is still stated in DescDetail as :
The freetype2 packages now exist only for compatibility with older Fink
packages.  Developers should use the freetype that is part of XFree86
for new packages.

I`m using since long a 2.1.7 pkg _ plain adaptation of the 2.1.3 _ , 
w/o any problems.
Looking at the Changelogs, it already priovides substantial 
improvements/fixes over 2.1.3,
and I think 2.1.3 - 2.1.4 is OK with any fink pkg
I'll put it in my exp dir so people can look at it.

Best,
JF
PS: The mozilla problem with  2.1.7 should be gone with the current 
v. 1.8 beta 1
(and probably also with the 1.8a6 version in exp/gnome/2.8); but do we 
want a
beta 1 mozilla in fink ??


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] octave question

2004-12-15 Thread jfm
On Dec 15, 2004, at 5:24 PM, Jeff Whitaker wrote:
Koen: Unfortunately, I'm still stuck on the octave package with Xcode 
1.5. Even with the Nov gcc update, it still won't build - it dies 
building libcruft with errors like this:

ld: misc/quit.o malformed object (stray relocation PAIR entry (1) in 
section (__TEXT,__eh_frame))

Can you build octave with Xcode 1.5 and the Nov update?
At least I see that I installed the nov update on nov 19 , and that a 
couple of hours later
I had succesfully rebuild octave - just to check

JF
---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Re: dists/10.3/unstable/crypto/finkinfo mozilla.info,1.5,1.6

2004-12-06 Thread jfm
On Dec 6, 2004, at 9:37 AM, Martin Costabel wrote:
I only hope that the upcoming official mozilla/firefox fix will be 
backward compatible so that it doesn't *require* freetype=2.1.8.

Yes _ their patch goes in that direction...
Jean-Francois

---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Re: lynx-2.8.4-24

2004-11-07 Thread jfm
Is fixed now in cvs.
JF Mertens

---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Re: [Fink-users] lynx-ssl-2.8.4-24

2004-11-07 Thread jfm
On Nov 7, 2004, at 10:22 PM, Martin Costabel wrote:
jfm wrote:
[]
fink remove gd2; fink install lynx-ssl; fink install gd2
This could also be achieved by BuildConflicts: gd2.
Martin : this was a fix suggested to the user ; do you
really mean better to suggest him to edit the info file ???
Jean-Francois

---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Re: [Fink-users] lynx-ssl-2.8.4-24

2004-11-07 Thread jfm
On Nov 7, 2004, at 11:22 PM, Martin Costabel wrote:
On Nov 7, 2004, at 10:22 PM, Martin Costabel wrote:
This could also be achieved by BuildConflicts: gd2.
No, I meant it as an alternative to the fix you put in in the 
meantime. That's why I answered only to the devel list. With sf 
distributing the mail of the last 3 or 4 days randomly it is difficult 
to follow the discussion in the right order.
I still had in mind that BuildConflicts should be used only when the 
package
cannot be corrected (putting flags in the right order etc) _ ie, 
essentially never ...

Best,
Jean-Francois

---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Re: [Fink-users] lynx-ssl-2.8.4-24

2004-11-06 Thread jfm
On Nov 7, 2004, at 12:36 AM, Ersatz Sophist wrote:
I can't compile this package. For the third time, the following error 
is obtained:

LYCharSets.c: In function `HTMLGetEntityUCValue':
LYCharSets.c:878: error: `unicode_entities' undeclared (first use in 
this function)
LYCharSets.c:878: error: (Each undeclared identifier is reported only 
once
LYCharSets.c:878: error: for each function it appears in.)
make[1]: *** [LYCharSets.o] Error 1
make: *** [all] Error 2
### execution of make failed, exit code 2
Failed: compiling lynx-ssl-2.8.4-24 failed
fink remove gd2; fink install lynx-ssl; fink install gd2
Problem is that  the -I/sw/include flag comes first in the build of 
lynx-ssl,
so /sw/include/entities.h (from gd2) is included instead of 
./chrtrans/entities.h .

JF Mertens
PS: Please don't post on both lists !  (forced now to reply to both)

---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Re: [Fink-users] lynx-ssl-2.8.4-24

2004-11-06 Thread jfm
Hi Dan,
On Nov 7, 2004, at 1:44 AM, Daniel Macks wrote:
Should we add -I./chrtrans to lynx Makefile somewhere or add it to
CPPFLAGS in the .info?
I fixed the info file already.
[
+NoSetCPPFLAGS: true
+CompileScript: export CPATH=%p/include ; ./configure %c ; make
]
Best,
JF

---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Re: dists/10.3/unstable/crypto/finkinfo lynx-ssl.info,1.2,1.3

2004-11-06 Thread jfm
On Nov 7, 2004, at 2:29 AM, Chris Zubrzycki wrote:
Is this really correct?
- --libdir=%p/etc
No idea what it does.
But the linking seems correct :
/sw/var/logs# grep ' \-L' lynx-ssl.log
checking whether the C compiler (gcc  -L/sw/lib) works... yes
checking whether the C compiler (gcc  -L/sw/lib) is a cross-compiler... 
no
gcc -DHAVE_CONFIG_H -I../.. -I../../src -I../../src/chrtrans 
-I../../WWW/Library/Implementation -I../../   -O2  -L/sw/lib -o 
makeuctb makeuctb.o  -lssl -lcrypto -lssl -lncurses -lintl
gcc  -DHAVE_CONFIG_H  -DLOCALEDIR=\/sw/share/locale\ -I. -I.. 
-Ichrtrans -I./chrtrans -I.. -I../src -I../WWW/Library/Implementation   
-O2  -L/sw/lib -o lynx  LYClean.o LYShowInfo.o LYEdit.o LYStrings.o 
LYMail.o HTAlert.o GridText.o LYGetFile.o LYMain.o LYMainLoop.o 
LYCurses.o LYBookmark.o LYUtils.o LYOptions.o LYReadCFG.o LYSearch.o 
LYHistory.o LYForms.o LYPrint.o LYrcFile.o LYDownload.o LYNews.o 
LYKeymap.o HTML.o HTFWriter.o HTInit.o DefaultStyle.o LYUpload.o 
LYLeaks.o LYexit.o LYJump.o LYList.o LYCgi.o LYTraversal.o LYEditmap.o 
LYCharSets.o LYCharUtils.o LYMap.o LYCookie.o LYStyle.o LYHash.o 
LYPrettySrc.o TRSTable.o UCdomap.o UCAux.o UCAuto.o  LYLocal.o 
../WWW/Library/Implementation/libwww.a  -lssl -lcrypto -lssl -lncurses 
-lintl

Best,
JF

---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Re: dists/10.3/unstable/crypto/finkinfo lynx-ssl.info,1.2,1.3

2004-11-06 Thread jfm
On Nov 7, 2004, at 2:37 AM, jfm wrote:
On Nov 7, 2004, at 2:29 AM, Chris Zubrzycki wrote:
Is this really correct?
- --libdir=%p/etc
No idea what it does.
From dpkg -L lynx-ssl, I would guess that lynx.cfg goes by default in 
libdir ...

JF

---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Re: dists/10.3/unstable/crypto/finkinfo lynx-ssl.info,1.2,1.3

2004-11-06 Thread jfm
On Nov 7, 2004, at 2:41 AM, jfm wrote:
On Nov 7, 2004, at 2:29 AM, Chris Zubrzycki wrote:
Is this really correct?
- --libdir=%p/etc
No idea what it does.
From dpkg -L lynx-ssl, I would guess that lynx.cfg goes by default in 
libdir ...
Right _ cf DescDetail ...
(and sorry for needing 3 replies..)
JF

---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Re: dists/10.3/unstable/crypto/finkinfo lynx-ssl.info,1.2,1.3

2004-11-06 Thread jfm
On Nov 7, 2004, at 2:41 AM, jfm wrote:
On Nov 7, 2004, at 2:29 AM, Chris Zubrzycki wrote:
Is this really correct?
- --libdir=%p/etc
No idea what it does.
From dpkg -L lynx-ssl, I would guess that lynx.cfg goes by default in 
libdir ...

Right _ cf DescDetail ...
(and sorry for needing 3 replies..)
JF

---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Re: [Fink-users] Unstable Octave compile fails

2004-08-21 Thread jfm
On Aug 21, 2004, at 9:35 PM, Martin Costabel wrote:
Martin Costabel wrote:
  wrote:
[]
ld: Undefined symbols:
Arraydouble::transpose() const
[]
Failed: compiling octave-2.1.57-3 failed
Paul, I think I have narrowed this down to a difference between the 
compilers from Xcode-1.2 and from Xcode-1.5.
Martin,
Yes _ I can confirm that (apparently) the same problem arose here, as I 
already mentioned to you,
with the sequence singular-factory singular-libfac macaulay2 (build 
1666 of /usr/libexec/gcc/darwin/ppc/3.3/cc1plus),
and that it disappears with your build 1640...
Further test results tomorrow probably.

To nail the thing down, it is important that other people test this too 
_ since it seems maybe
hardware dependent: as Dave Morrisson told us, he didn't have that 
trouble with macaulay2
on a G5 (and XCode1.5)

Best,
JF

---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Re: [Fink-users] Unstable Octave compile fails

2004-08-21 Thread jfm
On Aug 22, 2004, at 1:27 AM, David R. Morrison wrote:
On Aug 21, 2004, at 7:08 PM, jfm wrote:
Martin,
Yes _ I can confirm that (apparently) the same problem arose here, as 
I already mentioned to you,
with the sequence singular-factory singular-libfac macaulay2 (build 
1666 of /usr/libexec/gcc/darwin/ppc/3.3/cc1plus),
and that it disappears with your build 1640...
Further test results tomorrow probably.

To nail the thing down, it is important that other people test this 
too _ since it seems maybe
hardware dependent: as Dave Morrisson told us, he didn't have that 
trouble with macaulay2
on a G5 (and XCode1.5)
Hmmm... Perhaps it isn't XCode 1.5 after all, since I have build 1640 
for cc1plus.
Thanks ! This clarifies the issue a lot...
JF

---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Re: [Fink-users] Unstable Octave compile fails

2004-08-21 Thread jfm
On Aug 22, 2004, at 1:08 AM, jfm wrote:
Yes _ I can confirm that (apparently) the same problem arose here, as 
I already mentioned to you,
with the sequence singular-factory singular-libfac macaulay2 (build 
1666 of /usr/libexec/gcc/darwin/ppc/3.3/cc1plus),
and that it disappears with your build 1640...
Further test results tomorrow probably.
Confirmation for octave too..
JF

---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] percent expansions in Files fields

2004-08-16 Thread jfm
Hi,
Trying to update after holidays, libpng3 doesn't build _ with fink HEAD 
from today :

/bin/mv /sw/src/root-libpng3-1.2.6-5/sw/lib/libpng12.0.%vrc5.dylib 
/sw/src/root-libpng3-shlibs-1.2.6-5/sw/lib/
mv: rename /sw/src/root-libpng3-1.2.6-5/sw/lib/libpng12.0.%vrc5.dylib 
to /sw/src/root-libpng3-shlibs-1.2.6-5/sw/lib/libpng12.0.%vrc5.dylib: 
No such file or directory

and for sure the files are there. (Note the %v in the command..)
The Files field reads :
Files: lib/libpng12.0.%vrc5.dylib lib/libpng12.0.dylib 
lib/libpng.3.%vrc5.dylib lib/libpng.3.dylib

??
Jean-Francois

---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Implied Perl dependency tree following or what am I missing?

2004-07-24 Thread jfm
On Jul 23, 2004, at 11:57 PM, Benjamin Reed wrote:
David H. wrote:
fink needs help picking an alternative to satisfy a virtual
dependency. The candidates:
(1) io-stringy-pm560: Perl module for advanced I/O with filehandles
Since I wish to install soap-lite-ssl for Perl 5.8.1 and it seems to
be a versioned perl modules, should this not imply that I want to
install io-stringy-pm581 as well since I would want io-stringy to
match the Perl version I am installing the main module for ? As I
will admit to know little about our Perl handling, please enlighten 
me and show me the path to wisdom :)
Looks like there's stuff depending on io-stringy-pm instead of 
io-stringy-pm5XX.  I've fixed the two I maintain, I'm cc'ing the 
maintainer of the other 2 packages that do so (rtf-tokenizer-pm and 
rtf-parser-pm).
Benjamin _ I'd like too to be enlightened ..
I see no reason whatsoever for io-stringy-pm to be versioned _
there is no .xs or similar, and there is no versioned dependency...
JF

---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721alloc_id=10040op=click
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Implied Perl dependency tree following or what am I missing?

2004-07-24 Thread jfm
On Jul 24, 2004, at 7:04 PM, David R. Morrison wrote:
Please consult the packaging manual.
It is no longer permitted to have a placeholder -pm package which 
depends
on versioned packages.  The only exception is storable-pm, because of 
the
historical way it is used during bootstrapping.

Whoever added such a package, please don't do it again.
Hi Dave _
There is no issue of placeholders here.
io-stringy-pm has always been an unversioned pkg, and the deps were on 
that one.
It is very recently that it became versioned, for reasons I don't 
understand...

Best,
JF
 


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721alloc_id=10040op=click
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Re: Errors in percent expansions (Modified by jfm)

2004-07-20 Thread jfm
Thanks a lot for %a working again !
On Jul 19, 2004, at 8:20 PM, Daniel Macks wrote:
An idea that has been kicked around on #fink and is a Features tracker
request is MD5 for patchfiles. This is for end-user convenience (avoid
getting .info and .patch out-of-sync if pulling random CVS revisions)
and to increase the integrity and security of our mirroring farm.
Verifying checksum is easy to implement for the Patch field, but
difficult for PatchScript because that field allows arbitrary
scripting and filename use. A better approach is to have a new field,
for example PatchFile, that one *always* uses for the patchfile. The
full path to this file would be available as a new %patchfile, and %a
would become obsolete. By forcing the filename to be routed through
fink instead of directly written into PatchScript, fink always has the
opportunity to verify checksum.
There are probably 2 different issues: one is that in some cases it may
be clearer or more convenient to use several different 'patchfiles' , 
with
very distinct roles _ so a 'PatchFile' field might have to be plural _ 
; the
other is that in some pkgs it may be convenient to source or to execute
some of the patchfiles' elsewhere than in the PatchScript. (for a 
different
example than pgsql, cf eg 
experimental/jfmertens/main/finkinfo/sci/singular.*)

Best,
Jean-Francois

---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721alloc_id=10040op=click
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Re: Errors in percent expansions (Modified by jfm)

2004-07-19 Thread jfm
Hi Daniel,
I see your log msg 'Restrict use of %a to PatchScript.' from this 
morning.
So the msg below should have gone to you...
(Is there a real need for this restriction?)

Best,
JF
On Jul 18, 2004, at 4:27 PM, jfm wrote:
Hi,
Using fink HEAD :
Trying to build postgresql74-ssl-7.4.3-25 leads to :
...
patching file src/template/darwin
Failed: Error performing percent expansion: unknown % expansion or 
nesting too deep:   sed 's|@INSTPREFIX@|/sw|g' %a/libpqpp-4.0.patch | 
patch -p1  \ 
(/sw/fink/dists/unstable/crypto/finkinfo/postgresql74-ssl.info 
CompileScript)

And fink dumpinfo postgresql74-ssl to :
Failed: Error performing percent expansion: unknown % expansion or 
nesting too deep: sed -e 's|@BUILDDIR@|.|g' -e 's|@INSTPREFIX@|/sw|g' 
 %a/postgresql74-ssl.patch | patch -p1 
(/sw/fink/dists/unstable/crypto/finkinfo/postgresql74-ssl.info 
PatchScript)

(Note that apparently the build could understand the PatchScript _
it stumbled only on an analoguous line in the CompileScript)
Those lines didn't change since rev 24, and that one built w/o 
problems on july 9 ..
So something seems to have gone wrong in fink's handling of percent 
expansions
in the last couple of days ...

JF Mertens

---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721alloc_id=10040op=click
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] gabber-ssl/dia scrollkeeper conflict

2004-07-15 Thread jfm
On Jul 14, 2004, at 8:55 PM, Benjamin Reed wrote:
---(snip!)---
Preparing to replace dia 0.92-12 (using  
.../dia_0.93-2_darwin-powerpc.deb) ...
Unpacking replacement dia ...
dpkg: error processing  
/sw/fink/dists/unstable/main/binary-darwin-powerpc/graphics/dia_0.93 
-2_darwin-powerpc.deb (--install):
 trying to overwrite `/sw/var/scrollkeeper/be/scrollkeeper_cl.xml',  
which is also in package gabber-ssl
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
/sw/fink/dists/unstable/main/binary-darwin-powerpc/graphics/dia_0.93 
-2_darwin-powerpc.deb
### execution of dpkg failed, exit code 1
---(snip!)---

My suspicion is that neither of these should have that file, but I  
don't know enough about scrollkeeper to be certain.
This is correct : cf  `fink dumpinfo -f descpackaging scrollkeeper`
[and 'man scrollkeeper-update' will confirm that scrollkeeper-update
must be run with the real dirs (ie /sw/share/omf and  
/sw/var/lib/scrollkeeper)
to be meaningfull _ not with the -p and -o options)]

JF 


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721alloc_id=10040op=click
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] /sw/bin/perl

2004-06-23 Thread jfm
Hi,
The following is the latest example _ but I had this on numerous  
occasions :

___attempted build of arts-latest
/var/tmp/tmp.1.LaILav
the following environment is being used:
  ACLOCALFLAGS: -I libltdl
  CFLAGS:  -Os -fPIC
  CPPFLAGS: -I/sw/lib/flex/include -fno-common -no-cpp-precomp  
-DMACOSX -DARTS_NO_ALARM -I/sw/include -I/usr/X11R6/include
  CXXFLAGS:-Os -fPIC
  FREETYPE_CONFIG: /usr/X11R6/bin/freetype-config
  LDFLAGS: -L/sw/lib/flex/lib
  LIBS: -L/sw/lib -L/usr/X11R6/lib
  PATH: 
/sw/lib/flex/bin:/sw/share/Geomview/bin:/sw/bin:/sw/sbin:/bin:/usr/bin: 
/sbin:/usr/sbin:/usr/X11R6/bin:/usr/X11R6/bin
  PKG_CONFIG_PATH: /sw/lib/flex/lib/pkgconfig

./admin/cvs.sh: /sw/bin/autoheader-2.59: /sw/bin/perl: bad interpreter:  
No such file or directory
*** AUTOHEADER NOT FOUND!.
___

This type of thing is due to having at some time used a perl-xyz from  
fink,
(in this case when last building autoconf2.5 _ but many other pkgs have
the problem), and then switching back to Apple's perl (eg, because  
perllib
didn't build shared in perl584).

I think it is impossible to ask all involved pkg's to take appropriate  
precautions
to avoid this possibility.
The obvious thing that comes to mind is that fink ensures _ probably  
through
system-perl (and the various placeholders system-perlxyz) _ that  
/sw/bin/perl
is ALWAYS a symlink to the 'currently active perl'.

Would this be difficult ? Or a bad idea ?
Jean-Francois Mertens

---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Re: /sw/bin/perl

2004-06-23 Thread jfm
On Jun 23, 2004, at 10:54 PM, David R. Morrison wrote:
Jean-Francois,
I'm not sure if it's the same error you are seeing, but one bug I am 
aware
of is this:  there is a place in the fink code where fink tests to see
which is the current version of perl installed on the system... 
unfortnately,
fink seems to cache this value in the database.  So if you add or 
remove
a fink package (switching between /usr/bin/perl and /sw/bin/perl), but
don't run fink index, you get into trouble.

No, not this error [ fink index runs already much too often here...-) ]
Cf my msg from 2 min ago
Best
JF

---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Re: /sw/bin/perl

2004-06-23 Thread jfm
On Jun 23, 2004, at 10:51 PM, David R. Morrison wrote:
you end up with a
*real* perl581, but a *virtual* perl581-core, and get this error.
Well, that can't be the right explanation, because there isn't a real
perl581 package at all.
Correct .
It is due to the fact that a number of pkgs install scripts beginning 
with
#!/currently/active/perl

# egrep -rI '\#\! */sw/bin/perl' /sw/{{s,}bin,libexec}/tmp/lst; wc -l 
/tmp/lst
124 /tmp/lst

JF

---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Re: /sw/bin/perl

2004-06-23 Thread jfm
On Jun 23, 2004, at 10:57 PM, jfm wrote:
It is due to the fact that a number of pkgs install scripts beginning 
with
#!/currently/active/perl
More accurately probably,
#! `which perl`
Cf all
'checking for perl... /sw/bin/perl'
in log files
JF

---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] proposed policy on BuildDependsOnly

2004-06-21 Thread jfm
Dear Dave,
This proposal looks perfect to me.
As to Peter's reservation, couldn't that be met with his suggestion of
BuildDependsOnly: false
or a variant ?
On Jun 21, 2004, at 2:54 PM, David R. Morrison wrote:
(It is possible that in future versions of fink, this
warning will be expanded to cover the case of a .deb with header files
and a static library as well.)
I suggest to drop this (everything s possible in the future ..).
In addition to Martin's examples, there are a lot of pkgs [eg, lua, 
tolua..,
but there must be hundreds: why should another pkg not be able to call
their executabes, if only through a script, or through system()]
for which this would lead to headaches _ and to unnecessary splitting.

Best,
Jean-Francois

---
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] packaging question

2004-06-19 Thread jfm
On Jun 19, 2004, at 1:13 AM, Koen van der Drift wrote:
CompileScript: 
cd src/
 make

This gives the following error:
cd src/
Can't exec cd: No such file or directory at 
/sw/lib/perl5/Fink/Services.pm line 403.

The CompileScript is executed 'line by line'.
Thus either use :
CompileScript: cd src ; make
Or :
CompileScript: 
#!/bin/sh
 cd src
 make

Jean-Francois

---
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Re: readline-4.3-26

2004-05-08 Thread jfm
On May 8, 2004, at 3:06 AM, Ben Hines wrote:

On May 7, 2004, at 4:42 PM, Ben Hines wrote:
That did not happen to me. Perhaps it will only occur with programs 
which do not use ncurses, but which do use readline? Which programs ?
The 2 cases were from a local program, that linked both readline and 
ncurses _ in this order.
Clearly the order is important for the trouble _ but you need also that 
one of the object files does
reference one of those 3 symbols...
A quick sampling (yes _ the script is fast...):
for f in bc cadaver-ssl calc ekg-ssl gftp-ssl ghc guile guile16 hugs 
librep mutella mysql nickle \
octave-forge octave pilot-link9 python22 python23 r-base rpy-py23 ruby 
ruby18 samba-ldap \
units yafc yap singular hx term-readline-gnu-pm581 emacs21-xaw3d xemacs 
bash ; do echo $f; \
dlocate -L $f| xargs file | grep 'Mach\-O' | cut -f 1 -d ':' | xargs 
nm|grep -F '_BC
_UP
_PC' ; done

yielded only hx in addition (and indeed the command hx breaks as shown 
yesterday)

Also, at this point we might as well start adding versioned deps on 
the latest readline on anything this effects and rev upping them.
If we were to do this _ shouldn't we use the opportunity to bring 
readline up to date with all patches ?
We'll have to do it eventually to solve this. Only about 70 packages 
depend on readline, and this problem does not affect them all. I've 
tried a few (older binaries from apt-get) and haven't been able to 
find even one which does it.

In view of the above test, I'm not convinced this is necessary, as a 
practical matter.
If there are only about 70 pkgs, it may suffice to run the above test 
on them...
Of course, if its a matter of (shlibs-) policy, I don't know..  -)

Best,

Jean-Francois



---
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson  Lucent use to deliver
higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] XCode 1.2 issue with tcltk?

2004-05-05 Thread jfm
I don't think this is due to XCode1.2 : my tcltk was re-built here
with XCode1.2 (apr. 26), and I got there :
../macosx/tclMacOSXBundle.c: In function 
`Tcl_MacOSXOpenVersionedBundleResources':
../macosx/tclMacOSXBundle.c:152: warning: passing arg 4 of 
`CFURLCreateCopyAppendingPathComponent' with different width due to 
prototype
../macosx/tclMacOSXBundle.c:155: warning: passing arg 4 of 
`CFURLCreateCopyAppendingPathComponent' with different width due to 
prototype
../macosx/tclMacOSXBundle.c:184: warning: passing arg 2 of 
`CFURLGetFileSystemRepresentation' with different width due to 
prototype
rm -f libtclstub8.4.a
.

Jean-Francois

On May 4, 2004, at 10:45 PM, Benjamin Reed wrote:

I'm getting the following error building:

---(snip!)---
../macosx/tclMacOSXBundle.c: In function 
`Tcl_MacOSXOpenVersionedBundleResources':
../macosx/tclMacOSXBundle.c:152: error: built-in function 
`__builtin___CFStringMakeConstantString' requires 
`-fconstant-cfstrings' flag
../macosx/tclMacOSXBundle.c:152: warning: passing arg 4 of 
`CFURLCreateCopyAppendingPathComponent' with different width due to 
prototype
../macosx/tclMacOSXBundle.c:155: warning: passing arg 4 of 
`CFURLCreateCopyAppendingPathComponent' with different width due to 
prototype
../macosx/tclMacOSXBundle.c:175: error: built-in function 
`__builtin___CFStringMakeConstantString' requires 
`-fconstant-cfstrings' flag
../macosx/tclMacOSXBundle.c:184: warning: passing arg 2 of 
`CFURLGetFileSystemRepresentation' with different width due to 
prototype
---(snip!)---

I was able to fix it by adding:

  GENERIC_FLAGS=-fconstant-cfstrings

...to the two make bits in tcltk.info, but that seems rather 
hackish.  Any ideas on a proper way to handle this?

--
Benjamin Reed, a.k.a. RangerRick
[EMAIL PROTECTED] / http://ranger.befunk.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-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel



---
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-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Re: [Fink-devel] SGMLSpm-1.03ii.tar.gz failed to compile (Modifié par Michèle Garoche)

2004-04-12 Thread jfm
On Apr 12, 2004, at 6:01 PM, Michèle Garoche wrote:

Sorry, redirected from fink-users (sent on fink-users by error).


Michele _ you can pick up a fixed file on cvs. Hopefully it works
now on HFS+ _ please test !
Jean-Francois



---
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_id70alloc_id638op=click
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] bluefish

2004-04-08 Thread jfm
Hi Michele,

In the Source field, 'downloads' should be replaced by 'snapshots'
(wondering how Martin managed to build it already w/o hitting this..
did you already have the src ?)
The build went well, except for the overwrite of the the prev version
at the end.
Jean-Francois



---
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-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Re: Incorrect ConfigureParams in zsh-4.2.0

2004-03-27 Thread jfm
On Mar 27, 2004, at 10:39 PM, David H. wrote:

Gary Kerbaugh wrote:
As far as whether or not to include it with zsh, I have to defer 
to your
experience. As I think about it, it does seem easier to make it a 
separate
package. The zsh-script.info should be pretty easy and I could alter 
the
scripts without having to change the zsh package. I'll let you know 
when I
write it. It won't take that long but I don't have much time at the 
moment.
good. Do you think your scripts make zsh a better default experience ? 
If so then we can depend on the zsh-scripts.info from within the 
zsh.info
Or Suggest or Recommend  ? _ no need to Depend it would seem to me

JF



---
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-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Re: Incorrect ConfigureParams in zsh-4.2.0

2004-03-27 Thread jfm
David H. dmalloc at users.sourceforge.net writes:

 
 jfm wrote:
 
  Or Suggest or Recommend  ? _ no need to Depend it would seem to me
  
 Suggest and Recommend does not work for source installs, fink ignores 
 those fields. If those scripts really do improve the whole zsh 
 experience a LOT, then I feel it is feasable to depend on them


I know fink ignores _ but the user should not necessarily...
But it is of course your decision _ the above was just a Suggests ...

Best,

JF



---
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-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] /sw/man and dante

2004-03-26 Thread jfm
On Mar 26, 2004, at 6:28 PM, David H. wrote:

jfm wrote:

I don't know to which of your above pkgs you're referring here : 
ccrypt or xmlsec ?
(apparently not sudo since that's not yet in 10.3).
But for both I was referring to the 10.3 version.
ccrypt is fine, just checked it. I am fixing xmlsec, thanks
I get :

/sw/var/logs# fink list ccrypt
Information about 3662 packages read in 66 seconds.
 i   ccrypt 1.6-11   Utility for 
encrypting and decrypting files and streams
/sw/var/logs# ls -l /sw/doc/ccrypt
total 24
-rw-r--r--1 root wheel   24426 Dec  8 10:27 ccrypt.html
/sw/var/logs# dpkg -S /sw/doc/ccrypt
ccrypt: /sw/doc/ccrypt

Jean-Francois



---
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-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] ccrypt

2004-03-26 Thread jfm
Hi David _

Changing mandir

 -ConfigureParams: --prefix=%p --mandir=%p/share/man
 +ConfigureParams: --prefix=%p --mandir=%i/share/man
will not change :

mkdir /sw/src/root-ccrypt-1.6-12/sw/doc
mkdir /sw/src/root-ccrypt-1.6-12/sw/doc/ccrypt
 /sw/bin/install -c -m 644 ./ccrypt.html 
/sw/src/root-ccrypt-1.6-12/sw/doc/ccrypt/ccrypt.html

ie, you continue to install /sw/doc ..

Best,

Jean-Francois



---
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-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] fink-cvs

2004-03-18 Thread jfm
Hi Dan,

Since today's update to fink, I also get msgs :

Failed: Can't resolve dependency libsoup-ssl-shlibs (= 1.99.28-3) for 
package libsoup-ssl-1.99.28-3 (no matching packages/versions found)
Failed: Can't resolve dependency gal199-shlibs (= 1.99.11-6) for 
package gal199-1.99.11-6 (no matching packages/versions found)
Failed: Can't resolve dependency gtkhtml3-shlibs (= 3.0.10-9) for 
package gtkhtml3-3.0.10-9 (no matching packages/versions found)

This looks suspicious, no ?

Best,

Jean-Francois



---
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-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] fink-cvs

2004-03-18 Thread jfm
Hi Dan,

Trying a bit more :

fink list -o
Information about 3532 packages read in 15 seconds.
Use of uninitialized value in exists at /sw/lib/perl5/Fink/Status.pm 
line 153.
Use of uninitialized value in exists at 
/sw/lib/perl5/Fink/VirtPackage.pm line 472.
... repeats
 I omit the non-interesting ones below :
(i)  gal199 1.99.11-6The GNOME 
Accessibility Library
(i)  gal199-dev 1.99.11-6The GNOME 
Accessibility Library
(i)  gtkhtml3   3.0.10-9 HTML 
rendering/printing/editing engine
(i)  gtkhtml3-dev   3.0.10-9 HTML 
rendering/printing/editing engine
(i)  libsoup-ssl1.99.28-3SOAP 
implementation in C, with SSL support
(i)  libsoup-ssl-dev1.99.28-3SOAP 
implementation in C, with SSL support
(i)  openafs1.2.8-4  The AFS 
distributed client/server filesystem
(i)  openafs-dbserver   1.2.8-4  The AFS 
distributed filesystem- database server
(i)  openafs-dev1.2.8-4  The AFS 
distributed filesystem- static libraries
(i)  openafs-fileserver 1.2.8-4  The AFS 
distributed filesystem- file server
(i)  openafs-kpasswd1.2.8-4  The AFS 
distributed filesystem- old password changing
(i)  openssl097 0.9.7d-1 Secure Sockets 
Layer and general crypto library
(i)  openssl097-dev 0.9.7d-1 Secure Sockets 
Layer and general crypto library

Each time the missing splitoff is the first _ the non-numbered one.

JF



---
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-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] failed du_sk-tests in making fink-0.19.2.cvs-20040317

2004-03-17 Thread jfm
Hi,

I have no idea what causes this _ UFS shouldn't matter here, no ?

./Command/du_sk..NOK 5# Failed test (./Command/du_sk.t 
at line 30)
#  got: '83'
# expected: '103'
./Command/du_sk..NOK 6# Failed test (./Command/du_sk.t 
at line 31)
#  got: '166'
# expected: '206'
./Command/du_sk..ok 7/7# Looks like you failed 2 tests of 7.
./Command/du_sk..dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 5-6
Failed 2/7 tests, 71.43% okay (less 1 skipped test: 4 okay, 
57.14%)

JF Mertens



---
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-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Re: failed du_sk-tests in making fink-0.19.2.cvs-20040317

2004-03-17 Thread jfm
Hi,

Here is the explanation I guess :

/sw/fink/cvs/fink/t/Command# /usr/bin/du .
10  ./CVS
38  .
/sw/fink/cvs/fink/t/Command# /sw/bin/du .
5   ./CVS
19  .
Jean-Francois



---
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-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] failed du_sk-tests in making fink-0.19.2.cvs-20040317

2004-03-17 Thread jfm
On Mar 17, 2004, at 6:36 PM, Dave Vasilevsky wrote:

It seems this answers part of the mystery:

[Toaster:/Volumes/TestUFS/fink/t] vasi$ du -sk .
94  .
[Toaster:/Volumes/TestUFS/fink/t] vasi$ perl -MFink::Command=du_sk -e 
'print(du_sk($_),\n) for @ARGV' .
73
[Toaster:/Volumes/TestUFS/fink/t] vasi$ find . -type d | wc -l
  21
Now, the obvious question is why the heck does du count directory 
entries on UFS but not HFS? This happens with both Apple and GNU du.
I thought this was quite correct : isn't a subdirectory a file in 
itself ?

JF



---
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-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] BuildDependsOnly warnings

2004-03-13 Thread jfm
On Mar 13, 2004, at 12:19 AM, Peter O'Gorman wrote:

I thought that Dan had fixed all those by changing the .info files to 
use here-doc format? Perhaps he only did the 10.3 tree?
On Mar 13, 2004, at 12:29 AM, Daniel Macks wrote:

I'm pretty sure that's
been fixed in all of 10.2-gcc3.3 and 10.3 for a few weeks now. If
there are some I missed, feel free to send me the fink index output
and I'll fix them in CVS ASAP.
Correct _ and none are missed. It is just a problem when using also
unsupported trees (eg , I use also 10.2 (and still an old copy of the 
'not-ready'
branch) _ and before removing them I would like to find once the time to
check all those that build correctly _ maybe with local modifs _
and are not yet in 10.3)
The only way (using supported fink trees) I think one would see this
would be if you have your own personal .info files.
Those are clean (at least in this respect...)
It's very difficult to have only the validator catch these (since it
uses the same parsing routine as fink itself) or to force people to
run 'fink validate' so I made that message un-optional in order to
give you lead-time to fix your stuff.
I understand _ but no need to see those same 650 warnings N times
a day _ eg every time you make a minor change to an info file ...
Sufficient to be warned once...
Best,

Jean-Francois



---
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-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] octave-forge-2004.02.12-1

2004-03-09 Thread jfm
On Mar 8, 2004, at 9:32 PM, Michael Kluskens wrote:

fink install octave-forge gives:

ld: can't locate file for: -lqhull
Thanks for the reminder _ the issue came up already before.
Fixed in cvs.
(if you can't wait, just add in the info file a line
SetLIBRARY_PATH: %p/lib )
JF Mertens



---
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-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] pango and freetype question

2004-02-26 Thread jfm
On Feb 26, 2004, at 2:02 AM, James Gibbs wrote:

Could someone look at the following snippet from the compilation of 
pango1-xft2 and tell me if it looks wrong to them, too. Specifically, 
in the last call to gcc, -L/sw/lib comes before -L/usr/X11R6/lib and 
there is also a -lfreetype. Wouldn't this make the libfreetype from 
/sw/lib be used instead of that from x11?

I've been trying to figure out why people still seem to be having 
trouble with freetype and pango in the mailing lists.
Yes _ but this shouldn't be the explanation, provided people are up to 
date with freetype:
in /sw/lib they should have just  libfreetype.6.dylib - 
libfreetype.6.3.2.dylib, no libfreetype.dylib

Best,

Jean-Francois



---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] date-manip-pm error

2004-02-17 Thread jfm
On Feb 16, 2004, at 3:19 AM, Daniel Macks wrote:

On Sun, Feb 15, 2004 at 01:40:24AM +0100, Martin Costabel wrote:
One (minor) question in this context is how the package database
determines the maintainer when different versions of a package have
different maintainers. From looking at examples it seems to me that 
the
pdb takes the maintainer of the version in the oldest tree,
Looking at package.php, it appears that all the fields taht are not
specificly noted as from a particular version (DescDetail, Section,
Maintainer, Homepage, License, parent/child info) are all teken from
the oldest version in the pdb.
Would this not rather be: the latest tree containing this pkg in the 
Trees line ?

'fink info' gives me the correct maintainers for date-manip-pm as well 
as for cmake.
(and 'fink info cmake-1.4.6-2' is also correct).
My Trees line lists carefully all trees in the reverse order than the 
priority
I want : thus stable always before unstable, 10.2 before 10.2-gcc3.3 
before 10.3
_ and local at the end.

This was for other reasons: I remember from a (very superficial _ I 
don't read perl either)
look at the code that basically the db is built by taking the trees in 
the order of the Trees line,
and putting their information in the db _ with the effect that pkgs 
with same %n-%v-%r
in later trees overwrite those in earlier trees.

Best,

Jean-Francois



---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] date-manip-pm error

2004-02-17 Thread jfm
On Feb 17, 2004, at 7:04 PM, Daniel Macks wrote:

Trees line. 'fink info'. Huh?

We're talking about http://fink.sourceforge.net/pdb/index.php
Very sorry _ I thought of fink's package db...

JF



---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Packaging policy

2004-02-17 Thread jfm
On Feb 13, 2004, at 8:48 PM, Remi Mommsen wrote:

On Feb 13, 2004, at 9:15 AM, jfm wrote:
Similarly, to get the set of pkgs that eg still depend on gd  a simple
egrep -rI '[, ]gd([, ]|$)' /sw/fink/dists/unstable|grep 'Depends:'
suffices with the 1 line convention.
(And as long as only a dozen pkgs  don't follow that convention, it 
is still tolerable)
... Following your line of thought you will have to forbid the use of 
the here-doc structure for dependencies. Otherwise your simple grep 
reports an incomplete set of packages which is bad IMHO.
Sure I would prefer. But since I +/- know this dozen of pkgs, and since 
up to now I never had to
embed such uses of grep in longer scripts (running over all info files, 
eg to write a dependency tree
or something to be fed to tsort) which would have to be foolproof, the 
situation is still liveable for me.

Is it really worthwhile to complicate so much such simple uses ???
I guess a functionality for printing all packages depending on a given 
package could be quite easily implemented in fink itself.
And a 'f_wh' (fink which), to get eg the pkgs a set of given pkgs 
depend on
_as described in the first example in my previous msg...
And ...
Probably. But :
1) note that feature requests like #496468 and #535059 are since 2 
years in the tracker ...
So I would rather wait till such things effectively exist before 
complicating life for substitutes.
2) you would want such such an implementation to be at least as 
efficient as the above-cited
'poor man implementations that don't use the db. I mentioned this 
difference in the previously
cited msg; eg :

# time { fink info evolution|grep Maintainer ; }
 Maintainer: The Gnome Core Team [EMAIL PROTECTED]
real0m51.066s
user0m8.990s
sys 0m2.370s
# time grep Maintainer `f_wh evolution`
Maintainer: The Gnome Core Team [EMAIL PROTECTED]
real0m23.870s
user0m1.070s
sys 0m2.850s
(timings are quite consistent for the second, and much more variable 
for the first_
but differences always are in this direction, and the above 2 are 
rather typical, and
were obtained running simultaneously in 2 different windows).

(And to be fair, the comparison should be with such scripts for a 
hypothetical
fink which would really be user-friendly in this respect _ I mean, eg 
have
systematically info filenames of the form %n_%v_%r.info (like debs), 
with no other
underscores _ so f_wh would just have to read a couple of dirs, no 
files .
Similarly all variant syntaxes allowed in info files complicate such 
scripts _
and the users life ..)

3) What you are suggesting amounts to construct  within fink a 
specialized
language for querying its db. It is not always easy to design well such 
a
language _ to be sure to cover all reasonable desiderata with a set of
primitives as small and efficient as possible.
Is it not better just to make sure the general purpose tools are easy 
to use ?

Best,

Jean-Francois



---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Packaging policy

2004-02-13 Thread jfm
On Feb 13, 2004, at 9:39 AM, Remi Mommsen wrote:

I prefer the here-doc structure for Depends and BuildDepends in fink 
packages, where each dependency (with possible alternatives) is on a 
separate line. For example
Depends: 
  x11,
  giflib-shlibs | libungif-shlibs


IMO this is much more readable than an endless line and it eases to 
track changes in cvs considerably. You see immediately which 
dependencies have changed.

How about recommending the use of here-doc structures for Depends and 
BuildDepends in the packaging manual?
This seems more about esthetics; on the other hand, as to the users'
ease of use, the one line format allows to immediately get the 
dependencies
of a set of packages by a command like  f_whch pkgs|xargs grep 
'Depends:' 
(where f_whch _ 'fink which' _ outputs, for each listed pkg 
succesively, a line
with the full path to the exact info file fink would use for that pkg _ 
cf eg
http://article.gmane.org/gmane.os.apple.fink.devel/7304/match=
for such a script).
Similarly, to get the set of pkgs that eg still depend on gd  a simple
egrep -rI '[, ]gd([, ]|$)' /sw/fink/dists/unstable|grep 'Depends:'
suffices with the 1 line convention.
(And as long as only a dozen pkgs  don't follow that convention, it is 
still tolerable)

Is it really worthwhile to complicate so much such simple uses ???

Jean-Francois 
  



---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Re: dists/10.3/unstable/main/finkinfo/libs/perlmods getopt-long-pm.info,1.1,1.2 getopt-long-pm581.info,1.1,1.2

2004-02-03 Thread jfm
On Feb 3, 2004, at 5:44 PM, TheSin wrote:

the point is still why? it's not hurting fink or dpkg for our usage.
Even if it doesn't hurt  fink's or dpkg's current usage (no guarantee
about future versions of dpkg), users must be able to rely on the
specs for whatever scripts they need.
Jean-Francois

PS: Fink gives very few accessors to its db, so users _ maybe in 
addition
afraid of a perpetual state of flux to write their own) have to do 
things
on their own.
And even w/o that, eg the following script, which doesn't use the db, 
performs
typically better (when piped through 'grep Maintainer' or 'grep 
Depends')
than 'fink info' to get a Maintainer :

#!/sw/bin/bash
hash grep sed tr sort cut dpkg xargs
check () {
local k
for k in $@
do
if [[ $i = `grep -i '^Package:' $k|grep -v '%'|tr \n\t X |cut -dX 
-f1|sed 's,  *, ,'|cut -d ' ' -f2` ]]
then echo $k
fi
done
}
realname () { local k ; { for k in $@ ; do pushd $k 1/dev/null ; pwd 
-P ; popd 1/dev/null ; done } | xargs ; }
lst=`grep '^Trees:' /sw/etc/fink.conf|tr \t  |sed 's/^Trees:  
*//'|sed 's/  *$//'|sed 's/  */ /'|tr -s ' ' '\n'|sed 
's|^|/sw/fink/dists/|'|xargs`
ls=`realname $lst`
lst=`find $ls -follow \( -name CVS -o -name 'binary-darwin-powerpc' \) 
-prune -o -print|grep '\.info$'`
for i in $@
do
ls=`check \`{
grep -F /${i}.info
/${i}- -EOF
$lst
EOF
}\` | xargs`
max=0:0-0
vers () { val=$3:$1-$2 ; }
for j in $ls
do
vers `echo \`grep -iE ^(Epoch|Version|Revision): $j |tr \t  |sed 
's/  */ /'|sort -fr|cut -f2 -d ' '\`` 0
# if dpkg --compare-versions $max le $val
if finch-version-cmp $max = $val
then max=$val
l=$j
fi
done
echo $l
done



---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: .app's in Fink (was Re: [Fink-devel] CFD: Installing Frameworks from fink packages)

2004-01-27 Thread jfm
On Jan 27, 2004, at 12:24 AM, Darian Lanx wrote:

What happens to the maitainer precedence then? Will the native app 
always be preffered? Why would anyone want to use KDE/X11 when they 
can have native KDE?
To me, the crucial point is that all X11 based stuff, as well as the 
command
line stuff, is accessible to me, and to any other user, from whereever 
I happen
to be, with whatever computer.. This is to me the highest priority  _

Jean-Francois



---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Re: fink/perlmod/Fink ChangeLog,1.523,1.524 Package.pm,1.58,1.59 PkgVersion.pm,1.213,1.214

2004-01-16 Thread jfm
When updating fink from cvs an hour ago, I got :

ln -s 10.3 /sw/fink/dists
Reading package info...
Error performing percent expansion: unknown % expansion or nesting too 
deep: %n-dev. at /sw/lib/perl5/Fink/Services.pm line 549.

And any command like 'fink rebuild foo' yields the same msg.

Anything wrong here, or in the update ?

Jean-Francois



---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Re: fink/perlmod/Fink ChangeLog,1.523,1.524 Package.pm,1.58,1.59 PkgVersion.pm,1.213,1.214

2004-01-16 Thread jfm
On Jan 16, 2004, at 5:17 PM, Daniel Macks wrote:

On Fri, Jan 16, 2004 at 03:47:34PM +0100, jfm wrote:
When updating fink from cvs an hour ago, I got :

ln -s 10.3 /sw/fink/dists
Reading package info...
Error performing percent expansion: unknown % expansion or nesting too
deep: %n-dev. at /sw/lib/perl5/Fink/Services.pm line 549.
And any command like 'fink rebuild foo' yields the same msg.

Anything wrong here, or in the update ?
Sounds like your package descriptions are out-dated. I'm pretty sure I
adjusted those .info in 10.3 in CVS Wednesday night. For me:
  % grep -lr /sw/fink/10.3 '%n-dev'
doesn't find anything.
Ah !
But I don't use only 10.3 _ also 10.2-gcc3.3, 10.2 _ and until recently
even 10.2-gcc3.3 with the 'not-ready' tag and 10.1 
Jean-Francois



---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Re: fink/perlmod/Fink ChangeLog,1.523,1.524 Package.pm,1.58,1.59 PkgVersion.pm,1.213,1.214

2004-01-16 Thread jfm
On Jan 16, 2004, at 5:17 PM, Daniel Macks wrote:

adjusted those .info in 10.3 in CVS Wednesday night. For me:
  % grep -lr /sw/fink/10.3 '%n-dev'
Even in 10.3 I still find , in unstable:
libs/ggz-client-libs.info:BuildDepends: %n-dev (= %v-%r)
games/ggz-server.info:BuildDepends: %n-dev (= %v-%r)
(what a strange construct _ again a pkg that BuildDepends on self ?)

and elsewhere only graphics/ivtools has 'Package: %n-dev'
in 10.2/{,un}stable (and in 10.2-gcc3.3NR/unstable).
Best,

Jean-Francois



---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Re: fink/perlmod/Fink ChangeLog,1.523,1.524 Package.pm,1.58,1.59 PkgVersion.pm,1.213,1.214

2004-01-16 Thread jfm
On Jan 16, 2004, at 6:10 PM, Daniel Macks wrote:

Remi adjusted all of 10.2-gcc3.3 and most of 10.2 yesterday, and I did
the remainder of 10.2 this morning.
Thanks for fixing ivtools in 10.2 _ that did it.

For those playing along at home:  ...
Thanks also for the nice explanation.

Best,

Jean-Francois



---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Re: fink/perlmod/Fink ChangeLog,1.523,1.524 Package.pm,1.58,1.59 PkgVersion.pm,1.213,1.214

2004-01-16 Thread jfm
On Jan 16, 2004, at 6:27 PM, Daniel Macks wrote:

libs/ggz-client-libs.info:BuildDepends: %n-dev (= %v-%r)
games/ggz-server.info:BuildDepends: %n-dev (= %v-%r)
(what a strange construct _ again a pkg that BuildDepends on self ?)
I guess that -dev could be in a different .info or something so it's
not in principle bad.
 I had checked; it is in the same..

Thanks again.

Jean-Francois



---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Re: [gnome-core] librsvg2-2.4.0-3

2004-01-14 Thread jfm
On Jan 14, 2004, at 6:31 PM, Martin Costabel wrote:

The real fix would be to lean on the freetype2 guys to make them fix 
the upstream sources. Why for god's sake did they have to put a 
freetype directory inside include/freetype2? This header file should 
be named freetype2/freetype.h.
Hi Martin,

Why do you always pick on those guys.
What they did is completely standard , eg 2 examples of today :
/sw/var/logs# locate pygtk.h
/sw/include/pygtk-2.0/pygtk/pygtk.h
/sw/include/pygtk/pygtk.h
/sw/var/logs# locate gtkhtml.h
/sw/include/gtkhtml-1.1/gtkhtml/gtkhtml.h
/sw/include/gtkhtml-2.0/libgtkhtml/gtkhtml.h
/sw/include/gtkhtml/gtkhtml.h
/sw/include/libgtkhtml-3.0/gtkhtml/gtkhtml.h
And the reasons for doing so are obvious.
It is only because fink chooses not to install things in the normal 
places
/usr or /usr/local (and hence need to set explicit flags -L%p/lib or 
-I%p/include)
that we have difficulties with this : it seems more like a
fink problem than a problem of those packages.
(cf recent msg of pogma on ways to solve this at the fink level by 
having
fink editing the .la , .pc, and -config files at the end of an install)

Best,

Jean-Francois



---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Re: dists/10.3/stable/main/finkinfo/libs/perlmods compress-zlib-pm.info,NONE,1.1 compress-zlib-pm581.info,NONE,1.1 dbd-mysql-pm.info,NONE,1.1 dbd-mysql-pm581.info,NONE,1.1 dbi-pm.info,NONE,1.1 dbi-pm581.info,NONE,1.1 html-parser-pm.info,NONE,1.1 html-parser-pm581.info,NONE,1.1 mime-base64-pm.info,NONE,1.1 mime-base64-pm581.info,NONE,1.1 scalar-list-utils-pm.info,NONE,1.1 scalar-list-utils-pm581.info,NONE,1.1 template-notex-pm.info,NONE,1.1 template-notex-pm581.info,NONE,1.1 template-pm.info,NONE,1.1 template-pm581.info,NONE,1.1 term-readkey-pm-2.21-6.info,NONE,1.1 term-readkey-pm581-2.21-1.info,NONE,1.1 text-iconv-pm.info,NONE,1.1 text-iconv-pm581.info,NONE,1.1 time-hires-pm.info,NONE,1.1 time-hires-pm560.info,NONE,1.1 time-hires-pm581.info,NONE,1.1 unicode-string-pm.info,NONE,1.1 unicode-string-pm581.info,NONE,1.1 xml-parser-pm.info,NONE,1.1 xml-parser-pm581.info,NONE,1.1

2004-01-09 Thread jfm
Hi Dave,

But Dan's excerpts showed

--- NEW FILE: template-notex-pm581.info ---
Package: template-notex-pm581
Depends: appconfig-pm, perl580-core
BuildDepends: fink (= 0.13.0-1), perl580-core
those '580' should presumably be 581 ...
(Also the Suggests line has a couple of stray 580's)
And the same is true for  template-pm581.info
Best,

Jean-Francois



---
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] fink builds twice

2004-01-06 Thread jfm
On Jan 6, 2004, at 12:05 PM, Max Horn wrote:

After all, relatives of a package can't (and mustn't) be build 
dependencies of the package, since they are built at *exactly the same 
time*. So it wouldn't even make sense to have such a dependency (I can 
imagine some situations where people would *want* such a thing, 
because e.g. a pkg builds differently if it is already installed; 
however, this is a bug in the package, and nothing that could or 
should be fixed by hacks to the dependency engine).
I fully agree; was my understanding too.
Still would want an explanation why some people thought it 
necessary/usefull.

More specifically, when the current version of ffmpeg came up, I 
emailed the maintainer,
before even running the package, How can this ever work ? _ Or: what 
does it mean ? :
the pkg had a BuildDepends on 2 of its own splits. The answer I got was 
basically
Don't worry _ it'll work out, and has to be this way.

Justin _ can you explain what you had in mind ?
(and probably adapt ffmpeg to the new situation ...)
Best,

Jean-Francois



---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=click
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] fink builds twice

2004-01-06 Thread jfm
Hi Justin,

Thanks for the clarification !

Best,

Jean-Francois

On Jan 6, 2004, at 4:58 PM, TheSin wrote:

sure everyone was complaining so i just changed it.
I don't understand what you're referring to here: who was complaining 
about what ?
Some other issue ?
 As for ffmpeg they are builddeps even if they are built at the same 
time, it won't hurt it in anyway and someday if they become separate 
pkgs as I have been thinking about doing, I won't have to change 
anything.
Thanks a lot _ at least I undertand now what was your idea _
even if I still disagree : the build of about any package will very
depend at some stages on already build parts (eg, libs) of its 
splitoffs;
BuildDepends shouldn't care about that: its role is to indicate what
other pkgs must be installed for a proper build.
So even though i agree that pkging was at fault for the first problem
Again _ what is the first problem _ and the other(s) ?
and not fink it's self, I disagree about ffmpeg, I think it is right.
---
TS
http://southofheaven.org
Chaos is the beginning and end, try dealing with the rest.
On 6-Jan-04, at 8:04 AM, jfm wrote:

Don't worry _ it'll work out, and has to be this way.

Justin _ can you explain what you had in mind ?
(and probably adapt ffmpeg to the new situation ...)


---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=click
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Re: Ruby test failed

2003-12-23 Thread jfm
On Dec 23, 2003, at 6:24 PM, Matthias Neeracher wrote:

Interesting, and thank you so much for testing this!

This looks like you're running the test without having installed the 
ruby-support patch itself,
I just ran  inject.pl  ...

which applies to the perlmods (Fink::PkgVersion, to be more specific). 
I was too cheap to tag the entire repository, so I just tagged these 
two directories.

Jean-Francois



---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=click
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Re: Ruby test failed

2003-12-23 Thread jfm
On Dec 23, 2003, at 8:19 PM, jfm wrote:

This looks like you're running the test without having installed the 
ruby-support patch itself,
I just ran  inject.pl  ...
But I see the cvs update command had the '-f' option (together with  -r 
HEAD).

JF



---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=click
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] new fink commands

2003-12-15 Thread jfm
Opinions seems to me to go a bit too much in one single direction
on this _ so let me try to play the devil's advocate..
On Dec 9, 2003, at 11:44 PM, Max Horn wrote:

Am Dienstag, 09.12.03 um 21:56 Uhr schrieb TheSin:

netpbm10 has 2 children:
- netpbm10-shlibs
- netpbm-bin
so netpbm-bin has two parents
Ugh! That's quite a nasty trick. In particular it means that if I do 
this:
  fink install netpbm netpbm-bin
Fink will *not* do what I expect it to do...
If you install pkgs you don't know, right. On the other hand, if you 
have
netpbm-bin installed, and you do a blind fink update-all, you'll stay 
up to date...
Why was this done? Why not netpbm10-bin, which then Provides: 
netpbm-bin ?
I can't speak for the maintainers of all those packages, but one 
seemingly obvious
motivation would be that this way, a user who has selected netpbm-bin
and just wants to stay up to date, will stay so, automatically via 
update-all.
I.e., the fact that the functionality of update-all has basically been 
broken by
the spitoffs venture is largely resolved by this 'trick', at least in 
as much concerns
the users. (Of course it doesn't help to update the deps of other 
packages _
but that's an other issue _ at least the user's problem is largely 
solved by such a
system.)

The fact that a command what not originally conceived with a specific 
use in mind
is no argument against such use: specs specify what the command should 
do,
not what the user should, and as long as the use conforms with them, 
the better
if it is creative _ it only shows addtional merit in the original 
design.

So I could see an argument for not tightening the specs, even if minor 
adjustments
in fink are required to fully support such use, because the 
alternatives to fully
support an 'update-all' function _ from the user's point of view _ seem 
so much
heavier, and hence further away.

JF Mertens



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] The perl modules situation

2003-12-15 Thread jfm
On Dec 15, 2003, at 8:39 AM, Patrick Näf wrote:

jfm said:
Typically perl580 (eg) will install the same man pages, at the same
place.
So in order for the user not to have to  force-overwrites , yes, you
need such
a Replaces (and perl580 too) _ if this is the case with your package.
Ah, I see, the whole business is about the man pages - I didn't catch 
that
earlier.

In that case, make sure that your package is at least as up to date as
the one in
perl580 _ and that the corresponding man pages are substantially the
same
I'll do that then, thanks for the instruction.
I'm afraid I've still been too sketchy, and it is not that easy _ 
because the perlxyz
(say 580) packages need such a Replaces too, and it seems out of the 
question
to have to update (including rev-up) this every time a maintainer of 
one of those
+/- 20 packages checks his own _ this has to be centralized a bit one 
way or the other.

Maybe you would be willing to do this, and then coordinate with the 
maintainer of
perl580 ? An old list of pkgs to look at follows in PS (give and take 
one..).

Basically, it involves installing perl580, then building each of those 
pkgs and installing
them with dpkg --force-overwrites, so as to see the exact set of files 
that would get replaced,
then checking for each of those files (I would expect mainly man files, 
but if I remember
correctly there may also be sometimes scripts in /sw/bin, where 
obviously much more caution
is required) whether it agrees substantially (ie, conveys exactly the 
same infomation) with the
one of perl580. (Eg, by extracting also perl580 in a tmp dir, and 
doing, for each file,
'man full_path_to_man_file' to each of the 2 man files in 2 parallel 
windows).

JF Mertens

PS: attribute-handlers-pm cgi-pm digest-md5-pm file-spec-pm 
file-temp-pm filter-simple-pm filter-util-pm getopt-long-pm 
i18n-langtags-pm libnet-pm locale-maketext-pm memoize-pm mime-base64-pm 
scalar-list-utils-pm storable-pm template-pm test-harness-pm 
test-simple-pm text-tabs-wrap-pm time-hires-pm



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] The perl modules situation

2003-12-14 Thread jfm
On Dec 14, 2003, at 12:38 AM, Patrick Näf wrote:

I'm the owner of one of the modules which is provided by perl580 
(text-tabs-wrap-pm).
When JFM brought this up back in August he suggested that,

appropriate 'Replaces' fields be put in those packages, and in 
perl580.

JFMs suggestion can't really mean that I have to put

  Replaces: perl580

into my package, can it?
Typically perl580 (eg) will install the same man pages, at the same 
place.
So in order for the user not to have to  force-overwrites , yes, you 
need such
a Replaces (and perl580 too) _ if this is the case with your package.
In that case, make sure that your package is at least as up to date as 
the one in
perl580 _ and that the corresponding man pages are substantially the 
same
(else you would have to resort to update-alternatives, which is much 
heavier,
and I guess often forgotten by the user)

Best,

Jean-Francois



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] new fink commands

2003-12-09 Thread jfm
On Dec 9, 2003, at 7:45 AM, D. Höhn wrote:

There can be many children but only _one_ parent.  Is that correct?
netpbm-bin has as parents both netpbm and netpbm10 _
and there may be a couple more such examples.
Jean-Francois



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Trees not searched in order?

2003-12-09 Thread jfm
On Dec 9, 2003, at 5:25 PM, Martin Costabel wrote:

Randal L. Schwartz wrote:

Why isn't the order of Trees important?
This has annoyed me, too. I seem to remember someone saying that it is 
now, since one of the recent shakeups,
Not that recent : the introduction of 'fink index'
the *reverse* order of the Trees line that is used. If true, I would 
consider this a serious bug.
It is somewhat less intuitive, yes _ and further was unannounced, and 
undocumented,
while this ordering is really an important config tool for users, and 
there were several
previous msgs on the lists pointing out its use. So the change 
definitely wasn't done
optimally.

Jean-Francois



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] fink HEAD builds everything twice

2003-12-04 Thread jfm
Hi,

Just updated fink, and now :

...
dpkg-deb: building package `cups-dev' in  
`/sw/fink/dists/unstable/main/binary-darwin-powerpc/libs/cups- 
dev_1.1.20-0.rc1.1_darwin-powerpc.deb'.
/bin/ln -sf  
/sw/fink/dists/unstable/main/binary-darwin-powerpc/libs/cups- 
dev_1.1.20-0.rc1.1_darwin-powerpc.deb /sw/fink/debs/
/bin/rm -rf /sw/src/root-cups-dev-1.1.20-0.rc1.1
/bin/mkdir -p /sw/src/cups-dev-1.1.20-0.rc1.1
gzip -dc /sw/src/cups-58.tar.gz | /sw/bin/tar -xf -

dpkg-deb: building package `openslp-ssl-dev' in  
`/sw/fink/dists/unstable/crypto/binary-darwin-powerpc/openslp-ssl- 
dev_1.0.9a-2_darwin-powerpc.deb'.
/bin/ln -sf  
/sw/fink/dists/unstable/crypto/binary-darwin-powerpc/openslp-ssl- 
dev_1.0.9a-2_darwin-powerpc.deb /sw/fink/debs/
/bin/rm -rf /sw/src/root-openslp-ssl-dev-1.0.9a-2
/bin/rm -rf /sw/src/root-openslp-ssl-1.0.9a-2
/bin/mkdir -p /sw/src/openslp-ssl-1.0.9a-2
gzip -dc /sw/src/openslp-1.0.9a.tar.gz | /sw/bin/tar -xf -
.
dpkg-deb: building package `xfontpath' in  
`/sw/fink/dists/unstable/main/binary-darwin-powerpc/x11/xfontpath_0.4 
-12_darwin-powerpc.deb'.
/bin/ln -sf  
/sw/fink/dists/unstable/main/binary-darwin-powerpc/x11/xfontpath_0.4 
-12_darwin-powerpc.deb /sw/fink/debs/
/bin/rm -rf /sw/src/root-xfontpath-0.4-12
/bin/mkdir -p /sw/src/xfontpath-0.4-12
gzip -dc /sw/src/xfontpath-0.4.tar.gz | /sw/bin/tar -xf -

etc

JF Mertens

PS:  Chris :
Further, the above build of openslp-ssl contains a bunch of messages :
symbol _PEM_read_bio_RSA_PUBKEY used from dynamic library  
/sw/lib/libcrypto.0.9.6.dylib(pem_all.o) not from earlier dynamic  
library /sw/lib/libcrypto.0.9.7.dylib(pem_all.o)
contradicting its :
BuildDepends: openssl097-dev
Depends: openssl097-shlibs



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] fink HEAD builds everything twice

2003-12-04 Thread jfm
On Dec 4, 2003, at 5:54 PM, TheSin wrote:

try current HEAD now.  Also if you know of a build that needs to  
switch db3 and db4 a few times or something like that could you test  
it or tell me :P
Trying ; fink gets rebuild twice :

...
All tests successful.
Files=21, Tests=492, 56 wallclock secs ( 9.44 cusr +  1.62 csys = 11.06  
CPU)
 ./setup.sh /sw
Creating fink...
Creating fink-virtual-pkgs...
Creating pathsetup.command...
Creating FinkVersion.pm...
Creating man page...
Creating shlibs default file...
Creating postinstall script...
/bin/rm -rf /sw/src/root-fink-0.17.1.cvs-20031204.1731
/bin/mkdir -p /sw/src/root-fink-0.17.1.cvs-20031204.1731/sw
/bin/mkdir -p /sw/src/root-fink-0.17.1.cvs-20031204.1731/DEBIAN
./install.sh /sw/src/root-fink-0.17.1.cvs-20031204.1731/sw
Creating directories...
Copying files...
Done.
/bin/rm -f /sw/src/root-fink-0.17.1.cvs-20031204.1731/sw/info/dir  
/sw/src/root-fink-0.17.1.cvs-20031204.1731/sw/info/dir.old  
/sw/src/root-fink-0.17.1.cvs-20031204.1731/sw/share/info/dir  
/sw/src/root-fink-0.17.1.cvs-20031204.1731/sw/share/info/dir.old
/bin/rm -rf fink-0.17.1.cvs-20031204.1731
Writing control file...
Finding prebound objects...
Writing dependencies...
Writing package script postinst...
dpkg-deb -b root-fink-0.17.1.cvs-20031204.1731  
/sw/fink/dists/local/bootstrap/binary-darwin-powerpc
dpkg-deb: building package `fink' in  
`/sw/fink/dists/local/bootstrap/binary-darwin-powerpc/fink_0.17.1.cvs 
-20031204.1731_darwin-powerpc.deb'.
/bin/ln -sf  
/sw/fink/dists/local/bootstrap/binary-darwin-powerpc/fink_0.17.1.cvs 
-20031204.1731_darwin-powerpc.deb /sw/fink/debs/
/bin/rm -rf /sw/src/root-fink-0.17.1.cvs-20031204.1731
/bin/mkdir -p /sw/src/fink-0.17.1.cvs-20031204.1731
/bin/cat /sw/src/fink-0.17.1.cvs.tar | /sw/bin/tar -xf -
make test


Sorry_

Jean-Francois



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] fink HEAD builds everything twice

2003-12-04 Thread jfm
On Dec 4, 2003, at 6:47 PM, jfm wrote:

Trying ; fink gets rebuild twice :

PS: I read : But I think this is the end of the road for my changes, 
as I'm upsetting ppl now
I'd be sorry about that. My msgs didn't imply at all I was upset _ on 
the contrary.
On ne fait pas d'omellette sans casser des oeufs
(One doesn't make an omelet without breaking eggs)

Best;

Jean-Francois



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Re: bladeenc

2003-11-29 Thread jfm
Hi,

I get in my logs :

The following package will be rebuilt:
 bladeenc
Failed: Can't use an undefined value as a HASH reference at 
/sw/lib/perl5/Fink/Services.pm line 271.
I guess it is the * in the TarFilesRename:  BladeEnc.*
The use of wildcards is explicitly allowed in the docs though.
JF Mertens



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Re: [Fink-users] Installing librep-dev-0.16.2-11 failed

2003-11-27 Thread jfm
On Nov 27, 2003, at 11:20 AM, Martin Costabel wrote:

David Orlovich wrote:
snip
-
Trying to install rep.m4 in 
/sw/src/root-librep-0.16.2-11/usr/share/aclocal;
if this fails, install it manually in a suitable location
-
/usr/bin/install -c -m 644 ./rep.m4 
/sw/src/root-librep-0.16.2-11/usr/share/aclocal
This is really not good. The package believes it installed in in 
/sw/share/aclocal as it should, see below.

My log there is correct:

-
Trying to install rep.m4 in 
/sw/src/root-librep-0.16.2-11/sw/share/aclocal;
if this fails, install it manually in a suitable location
-
/sw/bin/install -c -m 644 ./rep.m4 
/sw/src/root-librep-0.16.2-11/sw/share/aclocal

The use of /usr must come from before .

I have :

checking for aclocal directory... /sw/share/aclocal

David _ and you ?

JF Mertens



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] parsing errors with ConfFiles

2003-11-21 Thread jfm
Hi,

Since today I get errors of the style :

dpkg-deb -b root-leafnode-1.9.46-1  
/sw/fink/dists/unstable/main/binary-darwin-powerpc/net
warning, conffile name `/sw/etc/leafnode/config...' is too long, or  
missing final newline
dpkg-deb: ignoring 1 warnings about the control file(s)
...
dpkg: error processing  
/sw/fink/dists/unstable/main/binary-darwin-powerpc/net/leafnode_1.9.46 
-1_darwin-powerpc.deb (--install):
 name of conffile (starting `/sw/etc/leafnode/config') is too long  
(1000 characters)

First wondered whether there might be some stray invisible char causing  
the trouble,
but re-typing the thing or trying with other packages leads to the same  
results.

Jean-Francois



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] parsing errors with ConfFiles

2003-11-21 Thread jfm
On Nov 21, 2003, at 6:01 PM, TheSin wrote:

can you paste the /sw/src/root-leafnode-1.9.46-1/DEBIAN/CONTROL file 
please.
The 'control' file is perfect (cf below if you want).
But the 'conffiles' file has indeed no final newline.
Best,

JF

Package: leafnode
Source: leafnode
Version: 1.9.46-1
Section: net
Installed-Size: 2008064
Architecture: darwin-powerpc
Depends: pcre, passwd, darwin (= 7-1)
Maintainer: Christian Swinehart [EMAIL PROTECTED]
Description: Simple NNTP (usenet) server for small sites
  Leafnode is a news server suitable for small, limited-bandwidth sites
  with only a few users. Leafnode keeps track of which groups are being
  read, and downloads only articles in those groups. Leafnode has been
  designed to require no maintenance and to be easy to set up.
 .
 Web site: http://www.leafnode.org
 .
 Maintainer: Christian Swinehart [EMAIL PROTECTED]


---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] parsing errors with ConfFiles

2003-11-21 Thread jfm
On Nov 21, 2003, at 6:26 PM, TheSin wrote:

hmmm how odd, so the error is in the conffiles file, and you say any 
pkg with a conffile line will produce this?
Right (tested just one other, plus variations on this one)
Didn't check pkgs with multiline ConfFiles fields.
JF



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] parsing errors with ConfFiles

2003-11-21 Thread jfm
On Nov 21, 2003, at 7:39 PM, TheSin wrote:

the fix is now in fink cvs...thanks
And works perfectly.
How efficient, Justin ! Thanks a lot
JF



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] -fast flag ?

2003-11-20 Thread jfm
Hi,

I see packages coming up in 10.3 that set the '-fast' flag
_ eg, agrep, in the patch (after correcting 644 to 755 in
the first install command and fixing the second...)
My understanding is that some mechanism would then
be needed in fink to automatically add the appropriate
-mcpu and -mtune flags.
Is this contemplated ? Or excluded on the principle that
all debs must be identical ??
Jean-Francois



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] About perl modules (was: Re: fink/perlmod/Fink ChangeLog,1.405,1.406 PkgVersion.pm,1.169,1.170)

2003-11-14 Thread jfm
Things seem to work perfectly now.

Thanks a lot Dave for this very clarifying msg.

On Nov 14, 2003, at 2:30 PM, David R. Morrison wrote:

...
The scheme was disrupted somewhat when Apple compiled perl 5.8.1 for 
10.3
with a different architecture flag.  So for Type: perl 5.8.1 we now 
need
/sw/lib/perl5/5.8.1 and /sw/lib/perl5/5.8.1/darwin-thread-multi-2level.
And for 'Type: perl', /sw/lib/perl5/darwin-thread-multi-2level , I 
gather from
your msg below.
(
Justin reacted yesterday, on seeing that for eg rec-descent-pm 
everything
got installed in to  perl5/darwin and the perllocal.pod was sought for 
in
perl5/5.8.1/darwin-thread-multi-2level, as claiming that the latter was 
the right
location and the custom install the culprit _ Sorry for the 
misunderstanding,
but that's what made me abandon :
  You mean, the generic 'Type: perl' disappears ?
  Not sure I see the need _ Didn't follow (or see) that discussion..
)

.
There is one residual problem with all of this.  For backward
compatibility, we are still storing files for non-versioned perl 
modules
packages in /sw/lib/perl5 and /sw/lib/perl5/darwin.  However, the
files in /sw/lib/perl5/darwin won't be found by perl 5.8.1.  To get
around this, I'm thinking of having fink install a symlink
  /sw/lib/perl5/darwin-thread-multi-2level - /sw/lib/perl5/darwin.
Does this sound like a good idea?
Excellent.
I might even argue to do it not only for backwards compatibility,
but to keep  /sw/lib/perl5/darwin  as the preferred location for fink,
with such a symlink _ else we may have to change the fink setup
for every new perl from Apple.
Jean-Francois



---
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] package manager release

2003-11-13 Thread jfm
On Nov 12, 2003, at 10:05 PM, David R. Morrison wrote:

I plan to release version 0.17.0 of the package manager from CVS HEAD
around 24 hours from now.
 Also,
if anyone is aware of things in HEAD which are inappropriate for the
next release, please let me know ASAP.
Since before ~nov 5, the UpdatePOD code is no longer working in  
PkgVersion.pm:

Eg  (this is just now, and with current fink-cvs):

dpkg: error processing  
/sw/fink/dists/33/main/binary-darwin-powerpc/libs/perlmods/rec-descent- 
pm_1.80-5_darwin-powerpc.deb (--install):
 trying to overwrite `/sw/lib/perl5/darwin/perllocal.pod', which is  
also in package xml-sax-pm

I've had this with a number of packages, which didn't have this problem  
before
and were not changed.
I would think this should be fixed before a release.

Jean-Francois



---
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Re: UpdatePOD

2003-11-13 Thread jfm
On Nov 13, 2003, at 6:47 PM, TheSin wrote:

I'll look at the code. but it might expect perllocal.pod to be at a  
certain location and it might not be there?
Yes _ eg in the log of rec-descent-pm :

/bin/cat  
/sw/src/root-rec-descent-pm-1.80-5/sw/lib/perl5/5.8.1/darwin-thread- 
multi-2level/perllocal.pod | sed -e  
s,/sw/src/root-rec-descent-pm-1.80-5/sw/lib/perl5,/sw/lib/perl5,   
/sw/src/root-rec-descent-pm-1.80-5/sw/share/podfiles/5.8.1/ 
perllocal.rec-descent-pm.pod
cat:  
/sw/src/root-rec-descent-pm-1.80-5/sw/lib/perl5/5.8.1/darwin-thread- 
multi-2level/perllocal.pod: No such file or directory
/bin/rm -rf  
/sw/src/root-rec-descent-pm-1.80-5/sw/lib/perl5/5.8.1/darwin-thread- 
multi-2level/perllocal.pod

While:

dpkg: error processing  
/sw/fink/dists/33/main/binary-darwin-powerpc/libs/perlmods/rec-descent- 
pm_1.80-5_darwin-powerpc.deb (--install):
 trying to overwrite `/sw/lib/perl5/darwin/perllocal.pod', which is  
also in package xml-sax-pm

JF



---
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Re: UpdatePOD

2003-11-13 Thread jfm
On Nov 13, 2003, at 7:18 PM, TheSin wrote:

ahh the arch dir is killing it, do you still have the build dir...or  
main root dir if so can you tell me where the perllocal.pod file  
resides in a 581 pkg pleasE?

On 13-Nov-03, at 10:56 AM, jfm wrote:

/bin/cat  
/sw/src/root-rec-descent-pm-1.80-5/sw/lib/perl5/5.8.1/darwin-thread- 
multi-2level/perllocal.pod | sed -e  
s,/sw/src/root-rec-descent-pm-1.80-5/sw/lib/perl5,/sw/lib/perl5,   
/sw/src/root-rec-descent-pm-1.80-5/sw/share/podfiles/5.8.1/ 
perllocal.rec-descent-pm.pod
cat:  
/sw/src/root-rec-descent-pm-1.80-5/sw/lib/perl5/5.8.1/darwin-thread- 
multi-2level/perllocal.pod: No such file or directory
/bin/rm -rf  
/sw/src/root-rec-descent-pm-1.80-5/sw/lib/perl5/5.8.1/darwin-thread- 
multi-2level/perllocal.pod

Rebuilding it now _ but the error msg basically tells it:

dpkg: error processing  
/sw/fink/dists/33/main/binary-darwin-powerpc/libs/perlmods/rec-descent- 
pm_1.80-5_darwin-powerpc.deb (--install):
 trying to overwrite `/sw/lib/perl5/darwin/perllocal.pod', which is  
also in package xml-sax-pm

JF



---
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Re: UpdatePOD

2003-11-13 Thread jfm
On Nov 13, 2003, at 7:21 PM, jfm wrote:

Rebuilding it now _ but the error msg basically tells it:

dpkg: error processing  
/sw/fink/dists/33/main/binary-darwin-powerpc/libs/perlmods/rec- 
descent-pm_1.80-5_darwin-powerpc.deb (--install):
 trying to overwrite `/sw/lib/perl5/darwin/perllocal.pod', which is  
also in package xml-sax-pm
Indeed _ and clearly in the builddir it is gone..
But the log is clear enough :
make install PREFIX=/sw/src/root-rec-descent-pm-1.80-5/sw  
INSTALLPRIVLIB=/sw/src/root-rec-descent-pm-1.80-5/sw/lib/perl5  
INSTALLARCHLIB=/sw/src/root-rec-descent-pm-1.80-5/sw/lib/perl5/darwin

: Everything gets installed into  perl5/darwin
and the perllocal.pod is sought for in   
/perl5/5.8.1/darwin-thread-multi-2level/

JF



---
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Fwd: [Fink-devel] package manager release

2003-11-13 Thread jfm
Sorry _ bounced. Retrying ..

JF

Begin forwarded message:

Resent-From: jfm [EMAIL PROTECTED]
From: jfm [EMAIL PROTECTED]
Date: November 13, 2003 6:12:10 PM CET
Resent-To: David R. Morrison [EMAIL PROTECTED], Justin Hallett 
[EMAIL PROTECTED], Fink devel 
[EMAIL PROTECTED]
To: TheSin [EMAIL PROTECTED]
Subject: Re: [Fink-devel] package manager release
Mime-Version: 1.0 (Apple Message framework v606)
Content-Type: text/plain; charset=US-ASCII; format=flowed
Resent-Date: Thu, 13 Nov 2003 18:13:35 +0100
Message-Id: [EMAIL PROTECTED]
Content-Transfer-Encoding: 7bit
Resent-Message-Id: 
[EMAIL PROTECTED]

On Nov 13, 2003, at 5:51 PM, TheSin wrote:

do the pkgs that fail have UpdatePOD: true in them?
Yes _ as I wrote to you on nov 11 :

(Eg mailtools-pm mime-tools-pm rec-descent-pm
mldbm-pm mldbm-sync-pm)
Further _ I just did a test with a -pm that had the problem
(pkg-order _ after fixes for 10.3); (basically the same as the 
defaults were until recently).

Deleting the custom scripts (and adding NoPerlTests) fixed this 
problem..



Jean-Francois



---
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Re: Dependency of dpkg on perl580

2003-11-02 Thread jfm
On Oct 29, 2003, at 7:39 PM, David R. Morrison wrote:

My guess is that what happens is this:  the configure script for some
package runs which perl and then uses the answer to decide what to
write in the perl scripts for that package.  dpkg must be one of the
things affected by this.
Sure _ realised this in the minutes after my msg..

... in principle what we
should do in fink is to identify all such packages and somehow force
them to use /usr/bin/perl instead of /sw/bin/perl when they are being
built.  This may be hard to do...
Indeed _ a subset of those packages, besides the 580 packages :
a2ps apache2-ssl-common autoconf2.5 autoconf2.54 automake1.7 
bonobo-activation2 bow cdbkup cim cook dpkg egd enscript eterm fvwm2 
glib2-dev global gnucash gnupg groff gtk-doc gwydion-dylan help2man 
http-dav-pm intltool kdepim3-common korganizer latex2html lyx makepatch 
mhonarc module-info-pm mrtg mysql mysql-client net-snmp-ssl oaf 
openssl097 pari-gp patchutils pgpenvelope pkg-order r-base 
rtf-parser-pm test-inline-pm tetex-base texi2html w3m-ssl wml 
www-search-pm xml-sax-pm xml-xpath-pm

On Oct 29, 2003, at 11:51 PM, Michael G Schwern wrote:

No no, have system-perl do ln -s /usr/bin/perl /sw/bin/perl.  So 
/sw/bin/perl
exists and points to /usr/bin/perl.  That way both #!/sw/bin/perl and
#!/usr/bin/perl both work and use the Apple installed Perl.  /usr isn't
touched.
Seems a quite plausible solution. But probably the system-perlxyz 
convenience
packages should then also ensure that /sw/bin/perl points to `which 
perl` for 580
and 581, and to /usr/bin/perl5.6.1 for 561 (so all those packages would 
mutually
conflict  _ and one of them _ at least system-perl _ would always be 
present).
And to realize those conflicts _ I'm not sure if it can be done with 
just the system-perl
virtual package, or if one would need in addition a 
system-perl-whatever convenience
package, which writes the actual link and where the conflicts can be 
written explicitly,
plus then an ('essential') some_perl package, depending on at least one 
of the above,
to ensure that the symlink always exists...

Or something simpler ??

Jean-Francois



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Dependency of dpkg on perl580

2003-10-29 Thread jfm
Hi,

After installing panther and Xcode, I removed perl580 _ not 
perl580-core.
(A force-depends was needed only for apache-dbi-pm).

But when installing other packages, one gets then:

/sw/sbin/install-info: /sw/bin/perl: bad interpreter: No such file or 
directory
/sw/sbin/update-alternatives: /sw/bin/perl: bad interpreter: No such 
file or directory

~# grep '/sw/bin/perl' /sw/sbin/install-info  
/sw/sbin/update-alternatives
/sw/sbin/install-info:#! /sw/bin/perl --
/sw/sbin/update-alternatives:#! /sw/bin/perl --
(Don't know what brought this _ the patch is too long...)

It is easy to install a link perl - /usr/bin/perl to get around _ but 
...

Jean-Francois Mertens



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Re: Dependency of dpkg on perl580

2003-10-29 Thread jfm
On Oct 29, 2003, at 6:22 PM, jfm wrote:

/sw/sbin/install-info: /sw/bin/perl: bad interpreter: No such file or 
directory
/sw/sbin/update-alternatives: /sw/bin/perl: bad interpreter: No such 
file or directory

~# grep '/sw/bin/perl' /sw/sbin/install-info  
/sw/sbin/update-alternatives
/sw/sbin/install-info:#! /sw/bin/perl --
/sw/sbin/update-alternatives:#! /sw/bin/perl --
(Don't know what brought this _ the patch is too long...)
In fact, a grep through /sw/bin reveals an enormous number of scripts
depending this way on /sw/bin/perl ...
Is this an effect of the package manager ?
JF Mertens



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Please confirm these md5 sums

2003-09-01 Thread jfm
After re-fetching cyclo, ckermit and gkermit
the 3 FAILED disappeared.
Jean-Francois



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


Re: [Fink-devel] Please confirm these md5 sums

2003-09-01 Thread jfm
I get _ with 'md5sum -c' :

/sw/src/110.42-README OK
/sw/src/110.42-cml-faq.html OK
/sw/src/AfterStep-1.8.11.tar.bz2 md5sum: can't open 
/sw/src/AfterStep-1.8.11.tar.bz2
/sw/src/F2PY-2.32.225-1419.tar.gz OK
/sw/src/Filter-Simple-0.77.tar.gz OK
/sw/src/FreezeThaw-0.43.tar.gzOK
/sw/src/Guppi-0.40.3.tar.gz   OK
/sw/src/HDF-EOS5.1.2.tar.gz   md5sum: can't open 
/sw/src/HDF-EOS5.1.2.tar.gz
/sw/src/HDFEOSv5.1.2_UG_vol1.pdf  md5sum: can't open 
/sw/src/HDFEOSv5.1.2_UG_vol1.pdf
/sw/src/HDFEOSv5.1.2_UG_vol2.pdf  md5sum: can't open 
/sw/src/HDFEOSv5.1.2_UG_vol2.pdf
/sw/src/Inline-0.43.tar.gzOK
/sw/src/PDL-2.3.2.tar.gz  OK
/sw/src/Parse-RecDescent-1.80.tar.gz OK
/sw/src/Term-ReadLine-Perl-0.9908.tar.gz OK
/sw/src/Xaw3d-1.5.tar.gz OK
/sw/src/Xerces-J-src.2.0.1.tar.gzOK
/sw/src/Xerces-J-tools.2.0.1.tar.gz  OK
/sw/src/aegis-4.2.tar.gz md5sum: can't open 
/sw/src/aegis-4.2.tar.gz
/sw/src/afio_2.4.6.orig.tar.gz   OK
/sw/src/bchunk-1.1.1.tar.gz  OK
/sw/src/bow-20010926.tar.gz  OK
/sw/src/calc-2.11.5.8.tar.gz OK
/sw/src/cdirip-0.6.2.zip md5sum: can't open 
/sw/src/cdirip-0.6.2.zip
/sw/src/cdrtools-2.0.tar.gz  OK
/sw/src/cdrtools-2.00.tar.gz OK
/sw/src/cdrtools-2.01a11.tar.gz  md5sum: can't open 
/sw/src/cdrtools-2.01a11.tar.gz
/sw/src/cfengine-2.0.1.tar.gzOK
/sw/src/cidr-2.3.2.tar.gzOK
/sw/src/cku201.tar.gzFAILED
/sw/src/110.42-cml-faq.html  OK
/sw/src/110.42-cml.tgz   OK
/sw/src/cyclo-2.0.tar.gz FAILED
/sw/src/data.tar.Z   OK
/sw/src/directory_administrator-1.3.4.tar.gz OK
/sw/src/dtdparser-1.15.tgz   OK
/sw/src/durep-0.8.1.tar.gz   md5sum: can't open 
/sw/src/durep-0.8.1.tar.gz
/sw/src/eroaster-2.0.12.tar.gz   md5sum: can't open 
/sw/src/eroaster-2.0.12.tar.gz
/sw/src/fidelio-1.0b1.tar.bz2md5sum: can't open 
/sw/src/fidelio-1.0b1.tar.bz2
/sw/src/gctp.tar md5sum: can't open 
/sw/src/gctp.tar
/sw/src/gd-1.8.4gif.tar.gz   OK
/sw/src/gdm-2.2.5.4.tar.gz   OK
/sw/src/gift-gnutella-0.0.5.tar.bz2  OK
/sw/src/gku100.tar.gzFAILED
/sw/src/gnujaxp-1.0beta1.zip OK
/sw/src/gpa-0.4.3.tar.gz OK
/sw/src/gtk+extra-0.99.16.tar.gz OK
/sw/src/gtk+extra-0.99.17.tar.gz OK
/sw/src/gtkhx-0.9.3.tar.gz   OK
/sw/src/gtkmonop-0.3.0.tar.gzmd5sum: can't open 
/sw/src/gtkmonop-0.3.0.tar.gz
/sw/src/hc.tgz   OK
/sw/src/hmmer-2.2g.tar.gzmd5sum: can't open 
/sw/src/hmmer-2.2g.tar.gz
/sw/src/iozone3_94.tar   md5sum: can't open 
/sw/src/iozone3_94.tar
/sw/src/lclint-2.5r.src.tar.gz   OK
/sw/src/libXpm-4.7.tar.gzmd5sum: can't open 
/sw/src/libXpm-4.7.tar.gz
/sw/src/libggi-2.0.1.tar.bz2 OK
/sw/src/links-0.98.tar.gzOK
/sw/src/metrics_1.0.orig.tar.gz  OK
/sw/src/multi-gnome-terminal-1.3.8.tar.gzmd5sum: can't open 
/sw/src/multi-gnome-terminal-1.3.8.tar.gz
/sw/src/110-cm.pdf   OK
/sw/src/nmh-1.0.4.tar.gz OK
/sw/src/nodelib.tgz  OK
/sw/src/oregano-0.23.tar.gz  md5sum: can't open 
/sw/src/oregano-0.23.tar.gz
/sw/src/pinepgp-0.17.2.tar.gzOK
/sw/src/plotutils-2.4.1.tar.gz   OK
/sw/src/pspell-.12.2.tar.gz  OK
/sw/src/python-libplot-1.0.2.tar.gz  OK
/sw/src/rdesktop-1.1.0.tar.gzOK
/sw/src/rlpr-2.04.tar.gz OK
/sw/src/110.42-runtime.tgz   OK
/sw/src/sdcc-2002.09.23-1.tar.gz md5sum: can't open 
/sw/src/sdcc-2002.09.23-1.tar.gz
/sw/src/110.39-smlnj-lib.tgz OK
/sw/src/110-smlnj-doc.tar.Z  OK
/sw/src/splint-3.0.1.6.src.tgz   OK
/sw/src/surfraw-1.0.7.tar.gz OK
/sw/src/tcpflow-0.20.tar.gz  OK
/sw/src/tightvnc-1.2.3_unixsrc.tar.gzOK
/sw/src/ttfmkfontdir-1.0.tar.gz  OK
/sw/src/uptimed-0.2.0.tar.bz2md5sum: can't open 
/sw/src/uptimed-0.2.0.tar.bz2
/sw/src/v1.8.sl10.src.tar.gz OK
/sw/src/vtun-2.5b1.tar.gzOK
/sw/src/warp-2002.03.12-11.tar.gzmd5sum: can't open 
/sw/src/warp-2002.03.12-11.tar.gz
/sw/src/xalan-j_2_4_1-src.tar.gz OK
/sw/src/xblast-2.6.1.color.tar.gzmd5sum: can't open 
/sw/src/xblast-2.6.1.color.tar.gz
/sw/src/xbomber.0.8.tar.gz   md5sum: can't open 
/sw/src/xbomber.0.8.tar.gz
/sw/src/yorick-1.5.12.tgzOK
/sw/src/yorick-doc.tgz   OK
/sw/src/zziplib-0.10.27.tar.gz   OK

Re: [Fink-devel] Re: dbi-pm580 fails test

2003-07-30 Thread jfm
On Wednesday, Jul 30, 2003, at 03:54 Europe/Brussels, Koen van der 
Drift wrote:

On Tuesday, July 29, 2003, at 08:32  AM, jfm wrote:

Problem might be in the perl installation.
I seem to find most of those symbols in  
/System/Library/Perl/darwin/CORE/libperl.dylib
and NOT in  /sw/lib/perl5/5.8.0/darwin/CORE/libperl.dylib  :  seems 
suspicious...
Is there anything I can do to do some testing?
If you've put your perl580 into a deb file, a trivial test is always

dpkg -L yourperl580 |xargs file|grep 'Mach-O'|cut -f1 -d ':'|xargs 
otool -L

and see if nothing suspicious comes out (I mean, something related
to Apple's perl).
Else, run otool on perl  and libperl.dylib (and if you want to be 
exhaustive,
also bin/a2p and the bundles in something like ../darwin/auto/..)

But if that doesn't yield anything _ I see only 2 ways:
a) turn the failure in the 'basic test' in dbi-pm into a nutshell 
example, using
your build-dir of dbi-pm
or
b) look at your build-log and into your build-dir for perl..

Good luck,

Jean-Francois



---
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-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Re: dbi-pm580 fails test

2003-07-29 Thread jfm
On Tuesday, Jul 29, 2003, at 11:00 Europe/Brussels, Christian Schaffner 
wrote:

Hi Koen

Thanks for the feedback.

On Dienstag, Juli 29, 2003, at 04:26  Uhr, Koen van der Drift wrote:

Hi,

I tried to install dbi-pm580 and got the following error (+ many 
similar ones) during the test-phase:

make test
PERL_DL_NONLAZY=1 perl5.8.0 -MExtUtils::Command::MM -e 
test_harness(0, 'blib/lib', 'blib/arch') t/*.t
t/01basics.dyld: perl5.8.0 Undefined symbols:
_PERL_UNUSED_VAR
_Perl_safemalloc
_Perl_sv_2pv
_Perl_sv_catpvn
_Perl_sv_catsv
_Perl_sv_setsv
_perl_call_method
_perl_call_sv
_perl_get_sv
_perl_require_pv
I am sorry to say that I have no idea here.  Somebody else? 
Jean-Francois?
Problem might be in the perl installation.
I seem to find most of those symbols in  
/System/Library/Perl/darwin/CORE/libperl.dylib
and NOT in  /sw/lib/perl5/5.8.0/darwin/CORE/libperl.dylib  :  seems 
suspicious...


I have system-perl580 installed and just did an cvs update.
I tested the pm580 packages using the fink perl580 package. I didn't 
try system-perl580.
Same here.
And there are as many different 'system-perl580' as there are 
individuals building it...

Jean-Francois



---
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-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] pm dependencies

2003-07-28 Thread jfm
On Monday, Jul 28, 2003, at 12:18 Europe/Brussels, Daniel Macks wrote:

I'm not sure I understand, so this paragraph could be irrelevant, 
but...
That sounds like it would mean that every perl I have would have the 
same
modules installed. That might be nice in that no matter which perl I 
used,
I'd have everything present, but that's not always desireable. For 
large
slow-building ones that I only need to use (vs. develop against) and 
with
a simple dependency tree, all I need is *some* version that has it 
(that's
the whole point of unversioned -pm deps). And it's not even always
possible (may not work with an old perl, etc.). More importantly, this
would mean that building a new perl on one's machine would somehow 
have to
force building of all the -pm that are already existing for other 
versions
for the new one.
1) It are just the 'xyz' pm's that have to be rebuild for a new perl 
version.
Eg, there are only 36 pm580's, out of a total of maybe close to 200 
pm's.
2) And in fact, you can still cut this down rather sharply _ to just 
those among
them on which some other unversioned pm you have installed would Depend
_ by not installing the corresponding bundle-pm for the others.
3) And if this is still too much _ that you are content to have eg a 
perl580
for occasional experimenting, and basically 'naked', doing most of your
work with some other version _, then just install perl580-core, not 
perl580,
and you're completely free.

Consider a package for
pure-perl program (that can run under any perl) foo that needs a 
compiled
perl module bar.pm. I really want to have
  foo: Depends: bar-pm
This is exactly what is proposed..
foo.pm remains simple, exactly as you write here, and the 36 or bar-pm's
get a dependency scheme ensuring that you will indeed use bar-pmxyz
whenever using perlxyz.
Hoping this helps to clarify things a bit,

Jean-Francois



---
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-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] pm dependencies

2003-07-25 Thread jfm
On Friday, Jul 25, 2003, at 14:46 Europe/Brussels, David R. Morrison 
wrote:

Hi.  This is indeed a tricky problem.  Ideally, people might want to 
have
several different versions of the perl-core packages installed, and 
might
want the ability to easily switch back and forth among them.  So I am a
bit concerned that the perl-core-not packages you propose would 
interfere
with this.
Hi Dave _ There seems to be a little misunderstanding here :
I didn't propose perlx.y.z-core-not packages, but perlx.y.z-not
packages.
With those, switching back to a previously used version is just
doing fink install perlxyz _ the corresponding -not package
gets automatically moved out of the way as a conflict, and nothing
else has to be done since the deps of all pm's are already satisfied
by appropriate pmxyz's, since the version was used before.
It is only the install of a new version which is heavier.

The distinction is crucial also for the scheme to work at all:
remember the legal path when doing fink install of a new version , 
say 580:
1) build perl580
2) install perl580-core
3) build and install in build-order all foo-pm580 for which foo-pm is 
installed
4) remove perl580_not
5) install perl580

This works because all the (Build)Depends  in (3) are _ thanks to you ! 
_
only on perl580-core.
If the package would have been a  perl580-core-not , everything would 
break down:
perl580-core cannot be installed w/o removing that, and hence making 
the deps of
all pm-bundles not satisfied.

Best,

Jean-Francois



---
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-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] pm dependencies

2003-07-25 Thread jfm
On Friday, Jul 25, 2003, at 15:22 Europe/Brussels, jfm wrote:

With those, switching back to a previously used version is just
doing fink install perlxyz _ the corresponding -not package
gets automatically moved out of the way as a conflict, and nothing
else has to be done since the deps of all pm's are already satisfied
by appropriate pmxyz's, since the version was used before.
Sorry, I meant that the (system-)perlxyz packages also have
an appropriate Conflict + Replaces for perlxyz-not.
(It is probably best not to put a Replaces in perlxyz-not _ wouldn't 
help
there anuway _, in order not to make it too easy for an unwary or 
curious
user to end up with a broken fink. True that he can anywau do fink 
remove
perlxyz to the same effect ...)

Jean-Francois



---
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-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] pm dependencies

2003-07-24 Thread jfm
There is, if I'm not mistaken, a problem of correct deps
for a multi-perl fink installation.
Recall that some pm's (roughly, those installing a bundle)
must have Type: Perl x.y.z in their info file, and be built
with perlx.y.z, to be usable with perlx.y.z _ and those packages
get a name like foo-pmxyz.
If other, non-versioned, pm's have to Depend on those, one
needs an additional package foo-pm (Type: bundle), so the
dependency can get listed as just on foo-pm.
The problem is how to express correctly the dependency of
foo-pm on the different foo-pmxyz's: the effect should be that
foo-pm being installed is a certificate, for whatever perlx.y.z is
running, that the corresponding foo-pmxyz is there (and not just
some foo-pmx'y'z').
So here is a proposal:

We introduce for each xyz a package 'perlxyz_not' that conflicts
with perlxyz (where perlxyz is _ like eg perl580 _ a package that
basically just does ln -fs `which perlx.y.z`%p/bin/perl _ hence
conflicts with all other perlx'y'z') and with system-perlxyz: then we
can let all foo-pm depend on  perlxyz_not | foo-pmxyz  for all xyz.
This will require the user to install foo-pmxyz for all bundles
foo-pm and all perl versions x.y.z he has installed _ but there
are not that many bundles, and it seems a condition for a
reliable system.
Note that the 'perlxyz_not' packages are not logically necessary in
this proposal, they are just a shorthand to simplify the writing of the
Deps in the foo-pm packages : else each 'perlxyz_not' in those Deps
should be replaced by the alternative that some other perlx'y'z' is 
installed.

The system has some defects: eg, a user who would not install
perlxyz, just perlxyz-core, and try to use that _ either by using 
explicitly
perlx.y.z as command or by doing ln -s `which 
perlx.y.z`/usr/local/bin/perl
would not be protected.

Also, I'm afraid manual intervention will be required eg when a
user, who has nothing of say perl580 installed, and hence has 
perl580_not
installed, issues 'fink install perl580' : the logic is that
- since the user explicitly asks to install a package that conflicts 
with perl580_not,
the latter package will have to go.
- since there is a legal way to satisfy the user's request without 
removing any other
package, that's what should be done
[ The legal way: 1) build perl580
2) install perl580-core  3) build and install in build-order all 
foo-pm580
for which foo-pm is installed  4) remove perl580_not  5) install 
perl580 ]

But I don't think fink or dpkg's dependency engines are capable of this
(maybe apt-get ?), and some manual guidance  will be required here..
Comments ? Improvements or other suggestions ?

Jean-Francois Mertens



---
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-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] openldap-ssl-shlibs-2.1.22-1 incompatible with cyrus-sasl2-shlibs-2.1.15-1 ?

2003-07-23 Thread jfm
On Wednesday, Jul 23, 2003, at 11:00 Europe/Brussels, Christian 
Schaffner wrote:

checking for sasl/sasl.h... yes
checking for sasl.h... no
checking for sasl_client_init in -lsasl2... no
checking for sasl_client_init in -lsasl... no
configure: error: Could not locate Cyrus SASL
### execution of ./configure failed, exit code 1
Failed: compiling openldap-ssl-2.1.22-1 failed
My logs show the updates were done in the right order,
and I have :
checking for sasl/sasl.h... yes
checking for sasl.h... no
checking for sasl_client_init in -lsasl2... yes
checking Cyrus SASL library version... yes
checking for sasl_version... no
Maybe look in your config.log ?

Jean-Francois



---
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-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] proposed fix for as problem

2003-07-14 Thread jfm
On Monday, Jul 14, 2003, at 19:11 Europe/Brussels, Jeff Whitaker wrote:

Since the broken assembler in the Dec2002 Dev Tools update seems only 
to
affect g77, I propose to implement this fix:

1) create an as package, which builds an assembler from opendarwin 
cvs
(that actually works with g77).  This is installed as %p/bin/odas.

2) update the g77 package to depend on as, and configure with
--with-as=%p/bin/odas
Seems perfect to me.

Jean-Francois

PS:

This seems better to me than adding patches that replace STOP
with CALL EXIT in all affected fortran codes. Comments?
My suggested patch was a bit more careful than that with the code :
it replaced naked STOP statements by STOP 999, and put a CALL EXIT
only in programs that ended just with 'END'  ...
Still your proposal is of course better



---
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/bulletproofapps1
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] g77 error

2003-07-11 Thread jfm
On Friday, Jul 11, 2003, at 18:58 Europe/Brussels, 
[EMAIL PROTECTED] wrote:

This is an error I have gotten with either g77 3.1 or 3.3 if you 
upgrade to the developer tools patch that installs gcc 3.3.  The only 
way I was able to get rid of this problem was to reinstall the 
December 2002 edition of the developer tools.  Merely switching back 
to gcc 3.1 did not get rid of this problem.  I tried reporting it 
before but ...
A slightly longer  way ... :

1) in autoconf2.5, add the line

PatchScript: sed -i -r 's|^(\ *)(end]\))|\1call\ exit\n\1\2|g' 
lib/autoconf/fortran.m4

(and do a similar patch for extutils-f77 for a couple of perl-modules :
in F77.pm, add a line
 print OUT   call exit\n;
right after the line :
 print OUT   print *, 'Hello World'\n;
)
2) After rebuilding those 2, the configure stage in other builds should 
proceed normally,
provided you add, if necessary, in a PatchScript to run  autoconf  (or 
autoreconf (-f)) ,
and, if necessary, fix, before running autoconf, the  .m4  files in the 
builddir. Thus, eg,

PatchScript: 
 sed -i -r 's|^(\ *)end$|\1call\ exit\n\1end|g' *.m4 m4/R.m4
 autoconf

3) As to the make proper, the following line is safe to add in the 
PatchScript, and will as far
as I know correct the problems in the sources :

egrep -r '^\ *(STOP|stop)$' *|grep '\.f:'|cut -f1 -d':'|xargs sed -i -r 
's,^\ *(STOP|stop)$,\ 999,g'

Best,

JF Mertens



---
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/bulletproofapps1
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] assembler and perl modules

2003-07-07 Thread jfm
On Saturday, Jul 5, 2003, at 21:34 Europe/Brussels, David R. Morrison 
wrote:

You can find these -pm580 packages in /experimental/jfmertens
if you would like to help test.
One note :
The packages represent a minimal adaptation to get a usable perl580
installation (were first intended for purely local use).
In particular, rev numbers are not upped, and everything like eg the
necessary Replaces fields (in perl580 and perl560 packages) for their
clone (both install the same manpages) are still missing (need to check
each package individually to make sure it doesn't install eg things in
/sw/bin, and if it does, whether the Replaces shouldn't become a 
Conflicts)

Still they do build (apparently correctly), as well as all other 
unmodified pm's ,
(at least when everything is built in dependency order), with the 
following
exceptions , which are therefore just templates (if the maintainers _ 
or others _
could help out ...) :
-- tk-tablematrix-pm580 (dyld: perl5.8.0 multiple definitions of symbol 
_LangExit
/sw/lib/perl5/5.8.0/darwin/auto/Tk/Event/Event.bundle definition of 
_LangExit
/sw/lib/perl5/5.8.0/darwin/auto/Tk/Tk.bundle definition of _LangExit  )
-- libapreq-pm580 (looks for a bunch of things which were in 
/System/Library/Perl/darwin/Apache
	and are not provided by perl580 _ trouble continues despite a line 
PatchScript: ln -s
%p/bin/perl5.8.0 /System/Library/Perl/darwin/mod_perl.pm 
/System/Library/Perl/darwin/Apache . 
maintainer will probably prefer to wait and see what's in Apple's 
perl581)
-- gtk-perl-pm580 : since a version 0.7009 recently came out, didn't 
spend time
	looking for the source of trouble here. Hence also the 2 following
	dependencies 	are untested :
-- gimp-perl580
-- xmms-pm580
-- bioperl-pm (didn't test _ don't have it here)

The main changes are due to the fact that the following pm's are now 
included
in perl580 (so I guess in 581 too...), hence need to adapt deps to be 
able to remove
those packages altogether (and so that there doesn't remain a bunch of 
zombie
bundles in fink after perl560 is dead):
attribute-handlers-pm cgi-pm digest-md5-pm560 file-spec-pm file-temp-pm 
filter-simple-pm
filter-util-pm560 getopt-long-pm i18n-langtags-pm libnet-pm 
locale-maketext-pm memoize-pm
mime-base64-pm560 scalar-list-utils-pm560 storable-pm560 template-pm560
test-harness-pm test-simple-pm text-tabs-wrap-pm time-hires-pm560 ,
plus half of rec-descent-pm (Balanced.pm)

I'll write to individual maintainers concerning a couple of more 
package-specific questions.

JF Mertens



---
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-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Re: New June2003 assembler broken

2003-07-01 Thread jfm
Martin Costabel wrote:

  If this is *only* one file in the atlas/lapack package, one can
  probably work around by patching this file, but since this is such an
  innocent file, I suspect the problem should pop up in other fortran
  programs as well.
Compiling a pdl580 yields me:

g77 -c -o slatec/i1mach.o -O2 slatec/i1mach.f
/var/tmp//ccQLbn3t.s:55:section difference relocatable subtraction 
expression, LC0 minus L1$pb using a symbol at the end of section 
will not produce an assembly time constant
/var/tmp//ccQLbn3t.s:55:use a symbol with a constant value created with 
an assignment instead of the expression, L_const_sym = LC0 - L1$pb
/var/tmp//ccQLbn3t.s:54:section difference relocatable subtraction 
expression, LC0 minus L1$pb using a symbol at the end of section 
will not produce an assembly time constant
/var/tmp//ccQLbn3t.s:54:use a symbol with a constant value created with 
an assignment instead of the expression, L_const_sym = LC0 - L1$pb
make[2]: *** [slatec/i1mach.o] Error 1

which looks suspiciously similar...
And it still compiled correctly 10 days ago.
Jean-Francois



---
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-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


  1   2   >