sqlitebrowser / sqlitebrowser

Official home of the DB Browser for SQLite (DB4S) project. Previously known as "SQLite Database Browser" and "Database Browser for SQLite". Website at:
https://sqlitebrowser.org
Other
20.93k stars 2.12k forks source link

Nightly Windows builds busted atm #67

Closed justinclift closed 10 years ago

justinclift commented 10 years ago

Just noticed the timestamp on the latest nightly Windows build is from about a week ago.

The build.log file indicates the host is out of space. :wink:

-- Build files have been written to: /home/rp/coding/sqlitebrowser/build-win
[  1%] Generating moc_qcustomplot.cxx
Scanning dependencies of target qcustomplot
[  2%] Building CXX object libs/qcustomplot-source/CMakeFiles/qcustomplot.dir/qcustomplot.cpp.obj
/home/rp/coding/sqlitebrowser/libs/qcustomplot-source/qcustomplot.cpp:21369:1: fatal error: error writing to /tmp/cclavafZ.s: No space left on device
 }
 ^
compilation terminated.
make[2]: *** [libs/qcustomplot-source/CMakeFiles/qcustomplot.dir/qcustomplot.cpp.obj] Error 1
make[1]: *** [libs/qcustomplot-source/CMakeFiles/qcustomplot.dir/all] Error 2
make: *** [all] Error 2
xz: sqlitebrowser.exe: No such file or directory
mv: cannot stat `sqlitebrowser.exe.xz': No such file or directory

Rene, do you have a few minutes to get that sorted out and manually kick off a new nightly build?

rp- commented 10 years ago

fixed

justinclift commented 10 years ago

Thanks. :smile: