Re: [Fink-devel] Error in documentation at http://fink.sourceforge.net/doc/packaging/format.php#trees

2002-12-13 Thread Patrick Sodré
Hi Max,
My example package has two "sections" that span more than one line 
using << ... <<.
I was able to find this error because on my example, fink will try 
to move "InstallScript" into the split off directory.

Regards,
Patrick Sodre
On Friday, December 13, 2002, at 04:38  PM, Max Horn wrote:

At 16:15 Uhr -0500 13.12.2002, Patrick Sodré wrote:

The indentation mentioned at the bottom of this is _not_ optional,
worst, it is an error. I tried using it and this does not workk in
fink. We might need to modify the parser to handle things inside a
splitoff differently.


SplitOff: <<
  Package: bleh
  Files: <<
bin/foo
flower/me
  <<
  InstallScript: <<
sumthing
  <<
<<


What exactly about this is wrong? Compare also with for example
kdegames3-3.0.7-5.info, an obviously working package that contains
this splitoff (removed some bits to make it more readable):

...
SplitOff5: <<
  Package: katomic
  Recommends: %N (>= %v-%r)
  BuildDependsOnly: true
  Description: KDE - sokoban-like game
  Files: <<
bin/katomic
share/applnk/Games/TacticStrategy/katomic.desktop
share/apps/katomic
share/doc/HTML/en/katomic
share/icons/hicolor/32x32/apps/katomic.png
  <<
  Replaces: %N (<< %v-%r), %N-common (<< %v-%r), %N-dev (<< %v-%r)
<<


Could you please elaborate a bit about what is wrong?

Cheers,

Max
--
---
Max Horn
Software Developer




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



Re: [Fink-devel] sablotron

2002-12-13 Thread S Woodside

On Friday, December 13, 2002, at 05:57  PM, Ben Hines wrote:


On Friday, December 13, 2002, at 01:05  PM, S Woodside wrote:


Yeah :-)

g++ did the trick. I relinked /usr/bin/gcc to g++3 and rebuild sablot 
and sabcmd finally works! (I'm sure there's a better way to do >> that..)

Um, what?  Don't mess with those links by hand. You need to compile 
with "c++" or "g++" rather than gcc.

Yes, I understand that, however sablotron was using gcc in a place 
where g++ was needed instead. This caused the build to fail. I'm about 
the farthest thing from an autoconf expert so I just fiddled with the 
links and then put them back after. Obviously I don't recommend this 
;-) to anyone else, but ... As I said I'm sure there's a better way to 
fix it, but I don't know what it is. When sablotron is updated I may 
make a package out of it since I understand that I can use the .info 
file to change the compiler. RIght now I have it working and I'm lazy.

simon

---
www.simonwoodside.com



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


Re: [Fink-devel] sablotron

2002-12-13 Thread Ben Hines

On Friday, December 13, 2002, at 01:05  PM, S Woodside wrote:


Yeah :-)

g++ did the trick. I relinked /usr/bin/gcc to g++3 and rebuild sablot 
and sabcmd finally works! (I'm sure there's a better way to do that..)


Um, what?  Don't mess with those links by hand. You need to compile 
with "c++" or "g++" rather than gcc.

-Ben



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


[Fink-devel] Fwd: MacOS X 10.2 and sasl2 question (libdl location)

2002-12-13 Thread David
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Thought some of you might be interested and follow that thread.

Begin forwarded message:


From: [EMAIL PROTECTED]
Date: Fre Dez 13, 2002  10:38:03  Uhr Europe/Vienna
To: [EMAIL PROTECTED]
Subject: MacOS X 10.2 and sasl2 question (libdl location)

Before ./configuring my sasl2.1.10 on MacOS 10.2.2, I installed a 
verson of
dlcompat into /usr/local/lib (I used the fink version 
dlcompat-20020413)

config and make went mostly good (had to change -bundle to 
-dynamiclib) in
order to link soe stuff) and now I've got a nice bunch of libs and 
pluggsin
in /usr/local/lib for sasl.

