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 682583 - pyatspi2 autogen.sh fails non-sourcedir build
pyatspi2 autogen.sh fails non-sourcedir build
Status: RESOLVED FIXED
Product: pyatspi2
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Li Yuan
pyatspi2 maintainer(s)
Depends on:
Blocks: 569778
 
 
Reported: 2012-08-24 05:29 UTC by Theppitak Karoonboonyanan
Modified: 2015-02-27 16:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
autogen.sh fix (1.08 KB, patch)
2012-08-24 05:32 UTC, Theppitak Karoonboonyanan
committed Details | Review

Description Theppitak Karoonboonyanan 2012-08-24 05:29:25 UTC
When building pyatspi2 using JHBuild with buildroot set to different one from
checkoutroot, it fails at configure stage with the following message:

---8<---
/home/thep/vcs/gnome_git/pyatspi2/autogen.sh --prefix /home/gnome3 --libdir '/home/gnome3/lib64'  --disable-static --disable-gtk-doc --disable-silent-rules 
checking for autoconf >= 2.53...
  testing autoconf2.50... found 2.69
checking for automake >= 1.9...
  testing automake-1.12... not found.
  testing automake-1.11... found 1.11.6
Checking for forbidden M4 macros...
Running ./configure --prefix /home/gnome3 --libdir /home/gnome3/lib64 --disable-static --disable-gtk-doc --disable-silent-rules ...
/home/thep/vcs/gnome_git/pyatspi2/autogen.sh: line 530: ./configure: No such file or directory
---8<---
Comment 1 Theppitak Karoonboonyanan 2012-08-24 05:32:38 UTC
Created attachment 222280 [details] [review]
autogen.sh fix

* Detect $srcdir from command line
* Invoke autotools stuffs in $srcdir
* Invoke configure from $builddir
Comment 2 Mike Gorse 2012-08-24 21:54:37 UTC
Committed (a4c9ad).
Thanks for the patch.
Comment 3 Theppitak Karoonboonyanan 2012-08-25 07:23:13 UTC
Thanks for accepting the patch. Closing the bug, then.
Comment 4 André Klapper 2015-02-27 16:40:39 UTC
[Moving at-spi/pyatspi2 bugs to separate product. See bug 740075]