[Fink-devel] 32-bits apps in the 64-bit branch

2010-06-10 Thread Pepe Barbe
Hello,

I am trying to update the sleepwatcher. This package links against carbon so it 
is 32-bits only. I would like to make the package so that it could be installed 
also from within the 64-bit branch, but I don't what is the policy in this 
regard.

If possible, then the other issue I have been facing, is that I have realized 
that cc points to compiler_wrapper and inside I see that it forces x86_64. What 
would be the way around this?

Thanks,
Pepe
--
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Help testing Mercurial 1.5

2010-03-23 Thread Pepe Barbe


On Mar 23, 2010, at 0:06, Hanspeter Niederstrasser f...@snaggledworks.com 
  wrote:

 It's a permissions issue.

 All the following examples are with Fink's mercurial-py26-1.5-1
 installed and using this command: /sw/bin/python run-tests.py
 --with-hg=/sw/bin/hg -v


 Running the tests as an admin $USER from a clean source extract in
 /src/mercurial-1.5:
 # Ran 368 tests, 34 skipped, 0 failed.

Does this seem enough to accept the package?

I'll try to fix the TestPhase script in a later revision, but I'd like  
to get this update out there, since I've received several requests to  
provide a newer version.

Pepe

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Help testing Mercurial 1.5

2010-03-23 Thread Pepe Barbe

On Mar 23, 2010, at 10:22 AM, Hanspeter Niederstrasser wrote:

 I think so.  I can check the current version in, perhaps with an added 
 DescPort field that says
 
 
 Automated tests currently fail when run as root. To manually run the 
 tests after installing mercurial, run the following command inside the 
 tests directory of a freshly extracted mercurial tarball:
 
 %p/bin/python run-tests.py --with-hg=%p/bin/hg -v
 
 Alternatively, install mercurial using the --build-as-nobody flag.
 

Sounds good to me.

Pepe


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Help testing Mercurial 1.5

2010-03-22 Thread Pepe Barbe
I am building the new package for Mercurial 1.5 and I am having some issues and 
I would appreciate some help testing.

It seems when doing a test build under the fink, for some reason during the 
Test Phase things get botched and a lot of tests fail.

I spoke with upstream and, at least, under Snow Leopard no test failures are 
expected. I have tested mercurial with the native Python and indeed there are 
no problems. Building and testing manually with Fink's Python also returned few 
to no issues.

I think the problem is related to whatever shell settings and permissions are 
present when the TestPhase is executed.

While I have been able to test with few errors, Hanspeter who was reviewing the 
package is getting a lot on 10.5. So I would appreciate if some other people in 
different platforms could also run the tests and give me the logs of any of the 
failures you might see.

To perform the test you need to first build and install the new mercurial 
package and then also extract the source. Within the source you need to run the 
following command inside the 'tests' directory:

~/mercurial-1.5/tests /sw/bin/python run-tests.py --with-hg=/sw/bin/hg -v

Of all the tests performed, there are a couple that fail intermittently related 
to hgweb. I would disregard those since I presume it's related to some network 
timing issue and the test is not robustly written. Using he previous method I 
have had 100% coverage on Python 2.6.4 on 10.6.2 both i386 and x86_64 versions.

Let me know what are your experiences.

Thanks,
Pepe



mercurial-py.info
Description: Binary data


mercurial-py.patch
Description: Binary data
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

Re: [Fink-devel] error compiling pyobjc-py25-1.4.3 on 10.6.2/x86_64

2010-03-07 Thread Pepe Barbe

On Mar 7, 2010, at 9:53 AM, Daniel Johnson wrote:

 Note that machine is i386 even on x86_64.

You can use the struct package to guess what architecture Python is running on. 
The following code gives you an idea:

import struct
word_size = struct.calcsize('P')*8

So it will be 64 for x86_64 and 32 for i386. I've used to work around some 
cases where distutils was doing the wrong thing.

Pepe
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Python Extensions under different Architectures

2009-12-07 Thread Pepe Barbe
Hello,

I am trying to build some Python C Extensions and I am trying to make them work 
with the 32-bit fink tree under 64-bits architecture. It seems that Python's 
distutils reports the architecture as i386 always, when Python is not build as 
a Universal Binary.

The problem is that when trying to build Python C Extensions, for Python in 
32-bits in a 64-bit environment, it will compile the C code against the native 
architecture and then fail when trying to link with Python (if Python has the 
wrong architecture).

My question is if anyone else has encountered this issue and how they worked 
around it.

Thanks,
Pepe
--
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] pil-py - 2.6 version ?

2008-11-23 Thread Pepe Barbe

On Nov 20, 2008, at 11:26 PM, Daniel Macks wrote:

 Could you confirm that you have a case-insensitive filesystem and have
 libzip1* installed? I just committed a fix that should solve this
 problem in that situation. It's still 1.1.6-6, but the new one will
 give nothing for 'fink dumpinfo -eCPPFLAGS pil-py25' instead of some
 -I flag (and will hopefully build:)

Works now. Thanks!

Pepe


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] pil-py - 2.6 version ?

2008-11-20 Thread Pepe Barbe

On Nov 20, 2008, at 10:56 AM, Daniel Macks wrote:

 There were some other probably-harmless/less-than-ideal things in
 pil-pyXX, I just cleaned them up and added a -py26 variant. Confirmed
 that it builds and passes its self-tests, but don't actually use it
 myself to know anything else.

I reported a while ago an issue with this package and it's happening  
again for py[24, 25, 26]:

running build_ext
building '_imaging' extension
creating build/temp.macosx-10.5-i386-2.6
creating build/temp.macosx-10.5-i386-2.6/libImaging
gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict- 
prototypes -I/sw/include -DHAVE_LIBJPEG -DHAVE_LIBZ -IlibImaging -I/sw/ 
include/freetype2 -I/sw/include -I/usr/include -I/sw/include/python2.6  
-c _imaging.c -o build/temp.macosx-10.5-i386-2.6/_imaging.o
_imaging.c:2907: warning: initialization from incompatible pointer type
_imaging.c:2967: warning: initialization from incompatible pointer type
gcc -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict- 
prototypes -I/sw/include -DHAVE_LIBJPEG -DHAVE_LIBZ -IlibImaging -I/sw/ 
include/freetype2 -I/sw/include -I/usr/include -I/sw/include/python2.6  
-c decode.c -o build/temp.macosx-10.5-i386-2.6/decode.o
decode.c: In function 'PyImaging_ZipDecoderNew':
decode.c:620: error: 'ZIPSTATE' undeclared (first use in this function)
decode.c:620: error: (Each undeclared identifier is reported only once
decode.c:620: error: for each function it appears in.)
error: command 'gcc' failed with exit status 1
### execution of /sw/bin/python2.6 failed, exit code 1
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-pil-py26-1.1.6-6
(Reading database ... 211959 files and directories currently installed.)
Removing fink-buildlock-pil-py26-1.1.6-6 ...
Failed: phase compiling: pil-py26-1.1.6-6 failed

Pepe

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] Dependency problem in the unstable tree

2008-10-14 Thread Pepe Barbe

On Oct 13, 2008, at 1:06 PM, Alexander Hansen wrote:

 I think the maintainer just updated it.  Most likely an update to  
 giflib was supposed to accompany the update, but it didn't get  
 included.

Is it possible to change the libgdiplus to depend on the old package  
or do a rollback until the other package gets upload?

Pepe

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] Dependency problem in the unstable tree

2008-10-13 Thread Pepe Barbe

On Oct 11, 2008, at 2:00 PM, Pepe Barbe wrote:

 Hi,

 After doing an rsync update and trying to update all I get the  
 following:

 Can't resolve dependency giflib-shlibs (= 4.1.6-1) for package  
 libgdiplus-2.0-1 (no matching packages/versions found)

I am still getting this and libgdiplus package seems to be the  
culprit. Anyone have any idea why this package has a dependency whose  
version doesn't exist on the Fink package trees?

Pepe

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


[Fink-devel] Dependency problem in the unstable tree

2008-10-11 Thread Pepe Barbe
Hi,

After doing an rsync update and trying to update all I get the  
following:

Can't resolve dependency giflib-shlibs (= 4.1.6-1) for package  
libgdiplus-2.0-1 (no matching packages/versions found)

Any ideas what is going on? Is the problem on the fink repo or on my  
local machine?

Thanks,
Pepe

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


[Fink-devel] Python PIL

2008-08-12 Thread Pepe Barbe
Hello,

I am having problems building the pil-py[24, 25] package on 10.5 and I  
was wondering if anybody else is having the same problem.

The error in question is the following:

