From rpyne at kinfolk.org Tue Mar 2 02:59:46 2010 From: rpyne at kinfolk.org (Richard B. Pyne) Date: Mon, 01 Mar 2010 18:59:46 -0700 Subject: problem updating udev Message-ID: <4B8C7112.5030706@kinfolk.org> Even after installing libusb I get: checking for acl/libacl.h... yes checking for LIBUSB... configure: error: Package requirements (libusb >= 0.1.12) were not met: No package 'libusb' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables LIBUSB_CFLAGS and LIBUSB_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. Creating /var/log/lunar/compile/udev-151.bz2 ! Problem detected during BUILD From ratler at lunar-linux.org Tue Mar 2 06:43:39 2010 From: ratler at lunar-linux.org (Stefan Wold) Date: Tue, 02 Mar 2010 06:43:39 +0100 Subject: problem updating udev In-Reply-To: <4B8C7112.5030706@kinfolk.org> References: <4B8C7112.5030706@kinfolk.org> Message-ID: <1267508619.9601.3.camel@localhost> On Mon, 2010-03-01 at 18:59 -0700, Richard B. Pyne wrote: > Even after installing libusb I get: > > checking for acl/libacl.h... yes > checking for LIBUSB... configure: error: Package requirements (libusb >= > 0.1.12) were not met: Could you attach the config.log from udev when it fail? It's obvious that we missed adding libusb as a dependency, but it should not fail if you actually installed it. -- Sincerely Stefan Wold Lunar Linux developer - PGP public key 6E810F05 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part URL: From rpyne at kinfolk.org Tue Mar 2 07:08:32 2010 From: rpyne at kinfolk.org (Richard B. Pyne) Date: Mon, 01 Mar 2010 23:08:32 -0700 Subject: problem updating udev In-Reply-To: <1267508619.9601.3.camel@localhost> References: <4B8C7112.5030706@kinfolk.org> <1267508619.9601.3.camel@localhost> Message-ID: <4B8CAB60.4000804@kinfolk.org> On 3/1/2010 10:43 PM, Stefan Wold wrote: > On Mon, 2010-03-01 at 18:59 -0700, Richard B. Pyne wrote: > >> Even after installing libusb I get: >> >> checking for acl/libacl.h... yes >> checking for LIBUSB... configure: error: Package requirements (libusb>= >> 0.1.12) were not met: >> > Could you attach the config.log from udev when it fail? It's obvious > that we missed adding libusb as a dependency, but it should not fail if > you actually installed it. The config.log is attached. Thanks. -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: config.log URL: From ratler at lunar-linux.org Tue Mar 2 09:04:01 2010 From: ratler at lunar-linux.org (Stefan Wold) Date: Tue, 02 Mar 2010 09:04:01 +0100 Subject: problem updating udev In-Reply-To: <4B8CAB60.4000804@kinfolk.org> References: <4B8C7112.5030706@kinfolk.org> <1267508619.9601.3.camel@localhost> <4B8CAB60.4000804@kinfolk.org> Message-ID: <1267517041.9601.7.camel@localhost> On Mon, 2010-03-01 at 23:08 -0700, Richard B. Pyne wrote: > On 3/1/2010 10:43 PM, Stefan Wold wrote: > > On Mon, 2010-03-01 at 18:59 -0700, Richard B. Pyne wrote: > > > >> Even after installing libusb I get: > >> > >> checking for acl/libacl.h... yes > >> checking for LIBUSB... configure: error: Package requirements (libusb>= > >> 0.1.12) were not met: > >> > > Could you attach the config.log from udev when it fail? It's obvious > > that we missed adding libusb as a dependency, but it should not fail if > > you actually installed it. > > The config.log is attached. > > Thanks. Could you try lin libusb-compat and then give udev a go again please? -- Sincerely Stefan Wold Lunar Linux developer - PGP public key 6E810F05 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part URL: From rpyne at kinfolk.org Tue Mar 2 17:23:38 2010 From: rpyne at kinfolk.org (Richard B. Pyne) Date: Tue, 02 Mar 2010 09:23:38 -0700 Subject: problem updating udev In-Reply-To: <1267517041.9601.7.camel@localhost> References: <4B8C7112.5030706@kinfolk.org> <1267508619.9601.3.camel@localhost> <4B8CAB60.4000804@kinfolk.org> <1267517041.9601.7.camel@localhost> Message-ID: <4B8D3B8A.9090505@kinfolk.org> On 3/2/2010 1:04 AM, Stefan Wold wrote: > On Mon, 2010-03-01 at 23:08 -0700, Richard B. Pyne wrote: > >> On 3/1/2010 10:43 PM, Stefan Wold wrote: >> >>> On Mon, 2010-03-01 at 18:59 -0700, Richard B. Pyne wrote: >>> >>> >>>> Even after installing libusb I get: >>>> >>>> checking for acl/libacl.h... yes >>>> checking for LIBUSB... configure: error: Package requirements (libusb>= >>>> 0.1.12) were not met: >>>> >>>> >>> Could you attach the config.log from udev when it fail? It's obvious >>> that we missed adding libusb as a dependency, but it should not fail if >>> you actually installed it. >>> >> The config.log is attached. >> >> Thanks. >> > Could you try lin libusb-compat and then give udev a go again please? Now it is complaining that usbutils is needed even though it is an optional dependency: ------------------------------------- checking for LIBUSB... yes checking for USBUTILS... configure: error: Package requirements (usbutils >= 0.82) were not met: No package 'usbutils' found ------------------------------------- After selecting to use the optional dependency usbutils, udev builds without further problem, so, it looks like libusb-compat needs to be added as a dependency, usbutils needs to be made a required dependency, and the udev developers taken out and flogged for making things required that are not otherwise needed in many instances. From rpyne at kinfolk.org Tue Mar 2 19:11:02 2010 From: rpyne at kinfolk.org (Richard B. Pyne) Date: Tue, 02 Mar 2010 11:11:02 -0700 Subject: More update problems: netpbm Message-ID: <4B8D54B6.2030102@kinfolk.org> -------------------------------------- In file included from pamx.c:18: ximageinfo.h:4:22: error: X11/Xlib.h: No such file or directory In file included from pamx.c:18: ximageinfo.h:13: error: expected specifier-qualifier-list before 'Display' ximageinfo.h:23: warning: struct has no members In file included from pamx.c:21: window.h:17: error: expected declaration specifiers or '...' before 'Display' pamx.c:164: error: expected ')' before '*' token pamx.c:264: error: expected declaration specifiers or '...' before 'Display' ------------------------------------- Installing X on this machine is not an option. From dennisveatch at bellsouth.net Tue Mar 2 19:18:36 2010 From: dennisveatch at bellsouth.net (Dennis Veatch) Date: Tue, 2 Mar 2010 13:18:36 -0500 Subject: More update problems: netpbm In-Reply-To: <4B8D54B6.2030102@kinfolk.org> References: <4B8D54B6.2030102@kinfolk.org> Message-ID: <201003021318.36852.dennisveatch@bellsouth.net> On Tuesday 02 March 2010 1:11:02 pm Richard B. Pyne wrote: > -------------------------------------- > In file included from pamx.c:18: > ximageinfo.h:4:22: error: X11/Xlib.h: No such file or directory > In file included from pamx.c:18: > ximageinfo.h:13: error: expected specifier-qualifier-list before 'Display' > ximageinfo.h:23: warning: struct has no members > In file included from pamx.c:21: > window.h:17: error: expected declaration specifiers or '...' before > 'Display' > pamx.c:164: error: expected ')' before '*' token > pamx.c:264: error: expected declaration specifiers or '...' before > 'Display' ------------------------------------- > > Installing X on this machine is not an option. > > _______________________________________________ Please try replacing this line in the BUILD; /usr/X11R6/lib/libX11.so with a blank line, relin, and post back to let me know how it went. I do not have a box available without X installed. Dennis From rpyne at kinfolk.org Tue Mar 2 19:31:13 2010 From: rpyne at kinfolk.org (Richard B. Pyne) Date: Tue, 02 Mar 2010 11:31:13 -0700 Subject: More update problems: netpbm In-Reply-To: <201003021318.36852.dennisveatch@bellsouth.net> References: <4B8D54B6.2030102@kinfolk.org> <201003021318.36852.dennisveatch@bellsouth.net> Message-ID: <4B8D5971.3030103@kinfolk.org> On 3/2/2010 11:18 AM, Dennis Veatch wrote: > On Tuesday 02 March 2010 1:11:02 pm Richard B. Pyne wrote: > >> -------------------------------------- >> In file included from pamx.c:18: >> ximageinfo.h:4:22: error: X11/Xlib.h: No such file or directory >> In file included from pamx.c:18: >> ximageinfo.h:13: error: expected specifier-qualifier-list before 'Display' >> ximageinfo.h:23: warning: struct has no members >> In file included from pamx.c:21: >> window.h:17: error: expected declaration specifiers or '...' before >> 'Display' >> pamx.c:164: error: expected ')' before '*' token >> pamx.c:264: error: expected declaration specifiers or '...' before >> 'Display' ------------------------------------- >> >> Installing X on this machine is not an option. >> >> _______________________________________________ >> > > Please try replacing this line in the BUILD; > > /usr/X11R6/lib/libX11.so > > with a blank line, relin, and post back to let me know how it went. I do not > have a box available without X installed. > It made no difference, I still get the same errors. This is a fairly recent problem as I updated to netpbm version 10.26.63 on 20090828 without any problem. --Richard From dennisveatch at bellsouth.net Wed Mar 3 01:48:16 2010 From: dennisveatch at bellsouth.net (Dennis Veatch) Date: Tue, 2 Mar 2010 19:48:16 -0500 Subject: More update problems: netpbm In-Reply-To: <4B8D5971.3030103@kinfolk.org> References: <4B8D54B6.2030102@kinfolk.org> <201003021318.36852.dennisveatch@bellsouth.net> <4B8D5971.3030103@kinfolk.org> Message-ID: <201003021948.16653.dennisveatch@bellsouth.net> On Tuesday 02 March 2010 1:31:13 pm Richard B. Pyne wrote: > On 3/2/2010 11:18 AM, Dennis Veatch wrote: > > On Tuesday 02 March 2010 1:11:02 pm Richard B. Pyne wrote: > >> -------------------------------------- > >> In file included from pamx.c:18: > >> ximageinfo.h:4:22: error: X11/Xlib.h: No such file or directory > >> In file included from pamx.c:18: > >> ximageinfo.h:13: error: expected specifier-qualifier-list before > >> 'Display' ximageinfo.h:23: warning: struct has no members > >> In file included from pamx.c:21: > >> window.h:17: error: expected declaration specifiers or '...' before > >> 'Display' > >> pamx.c:164: error: expected ')' before '*' token > >> pamx.c:264: error: expected declaration specifiers or '...' before > >> 'Display' ------------------------------------- > >> > >> Installing X on this machine is not an option. > >> > >> _______________________________________________ > > > > Please try replacing this line in the BUILD; > > > > /usr/X11R6/lib/libX11.so > > > > with a blank line, relin, and post back to let me know how it went. I do > > not have a box available without X installed. > > It made no difference, I still get the same errors. This is a fairly > recent problem as I updated to netpbm version 10.26.63 on 20090828 > without any problem. > > --Richard > My bad. Replace /usr/X11R6/lib/libX11.so with the word "none" (without the quotes). Dennis From dennisveatch at bellsouth.net Wed Mar 3 02:56:26 2010 From: dennisveatch at bellsouth.net (Dennis Veatch) Date: Tue, 2 Mar 2010 20:56:26 -0500 Subject: More update problems: netpbm In-Reply-To: <201003021948.16653.dennisveatch@bellsouth.net> References: <4B8D54B6.2030102@kinfolk.org> <4B8D5971.3030103@kinfolk.org> <201003021948.16653.dennisveatch@bellsouth.net> Message-ID: <201003022056.26108.dennisveatch@bellsouth.net> On Tuesday 02 March 2010 7:48:16 pm Dennis Veatch wrote: > On Tuesday 02 March 2010 1:31:13 pm Richard B. Pyne wrote: > > On 3/2/2010 11:18 AM, Dennis Veatch wrote: > > > On Tuesday 02 March 2010 1:11:02 pm Richard B. Pyne wrote: > > >> -------------------------------------- > > >> In file included from pamx.c:18: > > >> ximageinfo.h:4:22: error: X11/Xlib.h: No such file or directory > > >> In file included from pamx.c:18: > > >> ximageinfo.h:13: error: expected specifier-qualifier-list before > > >> 'Display' ximageinfo.h:23: warning: struct has no members > > >> In file included from pamx.c:21: > > >> window.h:17: error: expected declaration specifiers or '...' before > > >> 'Display' > > >> pamx.c:164: error: expected ')' before '*' token > > >> pamx.c:264: error: expected declaration specifiers or '...' before > > >> 'Display' ------------------------------------- > > >> > > >> Installing X on this machine is not an option. > > >> > > >> _______________________________________________ > > > > > > Please try replacing this line in the BUILD; > > > > > > /usr/X11R6/lib/libX11.so > > > > > > with a blank line, relin, and post back to let me know how it went. I > > > do not have a box available without X installed. > > > > It made no difference, I still get the same errors. This is a fairly > > recent problem as I updated to netpbm version 10.26.63 on 20090828 > > without any problem. > > > > --Richard > > My bad. Replace /usr/X11R6/lib/libX11.so with the word "none" (without the > quotes). > > Dennis > _______________________________________________ There is a newer version available, so this module has been bumped and made a few changes to the BUILD, plus added a CONFIGURE. It seems to work as expected here when saying "n"; as in there is no X11LIB present in the Makefile.config. As mentioned, no non-X11 box here. So if this does not work for you, let me know. Thanks Dennis From rpyne at kinfolk.org Wed Mar 3 04:31:58 2010 From: rpyne at kinfolk.org (Richard B. Pyne) Date: Tue, 02 Mar 2010 20:31:58 -0700 Subject: More update problems: netpbm In-Reply-To: <201003022056.26108.dennisveatch@bellsouth.net> References: <4B8D54B6.2030102@kinfolk.org> <4B8D5971.3030103@kinfolk.org> <201003021948.16653.dennisveatch@bellsouth.net> <201003022056.26108.dennisveatch@bellsouth.net> Message-ID: <4B8DD82E.1000208@kinfolk.org> On 3/2/2010 6:56 PM, Dennis Veatch wrote: > On Tuesday 02 March 2010 7:48:16 pm Dennis Veatch wrote: > >> On Tuesday 02 March 2010 1:31:13 pm Richard B. Pyne wrote: >> >>> On 3/2/2010 11:18 AM, Dennis Veatch wrote: >>> >>>> On Tuesday 02 March 2010 1:11:02 pm Richard B. Pyne wrote: >>>> >>>>> -------------------------------------- >>>>> In file included from pamx.c:18: >>>>> ximageinfo.h:4:22: error: X11/Xlib.h: No such file or directory >>>>> In file included from pamx.c:18: >>>>> ximageinfo.h:13: error: expected specifier-qualifier-list before >>>>> 'Display' ximageinfo.h:23: warning: struct has no members >>>>> In file included from pamx.c:21: >>>>> window.h:17: error: expected declaration specifiers or '...' before >>>>> 'Display' >>>>> pamx.c:164: error: expected ')' before '*' token >>>>> pamx.c:264: error: expected declaration specifiers or '...' before >>>>> 'Display' ------------------------------------- >>>>> >>>>> Installing X on this machine is not an option. >>>>> >>>>> _______________________________________________ >>>>> >>>> Please try replacing this line in the BUILD; >>>> >>>> /usr/X11R6/lib/libX11.so >>>> >>>> with a blank line, relin, and post back to let me know how it went. I >>>> do not have a box available without X installed. >>>> >>> It made no difference, I still get the same errors. This is a fairly >>> recent problem as I updated to netpbm version 10.26.63 on 20090828 >>> without any problem. >>> >>> --Richard >>> >> My bad. Replace /usr/X11R6/lib/libX11.so with the word "none" (without the >> quotes). >> >> Dennis >> _______________________________________________ >> > There is a newer version available, so this module has been bumped and made a > few changes to the BUILD, plus added a CONFIGURE. It seems to work as expected > here when saying "n"; as in there is no X11LIB present in the Makefile.config. > As mentioned, no non-X11 box here. So if this does not work for you, let me > know. > Well, that did fix that problem, but exposed another: -------------------------------------------------------------- ppmsvgalib.c:14:17: error: vga.h: No such file or directory ppmsvgalib.c: In function 'displayImage': ppmsvgalib.c:121: warning: implicit declaration of function 'vga_setrgbcolor' ppmsvgalib.c:122: warning: implicit declaration of function 'vga_drawpixel' ppmsvgalib.c: In function 'display': ppmsvgalib.c:176: error: 'vga_modeinfo' undeclared (first use in this function) ppmsvgalib.c:176: error: (Each undeclared identifier is reported only once ppmsvgalib.c:176: error: for each function it appears in.) ppmsvgalib.c:176: error: 'modeinfo' undeclared (first use in this function) ppmsvgalib.c:178: warning: implicit declaration of function 'vga_getmodeinfo' ppmsvgalib.c:212: warning: implicit declaration of function 'vga_setmode' ppmsvgalib.c:214: warning: implicit declaration of function 'vga_screenoff' ppmsvgalib.c:216: warning: implicit declaration of function 'vga_getxdim' ppmsvgalib.c:217: warning: implicit declaration of function 'vga_getydim' ppmsvgalib.c:221: warning: implicit declaration of function 'vga_setcolor' ppmsvgalib.c:221: warning: implicit declaration of function 'vga_white' ppmsvgalib.c:222: warning: implicit declaration of function 'vga_drawline' ppmsvgalib.c:227: warning: implicit declaration of function 'vga_screenon' ppmsvgalib.c:237: error: 'TEXT' undeclared (first use in this function) ppmsvgalib.c: In function 'main': ppmsvgalib.c:254: warning: implicit declaration of function 'vga_init' ppmsvgalib.c:270: warning: implicit declaration of function 'vga_hasmode' make[1]: *** [ppmsvgalib.o] Error 1 make[1]: Leaving directory `/usr/src/netpbm-10.35.72/other' make: *** [other/all] Error 2 Creating /var/log/lunar/compile/netpbm-10.35.72.bz2 ! Problem detected during BUILD ----------------------------------------------------------------------------- Thanks, --Richard From ratler at lunar-linux.org Wed Mar 3 06:41:51 2010 From: ratler at lunar-linux.org (Stefan Wold) Date: Wed, 03 Mar 2010 06:41:51 +0100 Subject: problem updating udev In-Reply-To: <4B8D3B8A.9090505@kinfolk.org> References: <4B8C7112.5030706@kinfolk.org> <1267508619.9601.3.camel@localhost> <4B8CAB60.4000804@kinfolk.org> <1267517041.9601.7.camel@localhost> <4B8D3B8A.9090505@kinfolk.org> Message-ID: <1267594911.9601.10.camel@localhost> On Tue, 2010-03-02 at 09:23 -0700, Richard B. Pyne wrote: > > Could you try lin libusb-compat and then give udev a go again please? > Now it is complaining that usbutils is needed even though it is an > optional dependency: > > ------------------------------------- > checking for LIBUSB... yes > checking for USBUTILS... configure: error: Package requirements > (usbutils >= 0.82) were not met: > > No package 'usbutils' found > ------------------------------------- > > After selecting to use the optional dependency usbutils, udev builds > without further problem, so, it looks like libusb-compat needs to be > added as a dependency, usbutils needs to be made a required dependency, > and the udev developers taken out and flogged for making things required > that are not otherwise needed in many instances. > Ok great, I will look into it and fix the dependencies properly. The USB libs and tools can be optional but I guess udev default to these tools unless --disable-extras is passed to it. -- Sincerely Stefan Wold Lunar Linux developer - PGP public key 6E810F05 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part URL: From zbiggy at o2.pl Thu Mar 4 01:39:10 2010 From: zbiggy at o2.pl (Zbigniew Luszpinski) Date: Thu, 4 Mar 2010 01:39:10 +0100 Subject: KDE video problem (was Re: kdm missing) In-Reply-To: <4B82397F.9030303@kinfolk.org> References: <4B80D9D4.9020301@kinfolk.org> <201002220157.56183.zbiggy@o2.pl> <4B82397F.9030303@kinfolk.org> Message-ID: <201003040139.11046.zbiggy@o2.pl> > I don't know off the top of my head how to configure to use the vesa > driver, so that test will take a while. /etc/X11/xorg.conf Section "Device" Identifier "Device 1" Driver "vesa" EndSection Remember to lin xf86-video-vesa first. have a nice day, Zbigniew From dennisveatch at bellsouth.net Thu Mar 4 12:53:55 2010 From: dennisveatch at bellsouth.net (Dennis Veatch) Date: Thu, 4 Mar 2010 06:53:55 -0500 Subject: More update problems: netpbm In-Reply-To: <4B8DD82E.1000208@kinfolk.org> References: <4B8D54B6.2030102@kinfolk.org> <201003022056.26108.dennisveatch@bellsouth.net> <4B8DD82E.1000208@kinfolk.org> Message-ID: <201003040653.56071.dennisveatch@bellsouth.net> On Tuesday 02 March 2010 10:31:58 pm Richard B. Pyne wrote: > On 3/2/2010 6:56 PM, Dennis Veatch wrote: > > On Tuesday 02 March 2010 7:48:16 pm Dennis Veatch wrote: > >> On Tuesday 02 March 2010 1:31:13 pm Richard B. Pyne wrote: > >>> On 3/2/2010 11:18 AM, Dennis Veatch wrote: > >>>> On Tuesday 02 March 2010 1:11:02 pm Richard B. Pyne wrote: > >>>>> -------------------------------------- > >>>>> In file included from pamx.c:18: > >>>>> ximageinfo.h:4:22: error: X11/Xlib.h: No such file or directory > >>>>> In file included from pamx.c:18: > >>>>> ximageinfo.h:13: error: expected specifier-qualifier-list before > >>>>> 'Display' ximageinfo.h:23: warning: struct has no members > >>>>> In file included from pamx.c:21: > >>>>> window.h:17: error: expected declaration specifiers or '...' before > >>>>> 'Display' > >>>>> pamx.c:164: error: expected ')' before '*' token > >>>>> pamx.c:264: error: expected declaration specifiers or '...' before > >>>>> 'Display' ------------------------------------- > >>>>> > >>>>> Installing X on this machine is not an option. > >>>>> > >>>>> _______________________________________________ > >>>> > >>>> Please try replacing this line in the BUILD; > >>>> > >>>> /usr/X11R6/lib/libX11.so > >>>> > >>>> with a blank line, relin, and post back to let me know how it went. I > >>>> do not have a box available without X installed. > >>> > >>> It made no difference, I still get the same errors. This is a fairly > >>> recent problem as I updated to netpbm version 10.26.63 on 20090828 > >>> without any problem. > >>> > >>> --Richard > >> > >> My bad. Replace /usr/X11R6/lib/libX11.so with the word "none" (without > >> the quotes). > >> > >> Dennis > >> _______________________________________________ > > > > There is a newer version available, so this module has been bumped and > > made a few changes to the BUILD, plus added a CONFIGURE. It seems to > > work as expected here when saying "n"; as in there is no X11LIB present > > in the Makefile.config. As mentioned, no non-X11 box here. So if this > > does not work for you, let me know. > > Well, that did fix that problem, but exposed another: > > -------------------------------------------------------------- > ppmsvgalib.c:14:17: error: vga.h: No such file or directory > ppmsvgalib.c: In function 'displayImage': > ppmsvgalib.c:121: warning: implicit declaration of function > 'vga_setrgbcolor' > ppmsvgalib.c:122: warning: implicit declaration of function 'vga_drawpixel' > ppmsvgalib.c: In function 'display': > ppmsvgalib.c:176: error: 'vga_modeinfo' undeclared (first use in this > function) > ppmsvgalib.c:176: error: (Each undeclared identifier is reported only once > ppmsvgalib.c:176: error: for each function it appears in.) > ppmsvgalib.c:176: error: 'modeinfo' undeclared (first use in this function) > ppmsvgalib.c:178: warning: implicit declaration of function > 'vga_getmodeinfo' > ppmsvgalib.c:212: warning: implicit declaration of function 'vga_setmode' > ppmsvgalib.c:214: warning: implicit declaration of function 'vga_screenoff' > ppmsvgalib.c:216: warning: implicit declaration of function 'vga_getxdim' > ppmsvgalib.c:217: warning: implicit declaration of function 'vga_getydim' > ppmsvgalib.c:221: warning: implicit declaration of function 'vga_setcolor' > ppmsvgalib.c:221: warning: implicit declaration of function 'vga_white' > ppmsvgalib.c:222: warning: implicit declaration of function 'vga_drawline' > ppmsvgalib.c:227: warning: implicit declaration of function 'vga_screenon' > ppmsvgalib.c:237: error: 'TEXT' undeclared (first use in this function) > ppmsvgalib.c: In function 'main': > ppmsvgalib.c:254: warning: implicit declaration of function 'vga_init' > ppmsvgalib.c:270: warning: implicit declaration of function 'vga_hasmode' > make[1]: *** [ppmsvgalib.o] Error 1 > make[1]: Leaving directory `/usr/src/netpbm-10.35.72/other' > make: *** [other/all] Error 2 > Creating /var/log/lunar/compile/netpbm-10.35.72.bz2 > ! Problem detected during BUILD > --------------------------------------------------------------------------- > -- > > Thanks, > > --Richard It looks like you do not have svgalib installed and the BUILD script as it is right now should ignore that; the last set of "none" and "default" are the two associated with svgalib. I cannot duplicate that problem here. However, I have made another change to its BUILD. Hopefully that will fix this issue. At the top of the hour grab another moonbase. Thanks Dennis From rpyne at kinfolk.org Thu Mar 4 21:04:22 2010 From: rpyne at kinfolk.org (Richard B. Pyne) Date: Thu, 04 Mar 2010 13:04:22 -0700 Subject: More update problems: netpbm In-Reply-To: <201003040653.56071.dennisveatch@bellsouth.net> References: <4B8D54B6.2030102@kinfolk.org> <201003022056.26108.dennisveatch@bellsouth.net> <4B8DD82E.1000208@kinfolk.org> <201003040653.56071.dennisveatch@bellsouth.net> Message-ID: <4B901246.4030406@kinfolk.org> On 3/4/2010 4:53 AM, Dennis Veatch wrote: > On Tuesday 02 March 2010 10:31:58 pm Richard B. Pyne wrote: > >> On 3/2/2010 6:56 PM, Dennis Veatch wrote: >> >>> On Tuesday 02 March 2010 7:48:16 pm Dennis Veatch wrote: >>> >>>> On Tuesday 02 March 2010 1:31:13 pm Richard B. Pyne wrote: >>>> >>>>> On 3/2/2010 11:18 AM, Dennis Veatch wrote: >>>>> >>>>>> On Tuesday 02 March 2010 1:11:02 pm Richard B. Pyne wrote: >>>>>> >>>>>>> -------------------------------------- >>>>>>> In file included from pamx.c:18: >>>>>>> ximageinfo.h:4:22: error: X11/Xlib.h: No such file or directory >>>>>>> In file included from pamx.c:18: >>>>>>> ximageinfo.h:13: error: expected specifier-qualifier-list before >>>>>>> 'Display' ximageinfo.h:23: warning: struct has no members >>>>>>> In file included from pamx.c:21: >>>>>>> window.h:17: error: expected declaration specifiers or '...' before >>>>>>> 'Display' >>>>>>> pamx.c:164: error: expected ')' before '*' token >>>>>>> pamx.c:264: error: expected declaration specifiers or '...' before >>>>>>> 'Display' ------------------------------------- >>>>>>> >>>>>>> Installing X on this machine is not an option. >>>>>>> >>>>>>> _______________________________________________ >>>>>>> >>>>>> Please try replacing this line in the BUILD; >>>>>> >>>>>> /usr/X11R6/lib/libX11.so >>>>>> >>>>>> with a blank line, relin, and post back to let me know how it went. I >>>>>> do not have a box available without X installed. >>>>>> >>>>> It made no difference, I still get the same errors. This is a fairly >>>>> recent problem as I updated to netpbm version 10.26.63 on 20090828 >>>>> without any problem. >>>>> >>>>> --Richard >>>>> >>>> My bad. Replace /usr/X11R6/lib/libX11.so with the word "none" (without >>>> the quotes). >>>> >>>> Dennis >>>> _______________________________________________ >>>> >>> There is a newer version available, so this module has been bumped and >>> made a few changes to the BUILD, plus added a CONFIGURE. It seems to >>> work as expected here when saying "n"; as in there is no X11LIB present >>> in the Makefile.config. As mentioned, no non-X11 box here. So if this >>> does not work for you, let me know. >>> >> Well, that did fix that problem, but exposed another: >> >> -------------------------------------------------------------- >> ppmsvgalib.c:14:17: error: vga.h: No such file or directory >> ppmsvgalib.c: In function 'displayImage': >> ppmsvgalib.c:121: warning: implicit declaration of function >> 'vga_setrgbcolor' >> ppmsvgalib.c:122: warning: implicit declaration of function 'vga_drawpixel' >> ppmsvgalib.c: In function 'display': >> ppmsvgalib.c:176: error: 'vga_modeinfo' undeclared (first use in this >> function) >> ppmsvgalib.c:176: error: (Each undeclared identifier is reported only once >> ppmsvgalib.c:176: error: for each function it appears in.) >> ppmsvgalib.c:176: error: 'modeinfo' undeclared (first use in this function) >> ppmsvgalib.c:178: warning: implicit declaration of function >> 'vga_getmodeinfo' >> ppmsvgalib.c:212: warning: implicit declaration of function 'vga_setmode' >> ppmsvgalib.c:214: warning: implicit declaration of function 'vga_screenoff' >> ppmsvgalib.c:216: warning: implicit declaration of function 'vga_getxdim' >> ppmsvgalib.c:217: warning: implicit declaration of function 'vga_getydim' >> ppmsvgalib.c:221: warning: implicit declaration of function 'vga_setcolor' >> ppmsvgalib.c:221: warning: implicit declaration of function 'vga_white' >> ppmsvgalib.c:222: warning: implicit declaration of function 'vga_drawline' >> ppmsvgalib.c:227: warning: implicit declaration of function 'vga_screenon' >> ppmsvgalib.c:237: error: 'TEXT' undeclared (first use in this function) >> ppmsvgalib.c: In function 'main': >> ppmsvgalib.c:254: warning: implicit declaration of function 'vga_init' >> ppmsvgalib.c:270: warning: implicit declaration of function 'vga_hasmode' >> make[1]: *** [ppmsvgalib.o] Error 1 >> make[1]: Leaving directory `/usr/src/netpbm-10.35.72/other' >> make: *** [other/all] Error 2 >> Creating /var/log/lunar/compile/netpbm-10.35.72.bz2 >> ! Problem detected during BUILD >> --------------------------------------------------------------------------- >> -- >> >> Thanks, >> >> --Richard >> > It looks like you do not have svgalib installed and the BUILD script as it is > right now should ignore that; the last set of "none" and "default" are the two > associated with svgalib. > > I cannot duplicate that problem here. However, I have made another change to > its BUILD. Hopefully that will fix this issue. At the top of the hour grab > another moonbase. > > Thanks for all your work on this, but I still get the same error. I even tried to install svgalib to get past this, but it fails also with: -------------------------------------------------------------- gcc -Wall -Wstrict-prototypes -fPIC -I/usr/src/svgalib-1.4.3/include -I. -I/usr/src/svgalib-1.4.3/src -I/usr/src/svgalib-1.4.3/src/config -Wall -Wstrict-prototypes -fPIC -I/usr/src/svgalib-1.4.3/include -I. -O2 -march=native -pipe -DSVGALIB_CONFIG_FILE=\"/etc/vga/libvga.config\" -DALLOW_MOUSE_OVERRIDE -DET4000_REGS=\"/etc/vga/libvga.et4000\" -DDYNAMIC -c -o lrmi.o /usr/src/svgalib-1.4.3/src/lrmi.c /usr/src/svgalib-1.4.3/src/lrmi.c: In function 'set_regs': /usr/src/svgalib-1.4.3/src/lrmi.c:309: error: 'IF_MASK' undeclared (first use in this function) /usr/src/svgalib-1.4.3/src/lrmi.c:309: error: (Each undeclared identifier is reported only once /usr/src/svgalib-1.4.3/src/lrmi.c:309: error: for each function it appears in.) /usr/src/svgalib-1.4.3/src/lrmi.c:309: error: 'IOPL_MASK' undeclared (first use in this function) /usr/src/svgalib-1.4.3/src/lrmi.c: In function 'run_vm86': /usr/src/svgalib-1.4.3/src/lrmi.c:788: error: 'VIF_MASK' undeclared (first use in this function) /usr/src/svgalib-1.4.3/src/lrmi.c:788: error: 'TF_MASK' undeclared (first use in this function) /usr/src/svgalib-1.4.3/src/lrmi.c: In function '__svgalib_LRMI_int': /usr/src/svgalib-1.4.3/src/lrmi.c:877: error: 'IF_MASK' undeclared (first use in this function) /usr/src/svgalib-1.4.3/src/lrmi.c:877: error: 'IOPL_MASK' undeclared (first use in this function) make[1]: *** [lrmi.o] Error 1 make[1]: Leaving directory `/usr/src/svgalib-1.4.3/sharedlib' make: *** [sharedlib/libvga.so.1.4.3] Error 2 ------------------------------------------------------------------------- From dennisveatch at bellsouth.net Thu Mar 4 23:46:03 2010 From: dennisveatch at bellsouth.net (Dennis Veatch) Date: Thu, 4 Mar 2010 17:46:03 -0500 Subject: More update problems: netpbm In-Reply-To: <4B901246.4030406@kinfolk.org> References: <4B8D54B6.2030102@kinfolk.org> <201003040653.56071.dennisveatch@bellsouth.net> <4B901246.4030406@kinfolk.org> Message-ID: <201003041746.03791.dennisveatch@bellsouth.net> On Thursday 04 March 2010 3:04:22 pm Richard B. Pyne wrote: > On 3/4/2010 4:53 AM, Dennis Veatch wrote: > > On Tuesday 02 March 2010 10:31:58 pm Richard B. Pyne wrote: > >> On 3/2/2010 6:56 PM, Dennis Veatch wrote: > >>> On Tuesday 02 March 2010 7:48:16 pm Dennis Veatch wrote: > >>>> On Tuesday 02 March 2010 1:31:13 pm Richard B. Pyne wrote: > >>>>> On 3/2/2010 11:18 AM, Dennis Veatch wrote: > >>>>>> On Tuesday 02 March 2010 1:11:02 pm Richard B. Pyne wrote: > >>>>>>> -------------------------------------- > >>>>>>> In file included from pamx.c:18: > >>>>>>> ximageinfo.h:4:22: error: X11/Xlib.h: No such file or directory > >>>>>>> In file included from pamx.c:18: snip > >>>>>> Please try replacing this line in the BUILD; > >>>>>> > >>>>>> /usr/X11R6/lib/libX11.so > >>>>>> > >>>>>> with a blank line, relin, and post back to let me know how it went. > >>>>>> I do not have a box available without X installed. > >>>>> > >>>>> It made no difference, I still get the same errors. This is a fairly > >>>>> recent problem as I updated to netpbm version 10.26.63 on 20090828 > >>>>> without any problem. > >>>>> > >>>>> --Richard > >>>> > >>>> My bad. Replace /usr/X11R6/lib/libX11.so with the word "none" > >>>> (without the quotes). > >>>> > >>>> Dennis > >>>> _______________________________________________ > >>> > >>> There is a newer version available, so this module has been bumped and > >>> made a few changes to the BUILD, plus added a CONFIGURE. It seems to > >>> work as expected here when saying "n"; as in there is no X11LIB present > >>> in the Makefile.config. As mentioned, no non-X11 box here. So if this > >>> does not work for you, let me know. > >> > >> Well, that did fix that problem, but exposed another: > >> > >> -------------------------------------------------------------- > >> ppmsvgalib.c:14:17: error: vga.h: No such file or directory snip > >> --- -- > >> > >> Thanks, > >> > >> --Richard > > > > It looks like you do not have svgalib installed and the BUILD script as > > it is right now should ignore that; the last set of "none" and "default" > > are the two associated with svgalib. > > > > I cannot duplicate that problem here. However, I have made another change > > to its BUILD. Hopefully that will fix this issue. At the top of the hour > > grab another moonbase. > > Thanks for all your work on this, but I still get the same error. I even > tried to install svgalib to get past this, but it fails also with: > > -------------------------------------------------------------- > gcc -Wall -Wstrict-prototypes -fPIC -I/usr/src/svgalib-1.4.3/include -I. > -I/usr/src/svgalib-1.4.3/src -I/usr/src/svgalib-1.4.3/src/config -Wall > -Wstrict-prototypes -fPIC -I/usr/src/svgalib-1.4.3/include -I. -O2 > -march=native -pipe -DSVGALIB_CONFIG_FILE=\"/etc/vga/libvga.config\" > -DALLOW_MOUSE_OVERRIDE -DET4000_REGS=\"/etc/vga/libvga.et4000\" > -DDYNAMIC -c -o lrmi.o /usr/src/svgalib-1.4.3/src/lrmi.c > /usr/src/svgalib-1.4.3/src/lrmi.c: In function 'set_regs': > /usr/src/svgalib-1.4.3/src/lrmi.c:309: error: 'IF_MASK' undeclared > (first use in this function) > /usr/src/svgalib-1.4.3/src/lrmi.c:309: error: (Each undeclared > identifier is reported only once > /usr/src/svgalib-1.4.3/src/lrmi.c:309: error: for each function it > appears in.) > /usr/src/svgalib-1.4.3/src/lrmi.c:309: error: 'IOPL_MASK' undeclared > (first use in this function) > /usr/src/svgalib-1.4.3/src/lrmi.c: In function 'run_vm86': > /usr/src/svgalib-1.4.3/src/lrmi.c:788: error: 'VIF_MASK' undeclared > (first use in this function) > /usr/src/svgalib-1.4.3/src/lrmi.c:788: error: 'TF_MASK' undeclared > (first use in this function) > /usr/src/svgalib-1.4.3/src/lrmi.c: In function '__svgalib_LRMI_int': > /usr/src/svgalib-1.4.3/src/lrmi.c:877: error: 'IF_MASK' undeclared > (first use in this function) > /usr/src/svgalib-1.4.3/src/lrmi.c:877: error: 'IOPL_MASK' undeclared > (first use in this function) > make[1]: *** [lrmi.o] Error 1 > make[1]: Leaving directory `/usr/src/svgalib-1.4.3/sharedlib' > make: *** [sharedlib/libvga.so.1.4.3] Error 2 > ------------------------------------------------------------------------- Cannot duplicate that error either. Afraid I am out of ideas atm. The lrmi errors look very similar to those with libx86 and read-edid. But cannot trigger that with svgalib. You got me. Dennis From maintainer at lunar-linux.org Fri Mar 5 12:35:45 2010 From: maintainer at lunar-linux.org (maintainer at lunar-linux.org) Date: Fri, 5 Mar 2010 12:35:45 +0100 (CET) Subject: weekly news - 20100305 Message-ID: <20100305113545.39C1C9B21A@doppio.foo-projects.org> Hi! Here's the latest weekly news edition! ===================================================================== ===================================================================== New modules: (6) fxite-0.4: A FXScintilla based Text Editor geeqie-1.0: lightweight Gtk+ based image viewer kde-l1-n-ca at vlencia-4.4.1: contains translated KDE messages kvpnc-0.9.5-kde4: KDE4 frontend to various VPN clients libtirpc-0.2.1: port of Sun's Transport-Independent RPC library to Linux opencore-amr-0.1.2: Adaptive Multi Rate Narrowband and Wideband speech codec New versions: (131) IO-Socket-SSL : 1.31 -> 1.32 LiVES : 1.2.0 -> 1.2.1 NVIDIA : 190.53 -> 195.36.08 binutils : 2.20 -> 2.20.1 cairo : 1.8.8 -> 1.8.10 cairomm : 1.7.2 -> 1.8.4 chrome-linux : 36248 -> 40020 drupal : 6.15 -> 6.16 eclipse-bin : 3.5.1 -> 3.5.2 elinks : 0.11.5 -> 0.11.7 erlang : R13B03 -> R13B04 ffmpeg : 0.5 -> 0.5.1 fillets-ng : 0.9.1 -> 0.9.3 frei0r : 20100210 -> 20100304 fxscintilla : 1.63 -> 2.2.0 git : 1.7.0 -> 1.7.0.1 gkrellm2 : 2.3.3 -> 2.3.4 hdf5 : 1.8.4 -> 1.8.4-patch1 iptables : 1.4.6 -> 1.4.7 john : 1.7.4.2 -> 1.7.5 jpeg : 8 -> 8a kde-l10n-ar : 4.4.0 -> 4.4.1 kde-l10n-bg : 4.4.0 -> 4.4.1 kde-l10n-ca : 4.4.0 -> 4.4.1 kde-l10n-cs : 4.4.0 -> 4.4.1 kde-l10n-csb : 4.4.0 -> 4.4.1 kde-l10n-da : 4.4.0 -> 4.4.1 kde-l10n-de : 4.4.0 -> 4.4.1 kde-l10n-e0 : 4.4.0 -> 4.4.1 kde-l10n-el : 4.4.0 -> 4.4.1 kde-l10n-en_GB : 4.4.0 -> 4.4.1 kde-l10n-es : 4.4.0 -> 4.4.1 kde-l10n-et : 4.4.0 -> 4.4.1 kde-l10n-eu : 4.4.0 -> 4.4.1 kde-l10n-fi : 4.4.0 -> 4.4.1 kde-l10n-fr : 4.4.0 -> 4.4.1 kde-l10n-fy : 4.4.0 -> 4.4.1 kde-l10n-ga : 4.4.0 -> 4.4.1 kde-l10n-gl : 4.4.0 -> 4.4.1 kde-l10n-gu : 4.4.0 -> 4.4.1 kde-l10n-he : 4.4.0 -> 4.4.1 kde-l10n-hi : 4.4.0 -> 4.4.1 kde-l10n-hr : 4.4.0 -> 4.4.1 kde-l10n-hu : 4.4.0 -> 4.4.1 kde-l10n-id : 4.4.0 -> 4.4.1 kde-l10n-is : 4.4.0 -> 4.4.1 kde-l10n-it : 4.4.0 -> 4.4.1 kde-l10n-ja : 4.4.0 -> 4.4.1 kde-l10n-kk : 4.4.0 -> 4.4.1 kde-l10n-km : 4.4.0 -> 4.4.1 kde-l10n-kn : 4.4.0 -> 4.4.1 kde-l10n-ko : 4.4.0 -> 4.4.1 kde-l10n-lt : 4.4.0 -> 4.4.1 kde-l10n-lv : 4.4.0 -> 4.4.1 kde-l10n-mai : 4.4.0 -> 4.4.1 kde-l10n-mk : 4.4.0 -> 4.4.1 kde-l10n-ml : 4.4.0 -> 4.4.1 kde-l10n-nb : 4.4.0 -> 4.4.1 kde-l10n-nds : 4.4.0 -> 4.4.1 kde-l10n-nl : 4.4.0 -> 4.4.1 kde-l10n-nn : 4.4.0 -> 4.4.1 kde-l10n-pa : 4.4.0 -> 4.4.1 kde-l10n-pl : 4.4.0 -> 4.4.1 kde-l10n-pt : 4.4.0 -> 4.4.1 kde-l10n-pt_BR : 4.4.0 -> 4.4.1 kde-l10n-ro : 4.4.0 -> 4.4.1 kde-l10n-ru : 4.4.0 -> 4.4.1 kde-l10n-si : 4.4.0 -> 4.4.1 kde-l10n-sk : 4.4.0 -> 4.4.1 kde-l10n-sl : 4.4.0 -> 4.4.1 kde-l10n-sr : 4.4.0 -> 4.4.1 kde-l10n-sv : 4.4.0 -> 4.4.1 kde-l10n-tg : 4.4.0 -> 4.4.1 kde-l10n-tr : 4.4.0 -> 4.4.1 kde-l10n-uk : 4.4.0 -> 4.4.1 kde-l10n-wa : 4.4.0 -> 4.4.1 kde-l10n-zh_CN : 4.4.0 -> 4.4.1 kde-l10n-zh_TW : 4.4.0 -> 4.4.1 kde4 : 4.4.0 -> 4.4.1 kdeaccessibility4 : 4.4.0 -> 4.4.1 kdeadmin4 : 4.4.0 -> 4.4.1 kdeartwork4 : 4.4.0 -> 4.4.1 kdebase4 : 4.4.0 -> 4.4.1 kdebase4-runtime : 4.4.0 -> 4.4.1 kdebase4-workspace : 4.4.0 -> 4.4.1 kdebindings4 : 4.4.0 -> 4.4.1 kdeedu4 : 4.4.0 -> 4.4.1 kdegames4 : 4.4.0 -> 4.4.1 kdegraphics4 : 4.4.0 -> 4.4.1 kdelibs4 : 4.4.0 -> 4.4.1 kdemultimedia4 : 4.4.0 -> 4.4.1 kdenetwork4 : 4.4.0 -> 4.4.1 kdepim4 : 4.4.0 -> 4.4.1 kdepim4-runtime : 4.4.0 -> 4.4.1 kdepimlibs4 : 4.4.0 -> 4.4.1 kdeplasma4-addons : 4.4.0 -> 4.4.1 kdesdk4 : 4.4.0 -> 4.4.1 kdetoys4 : 4.4.0 -> 4.4.1 kdeutils4 : 4.4.0 -> 4.4.1 kdewebdev4 : 4.4.0 -> 4.4.1 lame : 398-2 -> 3.98.3 libisoburn : 0.4.8 -> 0.5.0 libspectre : 0.2.3 -> 0.2.4 man-pages : 3.23 -> 3.24 mc : 4.7.0.2 -> 4.7.0.3 midori : 0.2.2 -> 0.2.3 mpg123 : 1.10.0 -> 1.10.1 mtools : 4.0.12 -> 4.0.13 ncmpcpp : 0.4 -> 0.5.1 netpbm : 10.35.72 -> 10.35.73 nfs-utils : 1.1.4 -> 1.2.1 openssl : 0.9.8l -> 0.9.8m oxygen-icons : 4.4.0 -> 4.4.1 parted : 2.1 -> 2.2 php5 : 5.2.12 -> 5.2.13 php5-suhosin : 5.2.11-0.9.27 -> 5.2.13-0.9.29 pms : 0.40.6 -> 0.41 poppler-data : 0.3.0 -> 0.4.0 privoxy : 3.0.12 -> 3.0.16 qemu : 0.12.2 -> 0.12.3 samba : 3.4.6 -> 3.5.0 scite : 201 -> 203 sudo : 1.7.2p3 -> 1.7.2p4 syslinux : 3.84 -> 3.85 sysstat : 9.0.6 -> 9.1.1 tdb : 1.0.6 -> 1.2.1 terminus-font : 4.28 -> 4.30 treeline : 1.2.3 -> 1.2.4 util-linux : 2.17.1 -> 2.16.2 x264-snapshot : 20090812-2245 -> 20100207-2245 xmms2-beta : 0.6DrMattDestruction -> 0.7DrNo Moved modules: mplayerplug-in : video -> zbeta ===================================================================== The Lunar-Linux team From maintainer at lunar-linux.org Fri Mar 12 12:35:44 2010 From: maintainer at lunar-linux.org (maintainer at lunar-linux.org) Date: Fri, 12 Mar 2010 12:35:44 +0100 (CET) Subject: weekly news - 20100312 Message-ID: <20100312113544.60E529B2E5@doppio.foo-projects.org> Hi! Here's the latest weekly news edition! ===================================================================== ===================================================================== New modules: (5) Coherence-0.6.6.2: DLNA and UPnP MediaServer libnih-1.0.1: NIH Utility Library nfs-utils-test-1.2.2: Network File System tesseract-2.04: Optical Character Recognition engine upstart-0.6.5: Ubuntu startup daemon New versions: (74) GraphicsMagick : 1.3.11 -> 1.3.12 NVIDIA : 195.36.08 -> 190.53 apache2 : 2.2.14 -> 2.2.15 banshee : 1.5.4 -> 1.5.5 bluez : 4.61 -> 4.62 calibre : 0.6.40 -> 0.6.44 dhcpcd : 5.1.5 -> 5.2.1 dnsmasq : 2.51 -> 2.52 dovecot : 1.2.10 -> 1.2.11 eric4 : 4.4.1 -> 4.4.2 fltk : 1.1.10rc1 -> 1.1.10 foomatic-db : 4.0 -> 4.0-20100218 foomatic-db-engine : 4.0.3 -> 4.0.4 foomatic-db-nonfree : 20091114 -> 20100218 foomatic-filters : 4.0.3 -> 4.0.4 freeciv : 2.1.10 -> 2.1.11 frescobaldi : 1.0.1 -> 1.0.2 git : 1.7.0.1 -> 1.7.0.2 glew : 1.5.2 -> 1.5.3 gnupg2 : 2.0.14 -> 2.0.15 gparted : 0.5.1 -> 0.5.2 grub2 : 1.97.1 -> 1.98 gst-ffmpeg : 0.10.9 -> 0.10.10 gst-plugins-bad : 0.10.17 -> 0.10.18 gst-plugins-base : 0.10.26 -> 0.10.28 gst-plugins-good : 0.10.18 -> 0.10.21 gst-plugins-ugly : 0.10.13 -> 0.10.14 gstreamer-10 : 0.10.26 -> 0.10.28 hdparm : 9.27 -> 9.28 heimdal : 1.2.1 -> 1.3.1 k3b-4 : 1.70.0 -> 1.90.0 kdevelop4 : 3.9.98 -> 3.9.99 kdevplatform : 0.9.98 -> 0.9.99 kmplayer4 : 0.11.1b -> 0.11.2 kvpnc : 0.9.5-kde4 -> 0.9.6-kde4 labelnation : 1.184 -> 1.187 laptop-mode-tools : 1.51 -> 1.54 libass : 0.9.8 -> 0.9.9 libassuan : 1.0.5 -> 2.0.0 libburn : 0.7.6 -> 0.7.8 libfishsound : 0.9.2 -> 1.0.0 libmpd : 0.19.0 -> 0.19.98 live555 : 2010.02.10 -> 2010.03.08 mc : 4.7.0.3 -> 4.7.1 mercurial : 1.4.3 -> 1.5 midori : 0.2.3 -> 0.2.4 nfs-utils : 1.2.1 -> 1.1.4 ntfs-3g : 2010.1.16 -> 2010.3.6 openoffice-src : 3.1.1 -> 3.2.0 openssh : 5.3p1 -> 5.4p1 pcmciautils : 015 -> 017 phpMyAdmin : 3.2.5 -> 3.3.0 polylib : 5.22.4 -> 5.22.5 r8168 : 8.006.00 -> 8.016.00 samba : 3.5.0 -> 3.5.1 smplayer : 0.6.8 -> 0.6.9 socat : 1.7.1.1 -> 1.7.1.2 soprano : 2.4.0.1 -> 2.4.1 sqlite : 3.6.22 -> 3.6.23 squirrelmail : 1.4.19 -> 1.4.20 sudo : 1.7.2p4 -> 1.7.2p5 sylpheed : 2.7.1 -> 3.0.0 tar : 1.22 -> 1.23 tar-static : 1.22 -> 1.23 thunderbird : 3.0.2 -> 3.0.3 timezone-data : 2010b -> 2010e unixODBC : 2.2.14 -> 2.2.14-p2 usermin : 1.430 -> 1.440 webmin : 1.500 -> 1.510 wine : 1.1.39 -> 1.1.40 xdg-user-dirs : 0.10 -> 0.12 xf86-video-nv : 2.1.16 -> 2.1.17 xine-lib : 1.1.17 -> 1.1.18.1 xulrunner : 1.9.1.7 -> 1.9.2 Moved modules: gst-editor : audio -> zdeprecated gst-player : audio -> zdeprecated gst-plugins : audio -> zdeprecated gstreamer : audio -> zdeprecated ===================================================================== The Lunar-Linux team From maintainer at lunar-linux.org Fri Mar 19 12:35:44 2010 From: maintainer at lunar-linux.org (maintainer at lunar-linux.org) Date: Fri, 19 Mar 2010 12:35:44 +0100 (CET) Subject: weekly news - 20100319 Message-ID: <20100319113544.1275DF54FA@doppio.foo-projects.org> Hi! Here's the latest weekly news edition! ===================================================================== ===================================================================== New modules: (4) conkyforecast-2.09: Provides weather forecast information to be dislayed in conky nilfs-utils-2.0.17: log-structured file system orc-0.4.3: Oil Runtime Compiler transset-df-6: This is a patched version of xorg's transset to handle transparen New versions: (79) CPAN : 1.94 -> 1.9402 Falcon : 0.9.6.2 -> 0.9.6.4 PyQt4 : 4.7 -> 4.7.2 TeXmacs : 1.0.6.9 -> 1.0.7.3 Twisted : 8.2.0 -> 10.0.0 Zim : 0.28 -> 0.44 abs-guide : 6.0 -> 6.2 amarok4 : 2.2.2 -> 2.3.0 apr : 1.3.9 -> 1.4.2 auctex : 11.85 -> 11.86 autopano-sift-C : 2.5.0 -> 2.5.1 bind : 9.7.0 -> 9.7.0-P1 bind-utils : 9.7.0 -> 9.7.0-P1 calibre : 0.6.44 -> 0.6.45 chkconfig : 1.3.30a -> 1.3.30c clutter : 0.9.8 -> 1.1.6 clutter-gtk : 0.8.2 -> 0.10.2 cmus : 2.2.0 -> v2.3.1 conky : 1.7.0 -> 1.7.2 desktop-file-utils : 0.15 -> 0.16 e2fsprogs : 1.41.10 -> 1.41.11 enblend-enfuse : 3.2 -> 4.0 free42 : 1.4.27 -> 1.4.62 glib-2 : 22.4 -> 22.5 gnome-desktop-sharp : 2.20.1 -> 2.24.0 gnome-sharp : 2.20.1 -> 2.24.1 gnuplot : 4.2.6 -> 4.4.0 graphviz : 2.24.0 -> 2.26.3 gtk-sharp : 2.12.9 -> 2.12.10 gtkspell : 2.0.11 -> 2.0.16 hamlib : 1.2.9 -> 1.2.10 hugin : 0.8.0 -> 2009.4.0 hunspell : 1.2.8 -> 1.2.9 inotify-tools : 3.11 -> 3.13 iso-codes : 3.10.1 -> 3.14 kphotoalbum : 4.3.3 -> 4.1.1 kpovmodeler : 4.3.1 -> 4.1.1 libXt : 1.0.7 -> 1.0.8 libgdiplus : 2.6 -> 2.6.2 libnids : 1.21 -> 1.24 libpano13 : 2.9.12 -> 2.9.14 libssh : 0.4.1 -> 0.4.2 linux-2.6 : 2.6.32.9 -> 2.6.32.10 live555 : 2010.03.08 -> 2010.03.16 mlt : 0.5.0 -> 0.5.2 mod_mono : 2.6 -> 2.6.3 mono : 2.6.1 -> 2.6.3 mono-basic : 2.6 -> 2.6.2 mono-tools : 2.6.1 -> 2.6.2 monodevelop : 2.0 -> 2.2.2 monodevelop-debugger-mdb: 2.2 -> 2.2.1 muparser : v130 -> v132 nasm : 2.07 -> 2.08.01 obexd : 0.21 -> 0.22 openafs : 1.4.11 -> 1.4.12 openafs-driver : 1.4.11 -> 1.4.12 pgadmin3 : 1.10.1 -> 1.10.2 phonon : 4.3.80 -> 4.4.0 phpMyAdmin : 3.3.0 -> 3.3.1 poedit : 1.4.2 -> 1.4.5 postgresql : 8.4.2 -> 8.4.3 pure-ftpd : 1.0.28 -> 1.0.29 qscintilla2 : gpl-2.4.2 -> gpl-2.4.3 schroedinger : 1.0.7 -> 1.0.9 sip : 4.10 -> 4.10.1 squid : 3.0.STABLE23 -> 3.0.STABLE25 stgit : 0.14.3 -> 0.15 sylpheed : 3.0.0 -> 3.0.1 transmission : 1.91 -> 1.92 unrar : 3.9.9 -> 3.9.10 unrtf : 0.20.4-1 -> 0.21.1 util-macros : 1.6.0 -> 1.6.1 wormux : 0.9.0 -> 0.9.1 xf86-input-vmmouse : 12.6.6 -> 12.6.7 xf86-video-ati : 6.12.4 -> 6.12.6 xinit : 1.2.0 -> 1.2.1 xinput : 1.5.0 -> 1.5.1 xorg-server : 1.7.5 -> 1.7.6 xsp : 2.6 -> 2.6.3 Moved modules: gnome-desktop-sharp : gnome2/desktop -> mono gnome-sharp : gnome2/desktop -> mono monodevelop : gnome2/apps -> mono ===================================================================== The Lunar-Linux team From maintainer at lunar-linux.org Fri Mar 26 12:35:44 2010 From: maintainer at lunar-linux.org (maintainer at lunar-linux.org) Date: Fri, 26 Mar 2010 12:35:44 +0100 (CET) Subject: weekly news - 20100326 Message-ID: <20100326113544.50722F5B05@doppio.foo-projects.org> Hi! Here's the latest weekly news edition! ===================================================================== ===================================================================== New modules: (8) apache-log4cxx-0.10.0: logging framework for C++ cppunit-1.12.1: C++ unit testing framework g15daemon-1.9.5.3: G15daemon takes control of the G15 keyboard, through the linux ke knutclient-1.0: KDE UPS client libg15-1.2.7: Library to give low-level access to the Logitech G15 keyboard libg15render-1.2: Library to render text and shapes usable by the Logitech G15 keyb libxls-0.2.0: C library which can read Excel (xls) files nut-2.4.3: Network UPS Tools New versions: (47) NVIDIA : 190.53 -> 195.36.15 Python : 2.6.4 -> 2.6.5 aria2 : 1.8.3 -> 1.9.0 banshee : 1.5.5 -> 1.5.7 bison : 2.4.1 -> 2.4.2 cronie : 1.4.3 -> 1.4.4 dbus : 1.2.20 -> 1.2.24 emelfm2 : 0.7.1 -> 0.7.2 firefox : 3.6 -> 3.6.2 firefox-bin : 3.6 -> 3.6.2 gdb : 7.0.1 -> 7.1 git : 1.7.0.2 -> 1.7.0.3 gnutls : 2.8.5 -> 2.8.6 gocr : 0.45 -> 0.48 grep : 2.5.4 -> 2.6.1 gsl : 1.13 -> 1.14 inotify-tools : 3.13 -> 3.14 iproute2 : 2.6.31 -> 2.6.33 kmplayer4 : 0.11.2 -> 0.11.2a lftp : 4.0.5 -> 4.0.6 libtasn1 : 2.4 -> 2.5 libxml2 : 2.7.6 -> 2.7.7 logilab-astng : 0.19.3 -> 0.20.0 logilab-common : 0.46.0 -> 0.49.0 lunar : 20091101 -> 20100324 lzip : 1.8 -> 1.9 lzma-sdk : 910 -> 912 mdadm : 2.6.9 -> 3.1.2 miro : 2.5.4 -> 3.0 mkvtoolnix : 3.2.0 -> 3.3.0 mpd : 0.15.7 -> 0.15.9 mysql : 5.1.44 -> 5.1.45 nspr : 4.8.3 -> 4.8.4 openbox : 3.4.11 -> 3.4.11.1 openssl : 0.9.8m -> 0.9.8n pcmanfm : 0.5 -> 0.5.2 pcre : 8.01 -> 8.02 pylint : 0.19.0 -> 0.20.0 shorewall : 3.4.7 -> 4.4.8 smb4k4 : 0.10.5 -> 0.10.6 stunnel : 4.31 -> 4.32 theedge : 20091101 -> 20100324 usbutils : 0.86 -> 0.87 virtualbox : 3.1.4 -> 3.1.6 wine : 1.1.40 -> 1.1.41 xmlto : 0.0.22 -> 0.0.23 zlib : 1.2.3 -> 1.2.4 ===================================================================== The Lunar-Linux team