Package: e2fsprogs
Version: 1.42~WIP-2011-10-09-1
Severity: normal
Dear Maintainer,
$ sudo lvextend -L+1G /dev/sahp/usrlocal
$ sudo resize2fs /dev/sahp/usrlocal
resize2fs 1.42-WIP (9-Oct-2011)
resize2fs: Inappropriate ioctl for device While checking for on-line resizing
support
Filesystem at /de
Package: mpd
Version: 0.16.3-1
Severity: normal
Tags: patch
Backtrace:
#0 0x7693ef9a in avformat_open_input () from /usr/lib/libavformat.so.52
#1 0x7693f3da in av_open_input_stream () from
/usr/lib/libavformat.so.52
#2 0x0041c3b5 in ffmpeg_stream_tag (is=0x7fffe4001e70
Package: texinfo
Version: 4.13a.dfsg.1-5
Severity: normal
$ texi2dvi `pwd`/gmp.texi
egrep: Invalid range end
/usr/bin/texi2dvi: cannot read .//tmp/test/gmp.texi, skipping.
The cause of the failure is
1711 # If the COMMAND_LINE_FILENAME is not absolute (e.g., --debug.tex),
1712 # prepend `.
Hello!
Ondrej Certik <[EMAIL PROTECTED]> writes:
> $ ./a.out
> -4.1974624032366689e+117
> -8.4657370748010221e-47
> 4.9581771393902231e+163
>
> and with -O:
>
> $ gcc -W -Wall -O quot.c
> $ ./a.out
> -4.1974624032366689e+117
> -8.4657370748010221e-47
> 4.9581771393902237e+163
>
> produces d
Package: maxima
Version: 5.10.0-6
Severity: normal
integrate((1+x1+x1*x2)^(-3)*(1+x2+x1*x2)^(-3), x1, 0, 1);
maxima asks a couple of questions and loops forever.
A possible work around is
map(lambda([u], integrate(u, x1, 0, 1)),
map(factor, partfrac((1+x1+x1*x2)^(-3)*(1+x2+x1*x2)^(-3), x1))
Hello!
I've tried to install sbcl on my x86_64 box, and got
# aptitude install sbcl
Reading package lists... Done
Building dependency tree... Done
Reading extended state information
Initializing package states... Done
Writing extended state information... Done
Building tag database... Done
James Troup writes:
> Sorry, but a (by your own admission) "slow fork bomb DoS" is not a
> grave bug.
wget -O logo.png http://www.debian.org/logos/openlogo-nd-50.png
for i in `seq 1 300`; do xloadimage -onroot logo.png; done
Best regards,
Alexei
--
All science is either physics or sta
Hi!
BIG RED WARNING: My Xlib experience is next to zero, so I'm not sure
if this won't kill wrong client some sunny day.
diff -Nru xloadimage-4.1/root.c xloadimage-4.1.hacked2/root.c
--- xloadimage-4.1/root.c 2007-12-18 13:59:16.0 +0300
+++ xloadimage-4.1.hacked2/root.c 2007-1
Hello!
On Sat, 10 Mar 2007 22:14:49 +0100, Richard B. Kreckel wrote:
> I've only one question: Is there a reason why you are removeing
> @CPPFLAGS@ from CFlags in the patch above?
Yes. @CPPFLAGS@ contains preprocessor flags which are necessary to build
CLN itself. For a package using CLN these f
---
configure.ac |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 707cc38..920f791 100644
--- a/configure.ac
+++ b/configure.ac
@@ -189,4 +189,4 @@ changequote([,])dnl
cp "$srcdir/$f" "$f"
fi
done
-AC_OUTPUT([Makefile src/Makefile
Hello, Richard!
> >$ g++ `cln-config --libs` `cln-config --cppflags`
> >/usr/share/doc/libcln-dev/examples/e.cc
> >/usr/bin/ld: cannot find -lgmp
> Hmm, I see. That's a problem. Can you recommend a patch?
Yes.
CLN does not re-export GMP functions, therefore, list -lgmp in
Libs.private instead
"Due to accidents of history, the convention when linking an executable
or shared library is to tell ld to recursively add references to *all*
libraries in the dependency tree below it. This is wrong for modern
GNU/Linux systems when using dynamic linking, because the dynamic linker
recurses the d
---
doc/cln.tex | 53 +
1 files changed, 21 insertions(+), 32 deletions(-)
diff --git a/doc/cln.tex b/doc/cln.tex
index 78c721d..7b908b5 100644
--- a/doc/cln.tex
+++ b/doc/cln.tex
@@ -3365,42 +3365,31 @@ need special flags for compiling. The l
Package: auctex
Version: 11.83-4
Severity: normal
Hello!
# aptitude install auctex
[standard aptitude dialog skipped]
Setting up auctex (11.83-4) ...
install/auctex: Setting up for emacs21... emacs-package-install:
/usr/lib/emacsen-common/packages/install/auctex emacs21 emacs21 failed at
/usr/l
Package: libcln-dev
Version: 1.1.13-2
Severity: normal
Hello!
I think libcln-dev should depend on libgmp3-dev, since the static
library (libcln.a) is useless without GMP static library (libgmp.a).
On the other hand, libgmp3-dev is not necessary for dynamic linking
(because CLN does not re-export
Package: openafs-modules-source
Version: 1.4.2-4
Severity: normal
Tags: patch
Hello!
OpenAFS module fails to build with Linux 2.6.19 (and newer) because
was renamed to .
Here is relevant part of compilation log:
env EXTRA_CFLAGS=""
/home/pc7131/varg/src/modules/openafs/src/libafs/make_kbuild_
Package: axiom
Version: 20050901-9
Severity: normal
Hello!
I've tried to )read quite a simple expression (available at
http://theor.jinr.ru/~varg/web/misc/dia_142.input.gz). However
axiom was unable to do this. Here is a transcript of my attempt:
)read dia_142.input
[snipped t
Package: g++-4.1
Version: 4.1.1-19
Severity: normal
Hello!
$ cat iceme2.cpp
namespace A {
class ex;
struct f { f(const ex& x); };
}
namespace B {
template inline A::f g(const T& p) {
return f(A::ex(p)); }
}
$ g++ -O0 -c iceme2.cpp
iceme2.cpp: In function
Package: runit
Version: 1.7.2-1
Severity: normal
Hello!
chpst -n seems to always sets the nice value to 19 on x86_64, no
matter what argument has been given:
$ chpst -n 5 ps -l
F S UID PID PPID C PRI NI ADDR SZ WCHAN TTY TIME CMD
0 S 1000 11267 10824 0 75 0 - 2634 -
Package: openafs-fileserver
Version: 1.4.2-4
Severity: normal
Well, $SUBJECT.
There are at least two reasons of that.
1) fileserver fails to [re-]create the /etc/openafs/server-local/sysid
file. It would be nice if fileserver refused to start in such a situation
(it seems to fail in a obscure f
Package: openafs-modules-source
Version: 1.4.2-2
Severity: normal
Hello!
I've noticed strange 'permission denied' errors when accessing files on
_non-AFS_ filesystem[s]. These errors are readily reproducible:
$ id -u
1000
$ id -G
2000 33847 37992 24 25 29 44 104 111 113 1000 5000 33847 37992
[3
Package: libc6-i386
Version: 2.3.6.ds1-4
Severity: grave
Justification: renders package unusable
Hello!
I'm not sure if this should be considered as libc6-i386 bug or
lib32gfortran0 bug, but anyway:
Preparing to replace libc6-i386 2.3.6.ds1-4 (using
.../libc6-i386_2.3.6.ds1-7_amd64.deb) ...
Unp
Package: kino
Version: 0.92-1
Severity: minor
Tags: patch
Hello!
All files captured with kino are always *not* group-writable, even if
the umask is 002. This small misfeature is somewhat annoying for me
(I *need* captured files to be group-writable for a reason). In
general, I think captured f
Package: fuse-utils
Version: 2.5.3-4.1
Severity: minor
Hello!
Fusermount always fails if the root filesystem is mounted read-only, e.g.
sshfs -C -o idmap=user -o -n just:/an /example
fusermount: unable to open fuse lock file
It would be nice if fusermount had a command-line switch to disable
Package: w3m-img
Version: 0.5.1-4
Severity: normal
Tags: patch
Hello!
w3m-img does not display images on a frambuffer device because of wrong
compile-time configuration. The patch below fixes that.
--- debian/rules.orig 2006-06-26 23:30:31.0 +0400
+++ debian/rules2006-06-26 23:
Package: g++-4.1
Version: 4.1.1-5
Severity: normal
Hello!
$ cat templ_templ.cpp
template struct size_traits;
template struct same_size_p;
template struct foo {
static const unsigned N_BC = size_traits::Size;
template::value > struct bar;
template struct bar {
Package: dar
Version: 2.3.0-2
Severity: normal
Hello!
When restoring files/directories within the directory with default ACL
dar displays a message:
Some EA for path/to/a/file are about to be overwritten, continue ? [return = OK
| Esc = cancel]
for every file/subdirectory. Thus non-interactive
Package: g++-4.0
Version: 4.0.2-9
Severity: normal
Hello!
This simple code triggers an ICE:
$ cat ice_me.cpp
template struct ct_cond;
template<> struct ct_cond { };
template class Vector {
private:
T dat[N];
public:
inline T& operator()(int i) {
Package: libginac1.3c2
Version: 1.3.2-2
Severity: normal
Hello!
Recently I've noticed that most of my programs linked with GiNaC
library started to segfault. Here is an example:
$ cat bugme.cpp
#include
#include
using namespace std;
using namespace GiNaC;
int main(int argc, char** argv)
{
Hello!
On Wed, 14 Sep 2005 20:31:20 +0200, Werner Koch wrote:
> I have just added a configure time option --enable-noexecstack to the
> upstream source. It is the same thing as we did with GnuPG a while
> ago. I hope that eventually someone will find the time to write a
> short autoconf tests,
Package: libgdk-pixbuf2
Version: 0.22.0-10
Severity: normal
Hello!
After upgrading my system, I've noticed that libgdk_pixbuf shared
library requires executable stack:
$ execstack /usr/lib/libgdk_pixbuf.so.2.0.0
X /usr/lib/libgdk_pixbuf.so.2.0.0
The reason is that the assembly sources (gdk-pixb
Package: libcln3c2
Version: 1.1.9-2
Severity: normal
Hello!
After upgrading my system, I've noticed that CLN shared library is
marked as having executable stack:
$ execstack /usr/lib/libcln.so.3.0.3
X /usr/lib/libcln.so.3.0.3
Marking the stack as non-executable
$ sudo execstack -c /usr/lib/li
32 matches
Mail list logo