[Bug 545241] Re: package openoffice.org-emailmerge 1:3.2.0~rc4-1ubuntu1 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2010-03-26 Thread Chris Cheney
*** This bug is a duplicate of bug 450569 ***
https://bugs.launchpad.net/bugs/450569

** This bug has been marked a duplicate of bug 450569
   package openoffice.org-emailmerge 1:3.0.1-9ubuntu3.1 failed to 
install/upgrade:

-- 
package openoffice.org-emailmerge 1:3.2.0~rc4-1ubuntu1 failed to 
install/upgrade: subprocess new pre-installation script returned error exit 
status 1
https://bugs.launchpad.net/bugs/545241
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 545241] Re: package openoffice.org-emailmerge 1:3.2.0~rc4-1ubuntu1 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2010-03-24 Thread Matt Zimmerman
This is caused by:

check_for_running_ooo() {
if [ -e /usr/lib/openoffice/program/bootstraprc ]; then
LOCKFILE=`grep UserInstallation 
/usr/lib/openoffice/program/bootstraprc | cut -d= -f2 | sed -e 
's,SYSUSERCONFIG,HOME,'`/.lock
PID=`pgrep soffice.bin | head -n 1`
if [ -n $PID ] || [ -e $LOCKFILE ]; then
if [ $DEBIAN_FRONTEND = noninteractive ]; then
echo OpenOffice.org running! 2
echo  2
echo -n OpenOffice.org is running right now 
with pid  2
echo -n $PID. 2
echo  This can cause problems 2
echo with (de-)registration of components and e
xtensions 2
echo Thus this package will fail to install 
2
echo You should close all running instances of 
OpenOffice.org (including 2
echo any currently running Quickstarter) 
before proceeding with the package 2
echo upgrade. 2
exit 1
else
db_input high shared/openofficeorg-running || 
true
db_go || true
# try again in case OOo got closed before 
hitting OK
PID=`pgrep soffice.bin | head -n 1`
if [ -n $PID ] || [ -e $LOCKFILE ]; then
exit 1
fi
fi
fi
fi
}

If OOo can't be safely upgraded while running, aborting the upgrade
doesn't seem like the ideal way to handle this.  Alternatives:

- Just go ahead, and warn the user that they need to take action (as Firefox 
does)
- Keep checking until the user has closed the application
- Work around whatever breakage happens if it's upgraded in place


** Tags added: regression-potential

-- 
package openoffice.org-emailmerge 1:3.2.0~rc4-1ubuntu1 failed to 
install/upgrade: subprocess new pre-installation script returned error exit 
status 1
https://bugs.launchpad.net/bugs/545241
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 545241] Re: package openoffice.org-emailmerge 1:3.2.0~rc4-1ubuntu1 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2010-03-24 Thread Chris Cheney
After talking with the Debian maintainer today and doing more tests it
appears to be safe now to do the upgrade while OOo is running. In the
past this would cause problems with unopkg registration of extensions
but it seems to be ok now. If we run into problems after removing this
code then we may have to go to the option 2 you noted above, keep
checking until the applications are closed.

Chris

** Changed in: openoffice.org (Ubuntu)
   Importance: Undecided = High

** Changed in: openoffice.org (Ubuntu)
   Status: New = Triaged

** Changed in: openoffice.org (Ubuntu)
Milestone: None = ubuntu-10.04-beta-2

** Changed in: openoffice.org (Ubuntu)
 Assignee: (unassigned) = Chris Cheney (ccheney)

-- 
package openoffice.org-emailmerge 1:3.2.0~rc4-1ubuntu1 failed to 
install/upgrade: subprocess new pre-installation script returned error exit 
status 1
https://bugs.launchpad.net/bugs/545241
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 545241] Re: package openoffice.org-emailmerge 1:3.2.0~rc4-1ubuntu1 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2010-03-23 Thread woody1987

** Attachment added: AptOrdering.txt
   http://launchpadlibrarian.net/41744794/AptOrdering.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/41744795/Dependencies.txt

** Attachment added: Df.txt
   http://launchpadlibrarian.net/41744796/Df.txt

** Attachment added: Dmesg.txt
   http://launchpadlibrarian.net/41744797/Dmesg.txt

** Attachment added: DpkgTerminalLog.gz
   http://launchpadlibrarian.net/41744799/DpkgTerminalLog.gz

-- 
package openoffice.org-emailmerge 1:3.2.0~rc4-1ubuntu1 failed to 
install/upgrade: subprocess new pre-installation script returned error exit 
status 1
https://bugs.launchpad.net/bugs/545241
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs