Re: [Mageia-dev] Help with package

2013-01-04 Thread sardine
Hi, This should work : pushd %{buildroot}%{_datadir}/%{name}/basewsw for i in *; do  file=`basename $i`  ln -sf %{_datadir}/%{name}/basewsw/$i  %{buildroot}%{gamelibdir}/basewsw/$file done popd Message du : 03/01/2013 23:00 De : Juan Luis Baptiste

[Mageia-dev] lxsession needs consolekit to shut down the computer directly

2012-12-22 Thread sardine
Hi, I'm not able to shut down the computer directly from lxde, I have to logoff and do that from the dm. After searching what could be the problem, I found that consolekit is needed to have this functionnality ( https://bugzilla.redhat.com/show_bug.cgi?id=800658 ) and that lxsession requires

Re: [Mageia-dev] lxsession needs consolekit to shut down the computer directly

2012-12-22 Thread sardine
Le 22/12/2012 11:52, sardine a écrit : Hi, I'm not able to shut down the computer directly from lxde, I have to logoff and do that from the dm. After searching what could be the problem, I found that consolekit is needed to have this functionnality ( https://bugzilla.redhat.com

Re: [Mageia-dev] Ganglia problem on mga2 - need help (mga#7589)

2012-12-22 Thread sardine
Hi, I've given a look, and as I understand the problem, ganglia is built with python support, but half of the python stuff is not packaged. All the gmond python modules (%{libdir}/ganglia/python_modules/*.py*) are not here so when gmond needs them and try to load them, it fails. Fedora are

[Mageia-dev] pyc and pyo files are not included in some python packages

2012-12-18 Thread sardine
Hi, I've noticed that in some python packages pyc and pyo files are not generated and thus not included. In Fedora the script brp-python-bytecompile is called at the end of the %install scriptlet ( http://git.fedorahosted.org/cgit/redhat-rpm-config/tree/macros ). Shouldn't it be the same in

Re: [Mageia-dev] new environment variable for rpmbuild?

2012-12-06 Thread sardine
Hi,   Would it be possible to add a new environment variable for rpmbuild to use when building rpms?   new variable:   PERL_AUTOINSTALL=--skipdeps   This would prevent Perl modules using autoinstall to prompt for downloading missing prereqs / optional deps: - If missing prereqs, the build

[Mageia-dev] failure to install a src.rpm in a user build directory

2012-12-05 Thread sardine
Hi, I've installed cauldron in a vmware vm, and wanting to rebuild a rpm as a user in my /home I've setup the build environment as usual (I've done that a lot of times in the past and even a few weeks ago). For me everything is OK but a src.rpm install gives this output :

[Mageia-dev] unable to install cauldron in a vmware vm

2012-12-03 Thread sardine
Hi, I can't install Cauldron (i586) starting from a boot.iso image in a wmware vm. After the partitionning phase, I got this error : caller should have used -read_config or configure first.. I don't know what component is at stake so I can't fill a bug report. Here is a screenshot :

Re: [Mageia-dev] Please help with Freeswitch

2012-11-17 Thread sardine
Hi, It could be related to this : https://wiki.mageia.org/en/Underlinking_issues_in_packaging#Perl_modules Regards.

Re: [Mageia-dev] Updateing mageia-maintainers-database

2012-11-03 Thread sardine
Hello, As some of you have noticed, I'm currently updating ruby* to 1.9.x. During the rebuilding of existing gems, I've found that mageia-maintainers-database is requiring old version of ruby-rails and ruby-cgi. There is currently no maintainer of mageia-maintainers-database, and