[wpkg-users] packages not installing/upgrading

Carlos R. Pasqualini pasqualinic at fcal.uner.edu.ar
Tue Sep 11 00:56:22 CEST 2012


El lun, 10-09-2012 a las 19:50 -0300, Carlos R. Pasqualini escribió:
> El vie, 31-08-2012 a las 23:53 +0200, Stefan Pendl escribió:
> > Am 31.08.2012 23:45, schrieb Carlos R. Pasqualini:
> > >
> > > Today i found an error on a package description, i suspect that type of
> > > errors are the source of troubles, but i need to debug and find others,
> > > and the output of /debug apparently is not showing all the info i need
> > > to understand the trouble.
> > >
> > 
> > It is all about reading the log file, you just need to make sure the log 
> > level is set to 0xFF.
> > 
> > You could post the offending portion of the log too.
> > 
> 
> 
> Here is another log, again with Libre Office
> 
> What do you think?
> where should i search for an error?
> it does not even try to execute the install command, it has no sense to
> me.
> 
> 
> Thanks for your time!
> 

Here is the libreoffice's package XML

<?xml version="1.0" encoding="UTF-8"?>
<packages
        xmlns:xsi="http://www.wpkg.org/packages"
        xsi:noNamespaceSchemaLocation="../xsd/packages.xsd" >

    <package id="libreoffice"
            name="LibreOffice"
            revision="%PKG_VERSION%"
            reboot="false"
            priority="10">
        <variable name="shortversion"         value="3.6.1" />
        <variable name="PKG_VERSION"          value="%shortversion
%-0" />
        <variable name="PKG_SOURCE"           value="%SOFTWARE%
\libreoffice\3.6" />

        <depends package-id="java7" />

        <check type="uninstall" condition="versiongreaterorequal"
path="LibreOffice .+" value="%shortversion%" />

        <install cmd='msiexec /qn /i "%PKG_SOURCE%\LibO_%shortversion%
_Win_x86_install_multi.msi" ALLUSERS=1 CREATEDESKTOPLINK=1
REGISTER_ALL_MSO_TYPES=0 ISCHECKFORPRODUCTUPDATE=0
REGISTER_NO_MSO_TYPES=1' />

        <upgrade include="install" />

        <remove cmd='msiexec /qn /x "%PKG_SOURCE%\LibO_%shortversion%
_Win_x86_install_multi.msi" ' />
    </package>
</packages>






More information about the wpkg-users mailing list