Bug#417206: marked as done (FTBFS with GCC 4.3: missing #includes)

2007-09-11 Thread Debian Bug Tracking System
Your message dated Tue, 11 Sep 2007 09:02:06 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417206: fixed in gnome-apt 0.4.9-3
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: gnome-apt
Version: 0.4.9-2
Usertags: ftbfs-gcc-4.3
Tags: patch

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, the C++ header
dependencies have been cleaned up.  The advantage of this is that
programs will compile faster.  The downside is that you actually
need to directly #include everything you use (but you really should
do this anyway, otherwise your program won't work with any compiler
other than GCC).  Some background of this can be found at
http://gcc.gnu.org/PR28080

You can reproduce this problem with gcc-snapshot from unstable.

> Automatic build of gnome-apt_0.4.9-2 on em64t by sbuild/amd64 0.53
...
> cachecontrol.cc: In function 'void store_add_category(GtkTreeStore*, const 
> gchar*, std::vector, 
> std::allocator >, std::allocator std::char_traits, std::allocator > > >)':
> cachecontrol.cc:107: error: 'sort' was not declared in this scope
> make[4]: *** [gnome_apt-cachecontrol.o] Error 1

--- src/cachecontrol.cc~2007-04-01 20:03:05.0 +
+++ src/cachecontrol.cc 2007-04-01 20:03:20.0 +
@@ -24,6 +24,7 @@
  **/
 
 #include 
+#include 
 #include 
 #include 
 #include 
--- src/gnome-apt.cc~   2007-04-01 20:04:08.0 +
+++ src/gnome-apt.cc2007-04-01 20:04:24.0 +
@@ -33,6 +33,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 
--- src/menus.cc~   2007-04-01 20:05:36.0 +
+++ src/menus.cc2007-04-01 20:05:43.0 +
@@ -35,6 +35,7 @@
 #include "pkgutil.h"
 #include "preferences.h"
 #include "sources.h"
+#include 
 
 #define GNOME_APT_LOGO "/usr/share/pixmaps/gnome-apt.png"
 

-- 
Martin Michlmayr
http://www.cyrius.com/

--- End Message ---
--- Begin Message ---
Source: gnome-apt
Source-Version: 0.4.9-3

We believe that the bug you reported is fixed in the latest version of
gnome-apt, which is due to be installed in the Debian FTP archive:

gdeb_0.4.9-3_amd64.deb
  to pool/main/g/gnome-apt/gdeb_0.4.9-3_amd64.deb
gnome-apt_0.4.9-3.dsc
  to pool/main/g/gnome-apt/gnome-apt_0.4.9-3.dsc
gnome-apt_0.4.9-3.tar.gz
  to pool/main/g/gnome-apt/gnome-apt_0.4.9-3.tar.gz