gcc -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/usr/X11R6/ 
include -I/sw/include -DHAVE_LIBJPEG -DHAVE_LIBZ -I/sw/lib/freetype219/ 
include/freetype2 -IlibImaging -I/sw/lib/freetype219/lib -I/sw/lib/ 
freetype219/include/freetype2/freetype -I/sw/include -I/sw/lib/ 
freetype219/include -I/usr/local/include -I/usr/include -I/sw/include/ 
python2.5 -c decode.c -o build/temp.macosx-10.5-i386-2.5/decode.o
decode.c: In function 'PyImaging_ZipDecoderNew':
decode.c:620: error: 'ZIPSTATE' undeclared (first use in this function)
decode.c:620: error: (Each undeclared identifier is reported only once
decode.c:620: error: for each function it appears in.)
error: command 'gcc' failed with exit status 1

The problem boils down to gcc not including libImaging/Zip.h which  
contains the ZIPSTATE declaration. I am really confused why it doesn't  
work now, since it used to work in the past (10.4 at least), and the  
libImaging path is added to the includes.

I was able to make it work with a quick hack, by modifying in info  
file the CompileScript:

CompileScript: 
  cp libImaging/Zip.h .
  %p/bin/python%type_raw[python] setup.py build


Then it works fine.

I'd like to know if the problem is on my side or the info file needs  
updating.

Thanks,
Pepe

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] Python PIL

2008-08-12 Thread Pepe Barbe

On Aug 12, 2008, at 12:38 PM, Alexander Hansen wrote:

 The description currently in Fink (1.1.5-3 from stable and 1.1.6-3  
 in unstable) worked for me (10.5.4/Intel, Xcode 3.1).  It looks like  
 you're doing 1.1.5-3, judging from the line of output. Is that the  
 case?

I am using 10.5.4/Intel/Xcode 3.1 and fink unstable. It was 1.1.6.

 In my build the line didn't have -I/usr/local/include in it, so  
 it's probably worth checking whether you have anything there that  
 might be confusing matters.

That is weird, because setup.py adds /usr/local/include to the  
include_dirs variable and the patch does not remove that. I checked my  
own /usr/local/include and couldn't find anything there to mess things  
up (I was looking for Zip.h or zip.h).

Pepe

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] Python PIL

2008-08-12 Thread Pepe Barbe

On Aug 12, 2008, at 1:08 PM, Alexander Hansen wrote:

 Ah--I must have been looking at the wrong line in my 1.1.6 build;  
 it's actually the same for me as on 1.1.5, including the lack of / 
 usr/local/include. I've got an explanation for that:  I've moved / 
 usr/local out of the way, so I guess since setup.py didn't detect  
 it, it didn't get added to include_dirs.

I tried moving local and still doesn't work.

Any ideas on what could I do with GCC to figure why it doesn't want to  
compile? My main concern is trying to figure out what is wrong with my  
build environment.

Thanks,
Pepe

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] python varianting

2008-08-12 Thread Pepe Barbe

On Aug 12, 2008, at 12:25 PM, Alexander Hansen wrote:

 What if a package has python-versioned dependencies, but does not  
 itself build public python modules (e.g. a user-executable  
 application)?  Should we just pick a single python flavor in such  
 cases?  This comes up occasionally with tracker submissions.

There are some programs whose main executable can be renamed to exec- 
py25, for example. If it's as simple as that, in my opinion, then it  
should be done.

If having a versioned package would require doing more complicated  
stuff, like modifying the source code itself. Then I say we shouldn't.

Pepe

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] Python PIL

