FS#25137 - [gtkglextmm] Underquoted definition in m4 file

Attached to Project: Arch Linux
Opened by Rafael Fontenelle (josephg) - Saturday, 16 July 2011, 03:35 GMT
Last edited by Giovanni Scafora (giovanni) - Saturday, 16 July 2011, 11:54 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Giovanni Scafora (giovanni)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

While building lib32-gstreamer0.10-base, I get the following warning message:

/usr/share/aclocal/gtkglextmm-1.2.m4:225: warning: underquoted definition of AC_GTKGLEXTMM_SUPPORTS_MULTIHEAD
/usr/share/aclocal/gtkglextmm-1.2.m4:225: run info '(automake)Extending aclocal'
/usr/share/aclocal/gtkglextmm-1.2.m4:225: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal

Line 225 of /usr/share/aclocal/gtkglextmm-1.2.m4 reads:

AC_DEFUN(AC_GTKGLEXTMM_SUPPORTS_MULTIHEAD,

This warning can be solved this way:

AC_DEFUN([AC_GTKGLEXTMM_SUPPORTS_MULTIHEAD],

Additional info:
* package version(s)
1.2.0-5
* config and/or log files etc.
patch file attached.

Steps to reproduce:
- install/have installed gtkglextmm 1.2.0-5
- 'makepkg -s' for a package that uses gtkglextmm (ex: gstreamer0.10-base)
- warning message in the beginning of build() function
This task depends upon

Closed by  Giovanni Scafora (giovanni)
Saturday, 16 July 2011, 11:54 GMT
Reason for closing:  Upstream
Comment by Jelle van der Waa (jelly) - Saturday, 16 July 2011, 10:07 GMT
I don't really see the problem, the real problem is in the code of gtkglextmm, patching it since gstreamer builds seems unnecessary. I would bug upstream about this issue and let them really fix it.

Loading...