gnome-apt_0.4.9-3_amd64.deb
  to pool/main/g/gnome-apt/gnome-apt_0.4.9-3_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Ablassmeier <[EMAIL PROTECTED]> (supplier of updated gnome-apt package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 11 Sep 2007 10:11:16 +0200
Source: gnome-apt
Binary: gdeb gnome-apt
Architecture: source amd64
Version: 0.4.9-3
Distribution: unstable
Urgency: low
Maintainer: [EMAIL PROTECTED]
Changed-By: Michael Ablassmeier <[EMAIL PROTECTED]>
Description: 
 gdeb   - graphical package inspection tool
 gnome-apt  - graphical package manager
Closes: 417206 430054
Changes: 
 gnome-apt (0.4.9-3) unstable; urgency=low
 .
   * QA upload.
   * Fix FTBFS due to missing #include (Closes: #430054)
   * Add Patch for gcc-4.3 compatibility (Closes: #417206)
   * Adjust clean target in debian/rules
   * Use debian/compat rather than exporting it in debian/rules
   * Adjust menu file, replace obsoleted Section.
Files: 
 b063c25ce055a9426aca2c2dcd02e9b2 597 gnome optional gnome-apt_0.4.9-3.dsc
 6cbce82280e2cb4686b976c18602a60d 584421 gnome optional gnome-apt_0.4.9-3.tar.gz
 717077298b0c1724b7d794f4e8a33d37 251580 gnome optional 
gnome-apt_0.4.9-3_amd64.deb
 4b84d3928324ff10a50e997c1f844bad 30992 utils optional gdeb_0.4.9-3_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFG5lC1EFV7g4B8rCURAiniAJ440URY6cwEerVyd8Dnr8SBZ8Ug5wCg80qf
Hu2VOQxsk+412BjGuN/oxTQ=
=dUj7
-END PGP SIGNATURE-


--- End Message ---


Bug#430054: marked as done (gnome-apt: FTBFS with g++-4.2: 'gettext' was not declared in this scope)

2007-09-11 Thread Debian Bug Tracking System
Your message dated Tue, 11 Sep 2007 09:02:06 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#430054: fixed in gnome-apt 0.4.9-3
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: gnome-apt
Version: 0.4.9-2
Severity: important

From my pbuilder build log, using a chroot with packages mostly from sid,
except that gcc-defaults is from experimental:

...
Making all in gdeb
make[4]: Entering directory `/tmp/buildd/gnome-apt-0.4.9/src/gdeb'
if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include -I/usr/include/gtk-2.0 
-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo 
-I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/libgksu1.2 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgksuui1.0 
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 
-I/usr/include/libpng12   -DPREFIX=\"/usr\" -DSYSCONFDIR=\"/etc\" 
-DDATADIR=\"/usr/share\" -DLIBDIR=\"/usr/lib\" -DGNOME_DISABLE_DEPRECATED 
-DGTK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED 
-DGDK_DISABLE_DEPRECATED -DGLIB_DISABLE_DEPRECATED -DG_LOG_DOMAIN="\"GDeb\"" 
-DGNOMELOCALEDIR=\""/usr/share/locale"\"-g -O2 -DG_DISABLE_CHECKS=1 -MT 
main.o -MD -MP -MF ".deps/main.Tpo" \
  -c -o main.o `test -f 'main.cc' || echo './'`main.cc; \
then mv -f ".deps/main.Tpo" ".deps/main.Po"; \
else rm -f ".deps/main.Tpo"; exit 1; \
fi
main.cc: In member function 'virtual std::string DebPackage::Status()':
main.cc:73: error: 'gettext' was not declared in this scope
main.cc: In constructor 'DebPackage::DebPackage(const std::string&)':
main.cc:115: error: 'gettext' was not declared in this scope
main.cc:122: error: 'gettext' was not declared in this scope
main.cc:128: error: 'gettext' was not declared in this scope
...
make[4]: *** [main.o] Error 1
make[4]: Leaving directory `/tmp/buildd/gnome-apt-0.4.9/src/gdeb'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/tmp/buildd/gnome-apt-0.4.9/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/buildd/gnome-apt-0.4.9'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/buildd/gnome-apt-0.4.9'
make: *** [build-stamp] Error 2
-- 
Daniel Schepler

--- End Message ---
--- Begin Message ---
Source: gnome-apt
Source-Version: 0.4.9-3

We believe that the bug you reported is fixed in the latest version of
gnome-apt, which is due to be installed in the Debian FTP archive:

gdeb_0.4.9-3_amd64.deb
  to pool/main/g/gnome-apt/gdeb_0.4.9-3_amd64.deb
gnome-apt_0.4.9-3.dsc
  to pool/main/g/gnome-apt/gnome-apt_0.4.9-3.dsc
gnome-apt_0.4.9-3.tar.gz
  to pool/main/g/gnome-apt/gnome-apt_0.4.9-3.tar.gz
gnome-apt_0.4.9-3_amd64.deb
  to pool/main/g/gnome-apt/gnome-apt_0.4.9-3_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Ablassmeier <[EMAIL PROTECTED]> (supplier of updated gnome-apt package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 11 Sep 2007 10:11:16 +0200
Source: gnome-apt
Binary: gdeb gnome-apt
Architecture: source amd64
Version: 0.4.9-3
Distribution: unstable
Urgency: low
Maintainer: [EMAIL PROTECTED]
Changed-By: Michael Ablassmeier <[EMAIL PROTECTED]>
Description: 
 gdeb   - graphical package inspection tool
 gnome-apt  - graphical package manager
Closes: 417206 430054
Changes: 
 gnome-apt (0.4.9-3) unstable; urgency=low
 .
   * QA upload.
   * Fix FTBFS due to missing #include (Closes: #430054)
   * Add Patch for gcc-4.3 compatibility (Closes: #417206)
   * Adjust clean target in debian/rules
   * Use debian/compat rather than exporting it in debian/rules
   * Adjust menu file, replace obsoleted Section.
Files: 
 b063c25ce055a9426aca2c2dcd02e9b2 597 gnome optional gnome-apt_0.4.9-3.dsc
 6cbce82280e2cb4686b976c18602a60d 584421 gnome optional gnome-apt_0.4.9-3.tar.gz
 717077298b0c1724b7d794f4e8a33d37 251580 gnome optional 
gnome-apt_0.4.9-3_amd64.deb
 4b84d39

Bug#441682: netdude: FTBFS: nd_fddi.c:37:21: error: net/bpf.h: No such file or directory

2007-09-11 Thread Rene Mayorga
tags 441682 + patch
thanks

El lun, 10-09-2007 a las 21:58 +0200, Lucas Nussbaum escribió:
> Package: netdude
> version: 0.3.3-4
> Severity: serious
> User: [EMAIL PROTECTED]
> Usertags: qa-ftbfs-20070905 qa-ftbfs
> Justification: FTBFS on i386
> 
> Hi,
> 
> During a rebuild of all packages in sid, your package failed to build on i386.
> 
> Relevant part:
> make[4]: Entering directory `/build/user/netdude-0.3.3/protocols/fddi'
> if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
> -I../.. -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 
> -I/usr/lib/glib/include -I../.. -I../../libltdl -I../../include -W -Wall
> -g -O2 -MT nd_fddi.lo -MD -MP -MF ".deps/nd_fddi.Tpo" -c -o nd_fddi.lo 
> nd_fddi.c; \
>   then mv -f ".deps/nd_fddi.Tpo" ".deps/nd_fddi.Plo"; else rm -f 
> ".deps/nd_fddi.Tpo"; exit 1; fi
> mkdir .libs
>  gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/gtk-1.2 
> -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I../.. -I../../libltdl 
> -I../../include -W -Wall -g -O2 -MT nd_fddi.lo -MD -MP -MF .deps/nd_fddi.Tpo 
> -c nd_fddi.c  -fPIC -DPIC -o .libs/nd_fddi.o
> nd_fddi.c:37:21: error: net/bpf.h: No such file or directory

Changing Build-dep from libpcap-dev to libpcap0.7-dev resolves the
problem.

I attach a smal diff with this change and an entry in the changelog set
as QA upload.


Cheers

-- 
Rene Mauricio Mayorga   |  GPG: A209C305
http://rmayorga.org |  
--
08B6 58AB A691 DD56 C30B  8D37 8040 19FA A209 C305
diff -ruN netdude-0.3.3.orig/debian/changelog netdude-0.3.3/debian/changelog
--- netdude-0.3.3.orig/debian/changelog	2007-09-11 13:18:41.0 -0600
+++ netdude-0.3.3/debian/changelog	2007-09-11 13:19:05.0 -0600
@@ -1,3 +1,10 @@
+netdude (0.3.3-5) unstable; urgency=low
+
+  * QA upload.
+  * libpcap-dev changed to libpcap0.7-dev in Build-Dep (Closes: #441682)
+
+ -- Rene Mayorga <[EMAIL PROTECTED]>  Tue, 11 Sep 2007 13:14:03 -0600
+
 netdude (0.3.3-4) unstable; urgency=low
 
   * QA upload.
diff -ruN netdude-0.3.3.orig/debian/control netdude-0.3.3/debian/control
--- netdude-0.3.3.orig/debian/control	2007-09-11 13:18:41.0 -0600
+++ netdude-0.3.3/debian/control	2007-09-11 13:18:58.0 -0600
@@ -2,7 +2,7 @@
 Section: net
 Priority: optional
 Maintainer: Debian QA Group <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 3.0.0), autotools-dev, gettext, bison, m4, libgtk1.2-dev, libpcap-dev, dpatch
+Build-Depends: debhelper (>> 3.0.0), autotools-dev, gettext, bison, m4, libgtk1.2-dev, libpcap0.7-dev, dpatch
 Standards-Version: 3.6.1
 
 Package: netdude


signature.asc
Description: Esta parte del mensaje está firmada	digitalmente


Processed: Re: Bug#441682: netdude: FTBFS: nd_fddi.c:37:21: error: net/bpf.h: No such file or directory

2007-09-11 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tags 441682 + patch
Bug#441682: netdude: FTBFS: nd_fddi.c:37:21: error: net/bpf.h: No such file or 
directory
There were no tags set.
Tags added: patch

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processing of netdude_0.3.3-5_i386.changes

2007-09-11 Thread Archive Administrator
netdude_0.3.3-5_i386.changes uploaded successfully to localhost
along with the files:
  netdude_0.3.3-5.dsc
  netdude_0.3.3-5.diff.gz
  netdude_0.3.3-5_i386.deb
  netdude-dev_0.3.3-5_i386.deb
  libnetdude_0.3.3-5_i386.deb

Greetings,

Your Debian queue daemon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



netdude_0.3.3-5_i386.changes ACCEPTED

2007-09-11 Thread Debian Installer

Accepted:
libnetdude_0.3.3-5_i386.deb
  to pool/main/n/netdude/libnetdude_0.3.3-5_i386.deb
netdude-dev_0.3.3-5_i386.deb
  to pool/main/n/netdude/netdude-dev_0.3.3-5_i386.deb
netdude_0.3.3-5.diff.gz
  to pool/main/n/netdude/netdude_0.3.3-5.diff.gz
netdude_0.3.3-5.dsc
  to pool/main/n/netdude/netdude_0.3.3-5.dsc
netdude_0.3.3-5_i386.deb
  to pool/main/n/netdude/netdude_0.3.3-5_i386.deb


Override entries for your package:
libnetdude_0.3.3-5_i386.deb - optional libs
netdude-dev_0.3.3-5_i386.deb - optional devel
netdude_0.3.3-5.dsc - source x11
netdude_0.3.3-5_i386.deb - optional x11

Announcing to [EMAIL PROTECTED]
Closing bugs: 441682 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#441682: marked as done (netdude: FTBFS: nd_fddi.c:37:21: error: net/bpf.h: No such file or directory)

2007-09-11 Thread Debian Bug Tracking System
Your message dated Tue, 11 Sep 2007 21:17:20 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#441682: fixed in netdude 0.3.3-5
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: netdude
version: 0.3.3-4
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070905 qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
make[4]: Entering directory `/build/user/netdude-0.3.3/protocols/fddi'
if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. 
-I../.. -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include 
-I../.. -I../../libltdl -I../../include -W -Wall-g -O2 -MT nd_fddi.lo -MD 
-MP -MF ".deps/nd_fddi.Tpo" -c -o nd_fddi.lo nd_fddi.c; \
then mv -f ".deps/nd_fddi.Tpo" ".deps/nd_fddi.Plo"; else rm -f 
".deps/nd_fddi.Tpo"; exit 1; fi
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/gtk-1.2 
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I../.. -I../../libltdl 
-I../../include -W -Wall -g -O2 -MT nd_fddi.lo -MD -MP -MF .deps/nd_fddi.Tpo -c 
nd_fddi.c  -fPIC -DPIC -o .libs/nd_fddi.o
nd_fddi.c:37:21: error: net/bpf.h: No such file or directory
make[4]: *** [nd_fddi.lo] Error 1
make[4]: Leaving directory `/build/user/netdude-0.3.3/protocols/fddi'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/build/user/netdude-0.3.3/protocols'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/build/user/netdude-0.3.3'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/build/user/netdude-0.3.3'
make: *** [build-stamp] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/09/05

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


--- End Message ---
--- Begin Message ---
Source: netdude
Source-Version: 0.3.3-5

We believe that the bug you reported is fixed in the latest version of
netdude, which is due to be installed in the Debian FTP archive:

libnetdude_0.3.3-5_i386.deb
  to pool/main/n/netdude/libnetdude_0.3.3-5_i386.deb
netdude-dev_0.3.3-5_i386.deb
  to pool/main/n/netdude/netdude-dev_0.3.3-5_i386.deb
netdude_0.3.3-5.diff.gz
  to pool/main/n/netdude/netdude_0.3.3-5.diff.gz
netdude_0.3.3-5.dsc
  to pool/main/n/netdude/netdude_0.3.3-5.dsc
netdude_0.3.3-5_i386.deb
  to pool/main/n/netdude/netdude_0.3.3-5_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matej Vela <[EMAIL PROTECTED]> (supplier of updated netdude package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 11 Sep 2007 22:18:17 +0200
Source: netdude
Binary: netdude libnetdude netdude-dev
Architecture: source i386
Version: 0.3.3-5
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <[EMAIL PROTECTED]>
Changed-By: Matej Vela <[EMAIL PROTECTED]>
Description: 
 libnetdude - NETwork DUmp data Displayer and Editor for tcpdump trace files
 netdude- NETwork DUmp data Displayer and Editor for tcpdump trace files
 netdude-dev - NETwork DUmp data Displayer and Editor for tcpdump trace files
Closes: 441682
Changes: 
 netdude (0.3.3-5) unstable; urgency=medium
 .
   * QA upload.
   * protocols/fddi/nd_fddi.c: Let pcap.h include the correct bpf.h
 (net/bpf.h in pcap 0.7, pcap-bpf.h in pcap 0.8).  Closes: #441682.
   * debian/menu: Update section to Applications/Network/Monitoring.
Files: 
 c02f9c130d33afa2d9188bc16acb810c 667 net optional netdude_0.3.3-5.dsc
 b21706581ae13116934c0df2e9eecb98 430663 net optional netdude_0.3.3-5.diff.gz
 2c28691d2d800df0d543f4bda851893d 532768 x11 optional netdude_0.3.3-5_i386.deb
 4bccad8560

Bug#428944: mctools-lite: FTBFS: /usr/include/linux/types.h:165: error: redefinition of 'struct ustat'

2007-09-11 Thread Barry deFreese
In looking at this in Ubuntu it appears that replacing the deprecated 
ustat.h with statfs.h in hardware.c seems to resolve the issue.


Thank you,

Barry deFreese (aka bddebian)



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Offer!!

2007-09-11 Thread Brandon And May Inc


Hello, 

 

I am Alan Entoray, Director/CEO of "Brandon And May Inc.My Company deals 

with Art designs, African crafts and musical instruments, sales and 

supplies. Our headquarters is in London and we also have stores in Holland 

, France , Malaysia , Scotland and Germany . 

 

I am using this opportunity to introduce to you a new job opening while 

you are still working at your present working place. We need someone to 

work for the company as a Representative/Bookkeeper in USA . This is an 

employment opportunity and that anyone is qualified to take up this 

post from any location in the states. 

 

It’s a very easy job that is not expecting too much of such 

experience from you and it won’t disturb your present Job. The average monthly 

income is about 3,500.00 USD and this job takes only 1 hour per day 

from home or anywhere you have access to a computer. If you are 

interested, kindly reply immediately. This space is opened till the 25th of 
oct, 

2007.

 

Alan Entoray

Director/CEO,

Brandon And May Inc.

NB:REPLY DIRECTLY TO ME HERE:- [EMAIL PROTECTED] , I REPLY 

IMMEDIATELY





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]