Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: Developer Infrastructure, lsstsw
-
Labels:None
-
Epic Link:
-
Team:SQuaRE
Description
lsstsw is currently not building under Travis CI. The lint build passes fine, but all others (https://travis-ci.org/lsst/lsstsw/builds/204713322) fail.
The specific failure happens at this log stage:
::: Deploying git
|
######################################################################## 100.0%
|
######################################################################## 100.0%
|
configure: Setting lib to 'lib' (the default)
|
configure: Will try -pthread then -lpthread to enable POSIX Threads.
|
configure: CHECKS for site configuration
|
checking for gcc... gcc
|
And adding gettext doesn't change anything... maybe gcc is missing?