Jacobo Tarrio | 17 May 22:33

Bug#481674: [INTL:gl] Galician debconf template translation for tftp-hpa

Package: tftp-hpa
Severity: wishlist
Tags: l10n patch

 It is attached to this report.
# Galician translation of tftp-hpa's debconf templates
# This file is distributed under the same license as the tftp-hpa package.
# Jacobo Tarrio <jtarrio <at> debian.org>, 2008.
#
msgid ""
msgstr ""
"Project-Id-Version: tftp-hpa\n"
"Report-Msgid-Bugs-To: Source: tftp-hpa <at> packages.debian.org\n"
"POT-Creation-Date: 2007-11-20 22:46+0200\n"
"PO-Revision-Date: 2008-05-17 21:32+0100\n"
"Last-Translator: Jacobo Tarrio <jtarrio <at> debian.org>\n"
"Language-Team: Galician <proxecto <at> trasno.net>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: boolean
#. Description
#: ../tftpd-hpa.templates:1001
msgid "Should the server be started by inetd?"
msgstr "¿Debería iniciarse o servidor mediante inetd?"

#. Type: boolean
(Continue reading)

Jacobo Tarrio | 17 May 22:28

Bug#481673: [INTL:gl] Galician debconf template translation for pure-ftpd

Package: pure-ftpd
Severity: wishlist
Tags: l10n patch

 It is attached to this report.
# Galician translation of pure-ftpd's debconf templates
# This file is distributed under the same license as the pure-ftpd package.
# Jacobo Tarrio <jtarrio <at> debian.org>, 2008.
#
msgid ""
msgstr ""
"Project-Id-Version: pure-ftpd\n"
"Report-Msgid-Bugs-To: racke <at> linuxia.de\n"
"POT-Creation-Date: 2007-06-21 21:34+0200\n"
"PO-Revision-Date: 2008-05-17 21:28+0100\n"
"Last-Translator: Jacobo Tarrio <jtarrio <at> debian.org>\n"
"Language-Team: Galician <proxecto <at> trasno.net>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: select
#. Choices
#: ../pure-ftpd-common.templates:1001
msgid "inetd, standalone"
msgstr "inetd, autónomo"

#. Type: select
(Continue reading)

Neil Williams | 17 May 22:24
Picon
Favicon

Bug#481672: pciutils: long term mass bug filing for cross build support

Package: pciutils
Version: 1:3.0.0-4
Severity: wishlist
Tags: patch
User: codehelp <at> debian.org
Usertags: crossbuilt

In line with the other cross-building support bugs:
http://lists.debian.org/debian-devel/2007/11/msg00116.html

This patch is based on recommendations in autotools-dev for
cross-building support and is used by Emdebian.

Thanks.

*** ../crossbuild.diff
--- pciutils-3.0.0.debian/debian/rules 
+++ pciutils-3.0.0.emdebian/debian/rules 
@@ -1,6 +1,12 @@
 #!/usr/bin/make -f

 export DH_VERBOSE=1
+
+DEB_HOST_GNU_TYPE=$(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+DEB_BUILD_GNU_TYPE=$(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE))
+CROSS=CC=$(DEB_HOST_GNU_TYPE)-gcc
+endif

 PATHS := PREFIX=/usr SBINDIR=/usr/bin IDSDIR=/usr/share/misc
(Continue reading)

Neil Williams | 17 May 22:16
Picon
Favicon

Bug#481671: meld: fails to load files from the command line

Package: meld
Version: 1.1.5.1-2
Severity: normal

$ meld pciutils-3.0.0.debian/debian/rules pciutils-3.0.0.emdebian/debian/rules

just hangs:
$ ps af
  PID TTY      STAT   TIME COMMAND
24883 tty7     Ss+    9:15 /usr/bin/X :0 -audit 0 -auth /var/lib/gdm/:0.Xauth -nolisten tcp vt7
15897 pts/0    Ss+    0:00 /bin/bash
 8354 pts/4    Ss+    0:00 bash
22447 pts/3    Ss     0:00 bash
29833 pts/3    R+     0:00  \_ ps af
12549 pts/2    Ss     0:00 bash
29826 pts/2    S+     0:00  \_ python /usr/bin/meld pciutils-3.0.0.debian/debian/rules pciutils-3.0.0.emdebian/debian/rules
  662 pts/1    Ss+    0:00 bash
 1073 tty2     Ss+    0:00 /sbin/getty 38400 tty2
 1018 tty3     Ss+    0:00 /sbin/getty 38400 tty3
 1008 tty1     Ss+    0:00 /sbin/getty 38400 tty1
 3257 tty6     Ss+    0:00 /sbin/getty 38400 tty6
 3256 tty5     Ss+    0:00 /sbin/getty 38400 tty5
 3255 tty4     Ss+    0:00 /sbin/getty 38400 tty4

The outline of the window appears (via the window manager) but the
window itself has no widgets, no toolbar or menu, no contents. The
process has to be killed, at which point the only error message is:
Terminated

$ meld
(Continue reading)

Bastien ROUCARIES | 17 May 21:54
Picon

Bug#464933: Bug is corrected

tags: fixed-upstream
--

-- 

"ROUCARIES Bastien"
                                                   roucaries.bastien <at> gmail.com
-------------------------------------------------------------------------------
DO NOT WRITE TO roucaries.bastien+blackhole <at> gmail.com OR BE BLACKLISTED

Neil Williams | 17 May 21:54
Picon
Favicon

Bug#450483: ping? DEB_CONFIGURE_SCRIPT_ENV and cross-building

I'm just checking on progress on this bug as it is hampering my efforts
to create a sane autobuilder for Emdebian.

If this bug could be closed, many packages in Emdebian would cross build
cleanly without patches, making it possible for Emdebian to make a root
filesystem release alongside Debian Lenny (kernels are device-specific
for many embedded situations).

I've been patching all relevant packages in Emdebian to remove all
settings in DEB_CONFIGURE_SCRIPT_ENV and even making the same setting in
the equivalent Debian packages that I maintain. I have not found any
problems with removing the entire configure script ENV for those
packages. Retaining the script ENV causes the cross-build to prepare
binaries of the wrong architecture (BUILD_ARCH not HOST_ARCH).
Considering the difficulties in debugging on an embedded device, this
can be a major problem for packages involved in the boot / X startup
process.

The relevant change for CDBS packages not using ./configure, just
$(MAKE) is also tested:

ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE))
DEB_MAKE_ENVVARS=CC=$(DEB_HOST_GNU_TYPE)-gcc
endif

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=450483#63

(Setting CC on a package-specific basis to allow for packages that need
internal CC_FOR_BUILD settings in the upstream package.)

(Continue reading)

Bastien ROUCARIES | 17 May 21:58
Picon

Bug#464933: Bug is corrected

tags: patch
--

-- 

"ROUCARIES Bastien"
                                                   roucaries.bastien <at> gmail.com
-------------------------------------------------------------------------------
DO NOT WRITE TO roucaries.bastien+blackhole <at> gmail.com OR BE BLACKLISTED

Bastien ROUCARIES | 17 May 21:54
Picon

Bug#464933: Bug is corrected

hi,

I get the same bug look like to be:
http://bugzilla.kernel.org/show_bug.cgi?id=10301
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/181081

Patch:
commit 9dc625e72309e1c919ea3e7f51d0ffca96123787
Author: Peer Chen <email address hidden>
Date: Mon Feb 4 23:50:13 2008 -0800

    PCI: quirks: set 'En' bit of MSI Mapping for devices onHT-based nvidia
platform

    According to HT spec, to get message interrupt from devices mapped to HT
    interrupt message, the 'En' bit of MSI Mapping capability need to be set.
    The patch do this setting in quirks code for the devices on HT-based 
nvidia
    platform.

    [<email address hidden>: coding-style fixes]

    Signed-off-by: Andy Currid <email address hidden>
    Signed-off-by: Peer Chen <email address hidden>
    Cc: "Eric W. Biederman" <email address hidden>
    Cc: Ingo Molnar <email address hidden>
    Cc: Thomas Gleixner <email address hidden>
    Cc: Andi Kleen <email address hidden>
    Signed-off-by: Andrew Morton <email address hidden>
    Signed-off-by: Greg Kroah-Hartman <email address hidden>
(Continue reading)

Martin Zobel-Helas | 17 May 21:54
Picon

Bug#481670: boost1.35_1.35.0-2(sparc/unstable): FTBFS on sparc

Package: boost1.35
Version: 1.35.0-2
Severity: serious

There was an error while trying to autobuild your package:

> Automatic build of boost1.35_1.35.0-2 on spontini by sbuild/sparc 99.99
> Build started at 20080517-1431

[...]

> ** Using build dependencies supplied by package:
> Build-Depends: debhelper (>= 6.0.7), quilt, bison, flex, docbook-to-man, xsltproc, doxygen,
zlib1g-dev, libbz2-dev, libicu-dev, python-all-dev, python-support (>= 0.6)

[...]

> 
> 
> ../../bin.v2/tools/bcp/gcc-4.3.1/release/link-static/add_path.o: In function
`bcp_implementation::add_file_dependencies(boost::filesystem::basic_path<std::basic_string<char,
std::char_traits<char>, std::allocator<char> >, boost::filesystem::path_traits> const&, bool)':
> add_path.cpp:(.text+0x1198): undefined reference to `__sync_fetch_and_add_4'
> add_path.cpp:(.text+0x137c): undefined reference to `__sync_fetch_and_add_4'
> add_path.cpp:(.text+0x1780): undefined reference to `__sync_fetch_and_add_4'
> add_path.cpp:(.text+0x207c): undefined reference to `__sync_fetch_and_add_4'
> add_path.cpp:(.text+0x2094): undefined reference to `__sync_fetch_and_add_4'
>
../../bin.v2/tools/bcp/gcc-4.3.1/release/link-static/add_path.o:add_path.cpp:(.text+0x20bc):
more undefined references to `__sync_fetch_and_add_4' follow
(Continue reading)

Neil Williams | 17 May 21:41
Picon
Favicon

Bug#448615: Ping?

Severity: normal
thanks

Just checking on this bug - the issue is more than just an idea now. I
need to have this support available to be able to use a sane
cross-building autobuilder for Emdebian.

If this bug could be closed, I could start filing bugs for packages that
install docs without using debhelper (for "nodocs" support) without
having to explain why other docs are still installed by debhelper. I
could also start building certain packages reliably using an autobuilder
that did not rely on patches to debian/rules to remove debhelper
commands.

Fixing this issue would also help Emdebian to ensure that copyright
files are available, albeit compressed, in all packages which is
important from a legal viewpoint.

The patches at
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=448615#10 were against
the old debhelper - I can update them if requested. The other changes
are trivial, I'd like dh_installman (dh_installmanpages),
dh_installinfo, dh_installexamples and dh_installchangelogs to also
support nodocs with the simple addition:

if (defined $ENV{DEB_BUILD_OPTIONS} && $ENV{DEB_BUILD_OPTIONS} =~
/nodocs/) {
	exit;
}

(Continue reading)

Jiří Paleček | 17 May 21:41
Picon

Bug#481668: frysk: can't be run with libgtk-java (> 2.10.2-6)

Package: frysk
Version: 0.0.1.2007.07.17-1
Severity: serious
Justification: renders package unusable

Hello,

I was just about to test and close #470803, but I've found out I couldn't  
even run frysk. The error message is:

jirka <at> debian:/usr/src/dfsbuild$ frysk
libgcj failure: gcj linkage error.
Incorrect library ABI version detected.  Aborting.

Aborted

The reason is frysk depends on libgcj7, while everything else (meaning  
libraries frysk depends on) depends on libgcj9. For a discussion on a  
similar problem, see  
http://groups.google.com/group/linux.debian.devel/msg/325b87794a15f9f8

Regards
     Jiri Palecek

-- System Information:
Debian Release: lenny/sid
   APT prefers testing
   APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

(Continue reading)


Gmane