Am 04.05.2011 15:18, schrieb Kees Theunissen:
> Package: otrs2
> Version: 2.4.9+dfsg1-3
> Severity: normal
> 
> 
> Upgrading the otrs2 package fron version 2.2.7-2lenny3 to version 
> 2.4.9+dfsg1-3 failed
> during a dist-upgrade from lenny to squeeze.
> 
> The failing code is in the preinst script:
> 
> ----------------- start quote from the preinst script ------------------
> 
>   if [ ! -h "/var/lib/otrs/httpd/htdocs/yui/2.7.0/build" ]; then
>           # Remove old yui build dir, so that dpkg replaces it with the
>           # new symlink.
>           rm -r /var/lib/otrs/httpd/htdocs/yui/2.7.0/build
>   fi
> 
> ----------------- end quote from the preinst script --------------------
> 
> On the system --before the upgrade-- is no file/link/dir/whatever called
> "/var/lib/otrs/httpd/htdocs/yui/2.7.0/build".
> The code quoted above runs during an upgrade and fails because it cann't
> remove the non-existing "/var/lib/otrs/httpd/htdocs/yui/2.7.0/build".
> 
> Workaround: run "mkdir -p /var/lib/otrs/httpd/htdocs/yui/2.7.0/build"
> before the upgrade.

Thanks for your report, it will get addressed, soon.

-- 
/*
Mit freundlichem Gruß / With kind regards,
 Patrick Matthäi
 GNU/Linux Debian Developer

E-Mail: pmatth...@debian.org
        patr...@linux-dev.org

Comment:
Always if we think we are right,
we were maybe wrong.
*/

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to