[Bug 1769377] [NEW] package virtualbox-ext-pack failed to install/upgrade: installed virtualbox-ext-pack package post-installation script subprocess returned error exit status 1

2018-05-05 Thread Martin Pokorny
*** This bug is a duplicate of bug 1768042 *** https://bugs.launchpad.net/bugs/1768042 Public bug reported: Occurred on upgrade to 18.04. Disturbing, as the upgrade process just quits after that, warning about the possibility of an unstable system. ProblemType: Package DistroRelease: Ubuntu

[Bug 1169610] Re: ld can't find liblpsolve55.so; compilation error

2015-11-29 Thread Martin Pokorny
Of course, the library file could also be installed straight into /usr/lib. Why is it in a sub-directory to begin with? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1169610 Title: ld can't find

[Bug 1334411] Re: integer constraints in lp format do not seem to be respected

2015-11-28 Thread Martin Pokorny
This is actually described in the lp_solve documentation under the description of the LP file format, where it states: is an optional constraint name followed by a colon plus a linear combination of variables and constants or (just one) constraint name followed by a colon (a range) or (just

[Bug 1169610] Re: ld can't find liblpsolve55.so; compilation error

2015-11-28 Thread Martin Pokorny
This could be solved by installing a file in /etc/ld.so.conf.d, for example lpsolve.conf, with the content /usr/lib/lp_solve. Surely the package ought to do this. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 882570] Re: dash file search: no indication about paths

2011-10-31 Thread Martin Pokorny
*** This bug is a duplicate of bug 798445 *** https://bugs.launchpad.net/bugs/798445 This is actually a unity bug, not a bug in the Debian Almquist Shell (dash). ** Package changed: dash (Ubuntu) = unity (Ubuntu) -- You received this bug notification because you are a member of Ubuntu

[Bug 882570] Re: dash file search: no indication about paths

2011-10-31 Thread Martin Pokorny
*** This bug is a duplicate of bug 798445 *** https://bugs.launchpad.net/bugs/798445 This particular bug has already been reported and is a duplicate of bug #798445, so it is being marked as such. Please look at the other bug report to see if there is any missing information that you can

[Bug 883775] Re: non cumulative memory leak in dlopen/dlclose

2011-10-31 Thread Martin Pokorny
Thanks for reporting this bug, and taking the time to make Ubuntu better! I have been able to duplicate this bug using the information you provided, and will therefore mark this bug as confirmed. This bug appears to be a known problem in either valgrind or glibc. If the fault lies with glibc,

[Bug 883775] Re: non cumulative memory leak in dlopen/dlclose

2011-10-31 Thread Martin Pokorny
A brief look at libc6 source code indicates that perhaps any call to _dl_catch_error may give rise to these valgrind warnings. The valgrind suppressions I indicated above may not be sufficient in that case to catch all dl-related valgrind warnings. You can probably suppress all these valgrind

[Bug 882570] Re: dash file search: no indication about paths

2011-10-28 Thread Martin Pokorny
** Changed in: dash (Ubuntu) Status: New = Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/882570 Title: dash file search: no indication about paths To manage notifications about

[Bug 882570] Re: dash file search: no indication about paths

2011-10-28 Thread Martin Pokorny
Thank you for taking the time to report this bug and helping to make Ubuntu better. Please answer these questions: * Is this reproducible? * If so, what specific steps should we take to recreate this bug? This will help us to find and resolve the problem. In particular, I do not understand what

[Bug 882456] Re: Segfaults under deep function recursion

2011-10-28 Thread Martin Pokorny
I can confirm that this bug is also present in the package dash 0.5.5.1-7.2ubuntu1. Another way to reproduce this bug is: $ dash -c 'x() { x; }; x' This appears to be Debian bug #579815 (where it has a severity of wishlist). ** Changed in: dash (Ubuntu) Status: New = Confirmed -- You

[Bug 882454] Re: Segfaults under deep function recursion

2011-10-28 Thread Martin Pokorny
I can confirm that this bug is also present in the package bash 4.2-0ubuntu3. Another way to reproduce this bug is: $ bash -c 'x() { x; }; x' ** Changed in: bash (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 882456] Re: Segfaults under deep function recursion

2011-10-28 Thread Martin Pokorny
** Bug watch added: Debian Bug tracker #579815 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=579815 ** Also affects: dash (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=579815 Importance: Unknown Status: Unknown -- You received this bug notification because you

[Bug 882454] Re: Segfaults under deep function recursion

2011-10-28 Thread Martin Pokorny
** Bug watch added: Debian Bug tracker #443506 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=443506 ** Also affects: bash (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=443506 Importance: Unknown Status: Unknown -- You received this bug notification because you

[Bug 599404] Re: Broken Link

2010-06-29 Thread Martin Pokorny
** Changed in: ubuntu-docs (Ubuntu) Status: New = Confirmed -- Broken Link https://bugs.launchpad.net/bugs/599404 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

[Bug 557275] Re: xulrunner + dynamic linker run-time bindings

2010-06-26 Thread Martin Pokorny
I have also encountered this problem, and can confirm that the fix suggested by the bug submitter corrects the problem. However, I don't believe that it's necessary to include the /usr/lib/xulrunner- devel-1.9.2.2 directory in the xulrunner.conf file, since it contains no shared libraries (and

[Bug 576991] Re: Add a wrapper for LD_LIBRARY_PATH to gnome-shell so we don't have to rebuild gjs for xulrunner updates

2010-06-26 Thread Martin Pokorny
I'm not sure whether this would be the best way to solve the problem, but couldn't you install a file in /etc/ld.so.conf.d for xulrunner-1.9.2 so that the appropriate directory is included in the library search path? A related bug, from which this suggestion comes, is

[Bug 598054] Re: dash: Redirection operator should not truncate file

2010-06-26 Thread Martin Pokorny
I'm able to confirm the described behavior, and I agree that the file should not be truncated in using read/write redirection. ** Changed in: dash (Ubuntu) Status: New = Confirmed -- dash: Redirection operator should not truncate file https://bugs.launchpad.net/bugs/598054 You received