Re: [Fink-devel] unable to install inkscape

2008-06-22 Thread Martin Costabel
[EMAIL PROTECTED] wrote:
 Hello,
 
 I'm trying to install inkscape unstable package on a MacBook 10.4.11 with
 2.16GHz Intel COre 2 Duo. I got the following error:
 
 + export LIBRARY_PATH=/usr/X11R6/lib:/sw/lib
 + LIBRARY_PATH=/usr/X11R6/lib:/sw/lib
 + export CPATH=/sw/include
 + CPATH=/sw/include
 + export
 PATH=/usr/X11R6/bin:/sw/var/lib/fink/path-prefix-g++-4.0:/sw/bin:/sw/sbin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/X11R6/bin
 +
 PATH=/usr/X11R6/bin:/sw/var/lib/fink/path-prefix-g++-4.0:/sw/bin:/sw/sbin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/X11R6/bin
 + ./configure --prefix=/sw --mandir=/sw/share/man --with-xinerama
 --with-xft --disable-dependency-tracking --with-gnome-vfs --enable-lcms
 + make
 seltrans.h:137: error: 'SigC' has not been declared
 seltrans.h:137: error: 'Connection' does not name a type

This version of inkscape uses the name SigC::Connection, but the version 
of libsigc++2 it links to uses sigc::connection. I don't know what the 
story behind this is, but both on google and in the libsigc++2 
documentation one finds both upper- and lowercase variants (maybe the 
capitalized one is from an older version, but I am only guessing).

In any case, if one adds a patch line

  perl -pi -e 's|SigC::C|sigc::c|g' src/seltrans.h

then the inkscape-1.44 package builds OK for me on 10.4. Inkscape-1.46 
already comes with the lowercase version.

I am committing this to CVS; watch out for version 0.44.1-1003.

-- 
Martin


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


[Fink-devel] fontconfig2-dev incorrectly depends on system-xfree86-dev

2008-06-22 Thread James Bunton
Hi,

When I was testing one of my packages on pangocairo (selfupdated today)
I got this message.

WARNING: The package fontconfig2-dev Depends on system-xfree86-dev,
 but system-xfree86-dev only allows things to BuildDepend on it.

---

James



pgpLLxYN1DTcV.pgp
Description: PGP signature
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel

[Fink-devel] gd2 fix?

2008-06-22 Thread Jack Howarth
   Are there any plans to fix gd2 in the near term? It has been quite
sometime since I've been able to do a 'fink update-all' because gd2
is blocking that with the error...

/bin/sh ./libtool --tag=CC --mode=link gcc  -g -O2  -L/usr/X11/lib 
-Wl,-framework,CoreServices,-framework,ApplicationServices  -L/sw/lib -L/sw/lib 
-L/usr/X11R6/lib -o libgd.la -rpath /sw/lib -version-info 2:0:0  gd.lo gdfx.lo 
gd_security.lo gd_gd.lo gd_gd2.lo gd_io.lo gd_io_dp.lo gd_gif_in.lo 
gd_gif_out.lo gd_io_file.lo gd_io_ss.lo gd_jpeg.lo gd_png.lo gd_ss.lo 
gd_topal.lo gd_wbmp.lo gdcache.lo gdfontg.lo gdfontl.lo gdfontmb.lo gdfonts.lo 
gdfontt.lo gdft.lo gdhelpers.lo gdkanji.lo gdtables.lo gdxpm.lo wbmp.lo 
-L/sw/lib -liconv -R/sw/lib -lXpm -lX11 -ljpeg -lfontconfig -lfreetype -lpng12 
-lz 
gcc -dynamiclib ${wl}-undefined ${wl}dynamic_lookup -o .libs/libgd.2.0.0.dylib  
.libs/gd.o .libs/gdfx.o .libs/gd_security.o .libs/gd_gd.o .libs/gd_gd2.o 
.libs/gd_io.o .libs/gd_io_dp.o .libs/gd_gif_in.o .libs/gd_gif_out.o 
.libs/gd_io_file.o .libs/gd_io_ss.o .libs/gd_jpeg.o .libs/gd_png.o 
.libs/gd_ss.o .libs/gd_topal.o .libs/gd_wbmp.o .libs/gdcache.o .libs/gdfontg.o 
.libs/gdfontl.o .libs/gdfontmb.o .libs/gdfonts.o .libs/gdfontt.o .libs/gdft.o 
.libs/gdhelpers.o .libs/gdkanji.o .libs/gdtables.o .libs/gdxpm.o .libs/wbmp.o  
-L/usr/X11/lib -L/sw/lib -L/usr/X11R6/lib /sw/lib/libiconv.dylib 
/usr/X11/lib/libXpm.4.11.0.dylib /usr/X11/lib/libXau.6.0.0.dylib 
/usr/X11/lib/libXdmcp.6.0.0.dylib /usr/X11/lib/libX11.6.2.0.dylib 
/sw/lib/libjpeg.dylib /usr/X11/lib/libfontconfig.dylib /usr/lib/libiconv.dylib 
/usr/lib/libz.dylib /usr/lib/libexpat.dylib /usr/X11/lib/libfreetype.dylib 
/usr/X11/lib/libpng12.0.26.0.dylib -lz  -Wl,-framework -Wl,CoreServices 
-Wl,-framework -Wl,ApplicationServices -inst
 all_name  /sw/lib/libgd.2.dylib -Wl,-compatibility_version -Wl,3 
