Re: [Fink-devel] OpenLDAP and krb5

2006-12-31 Thread Alexander Hansen
On 12/31/06, Zephiris [EMAIL PROTECTED] wrote:
 I'm trying to get through to compiling Subversion on Fink, but OpenLDAP
 builds depend on libkrb5 (or so), but this isn't present on 10.4.8 at least,
 and there's no package (or whatever else would be needed) to satisfy it?
 Please CC responses, as I'm not on the list.


Subversion 1.4.2-11 works just fine for me.

I believe that openldap uses the system-installed krb5 stuff.  How
about pasting up a build log so that we can see what the failure mode
is?  I would suspect that you're missing the DevSDK.pkg from Xcode,
which contains the header files needed to compile against system
stuff, but that's only a guess in the absence of real data.

-- 
Alexander K. Hansen
(akh)
Fink Documenter (still)

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] OpenLDAP and krb5

2006-12-31 Thread Alexander Hansen
On 12/31/06, Zephiris [EMAIL PROTECTED] wrote:
 Xcode was installed completely.

 configure snippet:

 ./configure --prefix=/sw --libexecdir=/sw/sbin --mandir=/sw/share/man
 --infodir=/sw/share/info/openldap23 --with-cyrus-sasl
 --enable-ldap --enable-ldbm --disable-dependency-tracking
 Configuring OpenLDAP 2.3.27-Release ...
 checking build system type... i686-apple-darwin8.8.1
 checking host system type... i686-apple-darwin8.8.1
 checking target system type... i686-apple-darwin8.8.1
 checking for a BSD-compatible install... /usr/bin/install -c
 checking whether build environment is sane... yes
 checking for gawk... no
 checking for mawk... no
 checking for nawk... no
 checking for awk... awk
 checking whether make sets $(MAKE)... yes
 checking configure arguments... done
 checking for cc... cc
 checking for ar... ar
 checking for style of include used by make... GNU
 checking for C compiler default output file name... configure: error: C
 compiler cannot create executables
 See `config.log' for more details.
 ### execution of ./configure failed, exit code 77

 config.log snippet:

 configure:4555: cc -I/sw/lib/system-openssl/include
 -I/sw/include/db4 -DBIND_8_COMPAT -I/sw/include conftest.c -lkrb5 -ldb-4.4
 -L/sw/lib/system-openssl/lib -L/sw/lib 5
 /usr/bin/ld: can't locate file for: -lkrb5
 LIBS='-lkrb5 -ldb-4.4 -L/sw/lib/system-openssl/lib -L/sw/lib'



Ah--maybe it wasn't what I thought.  Do you have /usr/lib/libkrb5.dylib?

That appears to have come with the BaseSystem.pkg, as well as being
updated in some of the security updates--if you don't have it maybe it
got clobbered by one of those.


 On 12/31/06, Alexander Hansen [EMAIL PROTECTED] wrote:
  On 12/31/06, Zephiris [EMAIL PROTECTED] wrote:
   I'm trying to get through to compiling Subversion on Fink, but OpenLDAP
   builds depend on libkrb5 (or so), but this isn't present on 10.4.8 at
 least,
   and there's no package (or whatever else would be needed) to satisfy it?
   Please CC responses, as I'm not on the list.
  
 
  Subversion 1.4.2-11 works just fine for me.
 
  I believe that openldap uses the system-installed krb5 stuff.  How
  about pasting up a build log so that we can see what the failure mode
  is?  I would suspect that you're missing the DevSDK.pkg from Xcode,
  which contains the header files needed to compile against system
  stuff, but that's only a guess in the absence of real data.
 
  --
  Alexander K. Hansen
  (akh)
  Fink Documenter (still)
 



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Fwd: Fink-devel post from [EMAIL PROTECTED] requires approval

2007-01-04 Thread Alexander Hansen
Alexander Hansen wrote:
 Had a moderator malfunction here.

 -- Forwarded message --
 From: Robert Thacker [EMAIL PROTECTED]
 To: fink-devel@lists.sourceforge.net
 Date: Thu, 04 Jan 2007 14:54:02 -0700
 Subject: flex-1:2.5.4a-4


 --
 Package manager version: 0.26.0
 Distribution version: 0.8.1.rsync
 i386
 Mac OS X version: 10.4.8
 Xcode version: 2.4
 gcc version: 4.0.1 (Apple
 Computer, Inc. build 5363)
 make version: 3.80
 Feedback Courtesy of
 FinkCommander


 WhenI attempt to install this package, it detects a malloc.h file, then the
 build crashes because it cannot find it.

   
You're not supposed to have a malloc.h on OS X.  Find it and move it out 
of the way.

-- 
Alexander K. Hansen
(akh)
Fink Documenter


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] go with newer glib2, or try to exclude 1 or 2 'bad' versions?

2007-01-05 Thread Alexander Hansen
On 1/5/07, David Reiser [EMAIL PROTECTED] wrote:
 Dan Macks kindly upgraded glib2 in fink to a newly released version
 that doesn't break gnucash2 preference saving/reading. So glib2
 2.12.4 and lower works (don't even need 2.12, but I'd have to dig out
 just how far back gnucash2 can go), and glib2 2.12.7 works with only
 a few annoying warnings in the xterminal window.

 Should I try to write a depends versioning declaration that excludes
 glib2 2.12.5 and 2.12.6 (I don't think 2.12.6 ever made it to fink)?
 Or do I just say glib2-shlibs (= 2.12.7)?

 Dave
 --
 David Reiser
 [EMAIL PROTECTED]


If it works with the new glib2 without any rebuilding, then don't
bother--people will get whatever the most current glib2* version is in
Fink.

If a rebuild of gnucash2 is required, then a versioned dependency is
appropriate.
-- 
Alexander K. Hansen
(akh)
Fink Documenter (still)

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] go with newer glib2, or try to exclude 1 or 2 'bad' versions?

2007-01-05 Thread Alexander Hansen
On 1/5/07, Jean-François Mertens [EMAIL PROTECTED] wrote:

 On 05 Jan 2007, at 07:07, David Reiser wrote:

  Dan Macks kindly upgraded glib2 in fink to a newly released version
  that doesn't break gnucash2 preference saving/reading. So glib2
  2.12.4 and lower works (don't even need 2.12, but I'd have to dig out
  just how far back gnucash2 can go), and glib2 2.12.7 works with only
  a few annoying warnings in the xterminal window.
 
  Should I try to write a depends versioning declaration that excludes
  glib2 2.12.5 and 2.12.6 (I don't think 2.12.6 ever made it to fink)?
  Or do I just say glib2-shlibs (= 2.12.7)?
 The latter.
 And please also correct the deps of gnucash2-shlibs: I see none
 (do I have a wrong info file ?) while otool shows at least the following
 dependencies :

 aqbanking16-shlibs, atk1-shlibs, audiofile-shlibs, bzip2-shlibs,
 esound-shlibs, \
 g-wrap-shlibs, gail17-shlibs, gconf2-shlibs, glib2-shlibs, gnome-
 keyring-shlibs, \
 gnome-vfs2-unified-shlibs, gtk+2-shlibs, gtkhtml3.8.15-shlibs,
 guile16-shlibs, \
 gwenhywfar38-shlibs, ktoblzcheck-shlibs, libart2-shlibs, libbonobo2-
 shlibs, \
 libbonoboui2-shlibs, libgettext3-shlibs, libglade2-shlibs, libgnome2-
 shlibs, \
 libgnomecanvas2-shlibs, libgnomeprint2.2-shlibs, libgnomeprintui2.2-
 shlibs, \
 libgnomeui2-shlibs, libgoffice-shlibs, libgsf1.114-gnome-shlibs,
 libgsf1.114-shlibs, \
 libhowl-shlibs, libiconv, libjpeg-shlibs, libofx3-shlibs, libtool14-
 shlibs, libxml2-shlibs, \
 opensp4-shlibs, openssl097-shlibs, orbit2-shlibs, pango1-xft2-shlibs,
 popt-shlibs, xorg-shlibs

 !

 Cheers,

 JF


If David doesn't object, I can go ahead and slide those Depends from
the main package to the -shlibs, as well as adding the versioned glib2
dependency.

It's quicker than the tracker. :-)
-- 
Alexander K. Hansen
(akh)
Fink Documenter (still)

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Any maintainers for fink package xemacs?

2007-01-08 Thread Alexander Hansen
On 1/8/07, Peter Portante [EMAIL PROTECTED] wrote:
 I am looking to get v21.4.20 up as it contains (in .18) some fixes for OS X
 I am looking for.

 Thanks,

 -peter



The package is currently unmaintained.

If you'd like to help, you might consider trying to modify the
existing xemacs-21.4.15 package description file to work with 21.4.20
and become the maintainer.

I'll refer you to http://fink.sourceforge.net/doc/quick-start-pkg/index.php
-- 
Alexander K. Hansen
(akh)
Fink Documenter (still)

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Any maintainers for fink package xemacs?

2007-01-09 Thread Alexander Hansen
On 1/9/07, Peter Portante [EMAIL PROTECTED] wrote:
 Sure, I'll give it a shot. Where is the xemacs package description
 maintained? How do I get a copy of it and modify it and submit a change? Who
 will review the changes I make to ensure that I am doing this correctly, and
 not just computing pi to 30,000 digits?

 Now, becoming the maintainer would only occur if I am successful, right? :)

 Thanks Alexander,

 -peter


(Check the link to the packaging tutorial if you need additional
information, as well)

The file is on your system, so getting it is no problem--use the
version in the unstable tree:
/sw/fink/dists/unstable/main/finkinfo/editors/xemacs.info

To modify it--we recommend editing a local copy, so try the following

mkdir -p /sw/fink/dists/local/main/finkinfo
cp /sw/fink/dists/unstable/main/finkinfo/editors/xemacs.info\
 /sw/fink/dists/local/main/finkinfo

(you may need to use sudo in front of the above two commands,
deepending on how the permissions of local are set.)

Then edit the copy that lives in the local tree.  You should use your
favorite text editor, possibly as root, e.g. sudo xemacs
/sw/fink/dists/local/main/finkinfo/xemacs.info

Also, check that the Trees: line in /sw/etc/fink.conf has local/main
as one of its entries--if not then you'll need to add it.  Running
fink index ; fink scanpackages should ensure that Fink is now
looking at your version, and you can just use the normal commands to
build it.

To submit it, (after it runs for you) go to
http://sourceforge.net/tracker/?func=addgroup_id=17203atid=414256 .

You'll need to get a Sourceforge ID if you don't have one
already--make sure that it's on an account that you actually check on
occasion because the tracker will send you email about the item.

One of the developers (probably me) will review it.

By the way, it should be pretty simple--I did a quick stab at it, and
the following changes were sufficient to get it to build:

Version: 21.4.20
Revision: 1001
Epoch: 1
Source: mirror:custom:stable/%n-%v.tar.bz2
Source-MD5: b0c98bb6f2d7818f4183f8c8e9afb867

The Revision could be something else, but we like some separation
between 10.3 and 10.4.  (11 or 101 are fine, too)

It seemed to build and run, but you know what fixes you're looking for
(and I've got an adequate load on my plate).

Give it a try, and check back here if you have any questions--we like
maintainers to submit a _working_ package to the tracker.


 On 1/8/07 8:11 PM, Alexander Hansen [EMAIL PROTECTED] wrote:

  On 1/8/07, Peter Portante [EMAIL PROTECTED] wrote:
  I am looking to get v21.4.20 up as it contains (in .18) some fixes for OS X
  I am looking for.
 
  Thanks,
 
  -peter
 
 
 
  The package is currently unmaintained.
 
  If you'd like to help, you might consider trying to modify the
  existing xemacs-21.4.15 package description file to work with 21.4.20
  and become the maintainer.
 
  I'll refer you to http://fink.sourceforge.net/doc/quick-start-pkg/index.php




-- 
Alexander K. Hansen
(akh)
Fink Documenter (still)

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] warning multiple definitions of symbol _locale_charset?

2007-01-11 Thread Alexander Hansen
On 1/11/07, Charles Lepple [EMAIL PROTECTED] wrote:
 On 1/11/07, Kevin Horton [EMAIL PROTECTED] wrote:
  /usr/bin/ld: Undefined symbols:
  _res_9_init

 I'm pretty sure this is the error which is causing ld to bail out.
 (Those warnings show up a lot, but I have never seen them directly
 cause a problem.)

 --
 - Charles Lepple


A bit of googling leads me to suggest that you need to link in
libresolv.dylib (which is installed by BaseSystem.pkg, so everybody
should have that.

Perhaps SetLDFLAGS: -lresolv will do it.
-- 
Alexander K. Hansen
(akh)
Fink Documenter (still)

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] PDB pages

2007-01-13 Thread Alexander Hansen
On 1/13/07, Max Horn [EMAIL PROTECTED] wrote:
 Hi,

 some questions/things:

 1) I just noticed that http://pdb.finkproject.org/ yields an empty
 page. Couldn't this be made to redirect to http://
 pdb.finkproject.org/pdb/ ?


 2) Would somebody mind if I changed the PDB package page (i.e.
 package.php) to put the description inside a pre field? This way,
 descriptions that use formatting (like http://pdb.finkproject.org/
 pdb/package.php/advancecomp) would be rendered correctly. Given that
 we limit the width of the Desc* fields, this shouldn't cause any
 serious problems, I believe.


 3) Also, I was wondering... wouldn't it be nice to have a somewhat
 more powerful PDB? In particular, having a browse.php which allows to
 list all packages (like list.php now does), but you can impose
 restrictions:  Pick a distribution, pick a tree (stable, unstable,
 testing), choose a maintainer (free form field is sufficient,
 really), and a category, and whether you are only interested in
 binary packages or not -- or any combination of these. So it would
 combine the functionality of section.php testing.php, list.php,
 maintainer.php.
 Is anybody working on something like this? Should I file a feature
 request, and start working on it? Am I missing something fundamental?
 Is the earth a disc or a ball?

 Bye,
 Max


It's a disc on the back of a giant turtle. :-)

I believe D. Macks has been the primary person to play around with the
PDB of late.

-- 
Alexander K. Hansen
(akh)
Fink Documenter (still)

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Fink crash when unsatisfied dependency

2007-01-18 Thread Alexander Hansen
On 1/18/07, Kevin Horton [EMAIL PROTECTED] wrote:
 I'm testing three new sylpheed packages, and discovered that a
 particular combination of events apparently causes fink to crash.
 Perhaps my .info files are to blame, but I still suspect that fink is
 not working as intended.

 First, a few details on my setup:

 fink -V | head -n 2:
 Package manager version: 0.26.0
 Distribution version: 0.8.1.rsync powerpc

 sw_vers:
 ProductName:Mac OS X
 ProductVersion: 10.4.8
 BuildVersion:   8L127

 machine is a G4

 Second, the relevant portions of the info files.
 
 ===
 sylpheed.info

 Package: sylpheed
 Version: 2.3.0
 Revision: 1

 Conflicts: sylpheed-ssl (2.3.0-1), sylpheed-gpgme
 Replaces: sylpheed-ssl (2.3.0-1), sylpheed-gpgme
 
 ===
 sylpheed-ssl.info

 Package: sylpheed-ssl
 Type: bundle
 Version: 2.3.0
 Revision: 1
 Depends: sylpheed-gpgme, fink-obsolete-packages
 Description: Placeholder package to update to unified %N. (OBSOLETE)
 
 ===
 sylpheed-gpgme.info

 Package: sylpheed-gpgme
 Version: 2.3.0
 Revision: 1

 Conflicts: sylpheed-ssl (2.3.0-1), sylpheed
 Replaces: sylpheed-ssl (2.3.0-1), sylpheed

 
 ===
 The crash - sylpheed-ssl and sylpheed-gpgme were both installed.  I
 get an apparent crash if I do a fink install sylpheed:

 % fink install sylpheed
 Information about 6760 packages read in 2 seconds.
 The package 'sylpheed' will be installed.
 Reading dependency for sylpheed-2.3.0-1...
 The following package will be installed or updated:
 sylpheed
 Reading buildlock packages...
  All buildlocks accounted for.

 While trying to install:
sylpheed-2.3.0-1

 The following inconsistencies found:
Unsatisfied dependency in sylpheed-ssl: sylpheed-gpgme

 Trying to resolve dependencies...
 Failed: Fink::SysState: No such package: sylpheed-ssl at /sw/lib/
 perl5/Fink/SysState.pm line 181
  Fink::SysState::_package('Fink::SysState=HASH(0x2c90f8)',
 'sylpheed-ssl') called at /sw/lib/perl5/Fink/SysState.pm line 199
  Fink::SysState::_pkglist('Fink::SysState=HASH(0x2c90f8)',
 'sylpheed-ssl', 'provides', 'CODE(0x2cb5c4)') called at /sw/lib/perl5/
 Fink/SysState.pm line 257
  Fink::SysState::_provides('Fink::SysState=HASH(0x2c90f8)',
 'sylpheed-ssl') called at /sw/lib/perl5/Fink/SysState.pm line 535
  Fink::SysState::remove('Fink::SysState=HASH(0x2c90f8)',
 'sylpheed-ssl') called at /sw/lib/perl5/Fink/SysState.pm line 575
  Fink::SysState::change('Fink::SysState=HASH(0x2c90f8)', 'HASH
 (0x34739a8)') called at /sw/lib/perl5/Fink/SysState.pm line 626
  Fink::SysState::undo('Fink::SysState=HASH(0x2c90f8)') called
 at /sw/lib/perl5/Fink/SysState.pm line 825
  Fink::SysState::_satisfied_versions('Fink::SysState=HASH
 (0x2c90f8)', 'sylpheed-ssl', 'HASH(0x32c2b68)') called at /sw/lib/
 perl5/Fink/SysState.pm line 970
  Fink::SysState::resolve_install('Fink::SysState=HASH
 (0x2c90f8)', 'Fink::PkgVersion=HASH(0x19f0900)') called at /sw/lib/
 perl5/Fink/PkgVersion.pm line 4433
  eval {...} called at /sw/lib/perl5/Fink/PkgVersion.pm line 4430
  Fink::PkgVersion::phase_activate('ARRAY(0x2c8ef4)') called
 at /sw/lib/perl5/Fink/Engine.pm line 1998
  Fink::Engine::real_install(1, 0, 0, 0, 'sylpheed') called
 at /sw/lib/perl5/Fink/Engine.pm line 1512
  Fink::Engine::cmd_install('sylpheed') called at /sw/lib/
 perl5/Fink/Engine.pm line 261
  eval {...} called at /sw/lib/perl5/Fink/Engine.pm line 261
  Fink::Engine::process('Fink::Engine=HASH(0x1810a84)', 'ARRAY
 (0x180bfd4)', 'install', 'sylpheed') called at /sw/bin/fink line 38


 
 ===
 Is there a better way to craft the .info files to avoid this
 problem?  Or, is this purely an implementation problem in fink
 itself, and it will eventually be fixed?

 I agree that this is an unlikely series of events, so maybe I don't
 need to try to fix it.

 Kevin Horton
 Ottawa, Canada



Hopefully you fixed my sylpheed.info from the tracker, which still
builds sylpheed-ssl. :-(



-- 
Alexander K. Hansen
(akh)
Fink Documenter (still)

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Fink crash when unsatisfied dependency

2007-01-18 Thread Alexander Hansen
On 1/18/07, Alexander Hansen [EMAIL PROTECTED] wrote:
 On 1/18/07, Kevin Horton [EMAIL PROTECTED] wrote:
  I'm testing three new sylpheed packages, and discovered that a
  particular combination of events apparently causes fink to crash.
  Perhaps my .info files are to blame, but I still suspect that fink is
  not working as intended.
 
  First, a few details on my setup:
 
  fink -V | head -n 2:
  Package manager version: 0.26.0
  Distribution version: 0.8.1.rsync powerpc
 
  sw_vers:
  ProductName:Mac OS X
  ProductVersion: 10.4.8
  BuildVersion:   8L127
 
  machine is a G4
 
  Second, the relevant portions of the info files.
  
  ===
  sylpheed.info
 
  Package: sylpheed
  Version: 2.3.0
  Revision: 1
 
  Conflicts: sylpheed-ssl (2.3.0-1), sylpheed-gpgme
  Replaces: sylpheed-ssl (2.3.0-1), sylpheed-gpgme
  
  ===
  sylpheed-ssl.info
 
  Package: sylpheed-ssl
  Type: bundle
  Version: 2.3.0
  Revision: 1
  Depends: sylpheed-gpgme, fink-obsolete-packages
  Description: Placeholder package to update to unified %N. (OBSOLETE)
  
  ===
  sylpheed-gpgme.info
 
  Package: sylpheed-gpgme
  Version: 2.3.0
  Revision: 1
 
  Conflicts: sylpheed-ssl (2.3.0-1), sylpheed
  Replaces: sylpheed-ssl (2.3.0-1), sylpheed
 
  
  ===
  The crash - sylpheed-ssl and sylpheed-gpgme were both installed.  I
  get an apparent crash if I do a fink install sylpheed:
 
  % fink install sylpheed
  Information about 6760 packages read in 2 seconds.
  The package 'sylpheed' will be installed.
  Reading dependency for sylpheed-2.3.0-1...
  The following package will be installed or updated:
  sylpheed
  Reading buildlock packages...
   All buildlocks accounted for.
 
  While trying to install:
 sylpheed-2.3.0-1
 
  The following inconsistencies found:
 Unsatisfied dependency in sylpheed-ssl: sylpheed-gpgme
 
  Trying to resolve dependencies...
  Failed: Fink::SysState: No such package: sylpheed-ssl at /sw/lib/
  perl5/Fink/SysState.pm line 181
   Fink::SysState::_package('Fink::SysState=HASH(0x2c90f8)',
  'sylpheed-ssl') called at /sw/lib/perl5/Fink/SysState.pm line 199
   Fink::SysState::_pkglist('Fink::SysState=HASH(0x2c90f8)',
  'sylpheed-ssl', 'provides', 'CODE(0x2cb5c4)') called at /sw/lib/perl5/
  Fink/SysState.pm line 257
   Fink::SysState::_provides('Fink::SysState=HASH(0x2c90f8)',
  'sylpheed-ssl') called at /sw/lib/perl5/Fink/SysState.pm line 535
   Fink::SysState::remove('Fink::SysState=HASH(0x2c90f8)',
  'sylpheed-ssl') called at /sw/lib/perl5/Fink/SysState.pm line 575
   Fink::SysState::change('Fink::SysState=HASH(0x2c90f8)', 'HASH
  (0x34739a8)') called at /sw/lib/perl5/Fink/SysState.pm line 626
   Fink::SysState::undo('Fink::SysState=HASH(0x2c90f8)') called
  at /sw/lib/perl5/Fink/SysState.pm line 825
   Fink::SysState::_satisfied_versions('Fink::SysState=HASH
  (0x2c90f8)', 'sylpheed-ssl', 'HASH(0x32c2b68)') called at /sw/lib/
  perl5/Fink/SysState.pm line 970
   Fink::SysState::resolve_install('Fink::SysState=HASH
  (0x2c90f8)', 'Fink::PkgVersion=HASH(0x19f0900)') called at /sw/lib/
  perl5/Fink/PkgVersion.pm line 4433
   eval {...} called at /sw/lib/perl5/Fink/PkgVersion.pm line 4430
   Fink::PkgVersion::phase_activate('ARRAY(0x2c8ef4)') called
  at /sw/lib/perl5/Fink/Engine.pm line 1998
   Fink::Engine::real_install(1, 0, 0, 0, 'sylpheed') called
  at /sw/lib/perl5/Fink/Engine.pm line 1512
   Fink::Engine::cmd_install('sylpheed') called at /sw/lib/
  perl5/Fink/Engine.pm line 261
   eval {...} called at /sw/lib/perl5/Fink/Engine.pm line 261
   Fink::Engine::process('Fink::Engine=HASH(0x1810a84)', 'ARRAY
  (0x180bfd4)', 'install', 'sylpheed') called at /sw/bin/fink line 38
 
 
  
  ===
  Is there a better way to craft the .info files to avoid this
  problem?  Or, is this purely an implementation problem in fink
  itself, and it will eventually be fixed?
 
  I agree that this is an unlikely series of events, so maybe I don't
  need to try to fix it.
 
  Kevin Horton
  Ottawa, Canada
 
 

 Hopefully you fixed my sylpheed.info from the tracker, which still
 builds sylpheed-ssl. :-(



(my local copies probably aren't exactly what you have, but close)
Switch the Conflict/Replaces in sylpheed to:

Conflicts: sylpheed-ssl, sylpheed-gpgme
Replaces: sylpheed-ssl, sylpheed-gpgme

--

$ fink list sylpheed
Information about 6805 packages read in 3 seconds.
 sylpheed   2.3.0-1  GTK+ based
lightweight and fast e-mail client
 i   sylpheed-gpgme 2.3.0-1  GTK+ based
lightweight

Re: [Fink-devel] [Fink-beginners] installing html-parser-pm586

2007-01-18 Thread Alexander Hansen
Switching the conversation to fink-devel since html-tagset-pm is
currently unmaintained

On 1/18/07, Mike [EMAIL PROTECTED] wrote:
 Same problem, see below.

 crystal:~ mike$ fink install html-tagset-pm
 Information about 6734 packages read in 1 seconds.
 No packages to install.


  crystal:/sw/lib/perl5 mike$ fink list html-tagset-pm
 Information about 6734 packages read in 1 seconds.
  i   html-tagset-pm 3.10-1   Perl module, data tables useful
 in HTML

  crystal:~ mike$ perl test.pl
 Can't locate HTML/Tagset.pm in @INC (@INC contains:
 /sw/lib/perl5/5.8.6/darwin-thread-multi-2level
 /sw/lib/perl5/5.8.6
 /sw/lib/perl5/darwin-thread-multi-2level /sw/lib/perl5
 /sw/lib/perl5/darwin
 /sw/lib/perl5/5.8.6/darwin-thread-multi-2level/
 /System/Library/Perl/5.8.6/darwin-thread-multi-2level
 /System/Library/Perl/5.8.6
 /Library/Perl/5.8.6/darwin-thread-multi-2level
 /Library/Perl/5.8.6 /Library/Perl
 /Network/Library/Perl/5.8.6/darwin-thread-multi-2level
 /Network/Library/Perl/5.8.6 /Network/Library/Perl
 /System/Library/Perl/Extras/5.8.6/darwin-thread-multi-2level
 /System/Library/Perl/Extras/5.8.6 /Library/Perl/5.8.1 .) at
 /sw/lib/perl5/5.8.6/darwin-thread-multi-2level/HTML/TokeParser.pm
 line 12.
 BEGIN failed--compilation aborted at
 /sw/lib/perl5/5.8.6/darwin-thread-multi-2level/HTML/TokeParser.pm
 line 12.
 Compilation failed in require at test.pl line 1.
 BEGIN failed--compilation aborted at test.pl line 1.



Ah.  It appears to install the relevant file outside of @INC:

n$ dpkg -L html-tagset-pm
/.
/sw
/sw/lib
/sw/lib/perl5
/sw/lib/perl5/HTML
/sw/lib/perl5/HTML/Tagset.pm
...


-- 
Alexander K. Hansen
(akh)
Fink Documenter (still)

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] [Fink-beginners] installing html-parser-pm586

2007-01-18 Thread Alexander Hansen
On 1/18/07, Mike [EMAIL PROTECTED] wrote:
 Seems that I dont have any Tagset.pm files installed anywhere under /sw when
 I do a search for them.


What sort of search?  Does

ls /sw/lib/perl5/HTML/

run from a terminal give you anything?

 On 1/18/07, Alexander Hansen [EMAIL PROTECTED] wrote:
  Switching the conversation to fink-devel since html-tagset-pm is
  currently unmaintained
 
  On 1/18/07, Mike [EMAIL PROTECTED] wrote:
   Same problem, see below.
  
   crystal:~ mike$ fink install html-tagset-pm
   Information about 6734 packages read in 1 seconds.
   No packages to install.
  
  
crystal:/sw/lib/perl5 mike$ fink list html-tagset-pm
   Information about 6734 packages read in 1 seconds.
i   html-tagset-pm 3.10-1   Perl module, data tables
 useful
   in HTML
  
crystal:~ mike$ perl test.pl
   Can't locate HTML/Tagset.pm in @INC (@INC contains:
   /sw/lib/perl5/5.8.6/darwin-thread-multi-2level
   /sw/lib/perl5/5.8.6
   /sw/lib/perl5/darwin-thread-multi-2level /sw/lib/perl5
   /sw/lib/perl5/darwin
   /sw/lib/perl5/5.8.6/darwin-thread-multi-2level/
   /System/Library/Perl/5.8.6/darwin-thread-multi-2level
   /System/Library/Perl/5.8.6
   /Library/Perl/5.8.6/darwin-thread-multi-2level
   /Library/Perl/5.8.6 /Library/Perl
   /Network/Library/Perl/5.8.6/darwin-thread-multi-2level
   /Network/Library/Perl/5.8.6 /Network/Library/Perl
  
 /System/Library/Perl/Extras/5.8.6/darwin-thread-multi-2level
   /System/Library/Perl/Extras/5.8.6 /Library/Perl/5.8.1
 .) at
  
 /sw/lib/perl5/5.8.6/darwin-thread-multi-2level/HTML/TokeParser.pm
   line 12.
   BEGIN failed--compilation aborted at
  
 /sw/lib/perl5/5.8.6/darwin-thread-multi-2level/HTML/TokeParser.pm
   line 12.
   Compilation failed in require at test.pl line 1.
   BEGIN failed--compilation aborted at test.pl line 1.
  
  
 
  Ah.  It appears to install the relevant file outside of @INC:
 
  n$ dpkg -L html-tagset-pm
  /.
  /sw
  /sw/lib
  /sw/lib/perl5
  /sw/lib/perl5/HTML
  /sw/lib/perl5/HTML/Tagset.pm
  ...
 



-- 
Alexander K. Hansen
(akh)
Fink Documenter (still)

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] [Fink-beginners] installing html-parser-pm586

2007-01-18 Thread Alexander Hansen
On 1/18/07, Mike [EMAIL PROTECTED] wrote:
  ls /sw/lib/perl5/HTML/

  find /sw -name Tagset.pm -print
 ... returns no finds.


If the file isn't there then something got broken.  Try fink
reinstall html-tagset-pm, and if that fails, fink rebuild
html-tagset-pm

-- 
Alexander K. Hansen
(akh)
Fink Documenter (still)

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] How to add a system user and group in fink package?

2007-01-18 Thread Alexander Hansen
On 1/18/07, Michael Richmond [EMAIL PROTECTED] wrote:
 I'm in the middle of building a fink package for an imap server
 implementation. This server needs to run under a daemon user name and
 group. Can anyone explain how I should add a new user and group to
 the system from the fink package file?

 I recall that one of the existing packages in the stable tree asked
 the user if the package should install daemon user accounts but I
 cannot recall which package does this. A pointer to an example of how
 to create a user from a fink package would be great.

 Thanks,
 Michael Richmond



Right now all such additions are done via the passwd package.  It
would need to be updated apporpriately.

-- 
Alexander K. Hansen
(akh)
Fink Documenter (still)

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] How to add a system user and group in fink package?

2007-01-18 Thread Alexander Hansen
On 1/18/07, Michael Richmond [EMAIL PROTECTED] wrote:

 Thanks for the quick response.

 After I update the password package and get it working should I just
 email the package to the Maintainer ([EMAIL PROTECTED])
 or is there a better way to submit the update?

 Thanks,
 Michael Richmond


I recommend submitting it on the package submissions tracker instead,
along with your imap server package (same item).  That way the two can
be coordinated more easily.

 On Jan 18, 2007, at 10:57 AM, Alexander Hansen wrote:

  On 1/18/07, Michael Richmond [EMAIL PROTECTED] wrote:
  I'm in the middle of building a fink package for an imap server
  implementation. This server needs to run under a daemon user name and
  group. Can anyone explain how I should add a new user and group to
  the system from the fink package file?
 
  I recall that one of the existing packages in the stable tree asked
  the user if the package should install daemon user accounts but I
  cannot recall which package does this. A pointer to an example of how
  to create a user from a fink package would be great.
 
  Thanks,
  Michael Richmond
 
 
 
  Right now all such additions are done via the passwd package.  It
  would need to be updated apporpriately.
 
  --
  Alexander K. Hansen
  (akh)
  Fink Documenter (still)




-- 
Alexander K. Hansen
(akh)
Fink Documenter (still)

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Favor with tracker item

2007-01-21 Thread Alexander Hansen
Can I get someone to try building the labplot update:

http://sourceforge.net/tracker/index.php?func=detailaid=1635269group_id=17203atid=414256

I get an identical error on two separate setups, and I'm trying to 
figure out if the problem is on my end.

Thanks!

-- 
Alexander K. Hansen
(akh)
Fink Documenter


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Some ideas to expedite the tracker

2007-01-21 Thread Alexander Hansen
I've thought of a few things that might help expedite use of the 
tracker.  I'll jot them down here to get feedback, and also since I 
don't have sufficient rights to change the description page for new 
submissions there.

1)  We should tell submitters to use fink-0.25 or later, and to validate 
packages via 'fink -vvv -m --build-as-nobody build'.  That will save 
time up front.
2)  It could be helpful, especially in the case of packages with -shlibs 
and -dev splitoffs, for people to upload text files with the contents of 
their .deb files (e.g. capturing a 'dpkg -L' or 'dpkg -c').  I feel that 
will allow for easy checking for file location noncompliance in 
splitoffs, missing license files, ...
3) I'd love to be able to have build logs, too--but these can get too 
big for the tracker.  Maybe for the next-generation system.

-- 
Alexander K. Hansen
(akh)
Fink Documenter


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Error: File in a language-versioned package is neither versioned nor in a versioned directory.

2007-01-21 Thread Alexander Hansen
On 1/21/07, Jack Howarth [EMAIL PROTECTED] wrote:
   I am finding that the pymol-py packaging now generates a
 fink validation error on the resulting binary package of...

 fink validate 
 /sw/fink/10.4/local/main/binary-darwin-powerpc/pymol-py25_0.99-1004_darwin-powerpc.deb
 Validating .deb file 
 /sw/fink/10.4/local/main/binary-darwin-powerpc/pymol-py25_0.99-1004_darwin-powerpc.deb...
 Error: File in a language-versioned package is neither versioned nor in a 
 versioned directory.
 Offending file: /sw/bin/pymol

 Can someone point me to an example of how to handle this?
 I would really like to avoid being forced to use postinstall
 and postremoval scripts since I simply don't see why this
 should be required for packages like pymol-py which
 conflict with all its variants. I have no interest in
 maintaining multiple pymol-py installed side by side.
 Thanks in advance for any advice.
 Jack


Unfortunately, that's the policy:  no invariant components for a
language-versioned package, since language-versioning is intended to
allow multiple versions of the same package for different flavors of
the language to coexist rather than to conflict amongst themselves.

Usually this sort of thing is handled with update-alternatives amongst
the multiple versions, cf. ipython-py.  If you really don't want to
mess with that, then you're free to lock onto one python flavor, cf.
meld.
-- 
Alexander K. Hansen
(akh)
Fink Documenter (still)

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] db44-4.4.20-1001

2007-01-21 Thread Alexander Hansen
Unfortunately, Fink Commander doesn't give us an indicator of whether
you've provided positive or negative feedback.

On 1/21/07, Chris Hughes-Gage [EMAIL PROTECTED] wrote:








 --

 Package manager version: 0.25.2

 Distribution version: 0.8.1.rsync i386

 Mac OS X version: 10.4.8

 Xcode version: 2.4.1

 gcc version: 4.0.1 (Apple Computer, Inc. build 5367)

 make version: 3.80

 Feedback Courtesy of FinkCommander


 Christopher Hughes-Gage
 P206/1 Brennan St
 Alexandria NSW 2015
 Australia

 P) +612 9698 8470
 F) +612 9698 8470

 E) [EMAIL PROTECTED]




 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys - and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV

 ___
 Fink-devel mailing list
 Fink-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/fink-devel





-- 
Alexander K. Hansen
(akh)
Fink Documenter (still)

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] packaging request

2007-01-24 Thread Alexander Hansen
On 1/24/07, Kasper Peeters [EMAIL PROTECTED] wrote:
 Dear all,

 I have written a symbolic computer algebra system Cadabra which I
 know can be compiled on Mac OS X. However, many OS X users ask me
 whether there is a way to get it through fink, as this is obviously
 much simpler than compiling it from scratch.


If it can be built from scratch on OS X, then that's a great start!

 As I do not have a Mac, I thought to ask for help here.  Concretely,
 is there anyone here who could help me package this program for fink?
 All details and source code are available from

http://www.aei.mpg.de/~peekas/cadabra/

 There is a command-line part which should not cause much problems, and
 a graphical user interface which uses gtk  gtkmm. The latter should
 certainly work with X11.app (someone has done this before) but perhaps
 there is by now a way to use gtk natively.

Native (Aqua) GTK still isn't mature enough for general use, as far as I know.

I already have Debian
 packages for Ubuntu Linux, which might be a good starting point.

Actually, not as much as you might think--Fink uses a completely
different build system.


 Any help is highly appreciated. Thanks!

 Best,
 Kasper



Check out

http://fink.sourceforge.net/doc/quick-start-pkg/index.php

and

http://fink.sourceforge.net/doc/packaging/index.php
.
They'll help you get started.  I'm away for a few days, but somebody
else on this list will be able to help you move towards a fully
operational Fink package.
-- 
Alexander K. Hansen
(akh)
Fink Documenter (still)

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] packaging request

2007-01-29 Thread Alexander Hansen
On 1/24/07, Kasper Peeters [EMAIL PROTECTED] wrote:
  If it can be built from scratch on OS X, then that's a great start!

 My main problem is that I don't have access to a Mac. So I am looking
 for someone with a Mac who can help me do the packaging.

 Best,
 Kasper



I can help out.  The first thing to do would be to ensure that all of
the dependencies are also available in Fink.

Available:
tcl8.4 - tcltk in Fink
libexpect - expect
gmp
pcre
gtk+ (do you want gtk1 or gtk2 on this)?
gtkmm
LaTeX

Not Available:
LiE
pangomm
dvipng
breqn

Plus your modglue and cadabra itself.
-- 
Alexander K. Hansen
(akh)
Fink Documenter (still)

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Package mantainer

2007-02-01 Thread Alexander Hansen
On 2/1/07, Daniel Ferrer [EMAIL PROTECTED] wrote:
 Hi all.
 I want to contribute to this wonderful project, I'd like to be the
 manteiner for some un-manteined packages. I'll like to start with
 dosunix package, I've already compiled dosunix 1.0.14 and made the
 associated fink package.

 I've subscribed to the fink-devel list and I'm waiting for a response.

 thanks

 bye
 daniel


Thanks!  We're always glad to have new maintainers.

Please place your .info file in the submissions tracker so that it can
be looked at by a developer (probably me):

http://sourceforge.net/tracker/?func=browsegroup_id=17203atid=414256

It probably won't take too long.
-- 
Alexander K. Hansen
(akh)
Fink Documenter (still)

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] gcc42 deps

2007-02-02 Thread Alexander Hansen
On 2/2/07, Robert T Wyatt [EMAIL PROTECTED] wrote:
 I see now that this is coming from the %e expansion in gcc42.info, but
 I don't know how to fix it without breaking something else.

 Robert T Wyatt wrote:
  Apparently fink (dpkg ?) doesn't notice this error:
 
  Sorry, but the following packages have unmet dependencies:
 gcc42: Depends: gcc42-shlibs (= 0:4.1.-20070124) but
  4.1.-20070124 is to be installed
 
  But apt-get does.
 
  Fink shows:
 
i   gcc42   4.1.-20070124
i   gcc42-shlibs4.1.-20070124
 
  While apt-get gives the above error.
 
  dumpinfo on gcc42 shows:
 
  depends: gmp-shlibs (= 4.2.1-1), libmpfr1-shlibs (= 2.2.0-2),
  odcctools (= 622.3-20060913), gcc42-shlibs (= 0:4.1.-20070124),
  libiconv, libgettext3-shlibs
  builddepends: gmp (= 4.2.1-1), libmpfr1 (= 2.2.0-2), libiconv-dev,
  gettext-tools, libgettext3-dev



Since this version of gcc42 doesn't have a declared Epoch, the %e
should be removed from the dependency on gcc42-shlibs (carryover from
the prior version, perhaps).

-- 
Alexander K. Hansen
(akh)
Fink Documenter (still)

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] gcc42 deps

2007-02-02 Thread Alexander Hansen
On 2/2/07, Robert T Wyatt [EMAIL PROTECTED] wrote:
  Since this version of gcc42 doesn't have a declared Epoch, the %e
  should be removed from the dependency on gcc42-shlibs (carryover from
  the prior version, perhaps).

 Okay, so if I remove %e: from gcc42.info, how do I get apt to see the
 change? I've tried fink scanpackages, fink index, and sudo apt-get
 update, but still get the error.

 It's odd because fink says gcc42 is installed but apt-get dist-upgrade
 says,The following packages have been kept back newline gcc42
 newline 0 packages updgraded, 0 newly installed, 0 to remove and 1
 not upgraded.

 Which to me implies that apt-get thinks it needs to be upgraded but is
 keeping it back...? I obviously need a clue.


You'd have to rebuild the package--the Depends information is coded
into the .deb file.  (or you could manually unpack the .deb file, edit
the control file, and repack it).

The issue is that fink treats 0:x.y.z = x.y.z, but apt thinks 0:x.y.z  x.y.z
-- 
Alexander K. Hansen
(akh)
Fink Documenter (still)

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] gcc42 deps

2007-02-02 Thread Alexander Hansen
On 2/2/07, Robert T Wyatt [EMAIL PROTECTED] wrote:
 Alexander Hansen wrote:
  You'd have to rebuild the package--the Depends information is coded
  into the .deb file.  (or you could manually unpack the .deb file, edit
  the control file, and repack it).
 
  The issue is that fink treats 0:x.y.z = x.y.z, but apt thinks 0:x.y.z  
  x.y.z

 Thanks! I understand now and was afraid that would be the answer. With
 almost any other package I would rebuild it at the drop of a hat, but
 of course it takes a bit longer with this particular one. (Manually
 editing the .deb would certainly be faster.) I hope that if it's fixed
 that the revision isn't bumped I'll probably go ahead and rebuild
 it anyway to keep apt-get happy and humming along.

 I suppose it's worth a feature request that the validator check for
 extraneous %e: on unepoched packages

Yeah, we were talking about just that on IRC.

-- 
Alexander K. Hansen
(akh)
Fink Documenter (still)

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] gcc42 placekeeping package

2007-02-03 Thread Alexander Hansen
On 2/1/07, Jack Howarth [EMAIL PROTECTED] wrote:
I've created an entry on the fink tracking
 system for a placekeeper for the next revision
 of the new gcc42 package. I plan on updating it
 weekly to the latest gcc 4.2 branch snapshot so
 we can have the state of gcc 4.2 branch tested
 more widely. Currently Apple doesn't do daily
 regression testing on that branch. The gcc 4.1.2
 update is in release candidate and once that is
 out the focus should return to finishing gcc 4.2.
 One other advantage of using these snapshots is
 that we are still gaining about 10-20 bug fixes
 a week. Let me know if you find any regressions
 compared to the current gcc42 package.
 Jack


No problems building either lammpi or openmpi from the tracker using
this, as far as I could tell.

If nobody tenders an objection, I'll go ahead and commit this (with a
minor dependency fix in the main package to make apt happy).

-- 
Alexander K. Hansen
(akh)
Fink Documenter (still)

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Xcode version dependency

2007-02-04 Thread Alexander Hansen
On 2/4/07, Jack Howarth [EMAIL PROTECTED] wrote:
 I just heard from a user who had problems building
 gcc42 on a dual Core duo using Xcode 2.3. The problem
 seemed to be in the -m64 compiles of gcc. Is there some
 way to create a dependency in the gcc42.info file that
 would require Xcode 2.4 or greater to be installed for
 gcc42 to build?
Jack



Sure.  A BuildDepends:  gcc4.0 ( = 4.0.1-5627 ) means  Xcode 2.4.1
(or possibly even 2.4--I'm not sure about that, though) or later.

Oh, and if you're updating the tracker item, you need to dump the %e
in the Depend of gcc42 on gcc42-shlibs:  apt treats the default Epoch
of 0 as different from no Epoch (as per the message on -devel
originated by Robert Wyatt), whereas fink doesn't, and dpkg apparently
doesn't care.  I was going to add a note there, but got busy.

-- 
Alexander K. Hansen
(akh)
Fink Documenter (still)

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] gcc42 placekeeping package

2007-02-05 Thread Alexander Hansen
On 2/3/07, Alexander Hansen [EMAIL PROTECTED] wrote:
 On 2/1/07, Jack Howarth [EMAIL PROTECTED] wrote:
 I've created an entry on the fink tracking
  system for a placekeeper for the next revision
  of the new gcc42 package. I plan on updating it
  weekly to the latest gcc 4.2 branch snapshot so
  we can have the state of gcc 4.2 branch tested
  more widely. Currently Apple doesn't do daily
  regression testing on that branch. The gcc 4.1.2
  update is in release candidate and once that is
  out the focus should return to finishing gcc 4.2.
  One other advantage of using these snapshots is
  that we are still gaining about 10-20 bug fixes
  a week. Let me know if you find any regressions
  compared to the current gcc42 package.
  Jack
 

 No problems building either lammpi or openmpi from the tracker using
 this, as far as I could tell.

 If nobody tenders an objection, I'll go ahead and commit this (with a
 minor dependency fix in the main package to make apt happy).


I've updated the tracker item:

http://sourceforge.net/tracker/index.php?func=detailaid=1649433group_id=17203atid=414256

based on two threads:

http://article.gmane.org/gmane.os.macosx.fink.devel/14034
(from Jack--force use of Xcode 2.4 or later)

http://article.gmane.org/gmane.os.macosx.fink.devel/14026
(R. Wyatt--apt treats Epoch of 0 as  no Epoch)
-- 
Alexander K. Hansen
(akh)
Fink Documenter (still)

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Making a package use the system's OpenGL rather than X11s

2007-02-07 Thread Alexander Hansen
http://sourceforge.net/tracker/index.php?func=detailaid=1651860group_id=17203atid=414256

The package referred to above doesn't need X11 to run, but does happen
to link to its OpenGL (and therefore does require x11-shlibs).

Is there an easy way to make it use the system's?  We do have a couple
of SDL games in the distro that use x11's OpenGL but don't require it
for display purposes.
-- 
Alexander K. Hansen
(akh)
Fink Documenter (still)

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] possible dpkg fix

2007-02-07 Thread Alexander Hansen
On 2/7/07, Jack Howarth [EMAIL PROTECTED] wrote:
 Couldn't we just fix these tar related problems by forcing
 dpkg to always use the Apple version of tar in 10.4? This should
 be as simple as changing...

 --- dpkg-1.10.21/include/dpkg.h.in.org  2007-02-07 11:25:24.0 -0500
 +++ dpkg-1.10.21/include/dpkg.h.in  2007-02-07 11:25:57.0 -0500
 @@ -126,7 +126,7 @@
  #define DPKG   dpkg
  #define DEBSIGVERIFY   /usr/bin/debsig-verify

 -#define TARtar
 +#define TAR/usr/bin/tar
  #define GZIP   gzip
  #define RM rm
  #define FIND   find

 However I definitely think we need to be working with the upstream
 debian dpkg developers to get fink working with the current dpkg
 since that package is key to fink and we simply can't afford to fork
 from them.
 Jack


It would depend on whether we need a tar version that is higher than
what the system provides (on either 10.3 or 10.4) for either dpkg or
fink.

The current unstable dpkg.patch is 94k.  I think we're approaching
fork status.

-- 
Alexander K. Hansen
(akh)
Fink Documenter (still)

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] libtool file pointing to fink build dir

2007-02-10 Thread Alexander Hansen
Can somebody remind me what the fix is when a .la file points to the
fink build directory?

I'm going to start a wiki page for validation errors and their fixes.
-- 
Alexander K. Hansen
(akh)
Fink Documenter (still)

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] tcpflow needs updating

2007-02-12 Thread Alexander Hansen
On 2/12/07, Neil Tiffin [EMAIL PROTECTED] wrote:
 Version 0.20 is no longer at the source address:

 http://www.circlemud.org/pub/jelson/tcpflow/

 version 21 was posted 7 Aug 2003.

 I guess no one uses this package except me.  Is there a replacement
 that everyone is using?

 Neil


Apparently not.  I've updated it to 0.21 in all trees.

-- 
Alexander K. Hansen
(akh)
Fink Documenter (still)

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] gcc42 in tracker

2007-02-14 Thread Alexander Hansen
http://sourceforge.net/tracker/index.php?func=detailaid=1649433group_id=17203atid=414256

Since I'm not currently doing anything that requires this compiler
set, I feel unqualified to be the one to adjudicate whether it gets
updated in Fink.  If someone who uses it (and has a faster box than
mine) would be able to do so, that would be most excellent.
-- 
Alexander K. Hansen
(akh)
Fink Documenter (still)

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] help postgresql dependencies

2007-02-14 Thread Alexander Hansen
On 2/14/07, Benjamin Reed [EMAIL PROTECTED] wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Neil Tiffin wrote:

  often.  Attached is the debian control file which seems to work fine and
  does not have all of this complexity.

 It would work, if shlibs worked on OSX, but unfortunately, it depends
 on knowing how ELF libraries work.

 We've had a number of aborted attempts to port the Debian shlibs support
 to Fink to be able to get rid of this complexity, but it's never reached
 a usable state.  As such, we need to handle these dependencies ourselves.

  This is unproductive madness.  I thought I would help out, to give
  back.  But I don't have this much time to give.

 I'm sorry to hear it, I'll update your packages as soon as I get the
 chance today, if someone doesn't beat me to it.

 - --
 Benjamin Reed a.k.a. Ranger Rick
 Fink, KDE, and Mac OS X development
 http://www.racoonfink.com/


In my view it's not that complex.  To lowest order:

1)  Maintainers have their packages depend on a single libversion of a
dependency.
2)  -shlibs packages for different libversions must coexist, and
therefore we don't delete old libversions of a package until _nothing_
depends on them, so that maintainers can update their packages to the
later libversion at their leisure.

-- 
Alexander K. Hansen
(akh)
Fink Documenter (still)

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Upcoming tracker hiatuses

2007-02-16 Thread Alexander Hansen
1)  Today through 2/21 :  Making initial run to move some stuff into my 
new residence

2)  3/1 - ?? :  Permanently moving, so the ?? will be determined by how 
long it takes me to get my Internet service hooked up.

If somebody else wants to look at tracker items, don' t let me stop you. :-)

-- 
Alexander K. Hansen
(akh)
Fink Documenter


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] [Fink-users] Updating gdal-1.4.0-1003 failed

2007-02-16 Thread Alexander Hansen
On 2/16/07, Kurt Schwehr [EMAIL PROTECTED] wrote:
 Fink developers,

 How is /sw/bin/pg_config being handled?  It doesn't
 seem to be in one of the postgresql82 debs.  How do I
 make sure that this is installed at build time?

 Thanks,
 -kurt


 dpkg -S /sw/bin/pg_config
 dpkg: /sw/bin/pg_config not found.

 dpkg -L postgresql82 | grep pg_config

 dpkg -L postgresql82-dev | grep pg_config
 /sw/bin/pg_config-8.2
 /sw/include/postgresql/ecpg_config.h
 /sw/include/postgresql/pg_config.h
 /sw/include/postgresql/pg_config_manual.h
 /sw/include/postgresql/pg_config_os.h
 /sw/share/man/man1/pg_config.1-8.2

 dpkg -L postgresql82-shlibs | grep pg_config


It's done via update-alternatives.

 --- Kevin Horton [EMAIL PROTECTED] wrote:

  % /sw/bin/pg_config
  zsh: no such file or directory: /sw/bin/pg_config
 
  % fink list postgresql82
  Information about 6870 packages read in 2 seconds.
  i   postgresql82  8.2.3-1021
  PostgreSQL
  open-source database
  i   postgresql82-dev  8.2.3-1021
  PostgreSQL
  development headers and libraries
  i   postgresql82-shlibs   8.2.3-1021
  PostgreSQL
  shared libraries
 
  Which package is supposed to include pg_config?
  I'll try rebuilding
  that package.
 
  Kevin
 
  On 15 Feb 2007, at 21:54, Kurt Schwehr wrote:
 
   Kevin,
  
   What does running /sw/bin/pg_config return?  This
   looks like a postgres82 dependency might be
  missing
   from the package info file.
  
   Are the dependencies on
  postgresql82{,-dev,-shlibs}
   getting installed?
  
   Thanks,
   -kurt
  
  
   --- Kevin Horton [EMAIL PROTECTED] wrote:
  
   An attempt to update gdal-1.4.0-1003 failed:
  
   
   checking whether nan is declared... no
   checking whether nanf is declared... no
   checking for gmtime_r... yes
   checking for localtime_r... yes
   checking for setlocale... yes
   checking for local include/lib path... adding /sw
   configure: checking whether we should include
   thread/mutex support..
thread safe support disabled.
   using libz library from /sw
   checking for PostgreSQL... no
   configure: error: --with-pg argument is a not an
   executable file.  It
   should be the path to the pg_config script, often
   somewhere like /usr/
   local/pgsql/bin/pg_config.
   ### execution of /var/tmp/tmp.0.HHlz9x failed,
  exit
   code 1
   Removing runtime build-lock...
   Removing build-lock package...
   /sw/bin/dpkg-lockwait -r
   fink-buildlock-gdal-1.4.0-1003
   (Reading database ... 198705 files and
  directories
   currently installed.)
   Removing fink-buildlock-gdal-1.4.0-1003 ...
   Failed: phase compiling: gdal-1.4.0-1003 failed
  
  
   Some info on my fink installation:
  
   fink -V | head -n 2:
   Package manager version: 0.26.1
   Distribution version: 0.8.1.rsync powerpc
  
   sw_vers:
   ProductName:Mac OS X
   ProductVersion: 10.4.8
   BuildVersion:   8L127
  
   gcc --version | head -n 1:
   powerpc-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1
  (Apple
   Computer, Inc.
   build 5367)
  
   arch:
   ppc
  
   Kevin Horton
   Ottawa, Canada
  
  
  


-- 
Alexander K. Hansen
(akh)
Fink Documenter (still)

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Which packages hold these modules?

2007-02-23 Thread Alexander Hansen
On 2/23/07, Tim Lyons [EMAIL PROTECTED] wrote:
 Could someone please tell me which packages hold:

 (1) the python bindings for GNOME print
 (2) the python bindings for gtkspell

 I am trying to build gramps form source after installing the relevant
 packages via fink.

 thanks,

 Tim.


As Daniel Macks told you on gnome-core, they don't currently exist on
Fink.  You're building a version of gramps that needs GNOME stuff much
newer than what we have available right now--this is being worked on.

-- 
Alexander K. Hansen
(akh)
Fink Documenter (still)

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Which packages hold these modules?

2007-02-25 Thread Alexander Hansen
On 2/25/07, Timothy Lyons [EMAIL PROTECTED] wrote:

 On 24 Feb 2007, at 03:12, Alexander Hansen wrote:

  On 2/23/07, Tim Lyons [EMAIL PROTECTED] wrote:
  Could someone please tell me which packages hold:
 
  (1) the python bindings for GNOME print
  (2) the python bindings for gtkspell
 
  As Daniel Macks told you on gnome-core [actually fink-beginners],
  they don't currently exist on
  Fink.

 I'm sorry to ask the same question is more than one place, but I kept
 getting answers that didn't seem definitive, and suggested trying
 different packages, so I seemed to be trying to install all sorts of
 different things. It was only when I got the  answer from Daniel that
 I thought I had got the right answer.



Sure.

  You're building a version of gramps that needs GNOME stuff much
  newer than what we have available right now--this is being worked on.
 
 Eventually, with a lot of help from Richard Taylor, I have managed to
 build version 2.2.6 of gramps, using the fink packages, and all the
 basic functionality seems to work fine. (apart from some warning
 messages that don't seem to have any effect, spelling and some
 variants of output formats), so I am curious as to whether the newer
 GNOME stuff might have incompatibilities elsewhere I haven't noticed.
 [Or is it just that, like lots of software, the newer versions of
 GNOME are mostly backward compatible, but just add some new features?]

 Thanks,
 Tim.


It's good to know that it can be done--thanks for the info!

I'm not sure about the back-compatibility--my understanding is that
the different elements of GNOME vary in this regard.

-- 
Alexander K. Hansen
(akh)
Fink Documenter (still)

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] some days are better than others - intel mac troubles?

2007-02-27 Thread Alexander Hansen
Kurt Schwehr wrote:
 Sigh... just got this from a friend.  Not having an
 intel mac and being remote, I have no idea what is
 wrong.

 quote
 So i got everything with mb-system working, but
 destroyed my computer in the process and had to
 reinstall osx. Now everything is fine.  I met another
 person who had to do the exact same thing with the
 intel mac.  I think the real problem is with fink. 
 When I ran update-all, something jacked all my
 permissions and corrupted my applications.  I'm not
 sure, but I think it might have something to do with
 the unstable g95 package.  Anyway, I'll let you know
 if I find anything spectacular in these mb datasets
 /quote

 Before the machine got hosed, I found that there were
 powerpc libs running around in places I would not
 expect...  Is this the way things should be?

 ar -x /usr/X11R6/lib/libGLw.a
 ~ schwehr$ ls -l
 -rw-r--r--1 schwehr  schwehr860 Feb 25 12:17
 GLwDAUtil.o
 -rw-r--r--1 schwehr  schwehr   9996 Feb 25 12:17
 GLwDrawA.o
 -rw-r--r--1 schwehr  schwehr  11044 Feb 25 12:17
 GLwM1DrawA.o
 -rw-r--r--1 schwehr  schwehr  11044 Feb 25 12:17
 GLwM2DrawA.o
 -rw-r--r--1 schwehr  schwehr352 Feb 25 12:17
 __.SYMDEF SORTED
 -rw-r-1 schwehr  schwehr  0 Feb 24 15:59
 foo.h
 -rw-r-1 schwehr  schwehr  35073 Feb 24 15:41
 prof
 $ file *.o
 GLwDAUtil.o:  Mach-O object ppc
 GLwDrawA.o:   Mach-O object ppc
 GLwM1DrawA.o: Mach-O object ppc
 GLwM2DrawA.o: Mach-O object ppc


   
Ummm...Fink doesn't support migration from PowerPC, and won't generate 
PowerPC code on an Intel box.  Normally the failure mode with Fink is 
that it just doesn't update stuff, because dpkg gets unhappy.

Those files are from X11, and could even be due to not updating Apple's 
X11 to an Intel version.

I think your friend is way off base blaming Fink.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] some days are better than others - intel mac troubles?

2007-02-28 Thread Alexander Hansen
Kurt Schwehr wrote:
 begin tired rant 
 I agree with all of those comments.  Mostly I was just
 grumbling that fink often gets blamed when it is not
 at fault.  Most likely something went wrong with
 something in the main apple packaging stuff.  Just
 discovered that my main make has installed the 2007-02
 patch 2x and still thinks it needs it even with a
 receipt for the install sitting on the system.
 /end tired rant

 BTW, fink rules... 

 -kurt

   
Yeah--I responded for the benefit of googlers.  :-)

 --- Alexander Hansen [EMAIL PROTECTED] wrote:
  
   
 Ummm...Fink doesn't support migration from PowerPC,
 and won't generate 
 PowerPC code on an Intel box.  Normally the failure
 mode with Fink is 
 that it just doesn't update stuff, because dpkg gets
 unhappy.

 Those files are from X11, and could even be due to
 not updating Apple's 
 X11 to an Intel version.

 I think your friend is way off base blaming Fink.

 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] On hiatus for one week

2007-03-03 Thread Alexander Hansen
I'm in the process of moving for my new job--where they use Windows 
machines--and I'm not going to have a home Internet connection for a 
week.  I'll be available via email, but I'm not going to be able to do 
anything significant involving packages.

If any commentary comes in regarding packages that I maintain, feel free 
to perform any needed modifications.

-- 
Alexander K. Hansen
(akh)
Fink Documenter and User Liason


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] extension of hiatus unti...?

2007-03-10 Thread Alexander Hansen
My Mac won't power on anymore--it has power but the power button doesn't 
do anything other than light itself up.

If it's just the power supply maybe I can fix it, but I don't have the 
money right now to fix the box (no AppleCare) or replace it.

Take over my packages as you see fit, and I'll be back when I am able.

akh



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Help with debugging mysterious tar error

2007-03-13 Thread Alexander Hansen
stephen joseph butler wrote:
 I don't know if anyone's noticed this yet, but...

 in today's OS X update (10.4.9) Apple upgraded their tar package to 1.16.1.

 charon:~ admin$ tar --version
 tar (GNU tar) 1.16.1
   
You might want to check which tar you're looking at via which tar.  I get:

$ /usr/bin/tar --version
tar (GNU tar) 1.14 +CVE-2006-6097

after updating to 10.4.9.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Failed compiling of m4-1.4.8-1

2007-03-27 Thread Alexander Hansen
On 3/27/07, Christian Schaffner [EMAIL PROTECTED] wrote:
 Hi Chris

 I tested some more, and it appears to only fail if compiled using the
 buildfink script (the script to build our binary dists in the
 future). It seems to fail on both 10.3 and 10.4 in that case.

 I found a patch to solve that problem here:
 http://www.mail-archive.com/m4-patches@gnu.org/msg00500.html
 (see attached .patch file)

 Do you think it would be ok to commit? If you don't mind I will add
 the patch to the 10.3 and 10.4 unstable versions in the coming days. Ok?

 Thanks, Christian.

 On 19.03.2007, at 15:43, Christian Schaffner wrote:

  Hi Chris
 
  m4-1.4.8-1 failed to build on 10.3 (PPC) with the error message
  attached below. Do you have an idea why?
 
  Best,
  Christian.
 
 
  ...
  Checking ./124.incr
  Checking ./125.eval
  Checking ./126.eval
  Checking ./127.eval
  Checking ./128.platform_m
  Checking ./129.platform_m
  Checking ./130.syscmd
  Checking ./131.syscmd
  Checking ./132.esyscmd
  Checking ./133.sysval
  Checking ./134.sysval
  @ ../doc/m4.texinfo:4812: Origin of test
  ./134.sysval: stdout mismatch
  2c2
   3328
  ---
   0
  Checking ./135.mkstemp
  Checking ./136.errprint
  Checking ./137.location
  Checking ./138.location
  Checking ./139.location
  Checking ./140.m4exit
  Checking ./141.m4exit
  Checking ./142.extensions
  Checking ./143.incompatib
  Checking ./144.improved_e
  Checking ./145.improved_f
  Checking ./146.improved_f
  Checking ./147.improved_f
  Checking ./148.improved_f
  Checking ./149.improved_f
  Checking ./150.improved_c
  Checking ./151.improved_f
 
  Skipped checks were:
./079.changeword ./080.changeword ./081.changeword ./
  082.changeword ./083.changeword ./084.changew
  ord
  Failed checks were:
./134.sysval:out
  make[1]: *** [check] Error 1
  make: *** [check-recursive] Error 1
  ### execution of make failed, exit code 2
  Removing runtime build-lock...
  Removing build-lock package...
  /sw/bin/dpkg-lockwait -r fink-buildlock-m4-1.4.8-1
  (Reading database ... 3926 files and directories currently installed.)
  Removing fink-buildlock-m4-1.4.8-1 ...
  Failed: phase compiling: m4-1.4.8-1 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.  As a last resort, you can try e-
  mailing
  the maintainer directly:
 
  Chris Zubrzycki [EMAIL PROTECTED]


Works for me--though I haven't tried it myself using buildfink or anything.

-- 
Alexander K. Hansen
(akh)
Fink User Liason and Documenter

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] ITK

2007-03-29 Thread Alexander Hansen
On 3/29/07, Don Paul [EMAIL PROTECTED] wrote:
 Has anyone tried to compile ITK for fink (http://www.itk.org/index.htm)?
 I'm not sure I'm up to such things!
 I also note that VTK is available but seems to come under a python
 disguise (pyvtk-py25 for example?), is there a reason for doing it this
 way? I ask because I nearly missed its presence.

$ fink list vtk
Information about 6977 packages read in 3 seconds.
 ncvtk  2.3-1Visualizer for
planetary data in netCDF
 pyvtk-py23 0.4.70-1 Tools for
manipulating VTK files in Python
 pyvtk-py24 0.4.70-1 Tools for
manipulating VTK files in Python
 vtk-py23   5.0.2-1003   The Visualization ToolKit
 i   vtk-py24   5.0.2-1003   The Visualization ToolKit
 vtk-py25   5.0.2-1003   The Visualization ToolKit
 i   vtkdata4.2-4Data for VTK

In point of fact, it's the vtk-py* packages that are the actual
variants of VTK, and py-vtk* are just additional tools for it.

The reason the former are set up with Python versioning is that they
build some Python bindings, and the maintainer has chosen to allow
people to pick their Python version--so read vtk-py25 as VTK with
Python 2.5 bindings.



 Don

 --
 Professor Don Paul
 Superconductivity  Magnetism
 Department of Physics
 University of Warwick
 Coventry CV4 7AL.
 tel : +24 76 523603
 fax : +24 76 692016
 email: [EMAIL PROTECTED]





-- 
Alexander K. Hansen
(akh)
Fink User Liason and Documenter

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] compilation of package maxima

2007-04-04 Thread Alexander Hansen
Pascal Gourdel wrote:
 I know that the package has no more maintainer and i want to thank
 once again the previous maintainer and the team.
 I had a problem in order to compile the package on an intel based 
 configuration.
 I've just tried the following change of the file maxima.info
 which seems to work (succesfull compilation and the first tests seem ok).

 I removed the dependency on clisp and replaced it by sbcl

 diff /sw/fink/10.4/unstable/crypto/finkinfo/maxima.info 
 /sw_official/fink/10.4/unstable/crypto/finkinfo/maxima.info
 9c9
  Depends: clisp (= 2.41-1), gnuplot, libgettext3-shlibs, libiconv, 
 libncurses5-shlibs, libsigsegv-shlibs, readline5-shlibs, recode, 
 rlwrap (= 0.28-1), tcltk
 ---
   
  Depends: sbcl, gnuplot, libgettext3-shlibs, libiconv, 
 libncurses5-shlibs, libsigsegv-shlibs, readline5-shlibs, recode, 
 rlwrap (= 0.28-1), tcltk
 
 15c15
  ConfigureParams: --infodir='${prefix}/share/info' 
 --mandir='${prefix}/share/man' --libexecdir='${prefix}/lib' 
 --enable-recode --enable-clisp
 ---
   
  ConfigureParams: --infodir='${prefix}/share/info' 
 --mandir='${prefix}/share/man' --libexecdir='${prefix}/lib' 
 --enable-recode  --enable-sbcl
 
 --
 Pascal


   
There was some discussion about using sbcl with maxima--though that was 
a while ago:

https://sourceforge.net/tracker/?func=detailatid=414256aid=1176784group_id=17203

What was the problem that you had?  It's possible that whatever package 
it was needs to be updated for Intel machines.

-- 
Alexander K. Hansen
(akh)
Fink Documenter


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] compilation of package maxima

2007-04-04 Thread Alexander Hansen
On 4/4/07, Alexander Hansen [EMAIL PROTECTED] wrote:
 Pascal Gourdel wrote:
  I know that the package has no more maintainer and i want to thank
  once again the previous maintainer and the team.
  I had a problem in order to compile the package on an intel based
  configuration.
  I've just tried the following change of the file maxima.info
  which seems to work (succesfull compilation and the first tests seem ok).
 
  I removed the dependency on clisp and replaced it by sbcl
 
  diff /sw/fink/10.4/unstable/crypto/finkinfo/maxima.info
  /sw_official/fink/10.4/unstable/crypto/finkinfo/maxima.info
  9c9
   Depends: clisp (= 2.41-1), gnuplot, libgettext3-shlibs, libiconv,
  libncurses5-shlibs, libsigsegv-shlibs, readline5-shlibs, recode,
  rlwrap (= 0.28-1), tcltk
  ---
 
   Depends: sbcl, gnuplot, libgettext3-shlibs, libiconv,
  libncurses5-shlibs, libsigsegv-shlibs, readline5-shlibs, recode,
  rlwrap (= 0.28-1), tcltk
 
  15c15
   ConfigureParams: --infodir='${prefix}/share/info'
  --mandir='${prefix}/share/man' --libexecdir='${prefix}/lib'
  --enable-recode --enable-clisp
  ---
 
   ConfigureParams: --infodir='${prefix}/share/info'
  --mandir='${prefix}/share/man' --libexecdir='${prefix}/lib'
  --enable-recode  --enable-sbcl
 
  --
  Pascal
 
 
 
 There was some discussion about using sbcl with maxima--though that was
 a while ago:

 https://sourceforge.net/tracker/?func=detailatid=414256aid=1176784group_id=17203

 What was the problem that you had?  It's possible that whatever package
 it was needs to be updated for Intel machines.

 --
 Alexander K. Hansen
 (akh)
 Fink Documenter


Following up:

The maxima package looks like it needs some refactoring--e.g. it has
emacs bindings that could be installed in accordance with our emacsen
policy, and the Tcl display (xmaxima) could be pulled off into a
splitoff.

I'm interested in doing the latter, because I've got a working
wxmaxima (a display frontend) that uses wxmac--so I'd rather not force
people to have X11 installed at runtime.  It would be nice not to
force them to have it installed at _build_ time--but that's just a bit
more effort.
-- 
Alexander K. Hansen
(akh)
Fink User Liaison and Documenter

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] gnucash-1.8.11-21

2007-04-16 Thread Alexander Hansen
On 4/15/07, Dean Webber [EMAIL PROTECTED] wrote:
 Hi Guys

 I think there is a new version of Gnucash. But my current status in
 the fink commander is current, when will the new version be available?



gnucash2 has been in the unstable tree for a few months.  However,
you're on the deprecated 10.4-transitional tree, according to your
Distribution version, and that tree isn't being updated anymore.

There's an update script link at http://fink.sf.net, below the
heading 2006-07-24: Reminder: 10.4-transitional Tree Unsupported on
August 1st, 2006 to make the update less painful.

Note that due to changes in 10.4.9, you'll need to run the script with

sudo env PERL5LIB=$PERL5LIB ./update.pl

rather than just

./update.pl

as the README in the source bundle for the updater says.

 --
 Package manager version: 0.24.26
 Distribution version: 0.8.0.rsync powerpc
 Mac OS X version: 10.4.9
 Xcode version: 2.0
 gcc version: 4.0.0 20041026 (Apple Computer, Inc. build 4061)
 make version: 3.80
 Feedback Courtesy of FinkCommander



-- 
Alexander K. Hansen
(akh)
Fink User Liaison and Documenter

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] abiword-2.2.7-1003

2007-04-16 Thread Alexander Hansen
On 4/13/07, Luke Cotton [EMAIL PROTECTED] wrote:
 Dear Fink developer group,

 abiword crashes at the startup sequence for it. This is the startup
 messages for the package

 (AbiWord-2.2:4846): GdkPixbuf-WARNING **: Can not open pixbuf loader
 module file '/sw/etc/gtk-2.0/gdk-pixbuf.loaders': No such file or
 directory

 (AbiWord-2.2:4846): GdkPixbuf-WARNING **: Can not open pixbuf loader
 module file '/sw/etc/gtk-2.0/gdk-pixbuf.loaders': No such file or
 directory

 (AbiWord-2.2:4846): GdkPixbuf-WARNING **: Can not open pixbuf loader
 module file '/sw/etc/gtk-2.0/gdk-pixbuf.loaders': No such file or
 directory

 (AbiWord-2.2:4846): GdkPixbuf-WARNING **: Can not open pixbuf loader
 module file '/sw/etc/gtk-2.0/gdk-pixbuf.loaders': No such file or
 directory

 (AbiWord-2.2:4846): GdkPixbuf-WARNING **: Error loading XPM image
 loader: Image type 'xpm' is not supported

 (AbiWord-2.2:4846): Gtk-CRITICAL **: gtk_icon_set_new_from_pixbuf:
 assertion `pixbuf != NULL' failed

 (AbiWord-2.2:4846): Gtk-CRITICAL **: gtk_icon_factory_add: assertion
 `icon_set != NULL' failed

 (AbiWord-2.2:4846): Gtk-CRITICAL **: gtk_icon_set_unref: assertion
 `icon_set != NULL' failed

 (AbiWord-2.2:4846): GLib-GObject-CRITICAL **: g_object_unref:
 assertion `G_IS_OBJECT (object)' failed

 (AbiWord-2.2:4846): GdkPixbuf-WARNING **: Can not open pixbuf loader
 module file '/sw/etc/gtk-2.0/gdk-pixbuf.loaders': No such file or
 directory

 (AbiWord-2.2:4846): GdkPixbuf-WARNING **: Error loading XPM image
 loader: Image type 'xpm' is not supported

 (AbiWord-2.2:4846): Gtk-CRITICAL **: gtk_icon_set_new_from_pixbuf:
 assertion `pixbuf != NULL' failed

 (AbiWord-2.2:4846): Gtk-CRITICAL **: gtk_icon_factory_add: assertion
 `icon_set != NULL' failed

 (AbiWord-2.2:4846): Gtk-CRITICAL **: gtk_icon_set_unref: assertion
 `icon_set != NULL' failed

 (AbiWord-2.2:4846): GLib-GObject-CRITICAL **: g_object_unref:
 assertion `G_IS_OBJECT (object)' failed

 (AbiWord-2.2:4846): GdkPixbuf-WARNING **: Can not open pixbuf loader
 module file '/sw/etc/gtk-2.0/gdk-pixbuf.loaders': No such file or
 directory

 (AbiWord-2.2:4846): GdkPixbuf-WARNING **: Error loading XPM image
 loader: Image type 'xpm' is not supported

 (AbiWord-2.2:4846): Gtk-CRITICAL **: gtk_icon_set_new_from_pixbuf:
 assertion `pixbuf != NULL' failed

 (AbiWord-2.2:4846): Gtk-CRITICAL **: gtk_icon_factory_add: assertion
 `icon_set != NULL' failed

 (AbiWord-2.2:4846): Gtk-CRITICAL **: gtk_icon_set_unref: assertion
 `icon_set != NULL' failed

 (AbiWord-2.2:4846): GLib-GObject-CRITICAL **: g_object_unref:
 assertion `G_IS_OBJECT (object)' failed

 (AbiWord-2.2:4846): GdkPixbuf-WARNING **: Can not open pixbuf loader
 module file '/sw/etc/gtk-2.0/gdk-pixbuf.loaders': No such file or
 directory

 (AbiWord-2.2:4846): GdkPixbuf-WARNING **: Error loading XPM image
 loader: Image type 'xpm' is not supported

 (AbiWord-2.2:4846): Gtk-CRITICAL **: gtk_icon_set_new_from_pixbuf:
 assertion `pixbuf != NULL' failed

 (AbiWord-2.2:4846): Gtk-CRITICAL **: gtk_icon_factory_add: assertion
 `icon_set != NULL' failed

 (AbiWord-2.2:4846): Gtk-CRITICAL **: gtk_icon_set_unref: assertion
 `icon_set != NULL' failed

 (AbiWord-2.2:4846): GLib-GObject-CRITICAL **: g_object_unref:
 assertion `G_IS_OBJECT (object)' failed

 (AbiWord-2.2:4846): GdkPixbuf-WARNING **: Can not open pixbuf loader
 module file '/sw/etc/gtk-2.0/gdk-pixbuf.loaders': No such file or
 directory

 (AbiWord-2.2:4846): GdkPixbuf-WARNING **: Error loading XPM image
 loader: Image type 'xpm' is not supported

 (AbiWord-2.2:4846): Gtk-CRITICAL **: gtk_icon_set_new_from_pixbuf:
 assertion `pixbuf != NULL' failed

 (AbiWord-2.2:4846): Gtk-CRITICAL **: gtk_icon_factory_add: assertion
 `icon_set != NULL' failed

 (AbiWord-2.2:4846): Gtk-CRITICAL **: gtk_icon_set_unref: assertion
 `icon_set != NULL' failed

 (AbiWord-2.2:4846): GLib-GObject-CRITICAL **: g_object_unref:
 assertion `G_IS_OBJECT (object)' failed

 (AbiWord-2.2:4846): GdkPixbuf-WARNING **: Can not open pixbuf loader
 module file '/sw/etc/gtk-2.0/gdk-pixbuf.loaders': No such file or
 directory

 (AbiWord-2.2:4846): GdkPixbuf-WARNING **: Error loading XPM image
 loader: Image type 'xpm' is not supported

 (AbiWord-2.2:4846): Gtk-CRITICAL **: gtk_icon_set_new_from_pixbuf:
 assertion `pixbuf != NULL' failed

 (AbiWord-2.2:4846): Gtk-CRITICAL **: gtk_icon_factory_add: assertion
 `icon_set != NULL' failed

 (AbiWord-2.2:4846): Gtk-CRITICAL **: gtk_icon_set_unref: assertion
 `icon_set != NULL' failed

 (AbiWord-2.2:4846): GLib-GObject-CRITICAL **: g_object_unref:
 assertion `G_IS_OBJECT (object)' failed

 (AbiWord-2.2:4846): GdkPixbuf-WARNING **: Can not open pixbuf loader
 module file '/sw/etc/gtk-2.0/gdk-pixbuf.loaders': No such file or
 directory

 (AbiWord-2.2:4846): GdkPixbuf-WARNING **: Error loading XPM image
 loader: Image type 'xpm' is not supported

 (AbiWord-2.2:4846): Gtk-CRITICAL **: gtk_icon_set_new_from_pixbuf:
 assertion `pixbuf != NULL' failed

 (AbiWord-2.2:4846): Gtk-CRITICAL 

