[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


Re: [Fink-devel] Compile help - bluefish-unstable

2007-06-08 Thread Kevin Horton
On 7 Jun 2007, at 21:53, Daniel Macks wrote:

 On Thu, Jun 07, 2007 at 09:27:45PM -0500, Kevin Horton wrote:
 I am trying to make a new package for bluefish-unstable.  My first
 attempt at compiling fails like:
 [...]
 infb_gui.c: In function 'infb_sidepanel_initgui':
 infb_gui.c:595: error: 'GTK_STOCK_INFO' undeclared (first use in this
 function)
 [...]
 I'm wondering if I simply am missing a GTK dependency.  I have the
 following GTK packages installed:
 [...]
 i   gtk+22.6.10-1004The Gimp Toolkit
 i   gtk+2-dev2.6.10-1004The Gimp Toolkit
 i   gtk+2-shlibs 2.6.10-1004The Gimp Toolkit

 GTK_STOCK_INFO was added in gtk+2 2.8, which is currently being tested
 before being pushed into fink's 10.4/unstable distro.

Thanks for the info.

Any idea how long before gtk+2.2.8 is in the unstable tree?  Are we  
talking days, weeks, or months?

Would there be any point to my testing gtk+2.2.8, and if so, how do I  
find the .info files?

Kevin Horton
Ottawa, Canada



-
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] Compile help - bluefish-unstable

2007-06-08 Thread Daniel Macks
On Fri, Jun 08, 2007 at 06:21:47AM -0500, Kevin Horton wrote:
 On 7 Jun 2007, at 21:53, Daniel Macks wrote:
 
  GTK_STOCK_INFO was added in gtk+2 2.8, which is currently being tested
  before being pushed into fink's 10.4/unstable distro.
 
 Thanks for the info.
 
 Any idea how long before gtk+2.2.8 is in the unstable tree?  Are we
 talking days, weeks, or months?  Would there be any point to my
 testing gtk+2.2.8, and if so, how do I find the .info files?

Last I heard, the gtk+2 migration (presently slated for version
2.10.12 of gtk+2) is a few weeks off. Just testing the new one isn't
really possible...it involves a *huge* monolithic overhaul of all fink
packages that use it. There will be lots of announcements when it gets
close enough for beta testers and then public release.

dan

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


-
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-08 Thread Robert T Wyatt
Looks good on the dual-G5 Alex!
http://reg066.reg.utexas.edu/~bentones/fink/ruby18-1.8.6-1.txt


Alexander Hansen 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!


-
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


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

2007-06-08 Thread Alexander K. Hansen
Alexander Hansen wrote:
 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!

   
OK--the link should work now (learning nuances of nanoblogger).

The relevant line seems to be:

...
c++ -headerpad_max_install_names -bundle -o sip.so siplib.o qtlib.o 
threads.o objmap.o bool.o

/usr/bin/ld: Undefined symbols:
_PyArg_ParseTuple
_PyBaseObject_Type
_PyBool_FromLong
_PyBool_Type
_PyCFunction_NewEx
_PyCObject_AsVoidPtr
_PyCObject_FromVoidPtr
_PyCObject_Type
_PyCallable_Check
_PyDictProxy_New
_PyDict_Copy
_PyDict_GetItemString
_PyDict_New
_PyDict_SetItem
_PyDict_SetItemString
_PyErr_Clear
_PyErr_ExceptionMatches
_PyErr_Format
_PyErr_NoMemory
_PyErr_Occurred
_PyErr_SetObject
_PyErr_SetString
_PyEval_CallObjectWithKeywords
_PyEval_InitThreads
_PyExc_AttributeError
_PyExc_Exception
_PyExc_IndexError
_PyExc_NotImplementedError
_PyExc_RuntimeError
_PyExc_SystemError
_PyExc_TypeError
_PyExc_ValueError
_PyFloat_AsDouble
_PyFloat_FromDouble
_PyFloat_Type
_PyFunction_Type
_PyGILState_Ensure
_PyGILState_Release
_PyImport_GetModuleDict
_PyImport_ImportModule
_PyInt_AsLong
_PyInt_FromLong
_PyInt_Type
_PyLong_AsLong
_PyLong_AsLongLong
_PyLong_AsUnsignedLong
_PyLong_AsUnsignedLongLong
_PyLong_FromLong
_PyLong_FromLongLong
_PyLong_FromUnsignedLong
_PyLong_FromUnsignedLongLong
_PyLong_FromVoidPtr
_PyMem_Free
_PyMem_Malloc
_PyMethod_New
_PyMethod_Type
_PyModule_GetDict
_PyOS_snprintf
_PyObject_Call
_PyObject_CallObject
_PyObject_GetAttrString
_PyObject_Init
_PyObject_Malloc
_PyString_AsString
_PyString_FromString
_PyString_FromStringAndSize
_PyString_Type
_PyThreadState_Get
_PyTuple_New
_PyTuple_Size
_PyTuple_Type
_PyType_IsSubtype
_PyType_Ready
_PyType_Type
_PyUnicodeUCS2_AsWideChar
_PyUnicodeUCS2_FromWideChar
_PyUnicode_Type
_Py_AtExit
_Py_BuildValue
_Py_FatalError
_Py_InitModule4
__Py_NoneStruct
__Py_NotImplementedStruct
__Py_TrueStruct
__Py_ZeroStruct
_PyCFunction_Type
_PyErr_Fetch
_PyErr_GivenExceptionMatches
_PyErr_Restore
_PyExc_NameError
_PyTuple_GetSlice
_PyWeakref_GetObject
_PyWeakref_NewRef
_PyThread_get_thread_ident
collect2: ld returned 1 exit status
make[1]: *** [sip.so] Error 1



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


-
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] I'd like to add krusader soon

2007-06-08 Thread Alexander K. Hansen
Alexander K. Hansen wrote:
 If nobody has any objections I'll add the krusader package from my 
 experimental tree this evening (GMT-4).

 https://finch.finkdeveloper.net/svn/users/akh/experimental/3rdparty/finkinfo/kde/

   
Added--I forgot to do it earlier

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


-
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] Any python gurus? I'm trying to update sip-py*

2007-06-08 Thread Charles Lepple
On 6/8/07, Alexander K. Hansen [EMAIL PROTECTED] wrote:
 Alexander Hansen wrote:
  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!
 
 
 OK--the link should work now (learning nuances of nanoblogger).

 The relevant line seems to be:

 ...
 c++ -headerpad_max_install_names -bundle -o sip.so siplib.o qtlib.o
 threads.o objmap.o bool.o

 /usr/bin/ld: Undefined symbols:
 _PyArg_ParseTuple
 _PyBaseObject_Type

I am no expert on the right way to fix this, but it looks like these
symbols are defined here:

/sw/lib/python2.5/config/libpython2.5.a

In distutils there is supposed to be a function that gets directories
and library names, but it does not seem consistent across the various
platforms supported by Python (or maybe it has something to do with
the directories passed to Python's configure script).

Here's how it's done in libhid (with help from the autoconf macro archive):

http://boxster.ghz.cc/projects/libhid/browser/trunk/m4/ac_python_devel.m4#L169

IIRC it works correctly on OS X, but fails on some Linux
distributions. (Failing on Linux doesn't really affect Fink; however,
I suspect this method may have problems in the future.)

-- 
- Charles Lepple

-
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