-Wl,-current_version -Wl,3.0 
i686-apple-darwin9-gcc-4.0.1: /usr/X11/lib/libpng12.0.26.0.dylib: No such file 
or directory

Has this problem been discussed with upstream?
  Jack

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] gd2 fix?

2008-06-22 Thread Martin Costabel
Jack Howarth wrote:
Are there any plans to fix gd2 in the near term? It has been quite
 sometime since I've been able to do a 'fink update-all' because gd2
 is blocking that with the error...
 
 /bin/sh ./libtool --tag=CC --mode=link gcc  -g -O2  -L/usr/X11/lib 
 -Wl,-framework,CoreServices,-framework,ApplicationServices  -L/sw/lib 
 -L/sw/lib -L/usr/X11R6/lib -o libgd.la -rpath /sw/lib -version-info 2:0:0  
 gd.lo gdfx.lo gd_security.lo gd_gd.lo gd_gd2.lo gd_io.lo gd_io_dp.lo 
 gd_gif_in.lo gd_gif_out.lo gd_io_file.lo gd_io_ss.lo gd_jpeg.lo gd_png.lo 
 gd_ss.lo gd_topal.lo gd_wbmp.lo gdcache.lo gdfontg.lo gdfontl.lo gdfontmb.lo 
 gdfonts.lo gdfontt.lo gdft.lo gdhelpers.lo gdkanji.lo gdtables.lo gdxpm.lo 
 wbmp.lo -L/sw/lib -liconv -R/sw/lib -lXpm -lX11 -ljpeg -lfontconfig 
 -lfreetype -lpng12 -lz 
 gcc -dynamiclib ${wl}-undefined ${wl}dynamic_lookup -o 
 .libs/libgd.2.0.0.dylib  .libs/gd.o .libs/gdfx.o .libs/gd_security.o 
 .libs/gd_gd.o .libs/gd_gd2.o .libs/gd_io.o .libs/gd_io_dp.o .libs/gd_gif_in.o 
 .libs/gd_gif_out.o .libs/gd_io_file.o .libs/gd_io_ss.o .libs/gd_jpeg.o 
 .libs/gd_png.o .libs/gd_ss.o .libs/gd_topal.o .libs/gd_wbmp.o .libs/gdcache.o 
 .libs/gdfontg.o .libs/gdfontl.o .libs/gdfontmb.o .libs/gdfonts.o 
 .libs/gdfontt.o .libs/gdft.o .libs/gdhelpers.o .libs/gdkanji.o 
 .libs/gdtables.o .libs/gdxpm.o .libs/wbmp.o  -L/usr/X11/lib -L/sw/lib 
 -L/usr/X11R6/lib /sw/lib/libiconv.dylib /usr/X11/lib/libXpm.4.11.0.dylib 
 /usr/X11/lib/libXau.6.0.0.dylib /usr/X11/lib/libXdmcp.6.0.0.dylib 
 /usr/X11/lib/libX11.6.2.0.dylib /sw/lib/libjpeg.dylib 
 /usr/X11/lib/libfontconfig.dylib /usr/lib/libiconv.dylib /usr/lib/libz.dylib 
 /usr/lib/libexpat.dylib /usr/X11/lib/libfreetype.dylib 
 /usr/X11/lib/libpng12.0.26.0.dylib -lz  -Wl,-framework -Wl,CoreServices 
 -Wl,-framework -Wl,ApplicationServices -in
