Re: [Mageia-dev] On the road to build urpmi

2011-01-21 Thread Thierry Vignaud
On 21 January 2011 00:11, Erwan Velu erwanalia...@gmail.com wrote: I've been trying to solve the deps to make urpmi passing the build-sytem. Looks like we are now only missing rpmtools (http://svn.mandriva.com/cgi-bin/viewvc.cgi/soft/rpm/rpmtools/trunk/) It requires BuildRequires:  

Re: [Mageia-dev] Java-Policy first draft published

2011-01-21 Thread Thierry Vignaud
On 21 January 2011 00:01, nicolas vigier bo...@mars-attacks.org wrote: Shipping binary jar given by upstream tarball cause trouble because you 1) cannot patch them in case of bug 2) cannot see how and what was compiled That's not very free software friendly, and I think we should refuse

Re: [Mageia-dev] Packaging for Mageia

2011-01-21 Thread Jerome Quelin
On 11/01/20 21:33 +0100, Erwan Velu wrote: PS: just pray not to fall into the jquelin massive submits :D sorry, i throttled a bit more between my packages. in fact, my throttling is ok except when people submit big packages! :-) i guess this'll be mitigated when: a) more build nodes will be

Re: [Mageia-dev] On the road to build urpmi

2011-01-21 Thread Michael scherer
On Fri, Jan 21, 2011 at 12:11:42AM +0100, Erwan Velu wrote: I've been trying to solve the deps to make urpmi passing the build-sytem. Looks like we are now only missing rpmtools (http://svn.mandriva.com/cgi-bin/viewvc.cgi/soft/rpm/rpmtools/trunk/) It requires BuildRequires:

[Mageia-dev] undefined reference to `pow' even with -lm

2011-01-21 Thread philippe makowski
Hi all, if any one have a clue to solve my build problem the build is ok on my mdv with bm, but not on the mageia bs :( see : http://pkgsubmit.mageia.org/uploads/failure/cauldron/core/release/20110121084807.philippem.valstar.23877/log/botcmd.1295599743.jonund.log thanks

Re: [Mageia-dev] undefined reference to `pow' even with -lm

2011-01-21 Thread Funda Wang
I've committed a patch at mandriva's svn. You could grab it. The problem comes from two parts: 1. Since python 2.7.1 (especial in Mandriva), python-config will export the same LDFLAGS as how python was built. Which enforce every binary python module be linked with -lpython, so that it might be

Re: [Mageia-dev] undefined reference to `pow' even with -lm

2011-01-21 Thread Anssi Hannula
On 21.01.2011 15:32, philippe makowski wrote: Hi all, if any one have a clue to solve my build problem In the command line, -lm has to be *after* the file that needs it, like the other -lfoo entries are on the below log. the build is ok on my mdv with bm, but not on the mageia bs :( see

Re: [Mageia-dev] undefined reference to `pow' even with -lm

2011-01-21 Thread philippe makowski
2011/1/21 Funda Wang fundaw...@gmail.com: I've committed a patch at mandriva's svn. You could grab it. thanks I will also remove Requires: python-egenix-mx-base from the Mdv package too it is not needed

[Mageia-dev] Character encoding issue in Mageia identity manager?

2011-01-21 Thread Jérôme Hénin
Hi all, I have created an account on identity-trunk.mageia.org. When I edit the account parameters, the accents in my full name ('cn' attribute) appear mangled, in the typical fashion of a UTF-8 string interpreted as iso-8859-1, then re-encoded as UTF-8, or something of the sort. It's probably an

Re: [Mageia-dev] Java-Policy first draft published

2011-01-21 Thread Michael scherer
On Fri, Jan 21, 2011 at 10:06:21AM +0100, Thierry Vignaud wrote: On 21 January 2011 00:01, nicolas vigier bo...@mars-attacks.org wrote: Shipping binary jar given by upstream tarball cause trouble because you 1) cannot patch them in case of bug 2) cannot see how and what was compiled

Re: [Mageia-dev] Packaging for Mageia

2011-01-21 Thread Jerome Quelin
On 11/01/21 16:03 +0100, Michael scherer wrote: i guess this'll be mitigated when: a) more build nodes will be added to bs Well, we do have a limited rack space at lost oasis so we cannot add much server for the moment, and for now, I think we are planning others stuff with potential

Re: [Mageia-dev] Java-Policy first draft published

2011-01-21 Thread Thierry Vignaud
On 21 January 2011 16:14, Michael scherer m...@zarb.org wrote: And they never though about security... Security is not a problem , it is java, no null pointer exception /o\. But that's not only security, there is simply bugs that happen, and API problem ( that IMHO happens more often than

Re: [Mageia-dev] Packaging for Mageia

2011-01-21 Thread Pascal Terjan
On Fri, Jan 21, 2011 at 15:03, Michael scherer m...@zarb.org wrote: On Fri, Jan 21, 2011 at 10:59:52AM +0100, Jerome Quelin wrote: On 11/01/20 21:33 +0100, Erwan Velu wrote: PS: just pray not to fall into the jquelin massive submits :D sorry, i throttled a bit more between my packages. in

Re: [Mageia-dev] Packaging for Mageia

2011-01-21 Thread Thierry Vignaud
On 21 January 2011 16:15, Jerome Quelin jque...@gmail.com wrote: note to packagers: it's now very easy to throttle in an adaptive way (thanks to pascal terjean). just add the following before submitting a package:    sleep $( HEAD http://pkgsubmit.mageia.org/ | perl -nE '/X-BS-Throttle:

Re: [Mageia-dev] Packaging for Mageia

2011-01-21 Thread Michael scherer
On Fri, Jan 21, 2011 at 04:15:59PM +0100, Jerome Quelin wrote: On 11/01/21 16:03 +0100, Michael scherer wrote: i guess this'll be mitigated when: a) more build nodes will be added to bs Well, we do have a limited rack space at lost oasis so we cannot add much server for the moment,

Re: [Mageia-dev] Java-Policy first draft published

2011-01-21 Thread Michael scherer
On Fri, Jan 21, 2011 at 08:22:26AM -0500, Frank Griffin wrote: nicolas vigier wrote: Nothing should be downloaded from remote maven repositories during RPM builds. All dependencies should be installed from rpm packages only. So you propose that we package every version of every