2008-08-12 Thread Pepe Barbe
On Aug 12, 2008, at 1:43 PM, Alexander Hansen wrote:

 Let's compare what you get by running the command below with the  
 following:
 $ fink dumpinfo -fenv pil-py25
 Information about 7049 packages read in 1 seconds.
 env:
 CCACHE_DIR=/sw/var/ccache
 CFLAGS=-I/usr/X11R6/include
 CLASSPATH=/sw/share/java/antlr/antlr.jar:/sw/share/java/fop/avalon- 
 framework-cvs-20020806.jar:/sw/share/java/fop/batik.jar:/sw/share/ 
 java/fop/fop.jar:/sw/share/java/fop/xalan-2.4.1.jar:/sw/share/java/ 
 fop/xercesImpl-2.2.1.jar:/sw/share/java/fop/xml-apis.jar:/sw/share/ 
 java/xalan-j/serializer.jar:/sw/share/java/xalan-j/xalan.jar:/sw/ 
 share/java/xerces-j/resolver.jar:/sw/share/java/xerces-j/ 
 serializer.jar:/sw/share/java/xerces-j/xercesImpl.jar:/sw/share/java/ 
 xerces-j/xercesSamples.jar:/sw/share/java/xerces-j/xml-apis.jar:.
 CPPFLAGS=-I/sw/include
 DBUS_SESSION_BUS_ADDRESS=unix:path=/tmp/dbus- 
 y0DKIegFLL,guid=7a291b4e92e067cc73c2520048a19b4b
 GDK_USE_XFT=1
 GDL_PATH=+/sw/share/gdl/pro
 GNOME_DISABLE_CRASH_DIALOG=1
 GNUTERM=aqua
 HOME=/var/folders/zG/zG1Bdo3gG+i-IKGR8urlRU+++TI/-Tmp-/fink-build- 
 HOME.gAW2Y6JhtY
 INFOPATH=/sw/share/info:/sw/info:/usr/share/info
 KDEDIR=/sw
 LDFLAGS=-L/sw/lib
 MACOSX_DEPLOYMENT_TARGET=10.5
 MANPATH=/sw/share/man:/usr/share/man:/usr/X11/man:/sw/lib/ 
 perl5/5.8.8/man:/usr/X11R6/man:/sw/lib/perl5-core/5.8.6/man:/sw/lib/ 
 perl5/5.8.6/man
 PATH=/sw/var/lib/fink/path-prefix-g++-4.0:/sw/bin:/sw/sbin:/sw/ 
 bootstrap/bin:/sw/bootstrap/sbin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/ 
 X11R6/bin
 PERL5LIB=/sw/lib/perl5:/sw/lib/perl5/darwin
 PWD=/Applications/sage/local/bin
 QTDIR=/sw/lib/qt3
 SGML_CATALOG_FILES=/sw/etc/sgml/catalog
 SHLVL=2
 TCLLIBPATH=/sw/share/plplot5.8.0/tcl
 TERM=xterm-color
 XAPPLRESDIR=/sw/etc/app-defaults/
 XDG_CACHE_HOME=/var/folders/zG/zG1Bdo3gG+i-IKGR8urlRU+++TI/-Tmp-/ 
 fink-build-HOME.gAW2Y6JhtY/.cache
 XDG_CONFIG_DIRS=/sw/etc/xdg
 XDG_CONFIG_HOME=/var/folders/zG/zG1Bdo3gG+i-IKGR8urlRU+++TI/-Tmp-/ 
 fink-build-HOME.gAW2Y6JhtY/.config
 XDG_DATA_DIRS=/sw/share
 XDG_DATA_HOME=/var/folders/zG/zG1Bdo3gG+i-IKGR8urlRU+++TI/-Tmp-/fink- 
 build-HOME.gAW2Y6JhtY/.local/share
 XML_CATALOG_FILES=/sw/etc/xml/catalog
 ac_cv_path_INTLTOOL_PERL=/usr/bin/perl

Here is mine:

  ANT_HOME=/sw/lib/ant
  CCACHE_DIR=/sw/var/ccache
  CFLAGS=-I/usr/X11R6/include
  CLASSPATH=/sw/share/java/ecj/ecj.jar:.
  CPPFLAGS=-I/sw/include
  DBUS_SESSION_BUS_ADDRESS=unix:path=/tmp/dbus- 
zK870hgmtR,guid=3566f8569c36c333f3d26e0048a1a901
  GDK_USE_XFT=1
  GNOME_DISABLE_CRASH_DIALOG=1
  GNUTERM=aqua
  HOME=/var/folders/F7/F7WrOyc3H2aPVZg4bcCTHk+++TI/-Tmp-/fink-build- 
HOME.FPPfPj0_UK
  INFOPATH=/sw/share/info:/sw/info:/usr/share/info
  LDFLAGS=-L/sw/lib
  MACOSX_DEPLOYMENT_TARGET=10.5
  MANPATH=/sw/share/man:/usr/share/man:/usr/local/share/man:/usr/X11/ 
man:/sw/lib/perl5/5.8.8/man:/usr/X11R6/man:/sw/lib/perl5-core/5.8.6/ 
man:/sw/lib/perl5/5.8.6/man
  MONO_PATH=/sw/lib:/usr/lib
  PATH=/sw/var/lib/fink/path-prefix-g++-4.0:/sw/bin:/sw/sbin:/bin:/usr/ 