Re: [Fink-devel] xmolwt-0.7-12

2007-04-16 Thread Alexander Hansen
On 4/13/07, Marc Roussel [EMAIL PROTECTED] wrote:


 --
 Package manager version: 0.25.3
 Distribution version: 0.8.1.cvs
 i386
 Mac OS X version: 10.4.9
 Xcode version: 2.4
 gcc version: 4.0.1 (Apple
 Computer, Inc. build 5363)
 make version: 3.80
 Feedback Courtesy of
 FinkCommander


 As far as I can tell, all I get when I try to install xmolwt in Fink
 commander is the documentation. The binary never gets installed. (I'm not
 sure it even gets built.) Thanks in advance for looking into this.


 Marc R. Roussel, Professor home page:
 people.uleth.ca/~roussel
 Department of Chemistry and Biochemistry   email: [EMAIL PROTECTED]
 University of Lethbridge   phone: +1 403 329 2326
 Lethbridge, Alberta, Canada, T1K 3M4   fax: +1 403 329 2057




Please verify what actually gets installed via running

dpkg -L xmolwt

and post the results back to the list.

-- 
Alexander K. Hansen
(akh)
Fink User Liaison and Documenter

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Weird test failure in coreutils

2007-04-16 Thread Alexander Hansen
On 4/16/07, Martin Costabel [EMAIL PROTECTED] wrote:
 Building the new coreutils fails on two of my machines in the test phase:

 PASS: printf-hex
 pwd-long: at depth 29: No space left on device
 FAIL: pwd-long

 The error message is bogus: Both machines have several GB free on the
 partition. Also the inode usage is at less than 60%.

 I can repeat the failure with the following extract from the test
 program. This perl script creates nested subdirectories (256 deep with
 31 char dir names). On two other machines (one ppc and one intel) where
 I tried this, there was no problem - except for getting rid of the
 directory afterwards ;-)

 On the two machines where I see the failure, I get

 % ./pwd-long-fail
 mkdir: at depth 30: No space left on device

 Here is the pwd-long-fail script if anyone wants to try:

 --
 #!/usr/bin/perl
 my $z = 'z' x 31;
 my $n = 256;
 my $i = 0;
 do
{
  mkdir $z, 0700
or die mkdir: at depth $i: $!\n;
  chdir $z;
}
 until (++$i == $n);
 

 Has anyone seen such a failure before? Or should I file a bug with Apple?

 --
 Martin



