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
Context
- deb creation failure with --enable-headless in git master · Riccardo Magliocchetti
 
   
 
  Privacy Policy |
  
Impressum (Legal Info) |
  
Copyright information: Unless otherwise specified, all text and images
  on this website are licensed under the
  
Creative Commons Attribution-Share Alike 3.0 License.
  This does not include the source code of LibreOffice, which is
  licensed under the Mozilla Public License (
MPLv2).
  "LibreOffice" and "The Document Foundation" are
  registered trademarks of their corresponding registered owners or are
  in actual use as trademarks in one or more countries. Their respective
  logos and icons are also subject to international copyright laws. Use
  thereof is explained in our 
trademark policy.