Your message dated Mon, 18 Sep 2006 12:03:59 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#388096: libpng3: FTBFS due to awk script syntax error
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: libpng3
Version: 1.2.8rel-2
Severity: serious
Tags: patch
Justification: no longer builds from source
This is a dupe of #329812 for the oldlibs libpng3 package.
Note that you don't actually have to have mawk around: the following one-liner
change to scripts/makefile.elf suffices to make the package build with either
mawk or gawk:
--- scripts/makefile.elf.orig 2006-09-18 16:29:00.000000000 +0100
+++ scripts/makefile.elf 2006-09-18 16:29:10.000000000 +0100
@@ -90,5 +90,5 @@
libpng.syms: png.h pngconf.h
$(CC) $(CFLAGS) -E -DPNG_BUILDSYMS png.h |\
- awk -F '[\t [\]();]' -v PNGMAJ=$(PNGMAJ) 'BEGIN{printf("PNG12_%s
{global:\n",PNGMAJ)}\
+ awk -F '[\t [\\]();]' -v PNGMAJ=$(PNGMAJ) 'BEGIN{printf("PNG12_%s
{global:\n",PNGMAJ)}\
{ for (i=1;i+2<=NF;++i)\
if ($$(i)=="PNG_FUNCTION_EXPORT" && $$(i+2)=="END")\
You could do the same to the libpng source package in main & remove the
dependency on mawk if you wanted to.
cheers, Phil
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
--- End Message ---
--- Begin Message ---
Version: 1.2.8rel-3
On Mon, Sep 18, 2006 at 04:33:01PM +0100, Phil Armstrong wrote:
> Package: libpng3
> Version: 1.2.8rel-2
> Severity: serious
> Tags: patch
> Justification: no longer builds from source
> This is a dupe of #329812 for the oldlibs libpng3 package.
And there is no such source package in unstable. libpng3 is fixed for this
as of 1.2.8rel-3 in unstable, where it's built from the libpng source.
--
Steve Langasek Give me a lever long enough and a Free OS
Debian Developer to set it on, and I can move the world.
[EMAIL PROTECTED] http://www.debian.org/
--- End Message ---