However, otool -L on /usr/local/lib/libsasl2.2.0.10.dylib reports 
libdl in
the wrong place:

/usr/local/lib/libsasl2.2.0.10.dylib:
/usr/local/lib/libsasl2.2.dylib (compatibility version 0.0.0,
current version 0.0.0)
/usr/lib/libdl.0.dylib (compatibility version 0.0.0, current
version 0.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, 
current
version 62.0.0)

How do I compile libsasl such that it will look for libdl in
/usr/local/lib? I don't want to have a copy of libdl in /usr/lib but 
that's
a workaround for now.

Thanks.

- - Face me and you shall surely perish.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (Darwin)

iD8DBQE9+mALiW/Ta/pxHPQRAz4lAKDDF7Ns/BrGXQVWaamt2gdFp5i40ACgpAoy
Arx3Go2GmJMvnphqkb5UxN4=
=85/0
-END PGP SIGNATURE-



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


Re: [Fink-devel] Error in documentation athttp://fink.sourceforge.net/doc/packaging/format.php#trees

2002-12-13 Thread Max Horn
At 16:15 Uhr -0500 13.12.2002, Patrick Sodré wrote:

The indentation mentioned at the bottom of this is _not_ optional,
worst, it is an error. I tried using it and this does not workk in
fink. We might need to modify the parser to handle things inside a
splitoff differently.


SplitOff: <<
  Package: bleh
  Files: <<
bin/foo
flower/me
  <<
  InstallScript: <<
sumthing
  <<
<<


What exactly about this is wrong? Compare also with for example
kdegames3-3.0.7-5.info, an obviously working package that contains
this splitoff (removed some bits to make it more readable):

...
SplitOff5: <<
  Package: katomic
  Recommends: %N (>= %v-%r)
  BuildDependsOnly: true
  Description: KDE - sokoban-like game
  Files: <<
bin/katomic
share/applnk/Games/TacticStrategy/katomic.desktop
share/apps/katomic
share/doc/HTML/en/katomic
share/icons/hicolor/32x32/apps/katomic.png
  <<
  Replaces: %N (<< %v-%r), %N-common (<< %v-%r), %N-dev (<< %v-%r)
<<


Could you please elaborate a bit about what is wrong?

Cheers,

Max
--
---
Max Horn
Software Developer


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



[Fink-devel] Error in documentation at http://fink.sourceforge.net/doc/packaging/format.php#trees

2002-12-13 Thread Patrick Sodré
The indentation mentioned at the bottom of this is _not_ optional, worst, it is an error. I tried using it and this does not workk in fink. We might need to modify the parser to handle things inside a splitoff differently.


SplitOff: <<
Package: bleh
Files: << 
bin/foo
flower/me
<<
InstallScript: <<
sumthing
<<
<<




Re: [Fink-devel] sablotron

2002-12-13 Thread S Woodside
Yeah :-)

g++ did the trick. I relinked /usr/bin/gcc to g++3 and rebuild sablot 
and sabcmd finally works! (I'm sure there's a better way to do that..)

simon

On Thursday, December 12, 2002, at 09:44  PM, Alexander Strange wrote:

Compile with 'g++' instead of 'gcc', or add -lstdc++ .

On Thursday, December 12, 2002, at 09:43  PM, S Woodside wrote:


[simons-tibook:~/sandbox/xml] woodside% /usr/local/bin/sabcmd 
faq2html.xsl faq.xml
dyld: /usr/local/bin/sabcmd Undefined symbols:
__ZTVN10__cxxabiv117__class_type_infoE
__ZTVN10__cxxabiv120__si_class_type_infoE
___gxx_personality_v0
Trace/BPT trap
---
www.simonwoodside.com



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


Re: [Fink-devel] Re: Fwd: [Fink-beginners] Gramps installationquestion (pil broken)

2002-12-13 Thread Alexander Hansen
Since I happened to see this, I went ahead and installed gramps and
pil-1.1.4-1:  the gramps thumbnail function worked OK.


