Subject: Re: Update of py-wxWidgets
To: None <tech-pkg@netbsd.org>
From: Min Sik Kim <minskim@NetBSD.org>
List: tech-pkg
Date: 09/30/2005 18:44:17
On Sep 29, 2005, at 9:33 PM, Joerg Sonnenberger wrote:

> On Thu, Sep 29, 2005 at 09:18:45PM -0700, Min Sik Kim wrote:
>
>> On Sep 29, 2005, at 8:38 PM, Joerg Sonnenberger wrote:
>>
>>
>>> OK, from the three package in the tree using py-wxWidgets, only one
>>> works. That's Bittornade. devel/ExmanIDE just exists on startup,
>>> devel/boaconstructor doesn't like the API changes. Both projects  
>>> seem
>>> to be dead and haven't worked for quite a while. Can we remove them
>>> and include the upgrade?
>>>
>>>
>>
>> I don't think the ExmanIDE project is dead.  According to its Korean
>> homepage (http://exman.pe.kr/ExmanIDE/?lang=ko), the author seems to
>> be planning to release a new version.
>>
>
> Sorry, I can't read Korean. The fact that the last release is 2 years
> old and the last change in the CVS repository 8 month created that
> impression. In any case, would you mind if this package is marked as
> broken for now? The alternative would be readding wxGTK-2.4.

I am trying to test ExmanIDE with py-wxWidgets-2.6.1, but the package  
provided by Berndt doesn't build on my NetBSD 3.0_BETA.  There seem  
to be some place where LDFLAGS is not expanded.  See the error  
message below.


c++ -pthread -shared ${LDFLAGS} -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/ 
pkg/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib - 
L/usr/X11R6/lib -L/usr/pkg/lib/python2.4/config -Wl,-R/usr/pkg/lib/ 
python2.4/config -Wl,-R/usr/X11R6/lib -O2 -I/usr/pkg/include -I/usr/ 
include -I/usr/pkg/include/freetype2 -I/usr/X11R6/include - 
DGLX_GLXEXT_LEGACY -I/usr/pkg/include/python2.4 -I/usr/pkg/include -I/ 
usr/include -I/usr/pkg/include/freetype2 -I/usr/X11R6/include - 
DGLX_GLXEXT_LEGACY -I/usr/pkg/include/python2.4 build-gtk2/ 
temp.netbsd-3.0_BETA-i386-2.4/src/helpers.o build-gtk2/ 
temp.netbsd-3.0_BETA-i386-2.4/src/gtk/_core_wrap.o -L/usr/X11R6/lib - 
L/usr/pkg/lib -L/usr/pkg/lib -L/usr/lib -L/usr/X11R6/lib - 
lwx_gtk2_xrc-2.6 -lwx_gtk2_qa-2.6 -lwx_gtk2_html-2.6 - 
lwx_gtk2_adv-2.6 -lwx_gtk2_core-2.6 -lwx_base_xml-2.6 - 
lwx_base_net-2.6 -lwx_base-2.6 -o build-gtk2/lib.netbsd-3.0_BETA- 
i386-2.4/wx/_core_.so -pthread -Wl,-R/usr/pkg/lib -Wl,-R/usr/lib -Wl,- 
R/usr/X11R6/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/ 
usr/lib -L/usr/X11R6/lib -L/usr/pkg/lib/python2.4/config -Wl,-R/usr/ 
pkg/lib/python2.4/config -Wl,-R/usr/X11R6/lib
g++: ${LDFLAGS}: No such file or directory
error: command 'c++' failed with exit status 1
*** Error code 1

Regards,
Min Sik Kim