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 496011 - pygobject tarball does not ship m4 files
pygobject tarball does not ship m4 files
Status: RESOLVED FIXED
Product: pygobject
Classification: Bindings
Component: general
2.14.x
Other Linux
: Normal major
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2007-11-12 00:42 UTC by Ed Catmur
Modified: 2008-03-02 14:01 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22


Attachments
pygobject-dist-m4.patch (411 bytes, patch)
2007-11-14 23:21 UTC, Ed Catmur
accepted-commit_now Details | Review

Description Ed Catmur 2007-11-12 00:42:38 UTC
After modifying configure.ac and autoconf:

configure: creating ./config.status
config.status: creating Makefile
config.status: creating pygobject-2.0.pc
config.status: creating pygobject-2.0-uninstalled.pc
config.status: creating docs/Makefile
config.status: creating docs/reference/entities.docbook
config.status: creating docs/xsl/fixxref.py
config.status: creating gobject/Makefile
config.status: creating examples/Makefile
config.status: creating tests/Makefile
config.status: creating PKG-INFO
config.status: creating config.h
config.status: executing depfiles commands

libffi support: yes

cd . && /bin/sh /var/tmp/portage/dev-python/pygobject-2.14.0/work/pygobject-2.14.0/missing --run aclocal-1.8  -I m4 -I .
aclocal: couldn't open directory `m4': No such file or directory
make: *** [aclocal.m4] Error 1

I think pygtk has the same issue.
Comment 1 Ed Catmur 2007-11-12 00:51:24 UTC
Cloned to bug 496013 for pygtk.
Comment 2 Daniel Macks 2007-11-12 18:17:04 UTC
See also Bug #491773
Comment 3 Ed Catmur 2007-11-14 23:21:45 UTC
Created attachment 99118 [details] [review]
pygobject-dist-m4.patch

Works here.
Comment 4 Gilles Dartiguelongue 2008-03-02 13:54:59 UTC
*** Bug 491773 has been marked as a duplicate of this bug. ***
Comment 5 Johan (not receiving bugmail) Dahlin 2008-03-02 14:01:18 UTC
2008-03-22  Johan Dahlin  <johan@gnome.org>

    * Makefile.am: Dist .m4 files.
    (#496011, Ed Catmur)