Package: wxsqlite3
Version: 2.0.2-1
Severity: serious
Justification: fails to build from source
Builds of wxsqlite3 (as on the autobuilders) that only cover its
architecture-dependent packages are failing because debian/rules
expects to be able to change permissions on files that won't exist in
that case:
debian/rules override_dh_install
make[1]: Entering directory
`/build/buildd-wxsqlite3_2.0.2-1-armel-mNFwFy/wxsqlite3-2.0.2'
dh_install
chmod -x
/build/buildd-wxsqlite3_2.0.2-1-armel-mNFwFy/wxsqlite3-2.0.2/debian/wxsqlite3-doc/usr/share/wxsqlite3-doc/html/*
chmod: cannot access
`/build/buildd-wxsqlite3_2.0.2-1-armel-mNFwFy/wxsqlite3-2.0.2/debian/wxsqlite3-doc/usr/share/wxsqlite3-doc/html/*':
No such file or directory
make[1]: *** [override_dh_install] Error 1
To remedy that, you can either conditionalize the call to chmod on the
presence of debian/wxsqlite3-doc or direct make to disregard errors
from it by adding a leading hyphen:
-chmod -x ...
At any rate, could you please take care of the error?
Thanks!
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]