Closed Bug 632577 Opened 13 years ago Closed 13 years ago

preproduction broken on unset CC step

Categories

(Release Engineering :: General, defect, P2)

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: mozilla, Assigned: rail)

Details

We were last successful installing pysqlite 2.6.0 ~9pm yesterday.

ImportError: No module named pysqlite2.dbapi2
Downloading/unpacking pysqlite
  Using download cache from /builds/buildbot/preproduction/slave/test-masters/sandbox/cache/http%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fp%2Fpysqlite%2Fpysqlite-2.6.0.tar.gz
  Running setup.py egg_info for package pysqlite

Now we're dying building pysqlite 2.6.1.

ImportError: No module named pysqlite2.dbapi2
Downloading/unpacking pysqlite
  Downloading pysqlite-2.6.1.tar.gz (75Kb): 
*snip*
  Downloading pysqlite-2.6.1.tar.gz (75Kb): 75Kb downloaded
  Storing download in cache at ./cache/http%3A%2F%2Fpysqlite.googlecode.com%2Ffiles%2Fpysqlite-2.6.1.tar.gz
  Running setup.py egg_info for package pysqlite
Installing collected packages: pysqlite
  Running setup.py install for pysqlite
    building 'pysqlite2._sqlite' extension
    gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -DMODULE_NAME="pysqlite2.dbapi2" -DSQLITE_OMIT_LOAD_EXTENSION=1 -I/tools/python/include/python2.5 -c src/module.c -o build/temp.linux-i686-2.5/src/module.o
    In file included from src/module.c:27:
    src/backup.h:34: error: expected specifier-qualifier-list before ‘sqlite3_backup’
    error: command 'gcc' failed with exit status 1
    Complete output from command /builds/buildbot/preproduction/slave/test-masters/sandbox/bin/python -c "import setuptools;__file__='/builds/buildbot/preproduction/slave/test-masters/sandbox/build/pysqlite/setup.py';execfile(__file__)" install --single-version-externally-managed --record /tmp/pip--3Pf0d-record/install-record.txt --install-headers /builds/buildbot/preproduction/slave/test-masters/sandbox/include/site/python2.5:
    running install


We should probably either have a static vetted version, or expect external version bumps to break us.
Assignee: nobody → rail
Priority: -- → P2
Fixed by http://hg.mozilla.org/build/preproduction/rev/740177ce3448
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Product: mozilla.org → Release Engineering
You need to log in before you can comment on or make changes to this bug.