Bug#378943: marked as done (ITA: swedish -- The Swedish dictionary for ispell)

2006-07-27 Thread Debian Bug Tracking System
Your message dated Thu, 27 Jul 2006 10:02:39 +0200
with message-id <[EMAIL PROTECTED]>
and subject line ITA: swedish -- The Swedish dictionary for ispell
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: wswedish
Severity: ITA

I would like to adopt this package.

Jeremiah Foster


--- End Message ---
--- Begin Message ---
retitle 156532 ITA: swedish -- The Swedish dictionary for ispell.
owner 156532 Jeremiah Foster <[EMAIL PROTECTED]>
thanks

Jeremiah Foster <[EMAIL PROTECTED]> writes:

> Package: wswedish
> Severity: ITA
>
> I would like to adopt this package.

The intended way to state an intent-to-adopt is to retitle the WNPP
bug (in this case, #156532) and set yourself as its owner.  See
 for more information.

Anyway, the top two lines will do this for you.  I'm also closing
#378943 rather than merging it with #156532 to reduce clutter.

Cheers,

Matej
--- End Message ---


Bug#380066: libggi: FTBFS on GNU/kFreeBSD

2006-07-27 Thread Petr Salinger

Package: libggi
Severity: important
Version: 1:2.2.1-2
Tags: patch


Hi,

the current version fails to build on GNU/kFreeBSD.

It needs to restrict fbdev support only for Linux archs.
Please find attached patch with that.

Thanks in advance

Petrdiff -u libggi-2.2.1/debian/control libggi-2.2.1/debian/control
--- libggi-2.2.1/debian/control
+++ libggi-2.2.1/debian/control
@@ -169,7 +169,7 @@
   Homepage: http://www.ggi-project.org/
 
 Package: libggi-target-fbdev
-Architecture: any
+Architecture: i386 ia64 alpha amd64 armeb arm hppa m32r m68k mips mipsel 
powerpc ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc
 Section: libs
 Priority: optional
 Depends: ${shlibs:Depends}, ${misc:Depends}, makedev (>= 2.3.1-24) | devfsd
diff -u libggi-2.2.1/debian/rules libggi-2.2.1/debian/rules
--- libggi-2.2.1/debian/rules
+++ libggi-2.2.1/debian/rules
@@ -14,6 +14,7 @@
 #HOST_ARCH  := $(if $(DEB_HOST_ARCH),$(DEB_HOST_ARCH),$(shell 
dpkg-architecture -qDEB_HOST_ARCH))
 BUILD_TYPE := $(if $(DEB_BUILD_GNU_TYPE),$(DEB_BUILD_GNU_TYPE),$(shell 
dpkg-architecture -qDEB_BUILD_GNU_TYPE))
 HOST_TYPE  := $(if $(DEB_HOST_GNU_TYPE),$(DEB_HOST_GNU_TYPE),$(shell 
dpkg-architecture -qDEB_HOST_GNU_TYPE))
+DEB_HOST_ARCH_OS = $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
 
 #DFBGFX := /usr/lib/directfb-$(shell directfb-config --version)/gfxdrivers
 
@@ -99,12 +100,14 @@
 mv bin/cube3d  bin/ggi-cube3d; \
 mv bin/monitestbin/ggi-monitest;   \
 mv share/man/man1/cube3d.1 share/man/man1/ggi-cube3d.1;\
-mv share/man/man1/monitest.1   share/man/man1/ggi-monitest.1;  \
-\
+mv share/man/man1/monitest.1   share/man/man1/ggi-monitest.1;  )
+ifeq (linux,$(DEB_HOST_ARCH_OS))
+   ( set -e;
 cd $(INSTDIR)/etc/ggi/targets; \
 mv fbdev.conf fbdev.conf-unhacked; \
 sed -e '/directfb/ s/^/#/' fbdev.conf;   \
 rm fbdev.conf-unhacked;)
+endif
 
 
 # Build architecture-independent files here.
@@ -127,10 +130,12 @@
dh_movefiles-p$(tmtpkg) usr/lib/ggi/display/monotext.*
dh_movefiles-p$(ttipkg) usr/lib/ggi/display/terminfo.*
dh_movefiles-p$(tvcpkg) usr/lib/ggi/display/vcsa.*
+ifeq (linux,$(DEB_HOST_ARCH_OS))
dh_movefiles-p$(tfbpkg) usr/lib/ggi/display/fbdev.* \
usr/lib/ggi/display/linvtsw.*   \
usr/lib/ggi/default/fbdev/*/*.so\
etc/ggi/targets/fbdev.conf
+endif
dh_movefiles-p$(tgdpkg) usr/lib/ggi/display/glide.*
dh_movefiles-p$(tsvpkg) usr/lib/ggi/display/vgagl.* \
usr/lib/ggi/display/svgalib*.*
@@ -166,11 +171,15 @@
dh_link -p$(devpkg) usr/share/doc/$(libpkg) \
usr/share/doc/$(devpkg)
 #  dh_installdebconf
+ifeq (linux,$(DEB_HOST_ARCH_OS))
dh_installdocs  -N$(smppkg) -N$(emupkg) -N$(tmtpkg) -N$(tfbpkg) 
-N$(txxpkg)
+   dh_installdocs  -p$(tfbpkg) debian/tmp/README.mach64
+else
+   dh_installdocs  -N$(smppkg) -N$(emupkg) -N$(tmtpkg) -N$(txxpkg)
+endif
dh_installdocs  -p$(smppkg) debian/README.samples
dh_installdocs  -p$(emupkg) debian/tmp/README.*emu
dh_installdocs  -p$(tmtpkg) debian/tmp/README.monotext
-   dh_installdocs  -p$(tfbpkg) debian/tmp/README.mach64
dh_installdocs  -p$(txxpkg) debian/tmp/README.X
dh_installexamples -p$(smppkg)  programs/demos/*.c programs/util/*.c
dh_installmenu


Bug#380066: marked as done (libggi: FTBFS on GNU/kFreeBSD)

2006-07-27 Thread Debian Bug Tracking System
Your message dated Thu, 27 Jul 2006 05:32:04 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#380066: fixed in libggi 1:2.2.1-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: libggi
Severity: important
Version: 1:2.2.1-2
Tags: patch


Hi,

the current version fails to build on GNU/kFreeBSD.

It needs to restrict fbdev support only for Linux archs.
Please find attached patch with that.

Thanks in advance

Petrdiff -u libggi-2.2.1/debian/control libggi-2.2.1/debian/control
--- libggi-2.2.1/debian/control
+++ libggi-2.2.1/debian/control
@@ -169,7 +169,7 @@
   Homepage: http://www.ggi-project.org/
 
 Package: libggi-target-fbdev
-Architecture: any
+Architecture: i386 ia64 alpha amd64 armeb arm hppa m32r m68k mips mipsel 
powerpc ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc
 Section: libs
 Priority: optional
 Depends: ${shlibs:Depends}, ${misc:Depends}, makedev (>= 2.3.1-24) | devfsd
diff -u libggi-2.2.1/debian/rules libggi-2.2.1/debian/rules
--- libggi-2.2.1/debian/rules
+++ libggi-2.2.1/debian/rules
@@ -14,6 +14,7 @@
 #HOST_ARCH  := $(if $(DEB_HOST_ARCH),$(DEB_HOST_ARCH),$(shell 
dpkg-architecture -qDEB_HOST_ARCH))
 BUILD_TYPE := $(if $(DEB_BUILD_GNU_TYPE),$(DEB_BUILD_GNU_TYPE),$(shell 
dpkg-architecture -qDEB_BUILD_GNU_TYPE))
 HOST_TYPE  := $(if $(DEB_HOST_GNU_TYPE),$(DEB_HOST_GNU_TYPE),$(shell 
dpkg-architecture -qDEB_HOST_GNU_TYPE))
+DEB_HOST_ARCH_OS = $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
 
 #DFBGFX := /usr/lib/directfb-$(shell directfb-config --version)/gfxdrivers
 
@@ -99,12 +100,14 @@
 mv bin/cube3d  bin/ggi-cube3d; \
 mv bin/monitestbin/ggi-monitest;   \
 mv share/man/man1/cube3d.1 share/man/man1/ggi-cube3d.1;\
-mv share/man/man1/monitest.1   share/man/man1/ggi-monitest.1;  \
-\
+mv share/man/man1/monitest.1   share/man/man1/ggi-monitest.1;  )
+ifeq (linux,$(DEB_HOST_ARCH_OS))
+   ( set -e;
 cd $(INSTDIR)/etc/ggi/targets; \
 mv fbdev.conf fbdev.conf-unhacked; \
 sed -e '/directfb/ s/^/#/' fbdev.conf;   \
 rm fbdev.conf-unhacked;)
+endif
 
 
 # Build architecture-independent files here.
@@ -127,10 +130,12 @@
dh_movefiles-p$(tmtpkg) usr/lib/ggi/display/monotext.*
dh_movefiles-p$(ttipkg) usr/lib/ggi/display/terminfo.*
dh_movefiles-p$(tvcpkg) usr/lib/ggi/display/vcsa.*
+ifeq (linux,$(DEB_HOST_ARCH_OS))
dh_movefiles-p$(tfbpkg) usr/lib/ggi/display/fbdev.* \
usr/lib/ggi/display/linvtsw.*   \
usr/lib/ggi/default/fbdev/*/*.so\
etc/ggi/targets/fbdev.conf
+endif
dh_movefiles-p$(tgdpkg) usr/lib/ggi/display/glide.*
dh_movefiles-p$(tsvpkg) usr/lib/ggi/display/vgagl.* \
usr/lib/ggi/display/svgalib*.*
@@ -166,11 +171,15 @@
dh_link -p$(devpkg) usr/share/doc/$(libpkg) \
usr/share/doc/$(devpkg)
 #  dh_installdebconf
+ifeq (linux,$(DEB_HOST_ARCH_OS))
dh_installdocs  -N$(smppkg) -N$(emupkg) -N$(tmtpkg) -N$(tfbpkg) 
-N$(txxpkg)
+   dh_installdocs  -p$(tfbpkg) debian/tmp/README.mach64
+else
+   dh_installdocs  -N$(smppkg) -N$(emupkg) -N$(tmtpkg) -N$(txxpkg)
+endif
dh_installdocs  -p$(smppkg) debian/README.samples
dh_installdocs  -p$(emupkg) debian/tmp/README.*emu
dh_installdocs  -p$(tmtpkg) debian/tmp/README.monotext
-   dh_installdocs  -p$(tfbpkg) debian/tmp/README.mach64
dh_installdocs  -p$(txxpkg) debian/tmp/README.X
dh_installexamples -p$(smppkg)  programs/demos/*.c programs/util/*.c
dh_installmenu
--- End Message ---
--- Begin Message ---
Source: libggi
Source-Version: 1:2.2.1-3

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

libggi-samples_2.2.1-3_i386.deb
  to pool/main/libg/libggi/libggi-samples_2.2.1-3_i386.deb
libggi-target-aa_2.2.1-3_i386.deb
  to pool/main/libg/libggi/libggi-target-aa_2.2.1-3_i386.deb
libggi-target-emu_2.2.1-3_i386.deb
  to pool/main/libg/libggi/libggi-target-emu_2.2.1-3_i386.deb
libggi-target-fbdev_2.2.1-3_i386.d

Bug#380066: libggi: FTBFS on GNU/kFreeBSD

2006-07-27 Thread Amaya
Anibal,

You did the last upload, do you mind if I take care of this?

Petr Salinger wrote:
> It needs to restrict fbdev support only for Linux archs.
> Please find attached patch with that.


-- 
  ·''`.  Policy is your friend. Trust the Policy.
 : :' : Love the Policy. Obey the Policy. -- Lars Wirzenius
 `. `'   Proudly running unstable Debian GNU/Linux
   `- www.amayita.com  www.malapecora.com  www.chicasduras.com



Bug#364344: fixed

2006-07-27 Thread Debian Archive Maintenance
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

  mgapdesk | 1.00.7beta-6 | source, i386

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive (ftp-master.debian.org) and will not propagate to any
mirrors (ftp.debian.org included) until the next cron.daily run at the
earliest.

Packages are never removed from testing by hand.  Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems.

Bugs which have been reported against this package are not automatically
removed from the Bug Tracking System.  Please check all open bugs and
close them or re-assign them to another package if the removed package
was superseded by another one.

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

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

Debian distribution maintenance software
pp.
Joerg Jaspert (the ftpmaster behind the curtain)


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



Bug#347469: fixed

2006-07-27 Thread Debian Archive Maintenance
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

installwatch |0.6.3-2 | hurd-i386
installwatch | 0.7.0beta4-2 | source, alpha, amd64, arm, hppa, i386, ia64, 
m68k, mips, mipsel, powerpc, s390, sparc

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive (ftp-master.debian.org) and will not propagate to any
mirrors (ftp.debian.org included) until the next cron.daily run at the
earliest.

Packages are never removed from testing by hand.  Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems.

Bugs which have been reported against this package are not automatically
removed from the Bug Tracking System.  Please check all open bugs and
close them or re-assign them to another package if the removed package
was superseded by another one.

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

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

Debian distribution maintenance software
pp.
Joerg Jaspert (the ftpmaster behind the curtain)


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



Bug#348195: fixed

2006-07-27 Thread Debian Archive Maintenance
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

kimberlite |1.1.0-4 | source, alpha, amd64, arm, hppa, i386, ia64, m68k, 
mips, mipsel, powerpc, s390, sparc
kimberlite-doc |1.1.0-4 | all

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive (ftp-master.debian.org) and will not propagate to any
mirrors (ftp.debian.org included) until the next cron.daily run at the
earliest.

Packages are never removed from testing by hand.  Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems.

Bugs which have been reported against this package are not automatically
removed from the Bug Tracking System.  Please check all open bugs and
close them or re-assign them to another package if the removed package
was superseded by another one.

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

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

Debian distribution maintenance software
pp.
Joerg Jaspert (the ftpmaster behind the curtain)


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



Processed: Re: Bug#379892: default config crawls the htdig.org website

2006-07-27 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> severity 379892 normal
Bug#379892: default config crawls the htdig.org website
Severity set to `normal' from `important'

> tags 379892 upstream wontfix
Bug#379892: default config crawls the htdig.org website
There were no tags set.
Tags added: upstream, wontfix

> stop
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]



Bug#379892: default config crawls the htdig.org website

2006-07-27 Thread Christopher Martin
severity 379892 normal
tags 379892 upstream wontfix
stop

On Wednesday 26 July 2006 04:07, Laurent Bonnaud wrote:
> Package: htdig
> Version: 1:3.2.0b6-1
> Severity: important
>
> in /etc/htdig/htdig.conf one reads:
>
> start_url:  http://www.htdig.org/
>
> If the Debian admin does not change this, each day the htdig.org
> website will be crawled.  Multiplied by the number of Debian
> installation left in this default state, this could cause a DDoS for
> the htdig.org website.

This is the upstream default, and it has been like that for a long time. 
I doubt that this package is popular enough to cause much disruption 
(and it will only go to htdig.org it if the 'run runding' debconf 
option is accepted). Also, I suspect that they would have complained by 
now, or changed their software's defaults, if it were an issue.

But still - you may yet have a point, since more KDE users might install 
htdig now that KHelpCenter searching is fixed in KDE 3.5.4 (coming 
soon). So I'll keep this bug open in case things go wrong.

Thanks,
Christopher Martin


pgpMpgm84rGb6.pgp
Description: PGP signature


Bug#350141: marked as done (gtk-qt-engine: ftbfs [sparc] autoconf: command not found)

2006-07-27 Thread Debian Bug Tracking System
Your message dated Fri, 28 Jul 2006 04:27:38 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Patch included
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: gtk-qt-engine
Severity: serious
Justification: no longer builds from source

gtk-qt-engine failed to build on a sparc buildd, duplicated on my
sparc pbuilder.  It failed in the same way on some other buildds,
including ia64.



make[1]: Entering directory 
`/build/buildd/gtk-qt-engine-0.60/obj-sparc-linux-gnu'
cd /build/buildd/gtk-qt-engine-0.60/. && /bin/sh 
/build/buildd/gtk-qt-engine-0.60/admin/missing --run aclocal-1.7 
/build/buildd/gtk-qt-engine-0.60/admin/missing: line 46: aclocal-1.7: command 
not found
WARNING: `aclocal-1.7' is missing on your system.  You should only need it if
 you modified `acinclude.m4' or `configure.in'.  You might want
 to install the `Automake' and `Perl' packages.  Grab them from
 any GNU archive site.
cd /build/buildd/gtk-qt-engine-0.60/. && \
  /bin/sh /build/buildd/gtk-qt-engine-0.60/admin/missing --run 
automake-1.7 --gnu  Makefile
/build/buildd/gtk-qt-engine-0.60/admin/missing: line 46: automake-1.7: command 
not found
WARNING: `automake-1.7' is missing on your system.  You should only need it if
 you modified `Makefile.am', `acinclude.m4' or `configure.in'.
 You might want to install the `Automake' and `Perl' packages.
 Grab them from any GNU archive site.
cd /build/buildd/gtk-qt-engine-0.60/. && perl admin/am_edit Makefile.in
cd /build/buildd/gtk-qt-engine-0.60/. && rm -f configure
cd /build/buildd/gtk-qt-engine-0.60/. && make -f admin/Makefile.common configure
make[2]: Entering directory `/build/buildd/gtk-qt-engine-0.60'
./admin/cvs.sh: line 11: autoconf: command not found
make[2]: *** [configure] Error 1
make[2]: Leaving directory `/build/buildd/gtk-qt-engine-0.60'
make[1]: *** [/build/buildd/gtk-qt-engine-0.60/./configure] Error 2
make[1]: Leaving directory 
`/build/buildd/gtk-qt-engine-0.60/obj-sparc-linux-gnu'
make: *** [debian/stamp-makefile-build] Error 2

--- End Message ---
--- Begin Message ---

The patch was included with 0.60-3.

--
Christoffer Sawicki
--- End Message ---


Bug#116845: marked as done (kimberlite: Build failure on ia64 - shared libraries)

2006-07-27 Thread Debian Bug Tracking System
Your message dated Fri, 28 Jul 2006 05:25:37 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Removed
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: kimberlite
Version: N/A; reported 2001-10-23
Severity: important

The kimberlite package attempts to build both static and shared
libraries from the same .o files, which works on i386, but
not some other architectures. The .c file should be compiled
with -fPIC for the object files to be compiled into the
shared libraries.

libtool can help with this, but cluadmin/Makefile.am is not
easily converted because it doesn't take full advantage of
automake. clulib is a bit easier; the following patch seems to
make the necessary adjustments, although I'm not a libtool
user. It was necessary to run libtoolize in the top-level
directory after making these changes.

--- kimberlite-1.1.0/configure.in   Tue Oct 23 16:50:39 2001
+++ kimberlite-libtool/configure.in Tue Oct 23 16:34:14 2001
@@ -5,8 +5,9 @@
 AM_CONFIG_HEADER(include/config.h)
 
 AC_PROG_CC
-AC_PROG_RANLIB
+dnl AC_PROG_RANLIB
 AC_PROG_INSTALL
+AC_PROG_LIBTOOL
 
 AC_PREFIX_DEFAULT(/opt/cluster)
--- kimberlite-1.1.0/src/clulib/Makefile.am Tue Oct 23 16:50:39 2001
+++ kimberlite-libtool/src/clulib/Makefile.am   Tue Oct 23 16:33:35 2001
@@ -1,9 +1,9 @@
 INCLUDES = -I.. [EMAIL PROTECTED]@/include
 CFLAGS  += @EXTRA_CFLAGS@ -g -D__LIBRARY__  -W -Wall -Wstrict-prototypes 
-Wshadow -DCLUSTER_LOCKFILE=\"@[EMAIL PROTECTED]" 
-DSVC_START_SCRIPT=\"@prefix@/lib/kimberlite/ksh_bin/start_service.ksh\" 
-DSVC_STOP_SCRIPT=\"@prefix@/lib/kimberlite/ksh_bin/stop_service.ksh\" 
-DCLU_CONFIG_FILE=\"@[EMAIL PROTECTED]"
-noinst_LIBRARIES = libcluster.a
+noinst_LTLIBRARIES = libcluster.la
 EXTRA_DIST = allocate.h clucfg_if.h database.h fdlist.h hash.h plock.h 
 
-libcluster_a_SOURCES = clucfg.c clucfg_if.c clucfg_if.h daemon_init.c \
+libcluster_la_SOURCES = clucfg.c clucfg_if.c clucfg_if.h daemon_init.c \
diskcheck.c diskconfigdb.c disklock.c diskmgtapi.c \
diskrawio.c diskservices.c diskstatusblock.c diskutils.c \
disknetblock.c fdlist.c fdlist.h liblogger.c lock.c msg.c \


The errors seen when building the package are:

gcc -shared -o cluster.so cluster_wrap.o ../../src/clulib/allocate.o../.
./src/clulib/clucfg.o../../src/clulib/clucfg_if.o../../src/cluli
b/daemon_init.o../../src/clulib/diskcheck.o../../src/clulib/disk
configdb.o../../src/clulib/disklock.o../../src/clulib/diskmgtapi
.o../../src/clulib/diskrawio.o../../src/clulib/diskservices.o   
 ../../src/clulib/diskstatusblock.o../../src/clulib/diskutils.o 
   ../../src/clulib/fdlist.o../../src/clulib/hash.o../../src/clu
lib/liblogger.o../../src/clulib/lock.o../../src/clulib/msg.o
../../src/clulib/parseconf.o../../src/clulib/plock.o../../sr
c/clulib/power.o../../src/clulib/power_apc.o../../src/clulib/pow
er_rps10.o../../src/clulib/svc.o../../src/clulib/svc_db.o  -lc -
lm
/usr/bin/ld: ../../src/clulib/allocate.o: @gprel relocation against dynamic 
symbol gp

-- System Information
Debian Release: testing/unstable
Architecture: ia64
Kernel: Linux butthead 2.4.9-itanium-smp #1 SMP Mon Sep 17 20:48:35 MDT 2001 
ia64
Locale: LANG=C, LC_CTYPE=


--- End Message ---
--- Begin Message ---
kimberlite has been removed from Debian due to lack of interest and
upstream inactivity.  For details, see .
--- End Message ---


Bug#361624: marked as done (mgapdesk: FTBFS on kfreebsd-amd64: kfreebsd-amd64 not in the architecture list)

2006-07-27 Thread Debian Bug Tracking System
Your message dated Fri, 28 Jul 2006 05:22:53 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Removed
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: mgapdesk
Version: 1.00.7beta-5

Hi,

the current version of mgapdesk does not list kfreebsd-amd64 in Architecture 
line,
but your package belongs between packages which support both kfreebsd-i386 and 
amd64.

Please, could you also support kfreebsd-amd64 similarly
as kfreebsd-i386 by adding kfreebsd-amd64 into Architecture:
and may be adjusting debian/rules.

Thanks for your cooperation.
 Petr


--- End Message ---
--- Begin Message ---
mgapdesk has been removed from Debian due to lack of interest and build
failures.  For details, please see .
--- End Message ---


Bug#364554: marked as done (mgapdesk: FTBFS: xf86Parser.h: No such file or directory)

2006-07-27 Thread Debian Bug Tracking System
Your message dated Fri, 28 Jul 2006 05:22:53 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Removed
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: mgapdesk
Version: 1.00.7beta-6
Severity: serious

mgapdesk fails to build because it can't find xf86Parser.h.  It used to
be in xlibs-static-dev, but doesn't seem to be in any of the Xorg 7.0
packages.

[...]
> make[3]: Entering directory `/home/mvela/deb/mgapdesk/mgapdesk-1.00.7beta/src'
> 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/usr/X11R6/include-g 
> -O2 -Wall -c callbacks.c
> callbacks.c:31:24: error: xf86Parser.h: No such file or directory
[...]

Thanks,

Matej

--- End Message ---
--- Begin Message ---
mgapdesk has been removed from Debian due to lack of interest and build
failures.  For details, please see .
--- End Message ---


Bug#208150: marked as done (kimberlite 2.0 is available since over one year)

2006-07-27 Thread Debian Bug Tracking System
Your message dated Fri, 28 Jul 2006 05:25:37 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Removed
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: kimberlite
Version: 1.1.0-3
Severity: wishlist

could you please update the package to 2.0, which is available since
over one year?

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux rollcage 2.4.22-pre6 #3 Sat Jul 26 21:53:42 CEST 2003 i686
Locale: LANG=POSIX, LC_CTYPE=de_DE


--- End Message ---
--- Begin Message ---
kimberlite has been removed from Debian due to lack of interest and
upstream inactivity.  For details, see .
--- End Message ---


Bug#209684: marked as done (The package description does not follow Debian policy)

2006-07-27 Thread Debian Bug Tracking System
Your message dated Fri, 28 Jul 2006 05:25:37 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Removed
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: kimberlite-doc
Version: 1.1.0-3
Severity: important
Justification: section 2.3.3

Your package does not comply with the policy as it does not provide
a proper extended descrition. Policy section 2.3.3 states:

 The description should be written so that it gives the system
 administrator enough information to decide whether to install the
 package.

Take in account that package descriptions are very important to administrators
to determine wether a package is (or isn't) useful for them and are
used by package frontends in order to implement keyword-based searchs
(samples include command line tools such as 'apt-cache search X'
or 'grep-dctrl -F Description X' or even fancier interfaces such as
'dpkg-iasearch').

If you need help to provide a proper description for your package you
are advised to digest the README/manpages/HTML files provided by the package
or, as a last resort, request help at the debian-devel mailing list.

If this package is being generated from a single source package and 
you already provide a full description in your control file for the
main package, you might want to use it automatically in sub-packages. If this
is the case consider using ${description}, and debian/substvars. 

This report has been automatically generated and the main reason is that
the package has an extended description which is only one line long.

Regards

Javier Fernandez-Sanguino

PS: For more information please read the Debian Policy or the thread
at debian-devel started by 
Message-ID: <[EMAIL PROTECTED]>
which is available at
http://lists.debian.org/debian-devel/2003/debian-devel-200306/msg01257.html


--- End Message ---
--- Begin Message ---
kimberlite has been removed from Debian due to lack of interest and
upstream inactivity.  For details, see .
--- End Message ---


Bug#253899: marked as done (Cannot run tests without diskutil in directory: /usr/lib/kimberlite/bin)

2006-07-27 Thread Debian Bug Tracking System
Your message dated Fri, 28 Jul 2006 05:25:37 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Removed
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: kimberlite
Version: 1.1.0-3.2

To set up a cluster you have to run
/usr/lib/kimberlite/bin/member_config.  member_config looks for
/usr/lib/kimberlite/bin/diskutil, which is actually in
/usr/bin/diskutil.

I made a symlink to fix this problem.


-- 
Rob LathamChicago, IL USA 

--- End Message ---
--- Begin Message ---
kimberlite has been removed from Debian due to lack of interest and
upstream inactivity.  For details, see .
--- End Message ---


Bug#340610: marked as done (kimberlite: depends on pdksh but /bin/ksh may not be pdksh)

2006-07-27 Thread Debian Bug Tracking System
Your message dated Fri, 28 Jul 2006 05:25:37 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Removed
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: kimberlite
Version: 1.1.0-3.3
Severity: normal

kimberlite depends on pdksh and includes ksh scripts in
/usr/lib/kimberlite that rely on #!/bin/ksh to run the scripts. However,
since version 5.2.14-18 of pdksh, pdksh is installed as /bin/pdksh and
the alternates system used to handle /bin/ksh. This means that
installing kimberlite can add pdksh as a dependency but a different ksh
is then used.

One solution would therefore be to change the dependency to ksh | mksh |
pdksh | zsh. Alternatively, the scripts should be changed to use
#!/bin/pdksh.

The advantage of changing the dependency is that it reduces the chance
that someone needs to install an extra package. The problem is that the
scripts may break in one of the other shells. Looking through the
scripts closely, I noticed one problem. Function definitions are of this
form:
  stopDevices()
  {
typeset TMPFILE=/tmp/$MYNAME.stopDevices.$$
...
  }
In the real Korn shell, the two function declaration forms have
different semantics and variable definitions will not have local scope.
The fix is to use the syntax:
  function stopDevices
  {
  }

This should really be changed upstream: other distributions have changed
their ksh to the real ksh.

Oliver


This e-mail and any attachment is for authorised use by the intended 
recipient(s) only. It may contain proprietary material, confidential 
information and/or be subject to legal privilege. It should not be copied, 
disclosed to, retained or used by, any other party. If you are not an intended 
recipient then please promptly delete this e-mail and any attachment and all 
copies and inform the sender. Thank you.

--- End Message ---
--- Begin Message ---
kimberlite has been removed from Debian due to lack of interest and
upstream inactivity.  For details, see .
--- End Message ---


Bug#115324: marked as done (kimberlite: fails to build from source (automake 1.5 in sid))

2006-07-27 Thread Debian Bug Tracking System
Your message dated Fri, 28 Jul 2006 05:25:37 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Removed
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: kimberlite
Version: N/A; reported 2001-10-11
Severity: normal

automake v1.5's complaints are somewhat self explanatory,
and probably aren't hard to fix.

-neil

Reading Package Lists...
Building Dependency Tree...
Need to get 1516kB of source archives.
Get:1 http://debian.uchicago.edu testing/main kimberlite 1.1.0-3 (dsc) [677B]
Get:2 http://debian.uchicago.edu testing/main kimberlite 1.1.0-3 (tar) [1502kB]
Get:3 http://debian.uchicago.edu testing/main kimberlite 1.1.0-3 (diff) [13.9kB]
dpkg-source: extracting kimberlite in kimberlite-1.1.0
dpkg-buildpackage: source package is kimberlite
dpkg-buildpackage: source version is 1.1.0-3
dpkg-buildpackage: source maintainer is Josh Huber <[EMAIL PROTECTED]>
dpkg-buildpackage: host architecture is i386
 debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp 
# Add here commands to clean up after the build process.
/usr/bin/make distclean
make[1]: Entering directory `/var/autofs/home/nspring/src/kimberlite-1.1.0'
make[1]: *** No rule to make target `distclean'.  Stop.
make[1]: Leaving directory `/var/autofs/home/nspring/src/kimberlite-1.1.0'
make: [clean] Error 2 (ignored)
dh_clean
rm -f `pwd`/debian/{rawio,kimberlite}
# clean out Makefile.in files so that the debian diff.gz
# isn't full of small Makefile.in changes.
find `pwd` -name 'Makefile.in' -print | xargs rm
rm `pwd`/configure
 debian/rules build
dh_testdir
# note, sysconfdir is set directly in the configure.in
aclocal
automake
src/cluadmin/Makefile.am: LDFLAGS must be set with `=' before using `+='
src/cluadmin/Makefile.am:65: deprecated feature: `cluadmin' overrides 
`cluadmin$(EXEEXT)'
src/cluadmin/Makefile.am:65: change your target to read `cluadmin$(EXEEXT)'
src/cluadmin/Makefile.am:10: LDFLAGS was set with `+=' and is now set with `='
automake: configure.in: required file `./depcomp' not found
src/clulib/Makefile.am: CFLAGS must be set with `=' before using `+='
src/clumon/Makefile.am: LIBS must be set with `=' before using `+='
src/clumon/Makefile.am:4: LIBS was set with `+=' and is now set with `='
src/daemons/Makefile.am: LIBS must be set with `=' before using `+='
src/daemons/Makefile.am:2: LIBS was set with `+=' and is now set with `='
src/utils/Makefile.am: LIBS must be set with `=' before using `+='
src/utils/Makefile.am:3: LIBS was set with `+=' and is now set with `='
make: *** [build-stamp] Error 1
Build command 'cd kimberlite-1.1.0 && dpkg-buildpackage -b -uc' failed.
Fetched 1516kB in 1s (1152kB/s)
E: Child process failed

-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux evil 2.4.5 #1 SMP Tue Jun 19 21:58:28 PDT 2001 i686
Locale: LANG=C, LC_CTYPE=C


--- End Message ---
--- Begin Message ---
kimberlite has been removed from Debian due to lack of interest and
upstream inactivity.  For details, see .
--- End Message ---