[Qgis-developer] [Qgis-user] Another compiling error at 48 percent
Pedro Venâncio
pedrongvenancio at yahoo.com
Tue Jun 4 01:27:48 PDT 2013
Hi Etienne,
You were right, I created a symlink to the file /usr/lib/libpython2.7.so
ln -sf /usr/lib/libpython2.7.so /usr/lib/i386-linux-gnu/libpython2.7.so
and it passed that stage.
But stopped again almost at the end:
(...)
-- Installing: /home/pedro/sextante_github/Quantum-GIS-master/debian/tmp/usr/share/qgis/doc/api/classQgsCptCityDataItem.html
-- Installing: /home/pedro/sextante_github/Quantum-GIS-master/debian/tmp/usr/share/qgis/doc/api/classQgsExpression_1_1NodeUnaryOperator.html
-- Installing: /home/pedro/sextante_github/Quantum-GIS-master/debian/tmp/usr/share/qgis/doc/api/qgsmanageconnectionsdialog_8h__incl.map
-- Installing: /home/pedro/sextante_github/Quantum-GIS-master/debian/tmp/usr/share/qgis/doc/api/classQgsErrorItem__coll__graph.md5
-- Installing: /home/pedro/sextante_github/Quantum-GIS-master/debian/tmp/usr/share/qgis/doc/api/qgsprovidermetadata_8h__dep__incl.png
-- Installing: /home/pedro/sextante_github/Quantum-GIS-master/debian/tmp/usr/share/qgis/doc/api/classQgsRendererV2Metadata__coll__graph.png
-- Installing: /home/pedro/sextante_github/Quantum-GIS-master/debian/tmp/usr/share/qgis/doc/api/qgsnumericscalebarstyle_8cpp__incl.png
-- Installing: /home/pedro/sextante_github/Quantum-GIS-master/debian/tmp/usr/share/qgis/doc/api/classQgsErrorItem__inherit__graph.map
-- Installing: /home/pedro/sextante_github/Quantum-GIS-master/debian/tmp/usr/share/qgis/doc/api/inherit_graph_176.md5
-- Installing: /home/pedro/sextante_github/Quantum-GIS-master/debian/tmp/usr/share/qgis/doc/api/inherit_graph_30.md5
-- Installing: /home/pedro/sextante_github/Quantum-GIS-master/debian/tmp/usr/share/qgis/doc/api/globals_func_0x64.html
-- Installing: /home/pedro/sextante_github/Quantum-GIS-master/debian/tmp/usr/share/qgis/doc/api/qgsmapcanvasmap_8h__dep__incl.md5
-- Installing: /home/pedro/sextante_github/Quantum-GIS-master/debian/tmp/usr/share/qgis/doc/api/classQgsCRSCache__coll__graph.png
-- Installing: /home/pedro/sextante_github/Quantum-GIS-master/debian/tmp/usr/share/qgis/doc/api/classQgsComposerLegendItem.html
CMake Error at doc/cmake_install.cmake:60 (FILE):
file INSTALL cannot copy file
"/home/pedro/sextante_github/Quantum-GIS-master/debian/build/doc/api/html/classQgsComposerLegendItem.html"
to
"/home/pedro/sextante_github/Quantum-GIS-master/debian/tmp/usr/share/qgis/doc/api/classQgsComposerLegendItem.html".
Call Stack (most recent call first):
cmake_install.cmake:48 (INCLUDE)
make[1]: ** [install] Erro 1
make[1]: Saindo do diretório `/home/pedro/sextante_github/Quantum-GIS-master/debian/build'
make: ** [install] Erro 2
dpkg-buildpackage: erro: debian/rules binary deu erro de saída estado 2
What do you think?
Thank you very much!
Best regards,
Pedro
________________________________
From: Etienne Tourigny
sorry, I don't build .deb packages.
looks like your are missing the python-devel package or similar, or there is a version mismatch in your python packages... (missing /usr/lib/i386-linux-gnu/libpython2.7.so)
More information about the Qgis-developer
mailing list