I didn't get such a failure on my system (single-processor G4/800
running 10.4.9).

-- 
Alexander K. Hansen
(akh)
Fink User Liaison and Documenter

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] gnucash-1.8.11-1024

2007-04-17 Thread Alexander Hansen
On 4/16/07, Bret Indrelee [EMAIL PROTECTED] wrote:
 Installing gnucash from scratch using Fink Commander.

 The following package will be installed or updated:
   gnucash
 The following 66 additional packages will be installed:
   audiofile-shlibs bonobo-shlibs date-manip-pm db3-shlibs esound-bin
   esound-common esound-shlibs finance-quote-pm586 finance-quotehist-
 pm586
   g-wrap g-wrap-shlibs gal21-shlibs gconf gconf-shlibs gdk-pixbuf-shlibs
   gettext-dev ghostscript-fonts giflib giflib-bin giflib-shlibs glib
   glib-shlibs gnome-base gnome-libs gnome-libs-shlibs gnome-print
   gnome-print-shlibs gtk+ gtk+-data gtk+-shlibs gtkhtml1.1-shlibs
 guile16
   guile16-libs guile16-shlibs guppi16-shlibs html-tableextract-pm586
   html-tagset-pm imlib-shlibs libghttp-shlibs libglade-shlibs libjpeg
   libjpeg-bin libjpeg-shlibs libpng3 libpng3-shlibs libtiff libtiff-bin
   libtiff-shlibs libtool14-shlibs libwww-pm586 libxml libxml-shlibs
 netpbm
   netpbm-bin netpbm-shlibs netpbm10-shlibs oaf oaf-shlibs orbit orbit-
 shlibs
   passwd pkgconfig popt-shlibs readline-shlibs slib slib-gu16
 Do you want to continue? [Y/n]

 It never prompts for the Do you want to continue? [Y/n]

 --
 Package manager version: 0.26.4
 Distribution version: 0.8.1.rsync powerpc
 Mac OS X version: 10.4.9
 Xcode version: 2.4.1
 gcc version: 4.0.1 (Apple Computer, Inc. build 5367)
 make version: 3.80
 Feedback Courtesy of FinkCommander


Run the interact with Fink menu item in Fink Commander to pop the dialog up.

-- 
Alexander K. Hansen
(akh)
Fink User Liaison and Documenter

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Mirrors not being updated?

2007-04-20 Thread Alexander Hansen
Alexander Hansen wrote:
 Kevin Horton wrote:
   
 Are the fink mirrors being updated?  The RSS feed shows many unstable  
 packages that have been updated in the last 48 hours, but non of them  
 have made it to my 10.4 PPC rsync selfupdate.  I haven't received any  
 updated info files since late on the 18th.  Same problem on two  
 machines.

 Kevin Horton
 Ottawa, Canada


   
 
 Many of the commits are going to a CVS branch of 10.4 that isn't for 
 general consumption, and so they won't show up on the rsync mirrors (nor 
 can an ordinary CVS selfupdate grab them). 

 There were updates to pil-py and cadabra today that were made to the 
 general CVS trunk, so see if you've gotten those.

   
Although...I just tried an rsync update and I didn't get the new pil-py*. 

-- 
Alexander K. Hansen
(akh)
Fink Documenter


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Package versioning question

2007-04-24 Thread Alexander Hansen
Michael Richmond wrote:
 When I put together the package for dovecot the source code was at  
 version 1.0.rc17. I decided to use 1.0.rc17 as the fink package  
 version number so that it corresponded with the source code version.

 I am now trying to update the fink package to match the new dovecot  
 release, version 1.0.0. However fink is treating this as a  
 downgrade rather than an upgrade. I assume that rc17 is being  
 compared to 0 and the string rc17 is being considered higher  
 than 0.

 What is the recommended way to work around this issue so that version  
 1.0.0 is considered to be more recent than 1.0.rc17?

 Thanks,
 Michael Richmond

   
This is indeed true.  dpkg --compare-versions can help provide 
information in such cases.

We recommend Epoch: only as a last resort, because once you use it you 
have to carry it around forever.

Try 1.0.rel0 .  (we don't harass people submitting tracker packages 
about this because there are workarounds).

-- 
Alexander K. Hansen
(akh)
Fink Documenter


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] ['Bug Tracker'] Gimp2-svg crashed at the compile step

2007-04-30 Thread Alexander Hansen
Åkeson Chihiro wrote:
 Gnu day all,

 I compiled gimp2-svg on my test machine (10.3.9) and everything ok
 I still got this error while trying to rebuild it on my own machine (iBook 
 10.4.9)
 It seems odd that libtool is seeking for /usr/local/lib to get libfreetype.la
 Did i miss something ?

 Thanks for the help

 fink -m rebuild gimp2-svg
 
 gcc -I/sw/lib/fontconfig2/include -L/sw/lib/fontconfig2/lib 
 -I/sw/lib/freetype219/include -L/sw/lib/freetype219/lib -DHAVE_CONFIG_H -I. 
 -I. -I../.. -I../.. -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API 
 -DXNO_MTSAFE_UNISTDAPI -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include 
 -I/sw/include/pango-1.0 -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 
 -I/sw/include/gtk-2.0 -I/sw/include/atk-1.0 -I/sw/lib/gtk-2.0/include 
 -I/sw/include/libxml2 -I/sw/include -I/sw/include/gtkhtml-2.0   -I/sw/include 
  -I/sw/include -DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE  -g -O2 -Wall -c 
 `test -f 'queue.c' || echo './'`queue.c
 gcc -I/sw/lib/fontconfig2/include -L/sw/lib/fontconfig2/lib 
 -I/sw/lib/freetype219/include -L/sw/lib/freetype219/lib -DHAVE_CONFIG_H -I. 
 -I. -I../.. -I../.. -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API 
 -DXNO_MTSAFE_UNISTDAPI -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include 
 -I/sw/include/pango-1.0 -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 
 -I/sw/include/gtk-2.0 -I/sw/include/atk-1.0 -I/sw/lib/gtk-2.0/include 
 -I/sw/include/libxml2 -I/sw/include -I/sw/include/gtkhtml-2.0   -I/sw/include 
  -I/sw/include -DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE  -g -O2 -Wall -c 
 `test -f 'uri.c' || echo './'`uri.c
 /bin/sh ../../libtool --mode=link gcc -I/sw/lib/fontconfig2/include 
 -L/sw/lib/fontconfig2/lib -I/sw/lib/freetype219/include 
 -L/sw/lib/freetype219/lib  -g -O2 -Wall  -Wl,-search_paths_first -L/sw/lib -o 
 helpbrowser  helpbrowser.o dialog.o queue.o uri.o 
 ../../libgimp/libgimpui-2.0.la ../../libgimpwidgets/libgimpwidgets-2.0.la 
 ../../libgimp/libgimp-2.0.la ../../libgimpcolor/libgimpcolor-2.0.la 
 ../../libgimpbase/libgimpbase-2.0.la -L/sw/lib -L/usr/X11R6/lib -lgtkhtml-2 
 -lgtk-x11-2.0 -lxml2 -lgdk-x11-2.0 -lXrandr -lXinerama -lXfixes -lXcursor 
 -lXext -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lXft -lXrender -lpangox-1.0 
 -lX11 -lpangoft2-1.0 -lfontconfig -lfreetype -lpango-1.0 -lm -lgobject-2.0 
 -lgmodule-2.0 -lglib-2.0 -lintl -liconv -liconv -lintl -lexpat
 mkdir .libs
 libtool: link: cannot find the library `/usr/local/lib/libfreetype.la'
 make[3]: *** [helpbrowser] Error 1
 make[2]: *** [all-recursive] Error 1
 make[1]: *** [all-recursive] Error 1
 make: *** [all] Error 2
 ### execution of /var/tmp/tmp.1.eCdPev failed, exit code 2
 Removing runtime build-lock...
 Removing build-lock package...
 /sw/bin/dpkg-lockwait -r fink-buildlock-gimp2-svg-2.0.6-1004
 (Reading database ... 248245 files and directories currently installed.)
 Removing fink-buildlock-gimp2-svg-2.0.6-1004 ...
 Failed: phase compiling: gimp2-svg-2.0.6-1004 failed

   
It's not from the gimp2-svg package.  Something on your system (possibly 
in your Fink tree) is referencing a freetype build in /usr/local/lib, 
due to a prior manual install.

Try this command to check out your Fink tree:

dpkg -S *.la | cut -d: -f2 | xargs grep -l 
/usr/local/lib/libfreetype.la | xargs dpkg -S | cut -d: -f1

I didn't have any clever trick to make it only print out a package name 
once, but whatever packages come up in the output need to be rebuilt.

-- 
Alexander K. Hansen
(akh)
Fink Documenter


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Package Request - Treeline

2007-05-03 Thread Alexander Hansen
On 5/3/07, Jonah Naylor [EMAIL PROTECTED] wrote:
 Hi guys. I use windows at work and linux - and mac at home. I really
 need an app that is available on linux and windows called Treeline.
 But I tried compiling it from source to run on OSX but it didnt work.
 I've contacted the author of the app and he said i would have to buy
 him a mac to port it. I tried asking in irc on macosx room and spent
 many nights in there, someone kindly tried to help and built me
 a .app treeline launcher but this wouldnt work either. After trying
 everywhere it was suggested I request a fink package. I would try to
 build this but I'm not technical, I'm only attempting these things as
 i need the application. So i've installed fink and was hoping someone
 would be kind enough to either natively port Treeline to osx or add
 it to the fink repositories for me. it's a great app and would be
 very useful to have on mac as well as linux and windows for many
 people including me.

 Please anyone that can do this - i would really appreciate it,
 treeline website:  http://www.bellz.org/treeline/

 jonah

The listed dependencies for the stable version seem all to be in Fink,
so it seems like it shouldn't be ridiculously hard to port.  I'll take
a look at it.

-- 
Alexander K. Hansen
(akh)
Fink User Liaison and Documenter

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] a command to find shlib dependencies?

2007-05-04 Thread Alexander Hansen
On 5/4/07, William Scott [EMAIL PROTECTED] wrote:
 Is there a simple way to find shlib dependencies for a package?

 I couldn't find one, so I made a shell script

 http://xanana.ucsc.edu/Library/init/zsh/local-functions/darwin/depfinder

 It examines the contents of a debian archive (whose filename you
 supply as the argument) for binaries and dynamic libraries and then
 uses dpkg -S to come up with the package names. It also does a bit of
 a packaging reality check.

 I've made some packaging errors lately so I thought I should try to
 redeem myself. I hope someone finds this useful, at least for a laugh.


 Bill

Cool.  I've been using one that is due to J.-F. Mertens that does
installed packages:

# !/bin/sh
# `otool_deps pkgs` is the (possibly empty, alphabetically
# sorted) comma-separated list of pkgs,
# except for those in the argument list, followed by a newline, on
# which those in the argument list depend according to otool -L.
dpkg -L $@|xargs file|fgrep 'Mach-O'|cut -f1 -d:|xargs otool -L
2/dev/null|egrep -v ':$'|sort -u|sed -r -e 's,[[:space:]]+,,' -e 's,
.*,,'|xargs dpkg -S 2/dev/null|cut -f1 -d:|sort -u|fgrep -vx `tr ' '
'\n' $*`|xargs|sed -r -e 's; ;, ;g'

Caveat:  it seems to rely on flags used in the fink version of sed.


I've got one of my own that isn't as sophisticated, but simply prints
out every library linked by every file in a package.

-- 
Alexander K. Hansen
(akh)
Fink User Liaison and Documenter

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] a command to find shlib dependencies?

2007-05-04 Thread Alexander Hansen
On 5/4/07, Kevin Horton [EMAIL PROTECTED] wrote:
 On 4 May 2007, at 19:03, Alexander Hansen wrote:

  On 5/4/07, William Scott [EMAIL PROTECTED] wrote:
  Is there a simple way to find shlib dependencies for a package?
 
  I couldn't find one, so I made a shell script
 
  http://xanana.ucsc.edu/Library/init/zsh/local-functions/darwin/
  depfinder
 
  It examines the contents of a debian archive (whose filename you
  supply as the argument) for binaries and dynamic libraries and then
  uses dpkg -S to come up with the package names. It also does a bit of
  a packaging reality check.
 
  I've made some packaging errors lately so I thought I should try to
  redeem myself. I hope someone finds this useful, at least for a
  laugh.
 
 
  Bill
 
  Cool.  I've been using one that is due to J.-F. Mertens that does
  installed packages:
 
  # !/bin/sh
  # `otool_deps pkgs` is the (possibly empty, alphabetically
  # sorted) comma-separated list of pkgs,
  # except for those in the argument list, followed by a newline, on
  # which those in the argument list depend according to otool -L.
  dpkg -L $@|xargs file|fgrep 'Mach-O'|cut -f1 -d:|xargs otool -L
  2/dev/null|egrep -v ':$'|sort -u|sed -r -e 's,[[:space:]]+,,' -e 's,
  .*,,'|xargs dpkg -S 2/dev/null|cut -f1 -d:|sort -u|fgrep -vx `tr ' '
  '\n' $*`|xargs|sed -r -e 's; ;, ;g'
 
  Caveat:  it seems to rely on flags used in the fink version of sed.
 
 
  I've got one of my own that isn't as sophisticated, but simply prints
  out every library linked by every file in a package.
 

 It would be nice to have some maintainer functions like this, either
 in fink, or in some official fink utility.  That way these useful
 functions would get some visibility, and proper testing.  I have
 frequently wished for an easy way to identify required dependencies.

 Kevin Horton
 Ottawa, Canada




At one point the developers were trying to collect a suite of maintainer tools.

Check out http://fink.cvs.sourceforge.net/fink/fink-maintainertools
--I haven't looked at it yet, but I'm going to. :-)

-- 
Alexander K. Hansen
(akh)
Fink User Liaison and Documenter

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Package Request - Treeline

2007-05-05 Thread Alexander Hansen
Alexander Hansen wrote:
 On 5/3/07, Jonah Naylor [EMAIL PROTECTED] wrote:
   
 Hi guys. I use windows at work and linux - and mac at home. I really
 need an app that is available on linux and windows called Treeline.
 But I tried compiling it from source to run on OSX but it didnt work.
 I've contacted the author of the app and he said i would have to buy
 him a mac to port it. I tried asking in irc on macosx room and spent
 many nights in there, someone kindly tried to help and built me
 a .app treeline launcher but this wouldnt work either. After trying
 everywhere it was suggested I request a fink package. I would try to
 build this but I'm not technical, I'm only attempting these things as
 i need the application. So i've installed fink and was hoping someone
 would be kind enough to either natively port Treeline to osx or add
 it to the fink repositories for me. it's a great app and would be
 very useful to have on mac as well as linux and windows for many
 people including me.

 Please anyone that can do this - i would really appreciate it,
 treeline website:  http://www.bellz.org/treeline/

 jonah

 
 The listed dependencies for the stable version seem all to be in Fink,
 so it seems like it shouldn't be ridiculously hard to port.  I'll take
 a look at it.

   
I've added the stable version (1.0.1) to Fink's 10.4/unstable.

-- 
Alexander K. Hansen
(akh)
Fink Documenter


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Surprised to find X11 dependency in wxmac

2007-05-05 Thread Alexander Hansen
(maintainer cc'ed)

I'm going to be releasing a wxmac version of wxmaxima shortly.  (I
tried wxgtk, by the way, but the executable didn't work; I'm going to
try that again after the pangocairo update)

My original idea was to come up with non-X11-using versions of all of
the dependencies, and for maxima, to reduce overhead for the user.
However, I found that there was a dependency on libgl-shlibs--provided
by x11-shlibs--in wxmac.  So it seemed like there wasn't much point in
de-x11izing the other dependencies.

I've put this message in a thread where I brought up this issue
before, along with vasi's reply.



-- 
Alexander K. Hansen
(akh)
Fink User Liaison and Documenter




# PRIOR DISCUSSION FOLLOWS #

On 2/8/07, Dave Vasilevsky [EMAIL PROTECTED] wrote:

 On Feb 7, 2007, at 11:34 AM, Alexander Hansen wrote:
  Is there an easy way to make it use the system's?  We do have a couple
  of SDL games in the distro that use x11's OpenGL but don't require it
  for display purposes.

 Unfortunately, most packages that use OpenGL do this:

 #include GL/gl.h

 And Apple's headers aren't in a dir named 'GL'. Usually I just end up
 doing 'ln -s /System/Library/Frameworks/OpenGL.framework/Headers ./
 GL' to make the package find the includes. For linking it's usually
 best to just patch the Makefile, though I guess you could also do a
 similar symlink trick.

 Long-term, it would be nice to have a good solution that we can send
 to upstreams. There already exist a bunch of sorta-Mac-compatible m4
 files for autotools, such as this one: http://
 xmoto.cvs.sourceforge.net/xmoto/xmoto/config/ax_check_gl.m4?
 revision=1.1view=markup

 Maybe modify it so it defines GL_HEADER_DIR, and then source files
 could use this?

 #include GL_HEADER_DIR/gl.h

 Dave



-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] pyqt-py* for Intel, from Re: Package Request - Treeline

2007-05-06 Thread Alexander Hansen
Jonah Naylor wrote:
 thanks that's awesome, it's showing up for me in finkcommander but i 
 get this error when trying to install:

 Can't resolve dependency pyqt-py24 for package treeline-1.0.1-1 (no
 matching packages/versions found)
 Exiting with failure.

Oh--you must be on Intel, then.  I wasn't aware that there is no pyqt 
package there until now.

I'll have to tag treeline as PowerPC-only until somebody makes pyqt-py24 
work on Intel (ccing fink-devel as the package is unmaintained currently).

-- 
Alexander K. Hansen
(akh)
Fink Documenter


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Surprised to find X11 dependency in wxmac

2007-05-06 Thread Alexander Hansen
Martin Costabel wrote:
 Alexander Hansen wrote:
 []
   
 My original idea was to come up with non-X11-using versions of all of
 the dependencies, and for maxima, to reduce overhead for the user.
 However, I found that there was a dependency on libgl-shlibs--provided
 by x11-shlibs--in wxmac.  
 

 I don't remember the previous discussion, but are you sure that this 
 dependency on libgl isn't bogus? In the finished wxmac package, I don't 
 see any mention of or link to anything X11 related (except in the docs).

 I just recompiled wxmac without this dependency and with /usr/X11R6 
 moved out of the way, and it looks exactly the same as the old one. I 
 didn't test it, though (don't know how to).

   
You're quite right:  I didn't check the the library linkages.  I'll do 
some further checking in that regard.

-- 
Alexander K. Hansen
(akh)
Fink Documenter


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] ncurses, gtk+2 and versioned dependencies

2007-05-08 Thread Alexander Hansen
AIDA Shinra wrote:
 Hello,

 I feel a bit flustrating a bit about versioned dependencies.

 * The only part of the ncurses written in C++ is libncurses++.a and
 ncursesapp.h. The C++ code is linked to a program if and only if the
 program invokes ncurses C++ binding. What about removing
 (= 5.4-20041023-1006) from pure C programs?

 * The 10.3 tree has gtk+2-2.6.10-4, while the 10.4 tree has
 gtk+2-2.6.10-1004. No differences between them except the Revision.
 Assume that a package wants to depend on the current gtk+2 and
 later. The 10.3 version of the package will depend on 2.6.10-4, while
 the 10.4 one will depend on 2.6.10-1004. What about giving Revision
 1004 to 10.3's gtk+2?

 Regards,
 shinra

   
For #1, I'll let somebody more knowledgeable about the specifics there 
give an answer.

For #2, the answer is no.  The reason for the separation is to force a 
rebuild of gtk+2 (and everything that depends on it) when somebody 
updates their OS.  There are indeed differences in them, due the 
different g++ versions used to compile them.  We wouldn't have this 
separation if it weren't absolutely necessary.

-- 
Alexander K. Hansen
Fink User Liaison/Documenter
[EMAIL PROTECTED]


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] ncurses, gtk+2 and versioned dependencies

2007-05-08 Thread Alexander Hansen
On 5/8/07, Daniel Macks [EMAIL PROTECTED] wrote:
 On Tue, May 08, 2007 at 07:55:49PM +0900, AIDA Shinra wrote:
  Hello,
 
  I feel a bit flustrating a bit about versioned dependencies.
 
  * The 10.3 tree has gtk+2-2.6.10-4, while the 10.4 tree has
  gtk+2-2.6.10-1004. No differences between them except the Revision.
  Assume that a package wants to depend on the current gtk+2 and
  later. The 10.3 version of the package will depend on 2.6.10-4, while
  the 10.4 one will depend on 2.6.10-1004. What about giving Revision
  1004 to 10.3's gtk+2?

 I think the first 2.6.10 fink packages actually were different on 10.3
 vs 10.4, so the different Revision was important. Now, I guess it just
 feels weird to have the high 10.4 Revision value in 10.3. There are
 several ppackages that no longer have 10.3/10.4 differences but have
 maintained the Revision difference. It seems a bit rude to force 10.3
 users to rebuild a large package, so if we wanted to unify the
 Revision, I'd urge waiting until pushing out an update (so the users
 would be rebuilding anyway, not just for maintainer convenience).

 Note that just because there is a high Revision of gtk+2 in 10.4,
 packages do not need a versioned dependency on it. As I understand the
 10.3 - 10.4 upgrade, one only needs to specify the high-revision
 dependency if there is a GCC field.

 dan

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


Ah.  Was incorrect in my assessment, then.

-- 
Alexander K. Hansen
(akh)
Fink User Liaison and Documenter

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] obsolete package and percent expansion

2007-05-09 Thread Alexander Hansen
On 5/9/07, Koen van der Drift [EMAIL PROTECTED] wrote:

 On May 4, 2007, at 5:55 PM, [EMAIL PROTECTED]
 wrote:

  On Thu, May 03, 2007 at 09:27:13PM -0400, Koen van der Drift wrote:
 
  Package: python-biopython-py%type_pkg[python]
  Type: NoSource
 
  Where's the python type/subtype list?
 
  dan
 


 Ah, of course - thanks ;-)

 So, now I have the following:

 Info2: 
 Package: python-biopython-py%type_pkg[python]
 Type: python (2.3 2.4 2.5)
 Source: none
 Version: 1.40
 Revision: 2
 Depends: biopython-py%type_pkg[python] (= 1.40b), fink-obsolete-
 packages
 Description: OBSOLETE, - use biopython-py%type_pkg[python] instead
 Maintainer: Koen van der Drift [EMAIL PROTECTED]
 CompileScript: echo %N is an obsolete package. Install biopython-py%
 type_pkg[python] instead.  README
 InstallScript: true
 DocFiles: README
 License: OSI-Approved
 

 My understanding of this mechanism (of getting rid of obsolete
 packages) is that it is supposd to give me a warning, and install the
 newer package instead. But when I try to install the obsolete
 package, it will still make a deb file. So, is the above correct, or
 do I still need to change something?

 Here's the terminal output:

 koen$ fink install python-biopython-py25
 Information about 7195 packages read in 1 seconds.
 The package 'python-biopython-py25' will be installed.
 Reading dependency for python-biopython-py25-1.40-2...
 The package 'biopython-py25' will be installed.
 Reading dependency for biopython-py25-1.43-1001...
 The following package will be installed or updated:
 python-biopython-py25
 The following additional package will be installed:
 biopython-py25
 Do you want to continue? [Y/n]
 Reading buildlock packages...
  All buildlocks accounted for.
 /sw/bin/dpkg-lockwait -i /sw/fink/dists/unstable/main/binary-darwin-
 powerpc/sci/biopython-py25_1.43-1001_darwin-powerpc.deb
 Selecting previously deselected package biopython-py25.
 (Reading database ... 73830 files and directories currently installed.)
 Unpacking biopython-py25 (from .../biopython-py25_1.43-1001_darwin-
 powerpc.deb) ...
 Setting up biopython-py25 (1.43-1001) ...
 Reading buildlock packages...
  All buildlocks accounted for.
 /sw/bin/dpkg-lockwait -i /sw/fink/dists/unstable/main/binary-darwin-
 powerpc/sci/python-biopython-py25_1.40-2_darwin-powerpc.deb
 Selecting previously deselected package python-biopython-py25.
 (Reading database ... 75403 files and directories currently installed.)
 Unpacking python-biopython-py25 (from .../python-biopython-
 py25_1.40-2_darwin-powerpc.deb) ...
 Setting up python-biopython-py25 (1.40-2)



 thanks,

 - Koen.



It's not that fancy.  If you tag a package as obsolete, it causes the
validator to gripe for packages that depend on it, as well as a
warning if it is to be installed as part of a dependency chain.  It
also becomes subject to removal by fink cleanup for current fink
vintage.  But it's still treated as a normal package by dpkg and fink
otherwise, so it still gets installed.

So what you've shown above is the normal course of action.

-- 
Alexander K. Hansen
(akh)
Fink User Liaison and Documenter

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] wiki for unofficial binaries?

2007-05-11 Thread Alexander Hansen
Robert T Wyatt wrote:
 Would it be appropriate to make a wiki page for unofficial bindists?
 No means don't read any further.

 If so I think some details about the build platform should be
 required. I know this could lead to debugging problems and that's why
 they are unofficial in the first place, but maybe big red letters
 saying unsupported would help?



   
It would probably suffice to post the supported platforms, OS versions, 
and the URIs for them, e.g.

deb http://fink.sodan.ecc.u-tokyo.ac.jp/apt/10.4 unstable main crypto


 From a technical support standpoint, the answer to any problem when 
somebody uses an unsupported bindist would be to  rebuild whatever is 
broken from source, and complain to the provider of that entity rather 
than us.

-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Ruby 1.8.6 from the tracker--feedback please

2007-05-23 Thread Alexander Hansen
A ruby maintainer has put a package for ruby-1.8.6 on the tracker:

http://sourceforge.net/tracker/index.php?func=detailaid=1706631group_id=17203atid=414256

Folks who use ruby regularly are invited to check it out.  If there
aren't any issues we'll want to commit it pretty soon.
-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] PHP4/5 Packages

2007-06-02 Thread Alexander Hansen
On 6/2/07, Chris Corbyn [EMAIL PROTECTED] wrote:
 (Apologies if I've duplicated this!)

 Hi,

 I'm a PHP developer coming from a linux background but using OS X for
 the past year.  I'm trying to get hold of Dustin Sias regarding the
 PHP4 and 5 packages since they are becoming painfully out of date.
 PHP 5.0.x was very quickly dropped when 5.1.x came out and
 subsequently 5.2.x.  In fact, 5.0.x lacks an incredible amount of
 features and won't work very well at all with a lot of code so barely
 anyone uses it.

 Does anyone know how I'd get hold of the package maintainer or take
 responsibility for package maintenance myself?  I'd be happy to
 maintain these two packages and I'm sure I'm not the only PHP
 developer on OS X feeling the pain of rebuilding everything into /usr/
 local/php linked against the apache2 and mysql in fink.

 Best Regards,

 Chris Corbyn
 http://www.swiftmailer.org/

If you like, you certainly could do up the updates--even if the
existing maintainer is stil interested, your work would certainly
help.

The process is informal:  contact the listed maintainer and if they
don't respond in a week (and if we haven't had any other contact with
them), we figure that they're too busy to be active with the package
and someone else can take it over.
-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Really making maxima-nox not use X

2007-06-03 Thread Alexander Hansen
The maxima-nox package currently has an indirect dependency on X11 via 
gnuplot.  I would like it actually to be -nox.  We have a couple of options:

1)  I can make gnuplot a Recommends: rather than a Depends: , since the 
package has another plot output scheme available in its built-in 
openmath output.

2)  I've made up a gnuplot variant with a -nox option--required 
explicitly disabling x11 and also depending on a noxified gd2.  These 
packages are in my experimental area (and I've cc'ed the maintainers):

https://finch.finkdeveloper.net/svn/users/akh/experimental/wxmaxima-project/finkinfo/


Option 1 is certainly easier, of course.

-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] deborphan-1.0-11

2007-06-04 Thread Alexander Hansen
On 6/2/07, Eric Christopherson [EMAIL PROTECTED] wrote:
 There's a small bug in the 'orphaner' script provided with
 deborphaner. It checks for whiptail or dialog in several bin
 directories (e.g. /usr/local/bin), but does not check /sw/bin. Thus,
 even though I had 'dialog' installed, it didn't find it. I just added
 a check for /sw/bin and it worked.

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


(unrelated, but you might want to get Xcode 2.4.1)

There's a newer deborphan available for 10.4 (1.7.23) now, as well.
It doesn't seem to have the same issue.

-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Ruby people: I would like to update to 1.8.6

2007-06-08 Thread Alexander Hansen
If you're using Fink's ruby packages, please weigh in on / test out

http://sourceforge.net/tracker/index.php?func=detailaid=1706631group_id=17203atid=414256

(ruby 1.8.6).  I'd like to close that tracker item out soon.

Thanks!
-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Any python gurus? I'm trying to update sip-py*

2007-06-08 Thread Alexander Hansen
I'm trying to update pyqt-py* to a version that will build with 
gcc-4.0.1, so that it will (hopefully) build on Intel boxes.  That way 
treeline package that I recently added to Fink can use that and it can 
also work on Macintels.

Unfortunately, updating pyqt-py* also requires updating sip-py*, and I 
can't get the updated version of that to build. 

The build log and my package descriptions are linked at
http://akhmac.blogdns.net/~hansen/finklogs/archives/2007-06.html#e2007-06-08T07_24_11.txt

Thanks in advance for any insight!

-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Fwd: [ fink-Package Submissions-1727122 ] openmpi 1.2.2-1000

2007-06-08 Thread Alexander Hansen
Feedback from any openmpi-using folks will be welcomed.

-- Forwarded message --
From: SourceForge.net [EMAIL PROTECTED]
Date: Jun 8, 2007 2:39 PM
Subject: [ fink-Package Submissions-1727122 ] openmpi 1.2.2-1000
To: [EMAIL PROTECTED]


Package Submissions item #1727122, was opened at 2007-05-28 23:25
Message generated for change (Comment added) made by costabel
You can respond by visiting:
https://sourceforge.net/tracker/?func=detailatid=414256aid=1727122group_id=17203

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Updated Version of Existing
Group: Added to Fink
Status: Open
Resolution: Accepted
Priority: 5
Private: No
Submitted By: Jack Howarth (jwhowarth)
Assigned to: Nobody/Anonymous (nobody)
Summary: openmpi 1.2.2-1000

Initial Comment:
Updated openmpi to the new v1.2.2 release. The libopal.0.dylib and
liborte.0.dylib shared libraries have been renamed as
libopen-pal.0.dylib and libopen-rte.0.dylib. I have provided symlinks
to the old names. These files have the same compatibility levels in
otool. Please check as many packages as possible, built under 1.1.5
but running under 1.2.2, to verify the compatibility.

--

Comment By: Martin Costabel (costabel)
Date: 2007-06-08 20:39

Message:
Logged In: YES
user_id=60552
Originator: NO

I committed it to 10.4/unstable. Since I don't have time to test it
seriously, I'll leave the tracker item open for the time being.

-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] renaming package variant?

2007-06-12 Thread Alexander Hansen
On 6/10/07, Kevin Horton [EMAIL PROTECTED] wrote:
 I intend to take over bluefish, which was abandoned by the previous
 maintainer.  This package currently has three variants:

 bluefish
 bluefish-gnome2   # with gnome2, with vfs enabled
 bluefish-gnomevfs2  # with gnome2, but with vfs disabled

 I find the last variant name (bluefish-gnomevfs2) inconsistent with
 the fact that vfs is disabled.  I would like to change the name of
 this variant to bluefish-gnome2-novfs.  I believe that this would
 improve clarity.

 I need advice on the best way to handle the transition from the
 current variant name structure to the new one.  Anyone who has
 bluefish-gnomevfs2-1.0.6 should be automatically upgraded to bluefish-
 gnome-novfs2-1.0.7.  At first glance, this looks like a job for
 Replaces/Conflicts, but I do not understand how I would do this for
 only one variant.  Also, the package currently has Replaces/Conflicts
 on all variants:

 Replaces: bluefish, bluefish-gnome2, bluefish-gnomevfs2
 Conflicts: bluefish, bluefish-gnome2, bluefish-gnomevfs2

 Kevin Horton
 Ottawa, Canada




Maybe separate bluefish-gnomevfs2-1.0.7 into its own dummy placeholder
package, which declares:

Depends: fink-obsolete-packages, bluefish-gnome2-novfs (= 1.0.7-1 )

-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] An option for packages that don't work with non-Apple X11

2007-06-17 Thread Alexander Hansen
We have a few packages in the distribution (often involving Tk) that
don't seem to build at all with a non-Apple X11, e.g. sparky-py*, due
to the lack of a /usr/include/X11 - /usr/X11R6/include/X11 symlink
The failure mode is as follows (and it's generally applicable):
...
g++ -O3 -ffast-math -fPIC -fno-common -Wno-long-double -I/sw/include
-c /sw/src/fink.build/sparky-py24-3.112-1000/sparky/c++/winsystem-unix.cc
In file included from
/sw/src/fink.build/sparky-py24-3.112-1000/sparky/c++/winsystem-unix.cc:6:
/sw/include/tk.h:83:23: error: X11/Xlib.h: No such file or directory
...
Many packages can be fixed to see the X11 headers via setting a FLAGS variable:

SetCPPFLAGS: /usr/X11R6/include

-or sometimes (e.g. xcircuit)-

SetCFLAGS: /usr/X11R6/include

However, there are some packages where this doesn't work (I tried with
sparky, to no avail).

What follows is the .info for a package that gets around this problem
by copying header files from /usr/X11R6/include/X11 into
%p/include/X11.  The dependencies are such that it shouldn't be
installable when Apple's X11 is in place, but will work for Fink's
xfree86 and xorg, or even a handbuilt xfree86 or xorg (and if those do
create the symlink, I can remove the system-xfree86 dependency).  It
is intended for build-time use, and is marked as BuildDependsOnly.

Let me know what you think.  I'd like to add it.

--

Package: applex11compat
Version: 0.1
Revision: 1
Description: Copy X11 headers over to %p/include/X11
Type: nosource
License: Public Domain
Maintainer: Alexander Hansen [EMAIL PROTECTED]
BuildDepends: xfree86 | xorg | system-xfree86 ( =2:4.5-1 )
Conflicts: system-xfree86 (  2:4.5-1 )
BuildDependsOnly: true
CompileScript: echo No compile needed
InstallScript: 
# !/bin/sh -ev
/usr/bin/install -d %i/include/X11
/usr/bin/install -d %i/include/X11/ICE
/usr/bin/install -d %i/include/X11/PM
/usr/bin/install -d %i/include/X11/SM
/usr/bin/install -d %i/include/X11/extensions
/usr/bin/install -d %i/include/X11/fonts
/usr/bin/install /usr/X11R6/include/X11/*.h %i/include/X11
/usr/bin/install /usr/X11R6/include/X11/ICE/*.h %i/include/X11/ICE
/usr/bin/install /usr/X11R6/include/X11/PM/*.h %i/include/X11/PM
/usr/bin/install /usr/X11R6/include/X11/SM/*.h %i/include/X11/SM
/usr/bin/install /usr/X11R6/include/X11/extensions/*.h %i/include/X11/extensions
/usr/bin/install /usr/X11R6/include/X11/fonts/*.h %i/include/X11/fonts

DescDetail: 
Copy the header files over from /usr/X11R6/include/X11 to %p/include/X11
when using Xorg or XFree86 for packages where  a *FLAGS variable to
allow for the lack of a /usr/include/X11 symlink in Fink's X11
packages doesn't suffice.


-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] maxima update

2007-06-17 Thread Alexander Hansen
I've updated maxima to the latest upstream release (5.12.0) for 10.4.
I'm keeping the prior maxima-5.11.0-4 around for a while to make sure
that any packages that use maxima continue to function properly with
the new version.
-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] unstable ksudoku will not build

2007-06-18 Thread Alexander Hansen
On 6/18/07, Martin Costabel [EMAIL PROTECTED] wrote:
 Neil Tiffin wrote:
  For the past couple of weeks package ksudoku will not build.

 A month ago, I wrote:

   Don't bother. This version of the ksudoku package is thoroughly rotten.
   I don't think anyone has managed to build it.

   I am CCing the maintainer. If his email still doesn't work, I hope that
   one of his IRC buddies will inform him.

 I don't know if the maintainer has managed to get a working email
 account in the meantime. Maybe you can get hold of him on IRC #fink?

 --
 Martin


I've messaged him on IRC, and have a log entry online to note that
this is a current issue.

http://akhmac.blogdns.net/~hansen/finklogs/archives/2007-06.html#e2007-06-18T09_36_03.txt
-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Ruby people: I would like to update to 1.8.6

2007-06-18 Thread Alexander Hansen
On 6/8/07, Alexander Hansen [EMAIL PROTECTED] wrote:
 If you're using Fink's ruby packages, please weigh in on / test out

 http://sourceforge.net/tracker/index.php?func=detailaid=1706631group_id=17203atid=414256

 (ruby 1.8.6).  I'd like to close that tracker item out soon.

 Thanks!
 --
 Alexander K. Hansen
 akh AT finkproject DOT org
 Fink User Liaison and Documenter



OK, I've gotten some feedback.  How about this:  I'll commit ruby
1.8.6 tonight, but keep ruby 1.8.5 available for a while in case of
breakage?

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] An option for packages that don't work with non-Apple X11

2007-06-18 Thread Alexander Hansen
On 6/18/07, Martin Costabel [EMAIL PROTECTED] wrote:
 Benjamin Reed wrote:
 []
  I agree.  If the package needs headers, it should be testing for them,
  and use them.
 
  If you need to fix it temporarily, fix the code to have the right -I on
  the compile-line without a test.
 
  Both are better than trying to fake up system headers apple probably
  shouldn't have done that way in the first place, and that don't match
  other unixes.  :)

 Are you sure they aren't there in Linux? Many packages seem to rely on
 them, which is usually a sign for their presence in Linux.

 Another question is how the package maintainer can find such problems if
 he uses Apple's X11.

 I'd prefer if the Fink X11 packages behaved as closely as possible like
 Apple's X11, including for compiling other stuff.

 --
 Martin

As a data point, both of my Linux boxes (Debian and Kubuntu) have
/usr/include/X11, but that's actually the real location of the X11
headers.

-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] openldap23-2.3.27-10

2007-06-19 Thread Alexander Hansen
Ah.  You can have the libraries for both versions of db, so installing 
db43-shlibs (or db43-ssl-shlibs) should make it work.



Sukma Verdianto wrote:
 Hi Alexander,

 Error message:
 --
 dyld: Library not loaded: /sw/lib/libdb-4.3.dylib
 Referenced from: /sw/sbin/slapd
 Reason: image not found
 Trace/BPT trap
 --

 I suspect when I installed openldap, fink also download libdb-4.4, but 
 openldap binary compiled with libdb-4.3

 Regards,
 Sukma


 On Jun 13, 2007, at 3:37 AM, Alexander K. Hansen wrote:

 Sukma Verdianto wrote:
 Hi,

 I installed openldap23-2.3.27-10 from fink and it ask me to also  
 install db44 as it dependency.
 but some command such as slapadd won't work. It always tried to  
 load db43.
 This should be fixed so users who tried to install open LDAP wont  
 think its a software bug, but its just installation fault.

 Thanks,

 -- 
 Package manager version: 0.27.1
 Distribution version: 0.8.1.rsync i386
 Mac OS X version: 10.4.9
 Xcode version: 2.4.1
 gcc version: 4.0.1 (Apple Computer, Inc. build 5367)
 make version: 3.80
 Feedback Courtesy of FinkCommander


 Can you be more specific about the failure mode?  Maybe paste up your 
 terminal output from an attempt to run slapadd.

 -- 
 Alexander K. Hansen
 Fink User Liaison/Documenter
 akh AT finkproject DOT org




-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] db43-ssl-4.3.29-1001

2007-06-21 Thread Alexander Hansen
Run a fink selfupdate As shown on

http://pdb.finkproject.org/pdb/package.php/db43-ssl

the package is now at 4.3.29-1002 from the source tree for 10.4.


On 6/10/07, Troy Baisden [EMAIL PROTECTED] wrote:
 Hi,

 I am writing to this address because a fink package does not
 checksum, and this appears to have propagated through the mirrors.

 Thanks
 Troy

 --
 Package manager version: 0.24.25
 Distribution version: 0.8.1.cvs i386
 Mac OS X version: 10.4.9
 December 2001 Developer Tools
 gcc version: 686
 make version: 3.80
 Feedback Courtesy of FinkCommander

 curl -f -L -O http://distfiles.master.finkmirrors.net/bison-2.1.tar.gz
% Total% Received % Xferd  Average Speed   TimeTime
 Time  Current
   Dload  Upload   Total   Spent
 Left  Speed
 100 1285k  100 1285k0 0  53236  0  0:00:24  0:00:24
 --:--:-- 49388
 curl -f -L -O http://distfiles.master.finkmirrors.net/db-4.3.29.tar.gz
% Total% Received % Xferd  Average Speed   TimeTime
 Time  Current
   Dload  Upload   Total   Spent
 Left  Speed
 100 5803k  100 5803k0 0  54211  0  0:01:49  0:01:49
 --:--:-- 59064
 The checksum of the file is incorrect. The most likely cause for this
 is a
 corrupted or incomplete download
 Expected: 13585a20ce32f113b8e8cdb57f52e3bb
 Actual: 200b9f5d74175875fcb3ee54adbf0007
 Downloading the file db-4.3.29.tar.gz failed.
 (1) Give up
 (2) Retry the same mirror
 (3) Retry another mirror from your continent
 (4) Retry another mirror
 (5) Retry using original source URL

 How do you want to proceed? [3]
 curl -f -L -O http://distfiles.bne.qld.au.finkmirrors.net/
 db-4.3.29.tar.gz
% Total% Received % Xferd  Average Speed   TimeTime
 Time  Current
   Dload  Upload   Total   Spent
 Left  Speed
 100 5803k  100 5803k0 0   123k  0  0:00:46  0:00:46
 --:--:--  211k
 The checksum of the file is incorrect. The most likely cause for this
 is a
 corrupted or incomplete download
 Expected: 13585a20ce32f113b8e8cdb57f52e3bb
 Actual: 200b9f5d74175875fcb3ee54adbf0007
 Downloading the file db-4.3.29.tar.gz failed.
 (1) Give up
 (2) Retry the same mirror
 (3) Retry another mirror
 (4) Retry using original source URL

 How do you want to proceed? [4]
 curl -f -L -O ftp://ftp.sleepycat.com/releases/db-4.3.29.tar.gz
% Total% Received % Xferd  Average Speed   TimeTime
 Time  Current
   Dload  Upload   Total   Spent
 Left  Speed
 100 5803k  100 5803k0 0  54400  0  0:01:49  0:01:49
 --:--:-- 37324
 The checksum of the file is incorrect. The most likely cause for this
 is a
 corrupted or incomplete download
 Expected: 13585a20ce32f113b8e8cdb57f52e3bb
 Actual: 200b9f5d74175875fcb3ee54adbf0007
 Downloading the file db-4.3.29.tar.gz failed.
 (1) Give up
 (2) Retry the same mirror

 How do you want to proceed? [2] 1
 Failed: file download failed for db-4.3.29.tar.gz of package db43-
 ssl-4.3.29-1001


 -

-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] libbonobo2-2.2.3-11

2007-06-21 Thread Alexander Hansen
On 6/12/07, C. W. Betts [EMAIL PROTECTED] wrote:
 I seem to get errors whenever I try to build libbonobo2.  It seems to
 want to link to the not-yet-installed /sw/lib/libbonobo-2.0.dylib .
 Help, please

 --
 Package manager version: 0.24.7
 Distribution version: 0.6.4.rsync
 Mac OS X version: 10.2.8
 December 2002 Developer Tools or later
 gcc version: 3.3
 make version: 3.79
 Feedback Courtesy of FinkCommander


10.2.8 isn't fully supported anymore, but we can try.  We'll need a
more detailed transcript of the error:  paste the output from a few
lines before the error occurs, for context.

-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] db43-ssl-4.3.29-1001

2007-06-22 Thread Alexander Hansen
Well, I wouldn't necessarily say wrong.

The 'fink' tool only has information about the packages on the local
system.  So it doesn't distinguish between errors that could be solved
by a selfupdate (e.g. source file checksums) and those that can't.
The source fetch and compile operations are separate modules, and the
latter does have a stock error message suggesting a selfupdate;
there's probably no reason why the fetch stage couldn't pop up such a
message, too.

It's never a _bad_ idea to try a selfupdate, in any case.


On 6/21/07, Troy Baisden [EMAIL PROTECTED] wrote:

 Alexander,

 Thanks very much for responding. The non ssl version told me to do that, so
 I did and it worked.

 If I'm interpreting this correctly, then fink is giving an incorrect error
 message ('wrong checksum', instead of 'run selfupdate') under some
 conditions. It would be great if find is able to address this but if not,
 thanks so much for all that you do.

 Troy


 W. Troy Baisden
 Senior Scientist -- Carbon Dynamics
 Environmental Isotope Section
 National Isotope Centre
 GNS Science

 Ph +64 4 570 4653
 Fax +64 4 570 4657

 Postal Address:
 30 Gracefield Road,
 PO Box 31-312,
 Lower Hutt,
 New Zealand

 www.gns.cri.nz/who/staff/2234.htm



 On Jun 22, 2007, at 1:54 AM, Alexander Hansen wrote:

 Run a fink selfupdate As shown on

 http://pdb.finkproject.org/pdb/package.php/db43-ssl

 the package is now at 4.3.29-1002 from the source tree for 10.4.


 On 6/10/07, Troy Baisden [EMAIL PROTECTED] wrote:
 Hi,

 I am writing to this address because a fink package does not
 checksum, and this appears to have propagated through the mirrors.

 Thanks
 Troy

 --
 Package manager version: 0.24.25
 Distribution version: 0.8.1.cvs i386
 Mac OS X version: 10.4.9
 December 2001 Developer Tools
 gcc version: 686
 make version: 3.80
 Feedback Courtesy of FinkCommander

 curl -f -L -O
 http://distfiles.master.finkmirrors.net/bison-2.1.tar.gz
% Total% Received % Xferd  Average Speed   TimeTime
 Time  Current
   Dload  Upload   Total   Spent
 Left  Speed
 100 1285k  100 1285k0 0  53236  0  0:00:24  0:00:24
 --:--:-- 49388
 curl -f -L -O
 http://distfiles.master.finkmirrors.net/db-4.3.29.tar.gz
% Total% Received % Xferd  Average Speed   TimeTime
 Time  Current
   Dload  Upload   Total   Spent
 Left  Speed
 100 5803k  100 5803k0 0  54211  0  0:01:49  0:01:49
 --:--:-- 59064
 The checksum of the file is incorrect. The most likely cause for this
 is a
 corrupted or incomplete download
 Expected: 13585a20ce32f113b8e8cdb57f52e3bb
 Actual: 200b9f5d74175875fcb3ee54adbf0007
 Downloading the file db-4.3.29.tar.gz failed.
 (1) Give up
 (2) Retry the same mirror
 (3) Retry another mirror from your continent
 (4) Retry another mirror
 (5) Retry using original source URL

 How do you want to proceed? [3]
 curl -f -L -O http://distfiles.bne.qld.au.finkmirrors.net/
 db-4.3.29.tar.gz
% Total% Received % Xferd  Average Speed   TimeTime
 Time  Current
   Dload  Upload   Total   Spent
 Left  Speed
 100 5803k  100 5803k0 0   123k  0  0:00:46  0:00:46
 --:--:--  211k
 The checksum of the file is incorrect. The most likely cause for this
 is a
 corrupted or incomplete download
 Expected: 13585a20ce32f113b8e8cdb57f52e3bb
 Actual: 200b9f5d74175875fcb3ee54adbf0007
 Downloading the file db-4.3.29.tar.gz failed.
 (1) Give up
 (2) Retry the same mirror
 (3) Retry another mirror
 (4) Retry using original source URL

 How do you want to proceed? [4]
 curl -f -L -O
 ftp://ftp.sleepycat.com/releases/db-4.3.29.tar.gz
% Total% Received % Xferd  Average Speed   TimeTime
 Time  Current
   Dload  Upload   Total   Spent
 Left  Speed
 100 5803k  100 5803k0 0  54400  0  0:01:49  0:01:49
 --:--:-- 37324
 The checksum of the file is incorrect. The most likely cause for this
 is a
 corrupted or incomplete download
 Expected: 13585a20ce32f113b8e8cdb57f52e3bb
 Actual: 200b9f5d74175875fcb3ee54adbf0007
 Downloading the file db-4.3.29.tar.gz failed.
 (1) Give up
 (2) Retry the same mirror

 How do you want to proceed? [2] 1
 Failed: file download failed for db-4.3.29.tar.gz of package db43-
 ssl-4.3.29-1001


 -

 --
 Alexander K. Hansen
 akh AT finkproject DOT org
 Fink User Liaison and Documenter



-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel

Re: [Fink-devel] Fwd: evince-0.5.2-1009

2007-06-25 Thread Alexander Hansen
We've been seeing this style of error a lot after an intltool update.
dmacks has generally just updated the package to a newer upstream
version.  Is one available?

On 6/25/07, Sébastien Maret [EMAIL PROTECTED] wrote:
 Hello,

 I don't know how to fix this. Could somebody help?

 Thanks,
 Sébastien

 -- Forwarded message --
 From: salvomic [EMAIL PROTECTED]
 Date: Jun 24, 2007 2:22 PM
 Subject: evince-0.5.2-1009
 To: [EMAIL PROTECTED]



 --
 Package manager version: 0.27.3
 Distribution version: 0.8.1.rsync
 i386
 Mac OS X version: 10.4.10
 Xcode version: 2.4.1
 gcc version: 4.0.1
 (Apple Computer, Inc. build 5367)
 make version: 3.80
 Feedback Courtesy of
 FinkCommander



 Hi,
 Triyng to install evince I get these errors:


 ---
 creating libtoolbareditor.la
  (cd .libs  rm -f libtoolbareditor.la  ln -s ../libtoolbareditor.la
 libtoolbareditor.la)
 make[3]: Nothing to be done for `all-am'.
 Making all in po
 file=`echo be | sed 's,.*/,,'`.gmo \
rm -f $file  /sw/bin/msgfmt -o $file be.po
 file=`echo bg | sed 's,.*/,,'`.gmo \
rm -f $file  /sw/bin/msgfmt -o $file bg.po
 file=`echo bn | sed 's,.*/,,'`.gmo \
rm -f $file  /sw/bin/msgfmt -o $file bn.po
 file=`echo ca | sed 's,.*/,,'`.gmo \
rm -f $file  /sw/bin/msgfmt -o $file ca.po
 file=`echo cs | sed 's,.*/,,'`.gmo \
rm -f $file  /sw/bin/msgfmt -o $file cs.po
 file=`echo cy | sed 's,.*/,,'`.gmo \
rm -f $file  /sw/bin/msgfmt -o $file cy.po
 file=`echo da | sed 's,.*/,,'`.gmo \
rm -f $file  /sw/bin/msgfmt -o $file da.po
 file=`echo de | sed 's,.*/,,'`.gmo \
rm -f $file  /sw/bin/msgfmt -o $file de.po
 file=`echo el | sed 's,.*/,,'`.gmo \
rm -f $file  /sw/bin/msgfmt -o $file el.po
 file=`echo en_CA | sed 's,.*/,,'`.gmo \
rm -f $file  /sw/bin/msgfmt -o $file en_CA.po
 file=`echo en_GB | sed 's,.*/,,'`.gmo \
rm -f $file  /sw/bin/msgfmt -o $file en_GB.po
 file=`echo es | sed 's,.*/,,'`.gmo \
rm -f $file  /sw/bin/msgfmt -o $file es.po
 file=`echo et | sed 's,.*/,,'`.gmo \
rm -f $file  /sw/bin/msgfmt -o $file et.po
 file=`echo eu | sed 's,.*/,,'`.gmo \
rm -f $file  /sw/bin/msgfmt -o $file eu.po
 file=`echo fa | sed 's,.*/,,'`.gmo \
rm -f $file  /sw/bin/msgfmt -o $file fa.po
 file=`echo fi | sed 's,.*/,,'`.gmo \
rm -f $file  /sw/bin/msgfmt -o $file fi.po
 file=`echo fr | sed 's,.*/,,'`.gmo \
rm -f $file  /sw/bin/msgfmt -o $file fr.po
 file=`echo gl | sed 's,.*/,,'`.gmo \
rm -f $file  /sw/bin/msgfmt -o $file gl.po
 file=`echo gu | sed 's,.*/,,'`.gmo \
rm -f $file  /sw/bin/msgfmt -o $file gu.po
 file=`echo he | sed 's,.*/,,'`.gmo \
rm -f $file  /sw/bin/msgfmt -o $file he.po
 file=`echo hi | sed 's,.*/,,'`.gmo \
rm -f $file  /sw/bin/msgfmt -o $file hi.po
 file=`echo hu | sed 's,.*/,,'`.gmo \
rm -f $file  /sw/bin/msgfmt -o $file hu.po
 file=`echo id | sed 's,.*/,,'`.gmo \
rm -f $file  /sw/bin/msgfmt -o $file id.po
 file=`echo it | sed 's,.*/,,'`.gmo \
rm -f $file  /sw/bin/msgfmt -o $file it.po
 file=`echo ja | sed 's,.*/,,'`.gmo \
rm -f $file  /sw/bin/msgfmt -o $file ja.po
 file=`echo ka | sed 's,.*/,,'`.gmo \
rm -f $file  /sw/bin/msgfmt -o $file ka.po
 file=`echo ko | sed 's,.*/,,'`.gmo \
rm -f $file  /sw/bin/msgfmt -o $file ko.po
 file=`echo ku | sed 's,.*/,,'`.gmo \
rm -f $file  /sw/bin/msgfmt -o $file ku.po
 file=`echo lt | sed 's,.*/,,'`.gmo \
rm -f $file  /sw/bin/msgfmt -o $file lt.po
 file=`echo lv | sed 's,.*/,,'`.gmo \
rm -f $file  /sw/bin/msgfmt -o $file lv.po
 file=`echo mk | sed 's,.*/,,'`.gmo \
rm -f $file  /sw/bin/msgfmt -o $file mk.po
 file=`echo nb | sed 's,.*/,,'`.gmo \
rm -f $file  /sw/bin/msgfmt -o $file nb.po
 file=`echo ne | sed 's,.*/,,'`.gmo \
rm -f $file  /sw/bin/msgfmt -o $file ne.po
 file=`echo nl | sed 's,.*/,,'`.gmo \
rm -f $file  /sw/bin/msgfmt -o $file nl.po
 file=`echo no | sed 's,.*/,,'`.gmo \
rm -f $file  /sw/bin/msgfmt -o $file no.po
 file=`echo pa | sed 's,.*/,,'`.gmo \
rm -f $file  /sw/bin/msgfmt -o $file pa.po
 file=`echo pl | sed 's,.*/,,'`.gmo \
rm -f $file  /sw/bin/msgfmt -o $file pl.po
 file=`echo pt | sed 's,.*/,,'`.gmo \
rm -f $file  /sw/bin/msgfmt -o $file pt.po
 file=`echo pt_BR | sed 's,.*/,,'`.gmo \
rm -f $file  /sw/bin/msgfmt -o $file pt_BR.po
 file=`echo ro | sed 's,.*/,,'`.gmo \
rm -f $file  /sw/bin/msgfmt -o $file ro.po
 file=`echo ru | sed 's,.*/,,'`.gmo \
rm -f $file  /sw/bin/msgfmt -o $file ru.po
 file=`echo rw | sed 's,.*/,,'`.gmo \
rm -f $file  /sw/bin/msgfmt -o $file rw.po
 file=`echo sk | sed 's,.*/,,'`.gmo \
rm -f $file  /sw/bin/msgfmt -o $file sk.po
 file=`echo sq | sed 's,.*/,,'`.gmo \
rm -f $file  /sw/bin/msgfmt -o $file sq.po
 file=`echo sr | sed 's,.*/,,'`.gmo \
rm -f $file  /sw/bin/msgfmt -o $file sr.po
 file=`echo [EMAIL PROTECTED] | sed 's,.*/,,'`.gmo \
rm -f $file  /sw/bin/msgfmt -o $file [EMAIL PROTECTED]
 file=`echo sv | sed 's,.*/,,'`.gmo \
