Re: [Fink-devel] validation warnings

2004-11-07 Thread Koen van der Drift
On Nov 7, 2004, at 9:08 AM, Peter O'Gorman wrote:
You can try adding --build=powerpc-apple-darwin to your configure 
params and it will then likely make an OS version independent package. 
If it only works on darwin7, then you could say 
"--build=powerpc-apple-darwin7". Unfortunately, I believe that 
different versions of autoconf have different ways of passing the 
build and host, if the pacakge uses a relatively recent version of 
autoconf then the above should work, otherwise, you may have to read 
the output of ./configure --help.

Should than then (also) be done for octave, because octave created the 
directory /sw/lib/octave/site/oct/powerpc-apple-darwin7.4.0/ (and other 
similarly named directories) that plplot uses to install stuff in?

thanks,
- Koen.

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


Re: [Fink-devel] validation warnings

2004-11-07 Thread Peter O'Gorman
Koen van der Drift wrote:
Not sure if I understand what you mean. Are you suggesting to version 
plplot based on the OS X version?
No,
Assuming a gnu build system, the host is "guessed" by config.guess if not 
specified to configure.

You can try adding --build=powerpc-apple-darwin to your configure params and 
it will then likely make an OS version independent package. If it only works 
on darwin7, then you could say "--build=powerpc-apple-darwin7". 
Unfortunately, I believe that different versions of autoconf have different 
ways of passing the build and host, if the pacakge uses a relatively recent 
version of autoconf then the above should work, otherwise, you may have to 
read the output of ./configure --help.

Peter
--
Peter O'Gorman - http://www.pogma.com
---
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=5588&alloc_id=12065&op=click
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] validation warnings

2004-11-07 Thread Koen van der Drift
On Nov 7, 2004, at 8:23 AM, Peter O'Gorman wrote:
I would suggest that you explicitly state the host to configure and 
leave off the version numbers.
Peter,
Not sure if I understand what you mean. Are you suggesting to version 
plplot based on the OS X version?

thanks,
- Koen.

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


Re: [Fink-devel] validation warnings

2004-11-07 Thread Peter O'Gorman
Koen van der Drift wrote:
I found another issue with plplot. It installs some files in 
/sw/lib/octave/site/oct/powerpc-apple-darwin7.4.0/. Apparently it uses 
the directory powerpc-apple-darwin7.4.0 because I was using 10.3.4 when 
I build octave. However, what happens if a user is using 10.3.x when 
building octave and then plplot? The directory will be 
powerpc-apple-darwin7.x.0, and thus the .deb file will be different, 
dependent on the OS X version

Any suggestions how I can solve this (if it is a problem at all)?

I would suggest that you explicitly state the host to configure and leave 
off the version numbers. It is a problem, as all our .debs are supposed to 
be the same.

Peter
--
Peter O'Gorman - http://www.pogma.com
---
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=5588&alloc_id=12065&op=click
___
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] validation warnings

2004-11-07 Thread Koen van der Drift
On Nov 6, 2004, at 6:58 PM, Daniel Macks wrote:

I didn't see this before. What should I do to fix it?
You forgot the Revision.
Thanks.
I found another issue with plplot. It installs some files in 
/sw/lib/octave/site/oct/powerpc-apple-darwin7.4.0/. Apparently it uses 
the directory powerpc-apple-darwin7.4.0 because I was using 10.3.4 when 
I build octave. However, what happens if a user is using 10.3.x when 
building octave and then plplot? The directory will be 
powerpc-apple-darwin7.x.0, and thus the .deb file will be different, 
dependent on the OS X version

Any suggestions how I can solve this (if it is a problem at all)?
thanks,
- Koen.

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


Re: [Fink-devel] validation warnings

2004-11-06 Thread Martin Costabel
Daniel Macks wrote:
[]
Warning: Malformed dependency "%n (>= 5.2.1.cvs.20040104)" for 
"%p/lib/libcsironn.0.dylib" in field "shlibs" of "splitoff". 
(plplot.info)
[lots of these, which all have one thing in common]
...except this one
Warning: Malformed dependency "%n (>= 5.3,1)" for "%p/lib/libplplottcltkd.9.dylib" in field "shlibs" of "splitoff". (plplot.info) 
which aditionally has a typo in the version.
--
Martin

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


Re: [Fink-devel] validation warnings

2004-11-06 Thread Daniel Macks
On Sat, Nov 06, 2004 at 06:16:12PM -0500, Koen van der Drift wrote:
> 
> When I run fink validate plplot.info (I am the maintainer of plplot) I 
> get the following:
> 
> Validating package file plplot.info...
> Warning: Malformed dependency "%n (>= 5.2.1.cvs.20040104)" for 
> "%p/lib/libcsironn.0.dylib" in field "shlibs" of "splitoff". 
> (plplot.info)
[lots of these, which all have one thing in common]

> I didn't see this before. What should I do to fix it?

You forgot the Revision.

dan

-- 
Daniel Macks
[EMAIL PROTECTED]
http://www.netspace.org/~dmacks



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