aclocal warns about libart.m4

Bug #64498 reported by andi5
2
Affects Status Importance Assigned to Milestone
gnome-libs (Debian)
Fix Released
Unknown
gnome-libs (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

There is a debian bug for it, but they seem to sleep. Maybe you are faster :)

aclocal reports:
/usr/share/aclocal/libart.m4:11: warning: underquoted definition of AM_PATH_LIBART
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal

This is just a warning, but an annoying one.
Please consider attached patch.

Revision history for this message
In , Browaeys-alban (browaeys-alban) wrote : Re: Bug #267805 - libart-dev: aclocal-1.8 warns about libart.m4

This patch fix the warning outputted by aclocal as reported in:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=267805

diff -uNr /usr/share/debianaclocal/libart.m4 /usr/share/aclocal/libart.m4
--- /usr/share/debianaclocal/libart.m4 2005-04-19 01:22:43.000000000 +0200
+++ /usr/share/aclocal/libart.m4 2005-04-19 01:29:18.000000000 +0200
@@ -8,7 +8,7 @@
 dnl AM_PATH_LIBART([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
 dnl Test for LIBART, and define LIBART_CFLAGS and LIBART_LIBS
 dnl
-AC_DEFUN(AM_PATH_LIBART,
+AC_DEFUN([AM_PATH_LIBART],
 [dnl
 dnl Get the cflags and libraries from the libart-config script
 dnl

Thank you for applying when you see fit.
Alban

Revision history for this message
andi5 (andi5) wrote :

There is a debian bug for it, but they seem to sleep. Maybe you are faster :)

aclocal reports:
/usr/share/aclocal/libart.m4:11: warning: underquoted definition of AM_PATH_LIBART
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal

This is just a warning, but an annoying one.
Please consider attached patch.

Revision history for this message
andi5 (andi5) wrote :
Changed in gnome-libs:
status: Unknown → Unconfirmed
Revision history for this message
In , Matej Vela (vela) wrote : merge 267805 362585

severity 362585 normal
merge 267805 362585

Revision history for this message
In , Matej Vela (vela) wrote : About to be sponsored

# http://people.debian.org/~vela/cegui-mk2_0.4.1-2_i386.changes
tag 341795 pending
tag 370541 pending

# http://people.debian.org/~vela/gnome-libs_1.4.2-35_i386.changes
tag 267805 pending
tag 305631 pending
tag 350169 pending
tag 381543 pending

# http://people.debian.org/~vela/skribe_1.2g-2_i386.changes
tag 330465 pending
tag 399869 pending

Revision history for this message
In , Matej Vela (vela) wrote : Bug#267805: fixed in gnome-libs 1.4.2-35
Download full text (5.8 KiB)

Source: gnome-libs
Source-Version: 1.4.2-35

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

gnome-bin_1.4.2-35_i386.deb
  to pool/main/g/gnome-libs/gnome-bin_1.4.2-35_i386.deb
gnome-dev-doc_1.4.2-35_all.deb
  to pool/main/g/gnome-libs/gnome-dev-doc_1.4.2-35_all.deb
gnome-libs-data_1.4.2-35_all.deb
  to pool/main/g/gnome-libs/gnome-libs-data_1.4.2-35_all.deb
gnome-libs_1.4.2-35.diff.gz
  to pool/main/g/gnome-libs/gnome-libs_1.4.2-35.diff.gz
gnome-libs_1.4.2-35.dsc
  to pool/main/g/gnome-libs/gnome-libs_1.4.2-35.dsc
libart-dev_1.4.2-35_i386.deb
  to pool/main/g/gnome-libs/libart-dev_1.4.2-35_i386.deb
libart2_1.4.2-35_i386.deb
  to pool/main/g/gnome-libs/libart2_1.4.2-35_i386.deb
libgnome-dev_1.4.2-35_i386.deb
  to pool/main/g/gnome-libs/libgnome-dev_1.4.2-35_i386.deb
libgnome32_1.4.2-35_i386.deb
  to pool/main/g/gnome-libs/libgnome32_1.4.2-35_i386.deb
libgnomesupport0_1.4.2-35_i386.deb
  to pool/main/g/gnome-libs/libgnomesupport0_1.4.2-35_i386.deb
libgnomeui32_1.4.2-35_i386.deb
  to pool/main/g/gnome-libs/libgnomeui32_1.4.2-35_i386.deb
libgnorba-dev_1.4.2-35_i386.deb
  to pool/main/g/gnome-libs/libgnorba-dev_1.4.2-35_i386.deb
libgnorba27_1.4.2-35_i386.deb
  to pool/main/g/gnome-libs/libgnorba27_1.4.2-35_i386.deb
libgnorbagtk0_1.4.2-35_i386.deb
  to pool/main/g/gnome-libs/libgnorbagtk0_1.4.2-35_i386.deb
libgtkxmhtml-dev_1.4.2-35_i386.deb
  to pool/main/g/gnome-libs/libgtkxmhtml-dev_1.4.2-35_i386.deb
libgtkxmhtml1_1.4.2-35_i386.deb
  to pool/main/g/gnome-libs/libgtkxmhtml1_1.4.2-35_i386.deb
libzvt-dev_1.4.2-35_i386.deb
  to pool/main/g/gnome-libs/libzvt-dev_1.4.2-35_i386.deb
libzvt2_1.4.2-35_i386.deb
  to pool/main/g/gnome-libs/libzvt2_1.4.2-35_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 address hidden>,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matej Vela <email address hidden> (supplier of updated gnome-libs 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 address hidden>)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 15 Dec 2006 13:55:38 +0100
Source: gnome-libs
Binary: libart2 libgnomesupport0 libgnomeui32 libgtkxmhtml-dev gnome-dev-doc libgnorbagtk0 libgtkxmhtml1 libgnorba-dev gnome-libs-data libgnorba27 libzvt-dev libzvt2 gnome-bin libart-dev libgnome32 libgnome-dev
Architecture: source i386 all
Version: 1.4.2-35
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <email address hidden>
Changed-By: Matej Vela <email address hidden>
Description:
 gnome-bin - Miscellaneous binaries used by GNOME
 gnome-dev-doc - GNOME developers documentation
 gnome-libs-data - Data for GNOME libraries
 libart-dev - The GNOME canvas widget - development files
 libart2 - The GNOME canvas widget - runtime files
 libgnome-dev - The GNOME libraries -- development package
 libgnome32 -...

Read more...

Changed in gnome-libs:
status: Unconfirmed → Fix Released
Revision history for this message
Kai Kasurinen (kai-kasurinen) wrote :

Thanks for the bug report.

I'm closing this bug because it has been fixed in Feisty.

gnome-libs (1.4.2-35) unstable; urgency=low

  * QA upload.
  * 18_libgnorba-tmpdir.dpatch: Determine cookie path the same way as
    orbit. Closes: #381543.
  * 19_libart.m4.dpatch: Fix quoting. Thanks to Alban Browaeys for
    the patch. Closes: #267805.
  * 20_man-pages.dpatch: Fix man page typos and titles. Thanks to
    A Costa and Nicolas Francois. Closes: #305631, #350169.
  * Make the package bin-NMU-safe.

 -- Ubuntu Archive Auto-Sync <email address hidden> Wed, 20 Dec 2006 12:57:21 +0000

Changed in gnome-libs:
status: Unconfirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Patches

Remote bug watches

Bug watches keep track of this bug in other bug trackers.