Bug 23599

Summary: autogen.sh fails when TERM=dumb, causes buildbots to fail
Product: pycairo Reporter: Craig Keogh <cskeogh>
Component: generalAssignee: Steve Chaplin <d74n5pohf9>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: low    
Version: unspecified   
Hardware: x86-64 (AMD64)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:
Attachments: Fix to allow TERM=dumb builds

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.