mapnik / debian

Debian packages for Mapnik

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

utopic build failures

pnorman opened this issue · comments

https://launchpadlibrarian.net/186783716/buildlog_ubuntu-utopic-amd64.mapnik_3.0.0%2Bdev20141008.git.0a192a5-1~utopic1_FAILEDTOBUILD.txt.gz for full log

Checking if compiler (/usr/bin/clang++) supports -std=c++11 flag... (cached) no
C++ compiler does not support C++11 standard (-std=c++11), which is required. Please upgrade your compiler to at least g++ 4.7 (ideally 4.8)

Looking at the Build-Depends, it's installing clang-3.4. Shouldn't that version support C++11?

Yes, clang-3.4 def supports c++11. Is clang-3.4 == /usr/bin/clang++. Perhaps some other issue is causing the breakages (the config.log should show the details).

Do we have a way to get config.log on Launchpad?

What about doing cat config.log so that it shows up in the full log?

should be fixed by 6ae5ac5 and if not feb062e will help.

re-opening, fixed the previous blocker, but now hitting another:

Install file: "src/libmapnik.so" as "/usr/local/lib/libmapnik.so.3.0.0"
scons: *** [/usr/local/lib/libmapnik.so.3.0.0] /usr/local/lib/libmapnik.so.3.0.0: Permission denied
scons: building terminated because of errors.
Makefile:13: recipe for target 'install' failed
make[1]: *** [install] Error 2
make[1]: Leaving directory '/build/buildd/mapnik-3.0.0+dev20141019.git.29c8ba5'
dh_auto_install: make -j1 install DESTDIR=/build/buildd/mapnik-3.0.0+dev20141019.git.29c8ba5/debian/tmp AM_UPDATE_INFO_DIR=no returned exit code 2
debian/rules:75: recipe for target 'binary' failed
make: *** [binary] Error 2

https://launchpadlibrarian.net/187664482/buildlog_ubuntu-utopic-i386.mapnik_3.0.0%2Bdev20141019.git.29c8ba5-1~utopic1_FAILEDTOBUILD.txt.gz