bin:/sbin:/usr/sbin:/usr/X11R6/bin
  PERL5LIB=/sw/lib/perl5:/sw/lib/perl5/darwin
  PWD=/Users/elventear
  QTDIR=/sw/lib/qt3
  SGML_CATALOG_FILES=/sw/etc/sgml/catalog
  SHLVL=2
  TERM=xterm-color
  WISECONFIGDIR=/sw/share/wise2/wisecfg
  XAPPLRESDIR=/sw/etc/app-defaults/
  XDG_CACHE_HOME=/var/folders/F7/F7WrOyc3H2aPVZg4bcCTHk+++TI/-Tmp-/ 
fink-build-HOME.FPPfPj0_UK/.cache
  XDG_CONFIG_DIRS=/sw/etc/xdg
  XDG_CONFIG_HOME=/var/folders/F7/F7WrOyc3H2aPVZg4bcCTHk+++TI/-Tmp-/ 
fink-build-HOME.FPPfPj0_UK/.config
  XDG_DATA_DIRS=/sw/share
  XDG_DATA_HOME=/var/folders/F7/F7WrOyc3H2aPVZg4bcCTHk+++TI/-Tmp-/fink- 
build-HOME.FPPfPj0_UK/.local/share
  XML_CATALOG_FILES=/sw/etc/xml/catalog
  ac_cv_path_INTLTOOL_PERL=/usr/bin/perl


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] Fwd: [Swig-user] how modular is the support for the various languages?

2008-07-18 Thread Pepe Barbe

On Jul 17, 2008, at 9:05 PM, David Reiser wrote:

 OK. From the horse's mouth, so to speak. Swig should be able to be  
 built and installed without any languages, and even if it finds and  
 tests languages, the core swig remains the same.

 There was one dissenting comment from an ocaml user, but I it wasn't  
 an it doesn't work complaint.

 I think we can go ahead and pull most of the dependencies on swig.

 I should probably test the guile capabilities to be sure my last  
 problem was just an environment problem and not swig.

Is anybody able to test on a clean system if building without  
dependencies will affect packages that depend on swig? If it doesn't  
dependencies could be stripped all together.

Pepe

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


[Fink-devel] GIMP2 and PagoCairo branch

2008-05-28 Thread Pepe Barbe
Hello,

Recently I decided to zap my fink distro and reinstall it from scratch  
using the PangoCairo branch.

I am trying to install Gimp2 and I get the following error:

gcc -I/sw/lib/fontconfig2/include -I/sw/lib/freetype219/include -g -O2  
-Wall -Wl,-search_paths_first -o .libs/png png.o -Wl,-framework - 
Wl,CoreServices -Wl,-framework -Wl,ApplicationServices  -L/sw/lib/ 
fontconfig2/lib -L/sw/lib/freetype219/lib -L/sw/lib ../../ 
libgimp/.libs/libgimpui-2.0.dylib /sw/src/fink.build/gimp2-2.0.6-1007/ 
gimp-2.0.6/libgimp/.libs/libgimp-2.0.dylib /sw/src/fink.build/ 
gimp2-2.0.6-1007/gimp-2.0.6/libgimpwidgets/.libs/ 
libgimpwidgets-2.0.dylib -L/sw/lib/pango-ft219/lib -L/usr/X11R6/lib -L/ 
usr/X11/lib /sw/src/fink.build/gimp2-2.0.6-1007/gimp-2.0.6/ 
libgimpmodule/.libs/libgimpmodule-2.0.dylib ../../libgimpwidgets/.libs/ 
libgimpwidgets-2.0.dylib ../../libgimp/.libs/libgimp-2.0.dylib /sw/src/ 
fink.build/gimp2-2.0.6-1007/gimp-2.0.6/libgimpcolor/.libs/ 
libgimpcolor-2.0.dylib /sw/src/fink.build/gimp2-2.0.6-1007/gimp-2.0.6/ 
libgimpbase/.libs/libgimpbase-2.0.dylib ../../libgimpcolor/.libs/ 
libgimpcolor-2.0.dylib ../../libgimpbase/.libs/libgimpbase-2.0.dylib / 
sw/lib/libgtk-x11-2.0.dylib /sw/lib/libgdk-x11-2.0.dylib /sw/lib/ 
libatk-1.0.dylib /sw/lib/libgdk_pixbuf-2.0.dylib /sw/lib/pango-ft219/ 
lib/libpangocairo-1.0.dylib /usr/X11/lib/libXinerama.1.0.0.dylib /usr/ 
X11/lib/libXrandr.2.1.0.dylib /usr/X11/lib/libXcursor.1.0.2.dylib /usr/ 
X11/lib/libXcomposite.1.0.0.dylib /usr/X11/lib/libXext.6.4.0.dylib / 
usr/X11/lib/libXdamage.1.1.0.dylib /sw/lib/libcairo.dylib /sw/lib/ 
libglitz.dylib /sw/lib/libpng12.dylib /usr/X11/lib/libXrender. 
1.3.0.dylib /sw/lib/libpixman-1.dylib /sw/lib/pango-ft219/lib/ 
libpangoft2-1.0.dylib /sw/lib/pango-ft219/lib/libpango-1.0.dylib -lm / 
sw/lib/fontconfig2/lib/libfontconfig.dylib /usr/lib/libiconv.dylib /sw/ 
lib/freetype219/lib/libfreetype.dylib -lz /usr/X11/lib/libXfixes. 
3.1.0.dylib /usr/X11/lib/libX11.6.2.0.dylib /usr/X11/lib/libXau. 
6.0.0.dylib /usr/X11/lib/libXdmcp.6.0.0.dylib /sw/lib/ 
libgobject-2.0.dylib /sw/lib/libgmodule-2.0.dylib /sw/lib/ 
libglib-2.0.dylib /sw/lib/libintl.dylib /sw/lib/libiconv.dylib -lc /sw/ 
lib/libexpat.dylib
Undefined symbols:
   _png_write_destroy, referenced from:
   _save_image in png.o
   _png_read_destroy, referenced from:
   _load_image in png.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[3]: *** [png] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
### execution of /var/tmp/tmp.2.SEAKmB failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-gimp2-2.0.6-1007
(Reading database ... 56120 files and directories currently installed.)
Removing fink-buildlock-gimp2-2.0.6-1007 ...
Failed: phase compiling: gimp2-2.0.6-1007 failed

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

Alexander Strange [EMAIL PROTECTED]

Note that this is preferable to emailing the maintainer directly, since
most fink package maintainers do not have access to all possible
hardware and software configurations.

Can anyone confirm this?

Thanks,
Pepe

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] Fwd: build failure in lbggi2-2.0.1-1012

2008-05-07 Thread Pepe Barbe

On May 5, 2008, at 10:06 PM, Alexander Hansen wrote:

 Ah--I didn't notice that.  It's a different version of libggi2:
 libggi2-2.2.2-1013

Sorry, my mistake. I had made my own package for some reason I can't  
even remember right now. I rolled back to the repo and it works, so no  
complaints :-)

Pepe


-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] build failure in lbggi2-2.0.1-1012

2008-05-04 Thread Pepe Barbe
On May 3, 2008, at 8:01 PM, Alexander Hansen wrote:

 That fixed it.  Thanks!

Is the fix committed to the CVS repo? Because I am still having  
problems building this package.

Pepe

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


[Fink-devel] GreyCStoration

2007-11-22 Thread Pepe Barbe
Hello,

Since FFTW3 builds again in 10.5, could the GreyCStoration package be  
enabled for 10.5 too?

I've tested it and it builds fine.

Pepe

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


Re: [Fink-devel] my packages

2007-11-19 Thread Pepe Barbe
On Nov 19, 2007, at 7:36 AM, Jeff Whitaker wrote:

 Folks:  Please change the maintainer field on my packages to
 'unmaintained'.  I've had zero time to update them lately, and I think
 things will get done faster if I just get out of the way.

I could take over SciPy.

Pepe

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel


[Fink-devel] Wine on 10.5

2007-11-13 Thread Pepe Barbe
Hello,

I've fixed the missing packages that are necessary to build Wine on  
10.5 (IIRC libicu32-dev, portaudio) and have successfully built Wine,  
but once I run it, the interface is all garbled.

I would appreciate if anybody interested could test it also on their  
machine and see if they might have the same results. The updated  
packages/patches can be located here:

http://www.antropoide.net/fink/

Pepe

-
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
http://news.gmane.org/gmane.os.apple.fink.devel