Bug 23599 - autogen.sh fails when TERM=dumb, causes buildbots to fail
Summary: autogen.sh fails when TERM=dumb, causes buildbots to fail
Status: RESOLVED FIXED
Alias: None
Product: pycairo
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
Hardware: x86-64 (AMD64) Linux (All)
: low enhancement
Assignee: Steve Chaplin
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-31 00:42 UTC by Craig Keogh
Modified: 2009-09-02 04:47 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Fix to allow TERM=dumb builds (551 bytes, patch)
2009-08-31 00:44 UTC, Craig Keogh
Details | Splinter Review

Description Craig Keogh 2009-08-31 00:42:36 UTC
I am building via jhbuild tinderbox - which runs builds in the background. jhbuild tinderbox sets TERM=dumb.

Pycairo's autogen.sh does:
set -e

followed by:

boldface="`tput bold 2>/dev/null`"

which fails with TERM=dumb.
Comment 1 Craig Keogh 2009-08-31 00:44:25 UTC
Created attachment 29032 [details] [review]
Fix to allow TERM=dumb builds

Patch thanks to Frederic Peters
http://bugzilla.gnome.org/show_bug.cgi?id=593607#c1
Comment 2 Steve Chaplin 2009-09-02 04:47:00 UTC
autogen.sh has been updated.
Note that pycairo development is now using git, not CVS.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.