[Debian-med-packaging] Bug#648705: freediams: FTBFS(!linux): mkdir: cannot create directory `/qt/': Permission denied
Eric MAEKER
eric.maeker at free.fr
Thu Dec 1 18:27:42 UTC 2011
Hi,
1. It looks like qt4 variables are not correctly setted ($QTDIR, $QMAKESPEC) in amd64 configuration.
Please check the qt4 packages installation.
2. With the basic build command, FreeDiams libs and plugs will be installed in /usr/lib. You can modify this behavior by adding
LIBRARY_BASENAME=lib64
to the qmake command in the debian/rules
[original]
qmake-qt4 -r -config release "CONFIG+=LINUX_INTEGRATED" "INSTALL_ROOT_PATH=$(CURDIR)/debian/tmp/usr/" LOWERED_APPNAME="$(pkg)" $(pkg).pro
[patched]
qmake-qt4 -r -config release "CONFIG+=LINUX_INTEGRATED" "INSTALL_ROOT_PATH=$(CURDIR)/debian/tmp/usr/" LOWERED_APPNAME="$(pkg)" LIBRARY_BASENAME="lib64" $(pkg).pro
More info about the FreeMedForms build system at
http://www.freemedforms.com/en/code/buildsystem
Thanks for your help
Eric
More information about the Debian-med-packaging
mailing list