st
  all_name  /sw/lib/libgd.2.dylib -Wl,-compatibility_version -Wl,3 
 -Wl,-current_version -Wl,3.0 
 i686-apple-darwin9-gcc-4.0.1: /usr/X11/lib/libpng12.0.26.0.dylib: No such 
 file or directory
 
 Has this problem been discussed with upstream?

Which upstream? The name /usr/X11/lib/libpng12.0.26.0.dylib that does 
not correspond to an existing file comes from Apple. In this case, it 
must be /usr/X11/lib/libpng12.la that is lying about the existing 
library_names. It has been observed that the 10.5.3 update fixes this 
particular bug. What OS version and X11 version do you have installed?

It is hard for Fink packages to become completely immune to all the X11 
garbage Apple and macosforge/xquartz have been dumping on us lately.

-- 
Martin



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] gd2 fix?

2008-06-22 Thread Martin Costabel
Martin Costabel wrote:
[]
 library_names. It has been observed that the 10.5.3 update fixes this 
 particular bug.

After some digging, I have to correct this: The 10.5.3 update does not 
touch /usr/X11/lib/libpng12.la. However, the security update 2008-2 does 
install a new version, and so do all kinds of xcode versions, from 3.0 
to the various 3.1 from iphone betas, and also the macosforge/xquartz 
updates. There exist a couple of different variants, and I have not yet 
found out where the faulty one - announcing libpng12.0.26.0.dylib while 
this doesn't exist - comes from. Most likely one of the xquartz updates.

-- 
Martin


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


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

2008-06-22 Thread David Portabella Clotet
 -- Package manager version: 0.28.2 Distribution version: selfupdate-rsync
Sun Jun 8 12:41:13 2008, 10.5, i386 Mac OS X version: 10.5.2 Xcode version:
3.0 gcc version: 4.0.1 (Apple Inc. build 5465) make version: 3.81 Feedback
Courtesy of FinkCommander

--
The following package will be installed or updated:
 tk-tablematrix-pm586
