Bug#644989: e2fsprogs: resize2fs: online resizing always fails

2011-10-11 Thread Alexei Sheplyakov
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

Bug#636628: mpd: segfault in ffmpeg_stream_tag() when updating the database

2011-08-04 Thread Alexei Sheplyakov
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

Bug#584191: texinfo: texi2dvi fails fails with absolute path and non-C locale

2010-06-01 Thread Alexei Sheplyakov
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

Bug#470318: i387 versus SSE versus MPFR (gcc bug)

2008-04-17 Thread Alexei Sheplyakov
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 different

Bug#474684: maxima: fails to integrate a simple rational function

2008-04-07 Thread Alexei Sheplyakov
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),

Bug#402508: Same bug here, and a (crazy) work around

2007-12-30 Thread Alexei Sheplyakov
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

Bug#325689: xloadimage -onroot problem: this hacklet works for me

2007-12-18 Thread Alexei Sheplyakov
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

Bug#325689: it is not so slow

2007-12-18 Thread Alexei Sheplyakov
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 stamp

Bug#412103: cln.pc and cln-config

2007-03-11 Thread Alexei Sheplyakov
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

Bug#412103: [PATCH] doc: describe how to retrive compiler/linker flags with pkg-config

2007-03-10 Thread Alexei Sheplyakov
--- 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

Bug#412103: [PATCH] cln-config considered harmful.

2007-03-10 Thread Alexei Sheplyakov
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

Bug#412103: [PATCH] cln.pc: fix library dependency info.

2007-03-10 Thread Alexei Sheplyakov
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 of

Bug#412103: [PATCH] configure: do not fiddle with cln-config any more

2007-03-10 Thread Alexei Sheplyakov
--- 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

Bug#413318: auctex: fails to install due to MAKEFLAGS=-j2

2007-03-04 Thread Alexei Sheplyakov
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

Bug#412103: libcln-dev: missing dependency on libgmp3-dev

2007-02-23 Thread Alexei Sheplyakov
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

Bug#409797: openafs-modules-source: build fails with 2.6.19+ kernels

2007-02-05 Thread Alexei Sheplyakov
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 linux/config.h was renamed to linux/autoconf.h. Here is relevant part of compilation log: env EXTRA_CFLAGS=

Bug#407109: axiom: loops forever while )read'ing expression

2007-01-16 Thread Alexei Sheplyakov
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

Bug#406324: g++-4.1: ICE in type_dependent_expression_p with this 10 lines long code

2007-01-10 Thread Alexei Sheplyakov
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 { templatetypename T inline A::f g(const T p) { return f(A::ex(p)); } } $ g++ -O0 -c iceme2.cpp iceme2.cpp: In

Bug#406217: runit: chpst -n always sets nice value to 19 on x86_64

2007-01-09 Thread Alexei Sheplyakov
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 -

Bug#405697: openafs-fileserver: fails to operate properly if root FS is mounted read-only

2007-01-05 Thread Alexei Sheplyakov
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

Bug#397638: openafs-modules-source: cache manager hinder permission checks on non-AFS filesystems

2006-11-08 Thread Alexei Sheplyakov
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

Bug#397276: libc6-i386: file conflicts with lib32gfortran0

2006-11-05 Thread Alexei Sheplyakov
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) ...

Bug#393693: fuse-utils: fusermount fails if the root FS is mounted read-only

2006-10-17 Thread Alexei Sheplyakov
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

Bug#393705: kino: should honour umask

2006-10-17 Thread Alexei Sheplyakov
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

Bug#376240: w3m-img: does not display images on fbdev

2006-07-01 Thread Alexei Sheplyakov
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

Bug#376148: g++-4.1: ICE with this 20 lines long code

2006-06-30 Thread Alexei Sheplyakov
Package: g++-4.1 Version: 4.1.1-5 Severity: normal Hello! $ cat templ_templ.cpp templatetypename T struct size_traits; templatetypename T, unsigned N struct same_size_p; templatetypename T1 struct foo { static const unsigned N_BC = size_traitsT1::Size; templatetypename T2,

Bug#372875: dar: major annoyance when restoring directories with default ACL

2006-06-12 Thread Alexei Sheplyakov
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

Bug#353366: g++-4.0: yet another ICE (with a simple source)

2006-02-17 Thread Alexei Sheplyakov
Package: g++-4.0 Version: 4.0.2-9 Severity: normal Hello! This simple code triggers an ICE: $ cat ice_me.cpp templatebool val struct ct_cond; template struct ct_condtrue { }; templatetypename T, int N class Vector { private: T dat[N]; public:

Bug#336301: libginac1.3c2: random segfaults

2005-10-29 Thread Alexei Sheplyakov
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 iostream #include ginac/ginac.h using namespace std; using namespace GiNaC; int main(int

Bug#321720: autoconf macro to turn off executable stack

2005-10-22 Thread Alexei Sheplyakov
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, so

Bug#332922: libgdk-pixbuf2: library does not need executable stack

2005-10-09 Thread Alexei Sheplyakov
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