Re: [Fink-devel] tk-tablematrix-pm586-1.2-2

2009-10-16 Thread monipol
On 15/10/2009, at 18:42, khlm lutrija wrote:
 dont work

 --
 Package manager version: 0.29.10
 Distribution version: selfupdate-rsync Thu Oct 15 23:28:36 2009, 10.5,
 i386
 Mac OS X version: 10.5.7
 Xcode version: 3.1.3
 gcc version: 4.0.1 (Apple Inc. build 5493)
 make version: 3.81
 Feedback Courtesy of FinkCommander

Providing further (useful) information:

$ fink -m --build-as-nobody rebuild tk-tablematrix-pm586
(...)
Using -L/usr/X11R6/lib to find /usr/X11R6/lib/libX11.la
Using -I/usr/X11R6/include to find /usr/X11R6/include/X11/Xlib.h
### execution of perl5.8.6 failed, exit code 10
(...)
Failed: phase compiling: tk-tablematrix-pm586-1.2-2 failed

This happens because tk-pm586 (unmaintained) doesn't work (my box is  
similar to $user's):

$ perl5.8.6
use Tk;
Bus error
$

and it is needed by tk-tablematrix-pm586's Makefile.PL (line 28):

$tkversion = eval 'use Tk; $Tk::VERSION;';


Cheers,

--
monipol
http://finkers.wordpress.com

Submitting a Fink bug report? Read this:
http://www.finkproject.org/doc/netiquette/index.php
http://finkers.wordpress.com/2009/06/03/bug-reports/


--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] tk-tablematrix-pm586-1.2-2

2009-10-16 Thread Martin Costabel
monipol wrote:
 On 15/10/2009, at 18:42, khlm lutrija wrote:
 dont work

 --
 Package manager version: 0.29.10
 Distribution version: selfupdate-rsync Thu Oct 15 23:28:36 2009, 10.5,
 i386
 Mac OS X version: 10.5.7
 Xcode version: 3.1.3
 gcc version: 4.0.1 (Apple Inc. build 5493)
 make version: 3.81
 Feedback Courtesy of FinkCommander
 
 Providing further (useful) information:
 
 $ fink -m --build-as-nobody rebuild tk-tablematrix-pm586
 (...)
 Using -L/usr/X11R6/lib to find /usr/X11R6/lib/libX11.la
 Using -I/usr/X11R6/include to find /usr/X11R6/include/X11/Xlib.h
 ### execution of perl5.8.6 failed, exit code 10
 (...)
 Failed: phase compiling: tk-tablematrix-pm586-1.2-2 failed
 
 This happens because tk-pm586 (unmaintained) doesn't work (my box is  
 similar to $user's):

OTOH, tk-tm588 does work, and building tk-tablematrix-pm588 (after 
adding the type 5.8.8 to the info file) does work, too. Is there any 
reason why this old perl5.8.6 cruft (which dates from the days of MacOSX 
10.3) should be conserved on MacOSX 10.5?

-- 
Martin

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] tk-tablematrix-pm586-1.2-2

2009-10-16 Thread monipol
On 16/10/2009, at 04:20, Martin Costabel wrote:
 monipol wrote:
 On 15/10/2009, at 18:42, khlm lutrija wrote:
 dont work

 --
 Package manager version: 0.29.10
 Distribution version: selfupdate-rsync Thu Oct 15 23:28:36 2009,  
 10.5,
 i386
 Mac OS X version: 10.5.7
 Xcode version: 3.1.3
 gcc version: 4.0.1 (Apple Inc. build 5493)
 make version: 3.81
 Feedback Courtesy of FinkCommander
 Providing further (useful) information:
 $ fink -m --build-as-nobody rebuild tk-tablematrix-pm586
 (...)
 Using -L/usr/X11R6/lib to find /usr/X11R6/lib/libX11.la
 Using -I/usr/X11R6/include to find /usr/X11R6/include/X11/Xlib.h
 ### execution of perl5.8.6 failed, exit code 10
 (...)
 Failed: phase compiling: tk-tablematrix-pm586-1.2-2 failed
 This happens because tk-pm586 (unmaintained) doesn't work (my box  
 is  similar to $user's):

 OTOH, tk-tm588 does work, and building tk-tablematrix-pm588 (after  
 adding the type 5.8.8 to the info file) does work, too. Is there any  
 reason why this old perl5.8.6 cruft (which dates from the days of  
 MacOSX 10.3) should be conserved on MacOSX 10.5?

I've committed a new upstream version (1.23) and disabled -pm586 on  
10.5.

Zarko: Could you please test that? The package name is tk-tablematrix- 
pm588. I've run a Tk::TableMatrix on 10.5.8, 32-bit Fink and it worked  
with system's Perl. As you're using rsync to selfupdate it should take  
one hour at the latest for the new version to show up on the rsync  
mirrors.


Cheers,

--
monipol
http://finkers.wordpress.com

Submitting a Fink bug report? Read this:
http://www.finkproject.org/doc/netiquette/index.php
http://finkers.wordpress.com/2009/06/03/bug-reports/


--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] tk-tablematrix-pm586-1.2-2

2009-10-16 Thread monipol
On 16/10/2009, at 04:20, Martin Costabel wrote:
[...]
 Is there any reason why this old perl5.8.6 cruft (which dates from  
 the days of MacOSX 10.3) should be conserved on MacOSX 10.5?