Setting runtime build-lock...
dpkg-deb -b
/sw/src/fink.build/root-fink-buildlock-tk-tablematrix-pm586-1.2-2
/sw/src/fink.build
dpkg-deb: building package `fink-buildlock-tk-tablematrix-pm586-1.2-2' in
`/sw/src/fink.build/fink-buildlock-tk-tablematrix-pm586-1.2-2_2008.06.21-10.00.09_darwin-i386.deb'.
Installing build-lock package...
/sw/bin/dpkg-lockwait -i
/sw/src/fink.build/fink-buildlock-tk-tablematrix-pm586-1.2-2_2008.06.21-10.00.09_darwin-i386.deb
Selecting previously deselected package
fink-buildlock-tk-tablematrix-pm586-1.2-2.
(Reading database ... 105208 files and directories currently installed.)
Unpacking fink-buildlock-tk-tablematrix-pm586-1.2-2 (from
.../fink-buildlock-tk-tablematrix-pm586-1.2-2_2008.06.21-10.00.09_darwin-i386.deb)
...
Setting up fink-buildlock-tk-tablematrix-pm586-1.2-2 (2008.06.21-10.00.09)
...
gzip -dc /sw/src/Tk-TableMatrix-1.2.tar.gz | /sw/bin/tar -xf -
--no-same-owner --no-same-permissions
Use of uninitialized value in list assignment at
/sw/lib/perl5/Fink/PkgVersion.pm line 4963.
Use of uninitialized value in list assignment at
/sw/lib/perl5/Fink/PkgVersion.pm line 4963.
Use of uninitialized value in list assignment at
/sw/lib/perl5/Fink/PkgVersion.pm line 4963.
Use of uninitialized value in list assignment at
/sw/lib/perl5/Fink/PkgVersion.pm line 4963.
perl5.8.6 Makefile.PL PERL=/sw/bin/perl5.8.6 PREFIX=/sw
INSTALLPRIVLIB=/sw/lib/perl5/5.8.6
INSTALLARCHLIB=/sw/lib/perl5/5.8.6/darwin-thread-multi-2level
INSTALLSITELIB=/sw/lib/perl5/5.8.6
INSTALLSITEARCH=/sw/lib/perl5/5.8.6/darwin-thread-multi-2level
INSTALLMAN1DIR=/sw/share/man/man1 INSTALLMAN3DIR=/sw/share/man/man3
INSTALLSITEMAN1DIR=/sw/share/man/man1 INSTALLSITEMAN3DIR=/sw/share/man/man3
INSTALLBIN=/sw/bin INSTALLSITEBIN=/sw/bin INSTALLSCRIPT=/sw/bin
### Note: 'Building Outside of Tk itself' Messages are Expected Here 
PPM for perl5.008006
Test Compiling config/signedchar.c
perl5.8.6 is installed in
/sw/lib/perl5-core/5.8.6/darwin-thread-multi-2level okay
Test Compile/Run config/unsigned.c
Test Compiling config/Ksprintf.c
Test Compiling -DSPRINTF_RETURN_CHAR config/Ksprintf.c
Test Compiling config/tod.c
Test Compiling -DTIMEOFDAY_TZ config/tod.c
Test Compiling -DTIMEOFDAY_NO_TZ config/tod.c
Test Compiling -DTIMEOFDAY_DOTS config/tod.c
Problem gettimeofday()
### execution of perl5.8.6 failed, exit code 10
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-tk-tablematrix-pm586-1.2-2
(Reading database ... 105209 files and directories currently installed.)
Removing fink-buildlock-tk-tablematrix-pm586-1.2-2 ...
Failed: phase compiling: tk-tablematrix-pm586-1.2-2 failed

Before reporting any errors, please run fink selfupdate and
try again.  If you continue to have issues, please check to see if the
FAQ on fink's website solves the problem.  If not, ask on the fink-users
or fink-beginners mailing lists, with a carbon copy to the maintainer:

None fink-devel@lists.sourceforge.net

Note that this is preferable to emailing the maintainer directly, since
most fink package maintainers do not have access to all possible
hardware and software configurations.
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel

Re: [Fink-devel] Tracker mods

2008-06-22 Thread William Xu
John Ridgway [EMAIL PROTECTED] writes:

 The source file is not available where the package is looking for it.
 The Source field specifies mirror:sourceforge:%n/%n-%v.tar.gz, but no
 such file exists. Please check the Source field and update it.

Ah, I must misuse the Source field.  I've changed to use a custom mirror
as follows: 

