After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 667323 - Automake 1.11.2 prevents build
Automake 1.11.2 prevents build
Status: RESOLVED FIXED
Product: gnome-bluetooth
Classification: Core
Component: general
unspecified
Other Linux
: Normal major
: ---
Assigned To: gnome-bluetooth-general-maint@gnome.bugs
gnome-bluetooth-general-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2012-01-04 23:47 UTC by Andrew Gunnerson
Modified: 2012-01-06 11:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix build with automake 1.11.2 (688 bytes, patch)
2012-01-04 23:47 UTC, Andrew Gunnerson
committed Details | Review

Description Andrew Gunnerson 2012-01-04 23:47:57 UTC
Created attachment 204640 [details] [review]
Fix build with automake 1.11.2

Due to stricter directory "rules", automake 1.11.2 doesn't allow the use of 'pkglib_DATA' in 'applets/Makefile-lib.am'. This applies to the latest git version too.

A patch is attached to fix this issue.
Comment 1 Andrew Gunnerson 2012-01-05 17:17:27 UTC
Sorry about reporting this as a gedit problem. I was packaging a lot of GNOME packages yesterday and had a brainfart when I reported this bug :) The broken software is gnome-bluetooth.
Comment 2 Bastien Nocera 2012-01-06 11:48:11 UTC
In the future, please attach git formatted patch, so I don't need to write authorship information myself, thanks.

commit f6b6f6bd6020ded3dc6b115536b5382b65786f72
Author: Chen Xiao-Long <chillermillerlong@hotmail.com>
Date:   Fri Jan 6 11:46:32 2012 +0000

    applet: Fix build with automake 1.11.2
    
    pkglib_DATA cannot be used in automake 1.11.2, so use another
    name for the files.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=667323