Inertia, mostly. :) We'll do some 'spring' cleaning eventually.


Cheers,

--
monipol
http://finkers.wordpress.com

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] tk-tablematrix-pm5100-1.23-1

2009-10-16 Thread Robert Wyatt
monipol wrote:
 On 16/10/2009, at 04:20, Martin Costabel wrote:
 monipol wrote:
 On 15/10/2009, at 18:42, khlm lutrija wrote:
 dont work

 --
 Package manager version: 0.29.10
 Distribution version: selfupdate-rsync Thu Oct 15 23:28:36 2009,  
 10.5,
 i386
 Mac OS X version: 10.5.7
 Xcode version: 3.1.3
 gcc version: 4.0.1 (Apple Inc. build 5493)
 make version: 3.81
 Feedback Courtesy of FinkCommander
 Providing further (useful) information:
 $ fink -m --build-as-nobody rebuild tk-tablematrix-pm586
 (...)
 Using -L/usr/X11R6/lib to find /usr/X11R6/lib/libX11.la
 Using -I/usr/X11R6/include to find /usr/X11R6/include/X11/Xlib.h
 ### execution of perl5.8.6 failed, exit code 10
 (...)
 Failed: phase compiling: tk-tablematrix-pm586-1.2-2 failed
 This happens because tk-pm586 (unmaintained) doesn't work (my box  
 is  similar to $user's):
 OTOH, tk-tm588 does work, and building tk-tablematrix-pm588 (after  
 adding the type 5.8.8 to the info file) does work, too. Is there any  
 reason why this old perl5.8.6 cruft (which dates from the days of  
 MacOSX 10.3) should be conserved on MacOSX 10.5?
 
 I've committed a new upstream version (1.23) and disabled -pm586 on  
 10.5.
 
 Zarko: Could you please test that? The package name is tk-tablematrix- 
 pm588. I've run a Tk::TableMatrix on 10.5.8, 32-bit Fink and it worked  
 with system's Perl. As you're using rsync to selfupdate it should take  
 one hour at the latest for the new version to show up on the rsync  
 mirrors.
 
 
 Cheers,
 
 --
 monipol
 http://finkers.wordpress.com


Monipol, on 10.6 32-bit I now have:

  i   tk-tablematrix-pm588 1.23-1

However:
$ fink install tk-tablematrix-pm5100
Information about 9459 packages read in 4 seconds.
The package 'tk-tablematrix-pm5100' will be built and installed.
Reading dependency for tk-tablematrix-pm5100-1.23-1...
WARNING: While resolving dependency tk-pm5100 (= 804.026-10) for 
package tk-tablematrix-pm5100-1.23-1, package tk-pm5100 was not found.


--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] tk-tablematrix-pm5100-1.23-1

2009-10-16 Thread Robert Wyatt
Robert Wyatt wrote:
 monipol wrote:
 On 16/10/2009, at 04:20, Martin Costabel wrote:
 monipol wrote:
 On 15/10/2009, at 18:42, khlm lutrija wrote:
 dont work

 -- 
 Package manager version: 0.29.10
 Distribution version: selfupdate-rsync Thu Oct 15 23:28:36 2009,  
 10.5,
 i386
 Mac OS X version: 10.5.7
 Xcode version: 3.1.3
 gcc version: 4.0.1 (Apple Inc. build 5493)
 make version: 3.81
 Feedback Courtesy of FinkCommander
 Providing further (useful) information:
 $ fink -m --build-as-nobody rebuild tk-tablematrix-pm586
 (...)
 Using -L/usr/X11R6/lib to find /usr/X11R6/lib/libX11.la
 Using -I/usr/X11R6/include to find /usr/X11R6/include/X11/Xlib.h
 ### execution of perl5.8.6 failed, exit code 10
 (...)
 Failed: phase compiling: tk-tablematrix-pm586-1.2-2 failed
 This happens because tk-pm586 (unmaintained) doesn't work (my box  
 is  similar to $user's):
 OTOH, tk-tm588 does work, and building tk-tablematrix-pm588 (after  
 adding the type 5.8.8 to the info file) does work, too. Is there any  
 reason why this old perl5.8.6 cruft (which dates from the days of  
 MacOSX 10.3) should be conserved on MacOSX 10.5?

 I've committed a new upstream version (1.23) and disabled -pm586 on  
 10.5.

 Zarko: Could you please test that? The package name is tk-tablematrix- 
 pm588. I've run a Tk::TableMatrix on 10.5.8, 32-bit Fink and it 
 worked  with system's Perl. As you're using rsync to selfupdate it 
 should take  one hour at the latest for the new version to show up on 
 the rsync  mirrors.


 Cheers,

 -- 
 monipol
 http://finkers.wordpress.com
 
 
 Monipol, on 10.6 32-bit I now have:
 
  i   tk-tablematrix-pm588 1.23-1
 
 However:
 $ fink install tk-tablematrix-pm5100
 Information about 9459 packages read in 4 seconds.
 The package 'tk-tablematrix-pm5100' will be built and installed.
 Reading dependency for tk-tablematrix-pm5100-1.23-1...
 WARNING: While resolving dependency tk-pm5100 (= 804.026-10) for 
 package tk-tablematrix-pm5100-1.23-1, package tk-pm5100 was not found.
 


I'm such an idiot. This is on 10.5-PPC.  --Robert

--
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel