-
It's the Mandriva's cflags policy which spotted this, we have to patch each of this kind of error, or build fails. (optipng is far from being the only package concerned !! ).
2009-08-06 19:42:36 UTC in OptiPNG
-
optipng.c: In function 'app_print_cntrl':
optipng.c:645: error: format not a string literal and no format arguments
optipng.c:647: error: format not a string literal and no format arguments.
2009-07-26 17:25:01 UTC in OptiPNG
-
In gst-plugin-farsight 0.12.11, some modules have moved to gst-plugins-bad 0.10.11.
This is the case for fsvalve, but it has also been renamed to libgstvalve.
So, when running VoIP Wizard, it complains about not finding fsvalve.
I had a look in the code, but didn't find wnskhere the fsvlave is called.
Can someone help ? At least tell me where is fsvalve is called, I'll try to fix it...
2009-03-21 15:00:26 UTC in aMSN
-
In Mandriva, we use this wrapper script, which should fix your problem :
#!/bin/bash
MYLANG=`echo $LANG|tr '[A-Z]' '[a-z]'`
#echo lang$MYLANG
if [ ! -e /usr/share/amsn/lang/lang$MYLANG ]; then
MYLANG=`echo $LANG|cut -f1 -d"_"`
fi
if [ ! -e /usr/share/amsn/lang/lang$MYLANG ]; then
MYLANG=en
fi
if [ ! -e $HOME/.amsn/gconfig.xml ]; then
mkdir -m 700 -p $HOME/.amsn
cat ...
2009-03-20 13:32:54 UTC in aMSN
-
In Mandriva, we use this wrapper script, which should fix your problem :
#!/bin/bash
MYLANG=`echo $LANG|tr '[A-Z]' '[a-z]'`
#echo lang$MYLANG
if [ ! -e /usr/share/amsn/lang/lang$MYLANG ]; then
MYLANG=`echo $LANG|cut -f1 -d"_"`
fi
if [ ! -e /usr/share/amsn/lang/lang$MYLANG ]; then
MYLANG=en
fi
if [ ! -e $HOME/.amsn/gconfig.xml ]; then
mkdir -m 700 -p $HOME/.amsn
cat ...
2009-03-20 13:31:04 UTC in aMSN
-
In Mandriva, we use this wrapper script, which should fix your problem :
#!/bin/bash
MYLANG=`echo $LANG|tr '[A-Z]' '[a-z]'`
#echo lang$MYLANG
if [ ! -e /usr/share/amsn/lang/lang$MYLANG ]; then
MYLANG=`echo $LANG|cut -f1 -d"_"`
fi
if [ ! -e /usr/share/amsn/lang/lang$MYLANG ]; then
MYLANG=en
fi
if [ ! -e $HOME/.amsn/gconfig.xml ]; then
mkdir -m 700 -p $HOME/.amsn
cat ...
2009-03-20 13:27:10 UTC in aMSN
-
In Mandriva, we use this wrapper script, which should fix your problem :
#!/bin/bash
MYLANG=`echo $LANG|tr '[A-Z]' '[a-z]'`
#echo lang$MYLANG
if [ ! -e /usr/share/amsn/lang/lang$MYLANG ]; then
MYLANG=`echo $LANG|cut -f1 -d"_"`
fi
if [ ! -e /usr/share/amsn/lang/lang$MYLANG ]; then
MYLANG=en
fi
if [ ! -e $HOME/.amsn/gconfig.xml ]; then
mkdir -m 700 -p $HOME/.amsn
cat ...
2009-03-20 12:33:11 UTC in aMSN
-
$ x64
*** VICE Version 2.1 ***
Welcome to x64, the free portable C64 Emulator.
Current VICE team members:
A. Boose, D. Lem, T. Biczo, A. Dehmel, T. Bretz, A. Matthies,
M. Pottendorfer, M. Brenner, S. Trikaliotis, M. van den Heuvel,
C. Vogelgsang, F. Gennari, M. Kiesel, H. Nuotio, D. Kahlin.
This is free software with ABSOLUTELY NO WARRANTY.
See the "About VICE" command for more...
2009-02-07 18:48:07 UTC in vice-emu
-
Fix to build with -Werror=format-security.
2009-01-17 22:30:03 UTC in vice-emu
-
All is said...
2008-08-26 16:29:36 UTC in CPP Socket library