[Bug 1554647] Re: sort -n -t, partially ignores field boundaries

2016-03-08 Thread Raul Miller
... is not mentioned in the sort(1) man page... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1554647 Title: sort -n -t, partially ignores field boundaries To manage notifications about this bug

[Bug 1554647] Re: sort -n -t, partially ignores field boundaries

2016-03-08 Thread Raul Miller
It looks like LC_NUMERIC=C addresses this issue, but LC_NUMERIC is not mentioned in the man page. Possibly it would be sufficient to mention LC_NUMERIC in the man page. (Though even locale(5) does not seem to adequately describe this env var). -- You received this bug notification because you

[Bug 1554647] [NEW] sort -n -t, partially ignores field boundaries

2016-03-08 Thread Raul Miller
Public bug reported: ProblemType: Bug ApportVersion: 2.14.1-0ubuntu3.19 Architecture: amd64 Date: Tue Mar 8 18:12:44 2016 Dependencies: gcc-4.9-base 4.9.3-0ubuntu4 libacl1 2.2.52-1 libattr1 1:2.4.47-1ubuntu1 libc6 2.19-0ubuntu6.7 libgcc1 1:4.9.3-0ubuntu4 libpcre3 1:8.31-2ubuntu2.1

[Bug 1547915] Re: expect_unbuffer hangs

2016-02-20 Thread Raul Miller
** Package changed: ubuntu => expect (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1547915 Title: expect_unbuffer hangs To manage notifications about this bug go to:

[Bug 1547915] [NEW] expect_unbuffer hangs

2016-02-20 Thread Raul Miller
Public bug reported: ProblemType: Bug ApportVersion: 2.14.1-0ubuntu3.19 Architecture: amd64 Date: Sat Feb 20 16:46:07 2016 Dependencies: (258 lines elided) DistroRelease: Ubuntu 14.04 Ec2AMI: ami-fce3c696 Ec2AMIManifest: (unknown) Ec2AvailabilityZone: us-east-1d Ec2InstanceType: m4.large

[Bug 1318134] Re: Apache2.so: undefined symbol: modperl_xs_sv2request_rec

2014-05-11 Thread Raul Miller
Actually, this problem can be resolved by (as root): cd /etc/apache2/mods-enabled ln -s ../mods-available/apreq.load /etc/init.d/apache2 restart So this should be classified as a documentation issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1318134] Re: Apache2.so: undefined symbol: modperl_xs_sv2request_rec

2014-05-11 Thread Raul Miller
That said, this is not an easy documentation problem to resolve. To illustrate this, here's a mod_perl page that works: #!/usr/bin/perl use Apache2::RequestUtil (); my $r = Apache2::RequestUtil-request; $r-content_type(text/plain); $r-print(works?); And here is one that fails with the apreq

[Bug 1318134] [NEW] Apache2.so: undefined symbol: modperl_xs_sv2request_rec

2014-05-10 Thread Raul Miller
Public bug reported: To reproduce, run this: #!/usr/bin/perl use Apache2::Request; $req = Apache2::Request-new($r); This should run without error, and not fail with a missing symbol. extra information: Description:Ubuntu 12.04.4 LTS Release:12.04 Package: libapache2-request-perl

[Bug 1318134] Re: Apache2.so: undefined symbol: modperl_xs_sv2request_rec

2014-05-10 Thread Raul Miller
Also fails in Description:Ubuntu 13.10 Release:13.10 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1318134 Title: Apache2.so: undefined symbol: modperl_xs_sv2request_rec To manage

[Bug 1318134] Re: Apache2.so: undefined symbol: modperl_xs_sv2request_rec

2014-05-10 Thread Raul Miller
Same failure in Description:Ubuntu 14.04 LTS Release:14.04 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1318134 Title: Apache2.so: undefined symbol: modperl_xs_sv2request_rec To

[Bug 1318134] Re: Apache2.so: undefined symbol: modperl_xs_sv2request_rec

2014-05-10 Thread Raul Miller
(Just in case last comment was not clear: it's probably ok if you get a different error after fixing the missing symbol issue. I'll be happy to test an interim release...) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1318134] Re: Apache2.so: undefined symbol: modperl_xs_sv2request_rec

2014-05-10 Thread Raul Miller
Note also that you might get a different error once this missing symbol issue is fixed - this is a part of mod_perl and is meant to be used under apache while servicing web requests, which would be great if it worked. I suppose most people are using commercial alternatives, though, perhaps because