Your message dated Sun, 29 Nov 2009 19:32:07 +0000
with message-id <[email protected]>
and subject line Bug#550484: fixed in awesfx 0.5.1a-1.1
has caused the Debian Bug report #550484,
regarding build failure with newer eglibc
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
550484: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=550484
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: awesfx
Version: 0.5.1a-1
Severity: normal
Tags: patch
Hi,
during Ubuntu's rebuild test, awesfx failed to build[1]. The reason is that
getline is a definition in the newer eglibc (as per POSIX 2008 afair).
Attached is a patch to rename the local getline function to getline_local.
Would be excellent, if you could include this patch in the package.
Thanks,
Stefan.
[1]:
<http://launchpadlibrarian.net/31571526/buildlog_ubuntu-karmic-amd64.awesfx_0.5.1a-1_FAILEDTOBUILD.txt.gz>
-- System Information:
Debian Release: squeeze/sid
APT prefers karmic-updates
APT policy: (500, 'karmic-updates'), (500, 'karmic-security'), (500, 'karmic')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.31-12-generic (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages awesfx depends on:
ii libasound2 1.0.20-3ubuntu5 shared library for ALSA applicatio
ii libc6 2.10.1-0ubuntu15 GNU C Library: Shared libraries
awesfx recommends no packages.
Versions of packages awesfx suggests:
pn aumix <none> (no description available)
-- no debconf information
--- awesfx-0.5.1a.orig/setfx.c
+++ awesfx-0.5.1a/setfx.c
@@ -37,7 +37,7 @@
/*----------------------------------------------------------------*/
static void usage(void);
-static int getline(FILE *fp);
+static int getline_local(FILE *fp);
static int nextline(FILE *fp);
static char *gettok(FILE *fp);
static char *divtok(char *src, char *divs, int only_one);
@@ -126,7 +126,7 @@
}
curline = 0;
- if (!getline(fp))
+ if (!getline_local(fp))
return 0;
seq_init(seq_devname, seq_devidx);
@@ -370,7 +370,7 @@
* read a line and parse tokens
*----------------------------------------------------------------*/
-static int getline(FILE *fp)
+static int getline_local(FILE *fp)
{
char *p;
curline++;
@@ -393,12 +393,12 @@
{
if (connected) {
do {
- if (! getline(fp))
+ if (! getline_local(fp))
return FALSE;
} while (connected);
return TRUE;
} else {
- return getline(fp);
+ return getline_local(fp);
}
}
@@ -415,7 +415,7 @@
tok = divtok(NULL, " \t\r\n", FALSE);
while (tok == NULL || *tok == 0) {
if (! connected) return NULL;
- if (! getline(fp)) return NULL;
+ if (! getline_local(fp)) return NULL;
tok = divtok(line, " \t\r\n", FALSE);
}
return tok;
--- End Message ---
--- Begin Message ---
Source: awesfx
Source-Version: 0.5.1a-1.1
We believe that the bug you reported is fixed in the latest version of
awesfx, which is due to be installed in the Debian FTP archive:
awesfx_0.5.1a-1.1.diff.gz
to main/a/awesfx/awesfx_0.5.1a-1.1.diff.gz
awesfx_0.5.1a-1.1.dsc
to main/a/awesfx/awesfx_0.5.1a-1.1.dsc
awesfx_0.5.1a-1.1_i386.deb
to main/a/awesfx/awesfx_0.5.1a-1.1_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.
Ben Hutchings <[email protected]> (supplier of updated awesfx 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: SHA512
Format: 1.8
Date: Sun, 29 Nov 2009 18:53:11 +0000
Source: awesfx
Binary: awesfx
Architecture: source i386
Version: 0.5.1a-1.1
Distribution: unstable
Urgency: low
Maintainer: Ove Kaaven <[email protected]>
Changed-By: Ben Hutchings <[email protected]>
Description:
awesfx - utility programs for AWE32/64 and Emu10k1 driver
Closes: 273124 464449 464450 550484
Changes:
awesfx (0.5.1a-1.1) unstable; urgency=low
.
* Non-maintainer upload.
* In setfx.c, rename getline() to getline_local(), to avoid conflicting
with the standard C library function, thanks to Stefan Potyra
<[email protected]>. Closes: #550484.
* Fix typos in manual pages, thanks to A. Costa <[email protected]>.
Closes: #464449, #464450.
* Correct spelling and grammar in description. Closes: #273124.
* Remove obsolete references to awe-drv and awe-utils.
* Add proper copyright notice to debian/copyright.
* Specify version of GPL in debian/copyright.
* Update Standards-Version to 3.8.3; no changes required.
Checksums-Sha1:
924e295c78cbf3e9d8825e8900b441445d2d9446 1616 awesfx_0.5.1a-1.1.dsc
05875a785e377e3f9c33d125b93d812b1dba5269 40515 awesfx_0.5.1a-1.1.diff.gz
c49bc1e8a5a651163c10fefe4e04a43d8fe76abb 142480 awesfx_0.5.1a-1.1_i386.deb
Checksums-Sha256:
2041c6e4c36ba2488ad8d1faf86c8ab1513ccd40b8b33bbf0aa563ae7e2ec9a5 1616
awesfx_0.5.1a-1.1.dsc
611cc35fa9da656362fceee60640a5dd538eb0899952d3245b9def073ac0fdc1 40515
awesfx_0.5.1a-1.1.diff.gz
b5768788c41291a7a0b7a991860c33b35648f4ce0c3f2b3dc958a03d1230a097 142480
awesfx_0.5.1a-1.1_i386.deb
Files:
e8e2a1519be7615f8f55ec2c11e9dfd1 1616 sound extra awesfx_0.5.1a-1.1.dsc
0fe76170486536b8a03746aae78ed6f8 40515 sound extra awesfx_0.5.1a-1.1.diff.gz
c31b65d2c47129e5f87679133016e7da 142480 sound extra awesfx_0.5.1a-1.1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iQIVAwUBSxLGYee/yOyVhhEJAQoPRxAAv2sQyVnNr+oR6Pm6DZd1jZpMdDAsMFqQ
eDtOLg+rMKiQghPqDAiVhZUv5EsLe9lVnojFydnDX/Fd7Tn3/g/2f0TyXlKNG2vp
BCTJWwPgWyhnhn63z8M5BsAS5XT0pgpMw1gTM+JSzrGDNpF6XexxY8cG++QzH02B
nulrTIY1B35vBgKkD3JgYEHNDSH2qZvvQbWygvDN95ACoYK1DkawlVMblp/XHSWP
7n2YBcwHUyPkp8kxoK3ms+GJiPcNYZ+S7BcRomPqr2+ISlHuCcblzPBtbYNmUpET
STr5XlNpyP6yPFqr81l28M/IOaFV0l09xZHsWYU9Ct5zpVeu3WBHw+la3FcPajn6
/sXMgTWdw97eQN9sxdCNXcC5XiSQoy0xKekS9EmLPxUEQGkNjmqhHVu6U6IiBKY8
DHEH22PP8NteKnhV65nPRKAael0dlyk2XZPik/VP2IWyHsK6mReX7vvK2H34RENF
nmIcVp1s3yQXs4hVbDQ4nm7HkwiCott9JWH3oOwHAyP8sV3SFAIsq3L6laOSrLM2
X6wuXyZnrc17y8bjRR/RtLDjRJCRVmNCv/O+1TV+zLivRbqwOuWFlbXFwv+4gRSQ
guIXY6DYgcJWckzAJ8m0qM8+51ujs6BKNaHnQhS73FkvrR2YfNcpgmwkqmQTktIG
qd4aaYQCnUg=
=pSDB
-----END PGP SIGNATURE-----
--- End Message ---