On Fri, 2002-12-13 at 10:15, Jeff Whitaker wrote:
> Ben:  OK, I've uploaded a new pil package (1.1.4-1). pil does not support
> tk 8.4, so I had to patch it.  This will need some testing to see if I
> broke anything.
> 
> 
> -Jeff
> 
>  On Thu, 12 Dec 2002, Ben Hines wrote:
> 
> > I think this is the problem with gramps, pil doesnt actually build:

-- 
Alexander K. Hansen
Associate Research Scientist, Columbia University
visiting MIT Plasma Science and Fusion Center
Levitated Dipole Experiment
175 Albany Street, NW17-219
Cambridge, MA  02139-4213


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



[Fink-devel] Re: Fwd: [Fink-beginners] Gramps installation question (pil broken)

2002-12-13 Thread Jeff Whitaker
Ben:  OK, I've uploaded a new pil package (1.1.4-1). pil does not support
tk 8.4, so I had to patch it.  This will need some testing to see if I
broke anything.


-Jeff

 On Thu, 12 Dec 2002, Ben Hines wrote:

> I think this is the problem with gramps, pil doesnt actually build:
>
> gcc  -DNDEBUG -O3 -Wall -Wstrict-prototypes
> -I/sw/src/root-pil-1.1.2-13/sw/include/python2.2-I/sw/include/python2.2
> -I/usr/X11R6/include -DHAVE_CONFIG_H -isystem /sw/include  -IlibImaging
> -I/sw/include -I/sw/include -IlibImaging -I/sw/include -c
> ././Tk/tkImaging.c -o ./tkImaging.o
> ././Tk/tkImaging.c: In function `PyImagingPhoto':
> ././Tk/tkImaging.c:165: too few arguments to function `Tk_PhotoPutBlock'
> ././Tk/tkImaging.c:175: too few arguments to function `Tk_PhotoPutBlock'
> ././Tk/tkImaging.c:182: too few arguments to function `Tk_PhotoPutBlock'
> ././Tk/tkImaging.c: In function `TkImaging_Init':
> ././Tk/tkImaging.c:192: warning: passing arg 3 of `Tcl_CreateCommand'
> from incompatible pointer type
> make: *** [tkImaging.o] Error 1
> rm -rf /sw/src/root-pil-1.1.2-13
> mkdir -p /sw/src/root-pil-1.1.2-13/sw
> mkdir -p /sw/src/root-pil-1.1.2-13/DEBIAN
> /var/tmp/tmp.1.lci3rF
> cp: cannot stat `*so': No such file or directory
> 
> Preparing to replace pil 1.1.2-13 (using
> .../pil_1.1.2-13_darwin-powerpc.deb) ...
> Unpacking replacement pil ...
> Setting up pil (1.1.2-13) ...
>
>
> However, the build does not fail, so we probably just didn't notice.
>
>
> -Ben
>
>
> Begin forwarded message:
>
> > From: Ben Hines <[EMAIL PROTECTED]>
> > Date: Thu Dec 12, 2002  8:57:36  PM US/Pacific
> > To: Alan Rakes <[EMAIL PROTECTED]>
> > Cc: <[EMAIL PROTECTED]>
> > Subject: Re: [Fink-beginners] Gramps installation question
> >
> > I'll take a look at the problem. Make sure to email the mantainer
> > about problems like this. (me :) "fink info packagename" to get
> > maintainer.
> >
> > -Ben
> >
> > On Thursday, December 12, 2002, at 03:30  PM, Alan Rakes wrote:
> >
> >> I am not sure if this is the correct forum to ask this question.  I
> >> just
> >> installed via fink the gramps genealogy program.  In general it
> >> seemed to
> >> work just fine.  When I added a picture to the database, it tried to
> >> make a
> >> thumbnail of the picture and it failed with the following error
> >> message:
> >>
> >> --
> >> Could not create a thumbnail for
> >> /Users/alanrakes/rakes-family-tree/O0.jpg
> >> Exceptions.ImportError The _imaging C module is not installed
> >> --
> >>
> >> Is this possibly due to a missing dependency in the installation?  Or
> >> is it
> >> due to some other error. Or is it just a bug in the software?
> >>
> >> Thank you for any advice.
> >>
> >> Alan Rakes
> >>
> >>
> >>
> >> ---
> >> This sf.net email is sponsored by:
> >> With Great Power, Comes Great Responsibility
> >> Learn to use your power at OSDN's High Performance Computing Channel
> >> http://hpc.devchannel.org/
> >> ___
> >> Fink-beginners mailing list
> >> [EMAIL PROTECTED]
> >> https://lists.sourceforge.net/lists/listinfo/fink-beginners
> >>
> >
> >
> >
> > ---
> > This sf.net email is sponsored by:
> > With Great Power, Comes Great Responsibility Learn to use your power
> > at OSDN's High Performance Computing Channel
> > http://hpc.devchannel.org/
> > ___
> > Fink-beginners mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/fink-beginners
> >
>
>

-- 
Jeffrey S. Whitaker Phone : (303)497-6313
NOAA/OAR/CDC  R/CDC1FAX   : (303)497-6449
325 BroadwayWeb   : http://www.cdc.noaa.gov/~jsw
Boulder, CO, USA 80305-3328 Office: Skaggs Research Cntr 1D-124


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



Re: [Fink-devel] dep. freetype2{,-hinting} missing in some packages

2002-12-13 Thread jfm

On Friday, Dec 13, 2002, at 00:01 Europe/Brussels, Alexander Strange 
wrote:

They're using improper versioned dependencies, probably.
freetype2-hinting will be obsolete as soon as we make a 
freetype2-2.1.3 package, IIRC.

Maybe have a look at _ and close _ the bug tracker item (642021) then...

Thanks,

JF Mertens



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


Re: [Fink-devel] postinstall.pl symlink

2002-12-13 Thread Martin Costabel
On vendredi, déc 13, 2002, at 07:55 Europe/Paris, Ben Hines wrote:


I noticed fink/dists is a symlink to the full path of 10.2:

ln -s /sw/fink/10.2 /sw/fink/dists

Wouldn't it be better to do:

ln -s 10.2 /sw/fink/dists

Then i wouldn't get confused when copying my fink installs around, 
when I cd into /swbackup/fink/dists and it goes to the other install's 
dists . :)  Also it would probably increase performance a tiny bit 
somewhere (fewer paths to traverse in the link).

I agree. This bit me already once when I plugged in my backup firewire 
disk.

However, if /sw/fink/dists is there already and you run that command, 
it creates:

lrwxr-xr-x1 ben  staff   4 Dec 12 22:50 10.2 -> 10.2

in /sw/fink/dists.. so you should remove the current symlink before 
creating the new one in postinstall.pl. (looks like it already does 
that, anyway)

Always use "ln -nsf" instead of "ln -s".

--
Martin



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



Re: [Fink-devel] can we upgrade blt to stable?

2002-12-13 Thread Matt Stephenson
Done :)

Thanks
Matt

William Scott wrote:


Hi Matt:

I've been making use of blt regularly for the last few months without 
problems and I believe it is fine.  I had to recompile it after 
upgrading to tcltk version 8.4 (in unstable) but other than that it 
hasn't caused any problems for me at least, and a lot of people who 
were apparently waiting for Fink's upgrade to 0.5.0a before upgrading 
to 10.2.x have now done so and have emailed me wondering where it 
went.  (Ditto for mozilla, BTW, which also seems to work fine in my 
hands.)


Thanks.


Bill




William G. Scott

Associate Professor
Department of Chemistry and Biochemistry
and The Center for the Molecular Biology of RNA
Sinsheimer Laboratories
University of California at Santa Cruz
Santa Cruz, California 95064
USA

phone:  +1-831-459-5367 (office)
   +1-831-459-5292 (lab)
fax: +1-831-4593139  (fax)



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




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