deb creation failure with --enable-headless in git master
Riccardo Magliocchetti
riccardo.magliocchetti at gmail.com
Wed Jul 31 08:01:44 PDT 2013
Hello,
with this configuration:
./autogen.sh --enable-headless --enable-epm --without-doxygen
i get this error on ubuntu 12.04 lts:
: Searching for product information...
: Creating Debian lodevbasis4.2-core01-4.2.0.0.alpha0-1-linux-3.8-x86_64 distribution...
: Creating control file...
: Creating conffiles...
: Copying temporary distribution files...
: Building Debian lodevbasis4.2-core01-4.2.0.0.alpha0-1-linux-3.8-x86_64 binary distribution...
: Packaging failed!
: Try 1 : Could not execute "LD_PRELOAD=/home/rm/src/libo/solver/unxlngx6.pro/lib/libgetuid.so /usr/bin/epm -f deb -g lodevbasis4.2-core01 /home/rm/src/libo/workdir/unxlngx6.pro/installation/LibreOffice_Dev/deb/listfile/en-US/epm_gid_Module_Root.lst --output-dir DEBS -v 2>&1 |"!
: Systemcall (Try 2): LD_PRELOAD=/home/rm/src/libo/solver/unxlngx6.pro/lib/libgetuid.so /usr/bin/epm -f deb -g lodevbasis4.2-core01 /home/rm/src/libo/workdir/unxlngx6.pro/installation/LibreOffice_Dev/deb/listfile/en-US/epm_gid_Module_Root.lst --output-dir DEBS -v 2>&1 |
: epm: Warning - file permissions and ownership may not be correct
: in Debian packages unless you run EPM as root!
: epm: Product names should only contain letters and numbers!
I thought it could be missing files but this script
for x in $( grep ^f /home/rm/src/libo/workdir/unxlngx6.pro/installation/LibreOffice_Dev/deb/listfile/en-US/epm_gid_Module_Root.lst | grep -o "/home.*$" ) ; do test -e $x || echo $x ; done
does not give output
and running this manually
LD_PRELOAD=/home/rm/src/libo/solver/unxlngx6.pro/lib/libgetuid.so /usr/bin/epm -f deb -g lodevbasis4.2-core01 /home/rm/src/libo/workdir/unxlngx6.pro/installation/LibreOffice_Dev/deb/listfile/en-US/epm_gid_Module_Root.lst --output-dir DEBS -v 2>&1
does not give any more help.
Any hint?
thanks in advance,
riccardo
More information about the LibreOffice
mailing list