Re: [Fink-devel] ncbitools build failure

2009-11-22 Thread Koen van der Drift
I was able to build a newer version and it validates well. There were  
a lot of warnings about depracated calls, so I don't know if I missed  
anything. If the current maintainer is still active, I can mail the  
updated info and patch files to him, otherwise I will put them on the  
tracker or take over maintainership.

- Koen.


On Nov 22, 2009, at 5:35 AM, Martin Costabel wrote:

> Koen van der Drift wrote:
>> Hi Richard,
>> Ncbitools package fails as follows on 10.5.8, unstable.
>
> Looking at the cvs log, it semes to me that the maintainer has last  
> touched this sometime in 2003. You are probably the first who has  
> ever tried to build it on 10.5 or newer. If you need it, it would  
> probably be a good idea to upgrade it to a more recent version. They  
> have source tarballs from 2009, as opposed to the one from 2003 that  
> Fink is using.
>
> -- 
> Martin
>


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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] ncbitools build failure

2009-11-22 Thread Martin Costabel
Koen van der Drift wrote:
> Hi Richard,
> 
> Ncbitools package fails as follows on 10.5.8, unstable. 

Looking at the cvs log, it semes to me that the maintainer has last 
touched this sometime in 2003. You are probably the first who has ever 
tried to build it on 10.5 or newer. If you need it, it would probably be 
a good idea to upgrade it to a more recent version. They have source 
tarballs from 2009, as opposed to the one from 2003 that Fink is using.

-- 
Martin


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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] WXGTK Flag Issue

2009-11-22 Thread ピエールランリ・ラヴィン

Thank you Martin and Daniel.
Actually the error comes again form contrib/src/gizmos/Makefile.in
The Makefile.in is a little different in version 2.8.10 so the regexp 
from the PatchScript was not matching the target string.
I just updated  the regexpr .*\(__WXLIB_BASE_p\)$ to 
.*\(__WXLIB_BASE_p\).*$, and some stuffs Daniel pointed out on IRC.

Details available here:
http://figure.09.free.fr/fink-logs/
http://figure.09.free.fr/fink-info/

It built on my PowerPC 10.4. I'll test with some packages.
Anyway, what's the next steps to make stuffs gone right ?
I don't remember, someone mailed me a few weeks ago with instructions so 
I can merge the x86-64 in the same info file too.

Cheers !

Daniel E. Macks さんは書きました:
> =?ISO-2022-JP?B?GyRCJVQlKCE8JWslaSVzJWohJiVpJXQlIyVzGyhC?= 
>  said:
>   
>> Good day,
>>
>> Back to devel list :-) I'm working on wxgtk version 2.8.10. After
>> talking on IRC, it seems i need to patch it to remove the
>> "-single_module -Wl,-x -dead_strip" flags. I don't know where it does
>> come from in the source code. -single_module seems to come from the
>> options in build/aclocal but for the others i have no ideas.
>>
>> Thanks for any help / feedbacks.
>> 
>
> I am not sure this change is a good idea. It did not fix the problem
> for me. Unless one knows why to change, better to leave them as they
> are. I have now found several packages that are explicitly patched to
> *include* those specific flags (but I do not know why). Instead:
>
> 16:12 < dmacks> Add -lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8
> 16:13 < dmacks> to the linker command. (Apparently) if the file is linked 
> directly, it is not also searched indirectly.
> 16:13 < dmacks> Indirect symbol resolution is never the Right Answer:)
>
> Find the makefile where the build error occurs and also pass those two
> -l flags (in addition to the other -lwx_* ones).
>
> dan
>
>   


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
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