rm -f $file  /sw/bin/msgfmt -o $file sv.po
 file=`echo th | 

[Fink-devel] tracker packages for 10.3

2007-07-02 Thread Alexander Hansen
I haven't necessarily been adding packages that I've put on the
tracker to the 10.3 tree --mainly because a reboot is required for any
build testing.  If you've got a package that was added to 10.4, please
reply to fink-devel.  There are a few folks with 10.3 setups, so we
should be able to get them added.

-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Problem updating pyqt-py2x

2007-07-03 Thread Alexander Hansen
OS 10.4.10
PowerPC (G4/867 single)
Xcode 2.4.1

I managed to get sip-py24 updated, but now I'm stuck on pyqt-py24. 

My build log and package description files are linked here:

http://akhmac.blogdns.net/~hansen/finklogs/archives/2007-07.html#e2007-07-03T21_10_29.txt

-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Problem updating pyqt-py2x

2007-07-05 Thread Alexander Hansen
Alexander K. Hansen wrote:
 Martin Costabel wrote:
   
 Jean-François Mertens wrote:
   
 
 On 05 Jul 2007, at 00:10, Martin Costabel wrote:

 
   
 fink builds pyqt-py24-3.17.2-1 almost OK for me (on a dual G5, OSX  
 10.4.10), up to the linker line for qt.so which fails with lots of  
 undefined symbols.

 Adding
  LFLAGS=-undefined dynamic_lookup LFLAGS_PLUGIN=-bundle
 to the config.py line lets me build pyqt-py24 completely.
   
 
 don't all those symbols come from %p/lib/python2.5/config/ 
 libpython2.5.dylib
 (with the right python-version) ?
 
   
 They are defined in the python dylib, but they are also defined in the 
 /sw/bin/python2.4 executable.

   
 
 isn't it safer to this on the link command ? 
 
   
 I am no expert in loadable modules vs dylibs, but I suspect that the 
 python modules are loaded via dlopen  friends rather than dyld, and 
 that they get their undefined symbols from the python executable.

 One could perhaps even use the -bundle_loader %p/bin/pythonX.X flag.
 But the python modules that I have seen all use -undefined 
 dynamic_lookup. The sip package does this too, BTW.

 There is another thing that worries me about the sip/pyqt combination:
 In the installed q*mod.sip files, there are a lot of lines

QMAKE_LFLAGS += -framework Python

 AFAICT they come from the decision to use the macx-g++ specs file in the 
 sip package and to modify it only as far as necessary to build sip 
 itself with Fink's python.

 One would need to test whether the packages not only build OK, but also 
 *work*. I could imagine that it becomes necessary to use the darwin-g++ 
 spec file for sip instead of macx-g++, so that the Python framework is 
 completely eradicated from the sources used.

   
 
 I based what I was doing on the prior packaging, so I'm in favor of 
 trying an option that is more in tune with Fink builds.

   
But, unfortunately, when I tried using darwin-g++ and no .patch in 
sip-py.info, I got:

The platform/compiler configuration is darwin-g++.
Creating sipconfig.py...
Creating top level Makefile...
Creating sip code generator Makefile...
Creating sip module Makefile...
Error: SIP requires Python to be built as a framework


-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] octave-forge for octave-2.9.x

2007-07-05 Thread Alexander Hansen
The current version of octave in 10.4/unstable has gone to a package 
management system of its own to regulate installation of components of 
the octave-forge extensions. However, it also appears to be possible to 
do a monolithic version.
I've gone ahead and worked up a draftoctave-forge for octave-2.9.x 
.info file that uses the last available monolithic octave-forge tarball 
(targeted toward octave-2.9.6). It is available from my experimental area:

https://finch.finkdeveloper.net/svn/users/akh/experimental/3rdparty/finkinfo/sci/octave-forge.info

It appears to build most of the available modules, but some didn't 
work.  A full build log is available at:

http://akhmac.blogdns.net/~hansen/finklogs/fink-build-log_octave-forge_2006.07.09-1001_2007.07.04-16.46.59

-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] octave-forge for octave-2.9.x

2007-07-10 Thread Alexander Hansen
Jean-François Mertens wrote:

 On 08 Jul 2007, at 07:09, Jean-François Mertens wrote:


 On 05 Jul 2007, at 23:22, Alexander Hansen wrote:

 The current version of octave in 10.4/unstable has gone to a package
 management system of its own to regulate installation of components of
 the octave-forge extensions. However, it also appears to be
 possible to
 do a monolithic version.
 I've gone ahead and worked up a draftoctave-forge for octave-2.9.x
 .info file that uses the last available monolithic octave-forge
 tarball
 (targeted toward octave-2.9.6).

 Hi Alexander,

 I've put another draft in experimental/jfmertens/main/finkinfo/sci.
 Since it seems not clear that monolithic versions will continue to
 be available, this one uses octave's own pkg management system
 to build a single fink pkg from the latest bundle _ ie, targeted towards
 octave-2.9.12, the one in fink.
 It is slow _ (layers of pkg management systems _ they eat all your
 CPU cycles !) _, it can possibly be improved by fetching instead a
 tarball from their cvs repositiry _ that one would have at least a
 top-level
 makefile; a top-level configure cache would also improve things...
 But it seems workable, and +/- legal

 Jean-Francois

 There is still something to fix in %p/share/octave/ls-R;
 1) to make sure (PostInstScript) it gets re-updated correctly
 2) perl -pi -e 's,%i,%p,'

 JF
I tried it out (motivated by the need for octcdf + desire for a sane 
install of that). 

I assume it could be modified to use the system's OpenSSL, rather than 
Fink's--so that we don't have to tag it as Restrictive?


-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] fink needs a better cctools error message

2007-07-16 Thread Alexander Hansen
On 7/16/07, Jack Howarth [EMAIL PROTECTED] wrote:
I am getting really tired of answering the same
 question from users 10-20 times a month about gcc42. The
 cctools dependency error message is too cryptic. We need
 to map those versions to the explicit versions of Xcode
 in fink so it says something simple like Xcode = 2.4.1 is
 required. I could change gcc42 to depend on the gcc4.0
 virtual package but I suspect end-users would be just as
 confused. Since having the correct Xcode version installed
 can be key to properly using fink, I think fink should
 map both the cctools and gcc-4.0 dependencies to
 a more meaningful error message that directs the user
 to the proper minimal version of Xcode that needs to
 be installed.
 Jack


The error message that they're seeing is the standard one for whenever
there's a package version that exceeds those known to Fink.  Rather
than code a special case just for cctools, Ben R. (rangerrick)
suggested it might be easier to add an xcode virtual package and
maintainers could use that.

-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] db44[-aes-]4.4.20-1002 fails to build

2007-07-18 Thread Alexander Hansen
(You don't need to paste up the full text if the error is identical)

On 7/18/07, Enzo [EMAIL PROTECTED] wrote:
 For db44-aes (same error for db44 non-cyrpto below):

 ranlib: file: .libs/libdb_cxx-4.4.a(snprintf.o) has no
 symbols
 ranlib .libs/libdb_cxx-4.4.a
 ranlib: file: .libs/libdb_cxx-4.4.a(snprintf.o) has no
 symbols
 creating libdb_cxx-4.4.la
 (cd .libs  rm -f libdb_cxx-4.4.la  ln -s
 ../libdb_cxx-4.4.la libdb_cxx-4.4.la)
 rm -f libdb_cxx.a
 ln -s .libs/libdb_cxx-4.4.a libdb_cxx.a
 + make
 /bin/sh ./libtool --mode=compile cc -c -Os
 -I../dist/..  ../dist/../db_dump185/db_dump185.c
  cc -c -Os -I../dist/..
 ../dist/../db_dump185/db_dump185.c  -fno-common -DPIC
 -o .libs/db_dump185.o
 ../dist/../db_dump185/db_dump185.c: In function
 'main':
 ../dist/../db_dump185/db_dump185.c:212: warning:
 assignment makes pointer from integer without a cast
 ../dist/../db_dump185/db_dump185.c:214: warning:
 assignment makes pointer from integer without a cast
 ../dist/../db_dump185/db_dump185.c:229: error: 'struct
 __db' has no member named 'seq'
 ../dist/../db_dump185/db_dump185.c:229: error:
 'R_NEXT' undeclared (first use in this function)
 ../dist/../db_dump185/db_dump185.c:229: error: (Each
 undeclared identifier is reported only once
 ../dist/../db_dump185/db_dump185.c:229: error: for
 each function it appears in.)
 ../dist/../db_dump185/db_dump185.c:234: error: 'struct
 __db' has no member named 'seq'
 ../dist/../db_dump185/db_dump185.c: In function
 'db_hash':
 ../dist/../db_dump185/db_dump185.c:262: error: 'struct
 __db' has no member named 'internal'
 ../dist/../db_dump185/db_dump185.c:264: error: 'struct
 __db' has no member named 'internal'
 ../dist/../db_dump185/db_dump185.c: In function
 'db_btree':
 ../dist/../db_dump185/db_dump185.c:289: error: 'struct
 __db' has no member named 'internal'
 make: *** [db_dump185.lo] Error 1
 ### execution of /var/tmp/tmp.1.Nwxvgx failed, exit
 code 2
 Removing runtime build-lock...
 Removing build-lock package...
 /sw/bin/dpkg-lockwait -r
 fink-buildlock-db44-aes-4.4.20-1002
 (Reading database ... 5412 files and directories
 currently installed.)
 Removing fink-buildlock-db44-aes-4.4.20-1002 ...
 Failed: phase compiling: db44-aes-4.4.20-1002 failed



snip

What version of the Xcode Tools do you have?

-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Failed: phase compiling: xpdf-3.02-1001 failed

2007-07-22 Thread Alexander Hansen
Pierre-Henri Lavigne wrote:
 Good day,

 After this big update, every package seems ok except with xpdf : 
 http://paste.lisp.org/display/44948
 It seems I miss something. Thanks for your help,
  
 Åkeson Chihiro
 Some exist through what they do...
 We exist through what we are
 Tel: +33 (0)6.18.75.32.67




   
I have the same problem:

PowerPC (G4/single)
OS 10.4.10
Xcode 2.4.1
xorg-6.8.2-1044 (package uses X11 freetype)
--
It _seems_ to find the freetype2 libraries correctly:
...
checking whether to use freetype2 library... (cached) /usr/X11R6/lib
checking where to find the freetype2 header files... (cached) 
/usr/X11R6/include/freetype2
checking ft2build.h usability... yes
checking ft2build.h presence... yes
checking for ft2build.h... yes
checking for FT_Get_Name_Index in -lfreetype... yes
using freetype2 library
...

-but fails in the build phase-

...
g++ -DHAVE_CONFIG_H -I.. -I./../goo -I./../fofi -I.  
-I/usr/X11R6/include/freetype2 -I/sw/include -c SplashFTFont.cc
SplashFTFont.cc:15:22: error: ft2build.h: No such file or directoryv
SplashFTFont.cc:16:10: error: #include expects FILENAME or FILENAME
...

The commits note mentioned majorly simplified options  flags, but 
maybe they need to be made more complicated again. :-)

-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Failed: phase compiling: xpdf-3.02-1001 failed

2007-07-22 Thread Alexander Hansen
Jean-François Mertens wrote:
 On 22 Jul 2007, at 11:52, Pierre-Henri Lavigne wrote:

   
 Good day,

 After this big update, every package seems ok except with xpdf :  
 http://paste.lisp.org/display/44948
 It seems I miss something. Thanks for your help,
 
 I had to change the CXXFLAGS to
 SetCXXFLAGS: -I/usr/X11R6/include -I%p/include
 to avoid this.

 JF

   
Another option would be to refactor the package to use freetype219. 

-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Away for a few days.

2007-07-25 Thread Alexander Hansen
Alexander K. Hansen wrote:
 I'll be away from easy net connectivity from Thursday through Monday, 
 and doing the tracker over X11 forwarding (no Mac laptop) isn't really a 
 good option.  Anybody who wants to look at packages should feel free.

   
Also, I won't complain if somebody decides to commit the changes for 
libquicktime0:

http://finch.finkdeveloper.net/svn/users/akh/experimental/3rdparty/finkinfo/graphics/

-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] pstoedit-3.44-1003

2007-07-28 Thread Alexander Hansen
On 7/27/07, Andrew Henrick [EMAIL PROTECTED] wrote:


 To whom it may concern:





 pstoedit it broken with respect to the latest gs interpreter
 (ghostscript=8.57-1) under the unstable branch on fink.




 This is kind of silly, since I think it works fine with 8.54 which is in the
 stable branch.  So basically, there is a package in unstable (pstoedit)
 which only works with the stable gs.  Please put pstoedit in stable where it
 belongs.







 Thanks,

 Andrew Henrick




 --

 Package manager version: 0.27.6

 Distribution version: 0.8.1.rsync i386

 Mac OS X version: 10.4.10

 Xcode version: 2.4

 gcc version: 4.0.1 (Apple Computer, Inc. build 5363)

 make version: 3.80

 Feedback Courtesy of FinkCommander


 --
 Andrew Henrick

 Now before the feast of the Passover, when Jesus knew that
 his hour had come to depart out of this world to the Father,
 having loved his own who were in the world, he loved them to the end.
 Jn 13.1



gs-8.57 was added to fink unstable quite recently, so any silliness
is also quite recent.  Moreover, if a package doesn't currently have
an individual maintainer, we rely on positive feedback from users to
have it moved to stable.

How about some more substantive feedback on the breakage vs. 8.57
before we move it?  Is broken can mean a lot of different things.
For example, did you have pstoedit installed, and then update
ghostscript?  If that's the case then it may be that pstoedit needs to
be rebuilt against the new ghostscript to function properly.

Since pstoedit would be in both stable and unstable, it needs to work in both.

-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] db43-4.3.29-1

2007-08-06 Thread Alexander Hansen
On 8/4/07, Richard G Edgar [EMAIL PROTECTED] wrote:
 Greetings,

 I've been unable to install this package. I've been trying several
 mirrors, and getting error messages:

 The checksum of the file is incorrect. The most likely cause for this is a
 corrupted or incomplete download
 Expected: d9bd6c73b55531380d5d9c7f217c5f6f
 Actual: b148db9206df89594abf7ceddadd6872
 Downloading the file db-4.3.29.NC.tar.gz failed.

 --
 Package manager version: 0.24.26
 Distribution version: 0.8.0.rsync powerpc
 Mac OS X version: 10.4.10
 Xcode version: 2.0
 gcc version: 4.0.0 20041026 (Apple Computer, Inc. build 4061)
 make version: 3.80
 Feedback Courtesy of FinkCommander

 Regards,

 Richard

 --
 Richard Edgar  http://www.pas.rochester.edu/~rge21/
 University of Rochester



The 10.4-transitional tree has been dead for a year now, so there
aren't any package updates there.

Check out http://www.finkproject.org under the heading

2006-07-24: Reminder: 10.4-transitional Tree Unsupported on August 1st, 2006

You're going to need a newer version of the Xcode Tools to use the
10.4 real tree.  Grab 2.4.1 from connect.apple.com .

-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Intel issue for a tracker package.

2007-08-14 Thread Alexander Hansen
Martin Costabel wrote:
 Alexander K. Hansen wrote:
 If someone with an Intel box has time, I'd appreciate confirmation 
 (or not) of the issue raised on

 http://sourceforge.net/tracker/index.php?func=detailaid=1756440group_id=17203atid=414256
  


 There is a little hic: The build fails when trying --build-as-nobody 
 over ssh (does this on ppc, too, I would suspect):

 configure:23985: checking for SDL - version = 1.2.3
 configure:24080: gcc -o conftest -g -O2 -I/sw/include/SDL 
 -D_GNU_SOURCE=1 -D_THREAD_SAFE -I/sw/include 
 -L/sw/lib/python2.5/config/ -L/sw/lib conftest.c -lSDL_mixer 
 -lpthread  -L/sw/lib -lSDLmain -lSDL -Wl,-framework,Cocoa 5
 configure:24083: $? = 0
 configure:24089: ./conftest
 kCGErrorRangeCheck : Window Server communications from outside of 
 session allowed for root and console user only
 INIT_Processeses(), could not establish the default connection to the 
 WindowServer../configure: line 1: 19471 Abort trap ./conftest$ac_exeext
 configure:24092: $? = 134
 configure: program exited with status 134

 This must be a general problem with autotools checking for sdl.

Right.  Adding --disable-sdltest to the ConfigureParams gets rid of that.
 Anyway, when --build-as-nobody is either used from the console login 
 or not used at all, gcompris builds OK on Intel.

 Concerning the issue of the semi-transparent cursor arrow, this may be 
 a problem of X servers rather than of build architecture:

 I am running the same gcompris program on the same Intel machine 
 twice, using the same display of my powerbook G4:

 - first via VNC with the X server of the Intel machine: strange 
 semi-transparent, semi-absent arrow; more like a hook or harpoon

 - then via ssh-Y with the X server of the powerbook: nice solid 3D arrow.

 On both machines, I am using Apple's X11.



-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] graphicsmagick

2007-08-30 Thread Alexander Hansen
On 8/30/07, Sven Schwyn [EMAIL PROTECTED] wrote:
 Hi folks

 I'm very new to Fink and need GraphicsMagick to work with TYPO3 on a
 Mac. I've therefore converted the installation guide into an .info
 for Fink. However, it's surely far from perfect I guess, so hints on
 how to improve it are very much apprechiated, particularly:

 1)
 I've got /sw hardcoded which causes Fink to nag. Replacing it with
 @FINKPREFIX@ does not work as this is not being replaced by /sw at
 build time. There seems to be missing something.

You need a PatchScript which converts @FINKPREFIX@ to %p after any
patches are applied, but before the build.  Something to the effect of

Patchscript: sed 's|@FINKPREFIX@|%p|g' %a/%n.patch | patch -p1

is pretty standard


 2)
 The line which temporary sets a symbolic link (sudo ln -s /sw /
 Developer...) is needed for the GraphicsMagick to compile.

Why is this necessary?

However,
 sudo asks for the password - is there a way to prevent this?


This isn't generally acceptable in a Fink package:  we don't let
packages do anything outside of their build directories during the
build process.  You're going to need to come up with a different way
to do it.

 3)
 The package is very OS version dependent, 10.4 in this case. Setting
 the symbolic link will fail on other releases or if the Developer
 Tools are not installed. Is this enough or should there be another
 statement in the .info file to enforce the dependency to a specific
 Mac OS X release?


There are separate trees for 10.3 and 10.4, so this doesn't have to be
added to 10.3.  If you tag it as Distribution: 10.4, then it won't be
visible on 10.3 or 10.5 in any case.

 Many thanks for your help,  -sven


 ==BEGIN==
 Info2: 
 Package: graphicsmagick
 Version: 1.1.8
 Revision: 1000
 GCC: 4.0
 Source: ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/
 GraphicsMagick-%v.tar.gz
 Source-MD5: 437e7b6bac2e75695b3482c0b9b8c275
 SourceDirectory: GraphicsMagick-%v
 BuildDepends: libjpeg, libpng3, libtiff
 CompileScript: 
 #!/bin/sh -ev
 sudo ln -s /sw /Developer/SDKs/MacOSX10.4u.sdk/
 export CFLAGS=-O -g -isysroot /Developer/SDKs/MacOSX10.4u.sdk/ -arch
 i386 -I/sw/include/
 export LDFLAGS=-Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk/,-L/
 sw/lib/
 ./configure --prefix=/sw --with-quantum-depth=16 --disable-dependency-
 tracking --with-x=yes --x-includes=/usr/X11R6/include --x-libraries=/
 usr/X11R6/lib/ --without-perl
 sudo /Developer/SDKs/MacOSX10.4u.sdk/sw
 make
 
 Description: Image manipulation tools like ImageMagick
 InstallScript: 
 #!/bin/sh -ev
 make install DESTDIR=%d
 
 DescDetail: 
 GraphicsMagick is doing very much the same as ImageMagick, however,
 the interface is undergoing less changes which made it popular with
 frameworks and CMS such as TYPO3.
 
 DocFiles: README.txt ChangeLog NEWS
 License: GraphicsMagick License
 Maintainer: Sven Schwyn [EMAIL PROTECTED]
 Homepage: http://www.graphicsmagick.org
 #end of Info2
 
 ==END==


Moreover, I'm pretty sure that the package is going to need splitoffs
for libraries and headers, and you don't have any runtime dependencies
listed.
-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] graphicsmagick

2007-08-30 Thread Alexander Hansen
On 8/30/07, Alexander Hansen [EMAIL PROTECTED] wrote:
 On 8/30/07, Sven Schwyn [EMAIL PROTECTED] wrote:
  Hi folks
 
  I'm very new to Fink and need GraphicsMagick to work with TYPO3 on a
  Mac. I've therefore converted the installation guide into an .info
  for Fink. However, it's surely far from perfect I guess, so hints on
  how to improve it are very much apprechiated, particularly:
 
  1)
  I've got /sw hardcoded which causes Fink to nag. Replacing it with
  @FINKPREFIX@ does not work as this is not being replaced by /sw at
  build time. There seems to be missing something.

 You need a PatchScript which converts @FINKPREFIX@ to %p after any
 patches are applied, but before the build.  Something to the effect of

 Patchscript: sed 's|@FINKPREFIX@|%p|g' %a/%n.patch | patch -p1

 is pretty standard

 
  2)
  The line which temporary sets a symbolic link (sudo ln -s /sw /
  Developer...) is needed for the GraphicsMagick to compile.

 Why is this necessary?

 However,
  sudo asks for the password - is there a way to prevent this?
 

 This isn't generally acceptable in a Fink package:  we don't let
 packages do anything outside of their build directories during the
 build process.  You're going to need to come up with a different way
 to do it.

  3)
  The package is very OS version dependent, 10.4 in this case. Setting
  the symbolic link will fail on other releases or if the Developer
  Tools are not installed. Is this enough or should there be another
  statement in the .info file to enforce the dependency to a specific
  Mac OS X release?
 

 There are separate trees for 10.3 and 10.4, so this doesn't have to be
 added to 10.3.  If you tag it as Distribution: 10.4, then it won't be
 visible on 10.3 or 10.5 in any case.

  Many thanks for your help,  -sven
 
 
  ==BEGIN==
  Info2: 
  Package: graphicsmagick
  Version: 1.1.8
  Revision: 1000
  GCC: 4.0
  Source: ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/
  GraphicsMagick-%v.tar.gz
  Source-MD5: 437e7b6bac2e75695b3482c0b9b8c275
  SourceDirectory: GraphicsMagick-%v
  BuildDepends: libjpeg, libpng3, libtiff
  CompileScript: 
  #!/bin/sh -ev
  sudo ln -s /sw /Developer/SDKs/MacOSX10.4u.sdk/
  export CFLAGS=-O -g -isysroot /Developer/SDKs/MacOSX10.4u.sdk/ -arch
  i386 -I/sw/include/
  export LDFLAGS=-Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk/,-L/
  sw/lib/
  ./configure --prefix=/sw --with-quantum-depth=16 --disable-dependency-
  tracking --with-x=yes --x-includes=/usr/X11R6/include --x-libraries=/
  usr/X11R6/lib/ --without-perl
  sudo /Developer/SDKs/MacOSX10.4u.sdk/sw
  make
  
  Description: Image manipulation tools like ImageMagick
  InstallScript: 
  #!/bin/sh -ev
  make install DESTDIR=%d
  
  DescDetail: 
  GraphicsMagick is doing very much the same as ImageMagick, however,
  the interface is undergoing less changes which made it popular with
  frameworks and CMS such as TYPO3.
  
  DocFiles: README.txt ChangeLog NEWS
  License: GraphicsMagick License
  Maintainer: Sven Schwyn [EMAIL PROTECTED]
  Homepage: http://www.graphicsmagick.org
  #end of Info2
  
  ==END==
 

 Moreover, I'm pretty sure that the package is going to need splitoffs
 for libraries and headers, and you don't have any runtime dependencies
 listed.
 --

Since you're passing flags pointing to
/Developer/SDKs/MacOSX10.4u.sdk/ it seems strange that you'd need to
symlink it.

Also, you can simplify your CompileScript by using ConfigureParams,
SetCFLAGS and SetLDFLAGS.  Check out the packaging manual:

http://www.finkproject.org/doc/packaging/index.php

-- 
Alexander K. Hansen
akh AT finkproject DOT org
Fink User Liaison and Documenter

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


<    1   2   3   4   5   6   7   8   9   10   >