,
| Source: mirror:custom:%n/%n-%v.tar.gz
| CustomMirror: 
| Primary: http://dl.cihar.com/MIRROR/
| 
`

It builds okay here.  

-- 
William

http://williamxu.net9.org

1648 files (84%) out of the files that I mirror disappeared.  Since
my delete threshold was set at 90%, all those files are now missing
from my hard drive.  It's going to take a lng time to fetch those
again via 14.4kbps!
-- Brian C. White

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] unable to install inkscape

2008-06-22 Thread marlene . sanjose
Yes inkscape 0.44.1-1003 successfully installed. The software works
perfectly. Thanks for your help.
Marlene


 [EMAIL PROTECTED] wrote:
 Hello,

 I'm trying to install inkscape unstable package on a MacBook 10.4.11
 with
 2.16GHz Intel COre 2 Duo. I got the following error:

 + export LIBRARY_PATH=/usr/X11R6/lib:/sw/lib
 + LIBRARY_PATH=/usr/X11R6/lib:/sw/lib
 + export CPATH=/sw/include
 + CPATH=/sw/include
 + export
 PATH=/usr/X11R6/bin:/sw/var/lib/fink/path-prefix-g++-4.0:/sw/bin:/sw/sbin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/X11R6/bin
 +
 PATH=/usr/X11R6/bin:/sw/var/lib/fink/path-prefix-g++-4.0:/sw/bin:/sw/sbin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/X11R6/bin
 + ./configure --prefix=/sw --mandir=/sw/share/man --with-xinerama
 --with-xft --disable-dependency-tracking --with-gnome-vfs --enable-lcms
 + make
 seltrans.h:137: error: 'SigC' has not been declared
 seltrans.h:137: error: 'Connection' does not name a type

 This version of inkscape uses the name SigC::Connection, but the version
 of libsigc++2 it links to uses sigc::connection. I don't know what the
 story behind this is, but both on google and in the libsigc++2
 documentation one finds both upper- and lowercase variants (maybe the
 capitalized one is from an older version, but I am only guessing).

 In any case, if one adds a patch line

   perl -pi -e 's|SigC::C|sigc::c|g' src/seltrans.h

 then the inkscape-1.44 package builds OK for me on 10.4. Inkscape-1.46
 already comes with the lowercase version.

 I am committing this to CVS; watch out for version 0.44.1-1003.

 --
 Martin





-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


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

2008-06-22 Thread Martin Costabel
David Portabella Clotet wrote:
 -- Package manager version: 0.28.2 Distribution version: 
 selfupdate-rsync Sun Jun 8 12:41:13 2008, 10.5, i386 Mac OS X version: 
 10.5.2 Xcode version: 3.0 gcc version: 4.0.1 (Apple Inc. build 5465) 
 make version: 3.81 Feedback Courtesy of FinkCommander
 
 --
 The following package will be installed or updated:
  tk-tablematrix-pm586
 Setting runtime build-lock...
[]
 ### Note: 'Building Outside of Tk itself' Messages are Expected Here 
 PPM for perl5.008006
 Test Compiling config/signedchar.c
 perl5.8.6 is installed in 
 /sw/lib/perl5-core/5.8.6/darwin-thread-multi-2level okay
 Test Compile/Run config/unsigned.c
 Test Compiling config/Ksprintf.c
 Test Compiling -DSPRINTF_RETURN_CHAR config/Ksprintf.c
 Test Compiling config/tod.c
 Test Compiling -DTIMEOFDAY_TZ config/tod.c
 Test Compiling -DTIMEOFDAY_NO_TZ config/tod.c
 Test Compiling -DTIMEOFDAY_DOTS config/tod.c
 Problem gettimeofday()
[]

This package and its companion tk-pm586 are very weird beasts with real 
old and strange build systems that sometimes build correctly, but more 
or less by chance. A lot of real porting effort would be necessary to 
make them build reliably on MacOSX.
And since the maintainer is:

 None fink-devel@lists.sourceforge.net 

, I don't see this happen in the near future.
Unless, of course, you would want to do it?

-- 
Martin


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


[Fink-devel] gnuplot-4.0.0-1005

2008-06-22 Thread Karim Barkati
The release of version 4.2.3 was announced on 8 March 2008...
Any idea for the mac version ?

Regards,
K.

--
Package manager version: 0.27.10
Distribution version: 0.8.1.rsync i386
Mac OS X version: 10.4.11
Xcode version: 2.2.1
gcc version: 4.0.1 (Apple Computer, Inc. build 5250)
make version: 3.80
Feedback Courtesy of FinkCommander

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel