Bug#797866: libtorrent: ABI transition needed for libstdc++ v5

2015-09-21 Thread Jose-Luis Rivas
On 21/09/15, 09:52am, Simon McVittie wrote:
> On Wed, 09 Sep 2015 at 05:38:16 -0700, Jose-Luis Rivas wrote:
> > The only reverse dependencies are rtorrent and it needs an upgrade as
> > well since there's a newer upstream version (it's the same upstream)
> > depending on the newer version of libtorrent.
> > 
> > Do I really need to do the transition or is it safe then?
> 
> libtorrent needs *some* transition: either the v5 rename, or the new SONAME.
> 
> If you are prepared to deal with both libtorrent and rtorrent, including any
> fallout from regressions in the new upstream version, then you can go the
> new-SONAME route if you prefer.

Yes, I have rtorrent ready, awaiting for libtorrent19 to pass NEW.
-- 
⨳ PGP 0x13EC43EEB9AC8C43 ⨳ https://ghostbar.co


signature.asc
Description: Digital signature


Bug#797866: libtorrent: ABI transition needed for libstdc++ v5

2015-09-09 Thread Jose-Luis Rivas
Nevermind, upstream bumped soname anyway.

On 08/09/15, 10:24pm, Jose-Luis Rivas wrote:
> Just to be clear, if I rebuild this with the source packages from
> unstable with a new upstream version the rename is not necessary?
> 
> On 03/09/15, 08:21am, Simon McVittie wrote:
> > Source: libtorrent
> > Version: 0.13.2-1
> > Severity: serious
> > Justification: breaks ABI without a package rename
> > Tags: sid stretch
> > User: debian-...@lists.debian.org
> > Usertags: libstdc++-cxx11
> > 
> > Background[1]: libstdc++6 introduces a new ABI to conform to the
> > C++11 standard, but keeps the old ABI to not break existing binaries.
> > Packages which are built with g++-5 from experimental (not the one
> > from testing/unstable) are using the new ABI.  Libraries built from
> > this source package export some of the new __cxx11 or B5cxx11 symbols,
> > dropping other symbols.  If these symbols are part of the API of
> > the library, then this rebuild with g++-5 will trigger a transition
> > for the library.
> > 
> > In the case of libtorrent, std::string appears in functions that are
> > explicitly exported, so it seems very likely that a transition is needed.
> > The transition normally consists of renaming the
> > affected library packages, adding a v5 suffix (libtorrent14v5).
> > The SONAME should not be changed when doing this.
> > 
> > If an upgrade to a new upstream SONAME is already planned, and that
> > SONAME has never been available in Debian compiled with g++-4, then an
> > alternative way to carry out the transition would be to bump the
> > SONAME. Please avoid doing this unless the new upstream version
> > is very low-risk.
> > 
> > These follow-up transitions for libstdc++ are not going through exactly
> > the normal transition procedure, because many entangled transitions are
> > going on at the same time, and the usual ordered transition procedure
> > does not scale that far. When all the C++ libraries on which this library
> > depends have started their transitions in unstable if required, this
> > library should do the same, closing this bug; the release team will deal
> > with binNMUs as needed.
> > 
> > Looking at the build-dependencies of libtorrent, the C++ libraries
> > are libcppunit and libsigc++, which have both had their renames
> > already; so this sub-transition is ready to start.
> > 
> > The package might be NMU'd if there is no maintainer response. The
> > release team have declared a 2 day NMU delay[2] for packages involved
> > in the libstdc++ transition, in order to get unstable back to a usable
> > state in a finite time.
> > 
> > Regards,
> > S
> > 
> > [1] https://wiki.debian.org/GCC5#libstdc.2B-.2B-_ABI_transition
> > [2] https://lists.debian.org/debian-devel-announce/2015/08/msg0.html
> 
> -- 
> ⨳ PGP 0x13EC43EEB9AC8C43 ⨳ https://ghostbar.co



-- 
⨳ PGP 0x13EC43EEB9AC8C43 ⨳ https://ghostbar.co


signature.asc
Description: Digital signature


Bug#797866: libtorrent: ABI transition needed for libstdc++ v5

2015-09-09 Thread Jose-Luis Rivas
On 09/09/15, 07:30am, Simon McVittie wrote:
> On 09/09/15 07:00, Jose-Luis Rivas wrote:
> > On 08/09/15, 10:24pm, Jose-Luis Rivas wrote:
> >> Just to be clear, if I rebuild this with the source packages from
> >> unstable with a new upstream version the rename is not necessary?
> >
> > Nevermind, upstream bumped soname anyway.
> 
> A new upstream SONAME makes the v5 transition rename unnecessary; but if
> upstream have bumped SONAME, then they've broken API/ABI (or are doing
> it wrong), which increases the risk that reverse-dependencies of
> libtorrent will fail to compile or fail to work.
> 
> A new upstream release that does not bump the SONAME does not have any
> effect on the need for a transition/rename.
> 
> I suspect that the lowest-risk approach to getting this transition
> finished in a finite time is to do the v5 rename, then ask the release
> team for a separate transition slot for the new upstream SONAME.
> 

The only reverse dependencies are rtorrent and it needs an upgrade as
well since there's a newer upstream version (it's the same upstream)
depending on the newer version of libtorrent.

Do I really need to do the transition or is it safe then?

-- 
⨳ PGP 0x13EC43EEB9AC8C43 ⨳ https://ghostbar.co


signature.asc
Description: Digital signature


Bug#797866: libtorrent: ABI transition needed for libstdc++ v5

2015-09-08 Thread Jose-Luis Rivas
Just to be clear, if I rebuild this with the source packages from
unstable with a new upstream version the rename is not necessary?

On 03/09/15, 08:21am, Simon McVittie wrote:
> Source: libtorrent
> Version: 0.13.2-1
> Severity: serious
> Justification: breaks ABI without a package rename
> Tags: sid stretch
> User: debian-...@lists.debian.org
> Usertags: libstdc++-cxx11
> 
> Background[1]: libstdc++6 introduces a new ABI to conform to the
> C++11 standard, but keeps the old ABI to not break existing binaries.
> Packages which are built with g++-5 from experimental (not the one
> from testing/unstable) are using the new ABI.  Libraries built from
> this source package export some of the new __cxx11 or B5cxx11 symbols,
> dropping other symbols.  If these symbols are part of the API of
> the library, then this rebuild with g++-5 will trigger a transition
> for the library.
> 
> In the case of libtorrent, std::string appears in functions that are
> explicitly exported, so it seems very likely that a transition is needed.
> The transition normally consists of renaming the
> affected library packages, adding a v5 suffix (libtorrent14v5).
> The SONAME should not be changed when doing this.
> 
> If an upgrade to a new upstream SONAME is already planned, and that
> SONAME has never been available in Debian compiled with g++-4, then an
> alternative way to carry out the transition would be to bump the
> SONAME. Please avoid doing this unless the new upstream version
> is very low-risk.
> 
> These follow-up transitions for libstdc++ are not going through exactly
> the normal transition procedure, because many entangled transitions are
> going on at the same time, and the usual ordered transition procedure
> does not scale that far. When all the C++ libraries on which this library
> depends have started their transitions in unstable if required, this
> library should do the same, closing this bug; the release team will deal
> with binNMUs as needed.
> 
> Looking at the build-dependencies of libtorrent, the C++ libraries
> are libcppunit and libsigc++, which have both had their renames
> already; so this sub-transition is ready to start.
> 
> The package might be NMU'd if there is no maintainer response. The
> release team have declared a 2 day NMU delay[2] for packages involved
> in the libstdc++ transition, in order to get unstable back to a usable
> state in a finite time.
> 
> Regards,
> S
> 
> [1] https://wiki.debian.org/GCC5#libstdc.2B-.2B-_ABI_transition
> [2] https://lists.debian.org/debian-devel-announce/2015/08/msg0.html

-- 
⨳ PGP 0x13EC43EEB9AC8C43 ⨳ https://ghostbar.co


signature.asc
Description: Digital signature


Bug#727786: follow-up for: removal of libc6-amd64 makes system unusable

2013-10-26 Thread Jose Luis Rivas
On 10/26/2013 03:16 PM, Paul Gevers wrote:
 Seems this bug was indeed already reported: 699206 and 707185. However,
 it is not clear to me how I can get my system working again. Obviously,
 I can not remove or create symlinks to the right location as ln and
 friends don't work anymore (not to mention that sudo and getty don't help).
 
 Seems like I need to create a rescue USB drive without the possibility
 to copy files around Hope I can do this. I'll leave my laptop on
 tonight, if anybody has a great idea, feel free to share.
 
 Paul
 
 

Paul, just like recovering a system. Boot from a USB drive live-image
and make a chroot in the disk. Then you can start making the symlinks

-- 
Jose Luis Rivas
http://joseluisrivas.net/


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#628917: xscreensaver exits

2011-07-15 Thread Jose Luis Rivas
Hi,

So, you upgraded to 5.14 and?

It keeps giving this? It changed? What?

-- 
Jose Luis Rivas - GPG (old/new): 0xCACAB118 / 0x7C4DF50D
San Cristóbal, Venezuela - http://ghostbar.ath.cx/
Debian Project Developer - http://debian.org/



signature.asc
Description: OpenPGP digital signature


Bug#620056: This bug is not grave

2011-05-29 Thread Jose Luis Rivas
620056 severity wishlist
quit

This bug is not grave, if you don't like it then install 1.13, but
please don't make a RC bug just because you don't like how the app works.

1.99 is on the way, fixing some crashes. The world changes, powertop as
well.
-- 
Jose Luis Rivas - GPG (old/new): 0xCACAB118 / 0x7C4DF50D
San Cristóbal, Venezuela - http://ghostbar.ath.cx/
Debian Project Developer - http://debian.org/



signature.asc
Description: OpenPGP digital signature


Bug#595273: If xscreensaver child dies, screen is deadlocked

2010-09-06 Thread Jose Luis Rivas
On 09/06/2010 08:54 AM, Yves Lambert wrote:

 Which hack were you running? 
 
 Worm (/usr/bin/worm (!?) or is that that' this hack has been removed
 from xscreensaver ?) and some others . I set up xscreensaver so that it
 launches a random hack. And what occured when nasty hack was launched is
 that screensaver warns that the hack died unexpectly and then the screen
 became totally unresponsive. 
 
 Now, worm hack is launched corectly, but as this is a text game, it
 is not  very beautiful/interesting hack

Try /usr/lib/xscreensaver/wormhole ?
 
 Can this be related to your video card?
 
 Yes it is most probably related to nvidia card and nouveau driver.
 
 Sorry for noise, it looks like there is no more problems for now (but
 I'm now running nvidia proprietary driver).
 
Thanks, so now I'm closing this.

-- 
Jose Luis Rivas - GPG (old/new): 0xCACAB118 / 0x7C4DF50D
San Cristóbal, Venezuela - http://ghostbar.ath.cx/
Debian Project Developer - http://debian.org/



signature.asc
Description: OpenPGP digital signature


Bug#594728: xscreensaver crashes leaving screen unlocked

2010-09-05 Thread Jose Luis Rivas
We are yet waiting for your feedback about this :-)

I haven't get any crash so I can't reproduce it.
-- 
Jose Luis Rivas - GPG (old/new): 0xCACAB118 / 0x7C4DF50D
San Cristóbal, Venezuela - http://ghostbar.ath.cx/
Debian Project Developer - http://debian.org/



signature.asc
Description: OpenPGP digital signature


Bug#595273: If xscreensaver child dies, screen is deadlocked

2010-09-05 Thread Jose Luis Rivas
Please, tell us how to reproduce it. How a xscreensaver child dies in
your machine?

Which hack were you running? Can this be related to your video card?
-- 
Jose Luis Rivas - GPG (old/new): 0xCACAB118 / 0x7C4DF50D
San Cristóbal, Venezuela - http://ghostbar.ath.cx/
Debian Project Developer - http://debian.org/



signature.asc
Description: OpenPGP digital signature


Bug#566984: xscreensaver: screensaver only shows a black screen instead of the actual animation

2010-01-26 Thread Jose Luis Rivas
Check on xscreensaver-demo if you have blnak screen instead of any screensaver, 
please.
-Original Message-
From: Hugo A. M. Torres macabr...@gmail.com
Date: Tue, 26 Jan 2010 08:40:33 
To: Debian Bug Tracking Systemsub...@bugs.debian.org
Subject: Bug#566984: xscreensaver: screensaver only shows a black screen 
instead of the actual animation

Package: xscreensaver
Version: 5.10-6
Severity: grave
Justification: renders package unusable

I leave the pc unattended and when I come back I see a black screen instead of 
the screensaver. Porwermanager is set to never blank screen.


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xscreensaver depends on:
ii  libatk1.0-0 1.28.0-1 The ATK accessibility toolkit
ii  libc6   2.10.2-2 GNU C Library: Shared libraries
ii  libcairo2   1.8.8-2  The Cairo 2D vector graphics libra
ii  libfontconfig1  2.8.0-2  generic font configuration library
ii  libfreetype62.3.11-1 FreeType 2 font engine, shared lib
ii  libglade2-0 1:2.6.4-1library to load .glade files at ru
ii  libglib2.0-02.22.4-1 The GLib library of C routines
ii  libgtk2.0-0 2.18.3-1 The GTK+ graphical user interface 
ii  libice6 2:1.0.6-1X11 Inter-Client Exchange library
ii  libpam0g1.1.0-4  Pluggable Authentication Modules l
ii  libpango1.0-0   1.26.2-1 Layout and rendering of internatio
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libx11-62:1.3.2-1X11 client-side library
ii  libxext62:1.1.1-2X11 miscellaneous extension librar
ii  libxinerama12:1.1-2  X11 Xinerama extension library
ii  libxml2 2.7.6.dfsg-2 GNOME XML library
ii  libxmu6 2:1.0.5-1X11 miscellaneous utility library
ii  libxpm4 1:3.5.8-1X11 pixmap library
ii  libxrandr2  2:1.3.0-2X11 RandR extension library
ii  libxrender1 1:0.9.5-1X Rendering Extension client libra
ii  libxt6  1:1.0.7-1X11 toolkit intrinsics library
ii  libxxf86misc1   1:1.0.2-1X11 XFree86 miscellaneous extensio
ii  libxxf86vm1 1:1.1.0-2X11 XFree86 video mode extension l
ii  xscreensaver-data   5.10-6   data files to be shared among scre

Versions of packages xscreensaver recommends:
ii  libjpeg-progs  7-1   Programs for manipulating JPEG fil
ii  perl [perl5]   5.10.1-8  Larry Wall's Practical Extraction 
ii  wamerican [wordlist]   6-3   American English dictionary words 
ii  xli1.17.0+20061110-3 command line tool for viewing imag

Versions of packages xscreensaver suggests:
pn  fortune none   (no description available)
ii  iceweasel [www-browser] 3.5.6-1  lightweight web browser based on M
ii  lynx-cur [www-browser]  2.8.8dev.2-1 Text-mode WWW Browser with NLS sup
ii  midori [www-browser]0.1.8-1  fast, lightweight graphical web br
pn  qcam | streamer none   (no description available)
ii  w3m [www-browser]   0.5.2-2.1WWW browsable pager with excellent
pn  xdaliclock  none   (no description available)
pn  xfishtank   none   (no description available)
ii  xscreensaver-gl 5.10-6   GL(Mesa) screen hacks for xscreens

-- no debconf information




Bug#566984: xscreensaver: screensaver only shows a black screen instead of the actual animation

2010-01-26 Thread Jose Luis Rivas
Hugo, did you check it what I told you? Please let me know so I can
close this bug.

Check in xscreensaver-demo if you have blank screensaver instead of
Only One Screensaver or Random Screensaver.

On Tue, Jan 26, 2010 at 6:10 AM, Hugo A. M. Torres macabr...@gmail.com wrote:
 Package: xscreensaver
 Version: 5.10-6
 Severity: grave
 Justification: renders package unusable

 I leave the pc unattended and when I come back I see a black screen instead 
 of the screensaver. Porwermanager is set to never blank screen.


 -- System Information:
 Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
 Architecture: amd64 (x86_64)

 Kernel: Linux 2.6.30-2-amd64 (SMP w/2 CPU cores)
 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/dash

 Versions of packages xscreensaver depends on:
 ii  libatk1.0-0                 1.28.0-1     The ATK accessibility toolkit
 ii  libc6                       2.10.2-2     GNU C Library: Shared libraries
 ii  libcairo2                   1.8.8-2      The Cairo 2D vector graphics 
 libra
 ii  libfontconfig1              2.8.0-2      generic font configuration 
 library
 ii  libfreetype6                2.3.11-1     FreeType 2 font engine, shared 
 lib
 ii  libglade2-0                 1:2.6.4-1    library to load .glade files at 
 ru
 ii  libglib2.0-0                2.22.4-1     The GLib library of C routines
 ii  libgtk2.0-0                 2.18.3-1     The GTK+ graphical user interface
 ii  libice6                     2:1.0.6-1    X11 Inter-Client Exchange library
 ii  libpam0g                    1.1.0-4      Pluggable Authentication Modules 
 l
 ii  libpango1.0-0               1.26.2-1     Layout and rendering of 
 internatio
 ii  libsm6                      2:1.1.1-1    X11 Session Management library
 ii  libx11-6                    2:1.3.2-1    X11 client-side library
 ii  libxext6                    2:1.1.1-2    X11 miscellaneous extension 
 librar
 ii  libxinerama1                2:1.1-2      X11 Xinerama extension library
 ii  libxml2                     2.7.6.dfsg-2 GNOME XML library
 ii  libxmu6                     2:1.0.5-1    X11 miscellaneous utility library
 ii  libxpm4                     1:3.5.8-1    X11 pixmap library
 ii  libxrandr2                  2:1.3.0-2    X11 RandR extension library
 ii  libxrender1                 1:0.9.5-1    X Rendering Extension client 
 libra
 ii  libxt6                      1:1.0.7-1    X11 toolkit intrinsics library
 ii  libxxf86misc1               1:1.0.2-1    X11 XFree86 miscellaneous 
 extensio
 ii  libxxf86vm1                 1:1.1.0-2    X11 XFree86 video mode extension 
 l
 ii  xscreensaver-data           5.10-6       data files to be shared among 
 scre

 Versions of packages xscreensaver recommends:
 ii  libjpeg-progs          7-1               Programs for manipulating JPEG 
 fil
 ii  perl [perl5]           5.10.1-8          Larry Wall's Practical Extraction
 ii  wamerican [wordlist]   6-3               American English dictionary words
 ii  xli                    1.17.0+20061110-3 command line tool for viewing 
 imag

 Versions of packages xscreensaver suggests:
 pn  fortune                     none       (no description available)
 ii  iceweasel [www-browser]     3.5.6-1      lightweight web browser based on 
 M
 ii  lynx-cur [www-browser]      2.8.8dev.2-1 Text-mode WWW Browser with NLS 
 sup
 ii  midori [www-browser]        0.1.8-1      fast, lightweight graphical web 
 br
 pn  qcam | streamer             none       (no description available)
 ii  w3m [www-browser]           0.5.2-2.1    WWW browsable pager with 
 excellent
 pn  xdaliclock                  none       (no description available)
 pn  xfishtank                   none       (no description available)
 ii  xscreensaver-gl             5.10-6       GL(Mesa) screen hacks for 
 xscreens

 -- no debconf information






-- 
Jose Luis Rivas. San Cristóbal, Venezuela.
GPG 0xCACAB118 0x7C4DF50D
http://joseluisrivas.net/acerca - http://ghostbar.ath.cx/about


Bug#562884: xscreensaver can be killed with Alt+SysRq+F

2010-01-11 Thread Jose Luis Rivas
Hi,

I wrote to Jamie about this and he frankly doesn't know how to fix
this without doing it as root. I found that with a binary helper with
SETUID may introduce a new security issue and honestly I don't have
the time right now to write the code to patch this bug.

I would like all the help that people could give me. I compromise to
do the tests and patch this issue. Remember that xscreensaver is
maintained under collab-maint with git so it's very easy to do any
patching and tests on the code.

Regards.
-- 
Jose Luis Rivas. San Cristóbal, Venezuela.
GPG 0xCACAB118 0x7C4DF50D
http://joseluisrivas.net/acerca - http://ghostbar.ath.cx/about



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#553529: xscreensaver: Fake crash screensaver should not be enabled by default

2009-11-01 Thread Jose Luis Rivas
reassign 553529 xscreensaver-data-extra
quit
On Sun, Nov 1, 2009 at 2:04 AM, Daniel Dickinson crazycsh...@gmail.com wrote:
 On Sun, 1 Nov 2009 04:05:10 +
 Jose Luis Rivas josel...@rivco.net wrote:

 Severity 553529 wishlist
 Quit

 Haha. This is a problem between the chair and the keyboard, this is
 not a RC bug. ;-)


 This isn't funny.  I have had users mistakenly reboot because they
 didn't know any better. For a *default* screensaver on a system that is
 supposed to be used by people who won't know any better, this *is* an
 RC bug.  I'm bumping the severity, and am quite willing to take this to
 the next level.

 If were not a *default* screensaver I wouldn't be worried, but I have
 had upset users, and I don't blame them.  Even I had a moment of panic
 the first time it happened to me.  It may be a 'joke' but it's from UI
 point of view it's RC.  It doesn't matter that the programming is
 between the chair and the keyboard rather than the computer.  It's a
 natural reaction to see the computer die badly, especially given what
 happens to Windows computers under such circumstances.

It's not a RC, it may be an *important* bug but not a RC. It's *not*
installed by default, is on xscreensaver-data-extra which you have to
manually install yourself. Again, is not installed by default.

It's a RC bug? Let's take some already big bugs that really rendered
to data loss but because of user actions: rm -rf /. [0] Even in that
case it was not a grave bug but a *wishlist* bug, because it wasn't an
issue on the app side but on the user side. It does the package make
you lose information? Or your overreaction? Yes, is the second so is
not on the package part but on the user and you can't report a bug
against an user.

Plus, is the intended behavior, the package was made on that sense,
that's what the screensaver is supposed to do. So it's not a bug but a
feature!

About why it may be an important severity bug
--

If your reasoning is good and users overreaction to expected behavior
of the app counts as bugs then it should be important instead of
grave. The simple reason is because doesn't renders to data loss for
every the users but only to the users that are used to press reset
button before moving the mouse or pressing a key.


 And yes, I'm quite willing to take this the CTTE.

Well, I already asked for advice on #debian-devel and most of their
solutions was to close this bug and tell you to uninstall the package
xscreensaver-data-extra. I'm being nice and I'm willing to unmark it
by default, I never said I was not going to customize it so your users
wouldn't complain, but I'm *not* willing to receive any kind of
threats. And really, *is not even a bug!*.

[0] https://bugs.launchpad.net/ubuntu/+source/coreutils/+bug/174283
-- 
Jose Luis Rivas. San Cristóbal, Venezuela.
GPG 0xCACAB118 0x7C4DF50D
http://joseluisrivas.net/acerca - http://ghostbar.ath.cx/about



--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#553529: xscreensaver: Fake crash screensaver should not be enabled by default

2009-10-31 Thread Jose Luis Rivas
Severity 553529 wishlist
Quit

Haha. This is a problem between the chair and the keyboard, this is not a RC 
bug. ;-)

Cheers!
-Original Message-
From: Daniel Dickinson crazycsh...@gmail.com
Date: Sat, 31 Oct 2009 23:54:55 
To: Debian Bug Tracking Systemsub...@bugs.debian.org
Subject: Bug#553529: xscreensaver: Fake crash screensaver should not be enabled 
by default

Package: xscreensaver
Version: 5.05-3
Severity: grave
Justification: causes non-serious data loss

The fake crash screensaver causes users who don't know about it to panic and 
reboot the system, without necessarily hit other keys first, thereby
potentially causing data loss.  It's really a bad idea to have something that
look like a fatal error and says to reboot, for a user who is not expecting it.

-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xscreensaver depends on:
ii  libatk1.0-0 1.22.0-1 The ATK accessibility toolkit
ii  libc6   2.7-18   GNU C Library: Shared libraries
ii  libcairo2   1.6.4-7  The Cairo 2D vector graphics libra
ii  libglade2-0 1:2.6.2-1library to load .glade files at ru
ii  libglib2.0-02.16.6-2 The GLib library of C routines
ii  libgtk2.0-0 2.12.12-1~lenny1 The GTK+ graphical user interface 
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  libpam0g1.0.1-5+lenny1   Pluggable Authentication Modules l
ii  libpango1.0-0   1.20.5-5 Layout and rendering of internatio
ii  libsm6  2:1.0.3-2X11 Session Management library
ii  libx11-62:1.1.5-2X11 client-side library
ii  libxext62:1.0.4-1X11 miscellaneous extension librar
ii  libxinerama12:1.0.3-2X11 Xinerama extension library
ii  libxml2 2.6.32.dfsg-5+lenny1 GNOME XML library
ii  libxmu6 2:1.0.4-1X11 miscellaneous utility library
ii  libxpm4 1:3.5.7-1X11 pixmap library
ii  libxrandr2  2:1.2.3-1X11 RandR extension library
ii  libxrender1 1:0.9.4-2X Rendering Extension client libra
ii  libxt6  1:1.0.5-3X11 toolkit intrinsics library
ii  libxxf86misc1   1:1.0.1-3X11 XFree86 miscellaneous extensio
ii  libxxf86vm1 1:1.0.2-1X11 XFree86 video mode extension l
ii  xscreensaver-data   5.05-3   data files to be shared among scre

Versions of packages xscreensaver recommends:
ii  libjpeg-progs  6b-14 Programs for manipulating JPEG fil
ii  perl [perl5]   5.10.0-19lenny2   Larry Wall's Practical Extraction 
ii  wamerican [wordlist]   6-2.3 American English dictionary words 
ii  wcanadian-huge [wordli 6-2.3 Canadian English dictionary words 
ii  xli1.17.0+20061110-3 command line tool for viewing imag
ii  xloadimage 4.1-16.1  Graphics file viewer under X11

Versions of packages xscreensaver suggests:
ii  elinks [www-browser]   0.11.4-3  advanced text-mode WWW browser
ii  fortune-mod [fortune]  1:1.99.1-3.1  provides fortune cookies on demand
ii  iceweasel [www-browser]3.0.6-3   lightweight web browser based on M
ii  lynx-cur [www-browser] 2.8.7dev9-2.1 Text-mode WWW Browser with NLS sup
pn  qcam | streamernone(no description available)
ii  w3m [www-browser]  0.5.2-2+b1WWW browsable pager with excellent
pn  xdaliclock none(no description available)
pn  xfishtank  none(no description available)
pn  xscreensaver-glnone(no description available)

-- no debconf information




Bug#548385: xscreensaver-data installation fails (trying to overwrite file from gnome-screensaver)

2009-09-25 Thread Jose Luis Rivas
Hi Vincent, just for the record this was fixed in the version I just uploaded 
5.10-2.

Regards.
-Original Message-
From: Vincent Lefevre vinc...@vinc17.org

Date: Sat, 26 Sep 2009 01:46:20 
To: Debian Bug Tracking Systemsub...@bugs.debian.org
Subject: Bug#548385: xscreensaver-data installation fails (trying to overwrite 
file from gnome-screensaver)


Package: xscreensaver-data
Version: 5.05-3+nmu1
Severity: grave
Justification: renders package unusable

I get the following error:

# apt-get install xscreensaver-data
[...]
Preparing to replace xscreensaver-data 5.05-3+nmu1 (using 
.../xscreensaver-data_5.10-1_amd64.deb) ...
Unpacking replacement xscreensaver-data ...
dpkg: error processing 
/var/cache/apt/archives/xscreensaver-data_5.10-1_amd64.deb (--unpack):
 trying to overwrite '/usr/share/applications/screensavers/popsquares.desktop', 
which is also in package gnome-screensaver 0:2.26.1-1
Processing triggers for desktop-file-utils ...
Errors were encountered while processing:
 /var/cache/apt/archives/xscreensaver-data_5.10-1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

-- System Information:
Debian Release: squeeze/sid
  APT prefers oldstable
  APT policy: (500, 'oldstable'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26.5-20080922 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=POSIX, LC_CTYPE=en_US.ISO8859-1 (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages xscreensaver-data depends on:
ii  libc6 2.9-26 GNU C Library: Shared libraries
ii  libglib2.0-0  2.22.0-1   The GLib library of C routines
ii  libgtk2.0-0   2.18.0-1   The GTK+ graphical user interface 
ii  libice6   2:1.0.5-1  X11 Inter-Client Exchange library
ii  libjpeg62 6b-15  The Independent JPEG Group's JPEG 
ii  libsm62:1.1.1-1  X11 Session Management library
ii  libx11-6  2:1.2.2-1  X11 client-side library
ii  libxext6  2:1.0.4-1  X11 miscellaneous extension librar
ii  libxmu6   2:1.0.4-2  X11 miscellaneous utility library
ii  libxpm4   1:3.5.7-2  X11 pixmap library
ii  libxt61:1.0.6-1  X11 toolkit intrinsics library

xscreensaver-data recommends no packages.

xscreensaver-data suggests no packages.

-- no debconf information




Bug#490171: Bug#470416: rtorrent: random crash (grave)

2008-12-07 Thread Jose Luis Rivas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Jari Aalto wrote:
 Jose Luis Rivas [EMAIL PROTECTED] writes:
 
 Jari Aalto wrote:

 Confirmed.

 There seesm to be more a serious problem. Not just the rtorrent crash, but
 the whole workstation dies: kernel becomes unresponsive to the point
 where nothing happens.
 Can you please try with experimental release? I'm not in position to
 make this test (starting by my lack of bandwith and lack of hardware,
 I'm not always online in my machine).

 I'm about to push experimental to unstable and this one would make
 another good reason to do this. (Besides of #506748)
 
 Same results with 0.8.4-1. Kernel completely freezes after a while.
 
 Jari
I just noted something, I've got system freezing too with 2.6.26 (and
only with this kernel) but without using rtorrent.

Please, could you try with another kernel? (I'm right now using 2.6.27
and haven't got any freeze) Just for checking

Regards.
- --
Jose Luis Rivas. San Cristóbal, Venezuela. GPG 0xCACAB118
http://ghostbar.ath.cx/about - http://debian.org.ve
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkk8jVYACgkQOKCtW8rKsRi2mQCfVbPlpPm7tvouomOKyvVbOJP2
rfQAn3yqgB9aJZOF74au8JCCrOtXkYuP
=1/D5
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#506748: crash rtorrent by scgi-interface (function: 'fi.get_filename_last')

2008-12-06 Thread Jose Luis Rivas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dmitry E. Oboukhov wrote:
 I don't mind loading this package (0.8.4) into unstable. However it
 will not be included into lenny. Only 0.7.9 version can be included
 into lenny. Because now it is frozen. :(
 

Well, I believe right now is the only sane way to fix it ASAP, 0.8.2
isn't as good as 0.8.4 (even when upstream says is the stable release)
since has a lot of bugs and in fact it was the most troublesome release
they made so I'm not willing to push something that will make more
errors that what we have right now.

IMO, 0.8.4 could be a nice release at end of december since has passed a
long time without bugs being reported against this version (since
nov-19) and until december is a prudential time.

Regards.
- --
Jose Luis Rivas. San Cristóbal, Venezuela. GPG 0xCACAB118
http://ghostbar.ath.cx/about - http://debian.org.ve
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkk6Zc8ACgkQOKCtW8rKsRioIQCglKhu3pJ+vDZwyI8WZ3mCPYKR
pCAAoLzfEWyZIs1hRqkfPpwtyJkuNWWn
=gkbX
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#506748: closed by Jose Luis Rivas ghostba...@gmail.com (Fixed in experimental)

2008-12-06 Thread Jose Luis Rivas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dmitry E. Oboukhov wrote:
 reopen 506748
 thanks
 
 But this upload does not fix this bug in the testing :(
 lenny is frozen, version for lenny is 0.7.9
 
 If you want to fix this bug unsing upload version != 0.7.9
 you must receive release-team's permission
 
 
 sorry

Mmm... I'm closing it from 0.8.4-1 so remains open for 0.7.9-1+b2 this
way people on experimental knows this bug is indeed fixed, people in
unstable see this bug is open and in fact keeps as RC in bugs overview
since there's a release on Debian with the bug open.

That's the functionality of found while submitting and version while
setting as done (as long as I know) so I'll not need r-t permission for
closing the bug in _experimental_.

Please, let me know if this is wrong and I'll let then the bug as is
right now, open. If not I in 2 days or something will set it as done,
again :)

Regards.
- --
Jose Luis Rivas. San Cristóbal, Venezuela. GPG 0xCACAB118
http://ghostbar.ath.cx/about - http://debian.org.ve
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkk7AD4ACgkQOKCtW8rKsRiXZACg0HM4u/KLWMxjNGF4BzIRYxKY
e4UAn3YznJZRQAtD+THIRtsnbUmyUjE1
=Dhb+
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#490171: Bug#470416: rtorrent: random crash (grave)

2008-12-05 Thread Jose Luis Rivas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Jari Aalto wrote:
 
 Confirmed.
 
 There seesm to be more a serious problem. Not just the rtorrent crash, but
 the whole workstation dies: kernel becomes unresponsive to the point
 where nothing happens.

Can you please try with experimental release? I'm not in position to
make this test (starting by my lack of bandwith and lack of hardware,
I'm not always online in my machine).

I'm about to push experimental to unstable and this one would make
another good reason to do this. (Besides of #506748)

Regards.
- --
Jose Luis Rivas. San Cristóbal, Venezuela. GPG 0xCACAB118
http://ghostbar.ath.cx/about - http://debian.org.ve
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkk5zSsACgkQOKCtW8rKsRh3dgCcDIxoLqKd17O8qCr2uA7P5aOZ
TvkAoK2UoqwKXza14HYaK4Vd4sn3lElr
=EMGd
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#506748: crash rtorrent by scgi-interface (function: 'fi.get_filename_last')

2008-12-05 Thread Jose Luis Rivas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dmitry E. Oboukhov wrote:
 Package: rtorrent
 Severity: grave
 Version: 0.7.9-2+b2
 Architecture: i386
 
 version of libtorrent10 - 0.11.9-1.1 (lenny)
 
 If command 'fi.get_filename_last' received from SCGI interface, then
 rtorrent crashes. Version rtorrent/librtorrent from experimental
 works fine.
 
Hello,

Sorry, I'm short of time (I'm in finals) right now. Experimental version
is stable enough right now like to use it on unstable but no to use it
on lenny so I guess this will make yet another stable release without
rtorrent. I'm not in position to upload new binaries to take into
consideration for lenny next release.

I think (differently to what upstream thinks) that 0.12.4/0.8.4 is more
stable that 0.12.2/0.8.2 (which doesn't build in bsd environments and
don't have several fixes that *.*.4 does have).

Please if any of you have something against me uploading experimental
release to unstable let me know, if not I'm gonna send it to Dmitry
(hoping he's ok with this) to upload it to unstable and leave lenny
without rtorrent/libtorrent (there's not yet a new-release stable enough
for lenny anyway, I think)

Regards.
- --
Jose Luis Rivas. San Cristóbal, Venezuela. GPG 0xCACAB118
http://ghostbar.ath.cx/about - http://debian.org.ve
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkk5zgQACgkQOKCtW8rKsRhKYgCfcftexN86wgomVex3lhT5/TYX
j+gAn0TWWn4NP382tpBm2rjO9Kdd97J2
=XltO
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#484112: [xscreensaver-gl] flurry hack causes the whole system to freeze

2008-07-15 Thread Jose Luis Rivas Contreras
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Ana Guerrero wrote:
 Hola José Luis,
 
 On Tue, Jun 17, 2008 at 02:35:32PM -0430, Jose Luis Rivas Contreras wrote:
 Tormod Volden wrote:
 Thanks for your report. The problem has also been reported in
 https://bugs.launchpad.net/bugs/224065

 For now, we'll demote flurry to the -extra package so that it is not
 installed by default.


 This is done in the git-version, I'll reassign this bug to xss-gl-extra
 when that version gets uploaded.

 
 This was like a month ago.
 Could you please address this problem and the serious probleems in
 xscreensaver-gl? My main concern is due to kdeartwork not being able to
 migrate to testing because of this :/
 
 Ana
Hi Ana,

Of course, I was just waiting to get it uploaded as well with the new
patch for other issues of xscreensaver, this weekend is the deadline for
getting it ready and working, so with what's done already xscreensaver
will be sent to a sponsor to get uploaded.

Thanks for asking :)
Regards.
- --
Jose Luis Rivas. San Cristóbal, Venezuela. PGP: 0xCACAB118
http://ghostbar.ath.cx/{about,acerca} - http://debian.org.ve
`ghostbar' @ irc.debian.org/#debian-ve,#debian-devel-es
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkh89eAACgkQOKCtW8rKsRjd9gCgzNzi6zcHyUnVPIExQ16wPfop
EzMAn3QsSAPkH+az/HnqdhYpYYAYyStw
=ln7W
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#486673: iceweasel: segmentation fault opening wav sounds cannot reproduce it

2008-06-19 Thread Jose Luis Rivas Contreras
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi, I'm using this same version in unstable and i386 and can't reproduce
this issue surfing the specified web.

Regards.
- --
Jose Luis Rivas. San Cristóbal, Venezuela. PGP: 0xCACAB118
http://ghostbar.ath.cx/{about,acerca} - http://debian.org.ve
`ghostbar' @ irc.debian.org/#debian-ve,#debian-devel-es
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkha1JwACgkQOKCtW8rKsRjIugCfU2FkBTzHvjXWsK03X26DPl/D
BzsAoKDXW2VodnT3pYezOQLwVVYf6oiT
=aUyV
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#484112: [xscreensaver-gl] flurry hack causes the whole system to freeze

2008-06-17 Thread Jose Luis Rivas Contreras
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Tormod Volden wrote:
 Thanks for your report. The problem has also been reported in
 https://bugs.launchpad.net/bugs/224065
 
 For now, we'll demote flurry to the -extra package so that it is not
 installed by default.
 
 
This is done in the git-version, I'll reassign this bug to xss-gl-extra
when that version gets uploaded.

Regards.
- --
Jose Luis Rivas. San Cristóbal, Venezuela. PGP: 0xCACAB118
http://ghostbar.ath.cx/{about,acerca} - http://debian.org.ve
`ghostbar' @ irc.debian.org/#debian-ve,#debian-devel-es
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFIWAr8OKCtW8rKsRgRAvQTAJ4y4nzfC+45cqYx+bvSsOLxlb7iFACfdgN/
AjlA9OWSJDnEMEgNXxEWc8s=
=W0Po
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#482385: xscreensaver disappears (segfaults/aborts?) when xrandr is used.

2008-05-23 Thread Jose Luis Rivas Contreras
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Pierre Habouzit wrote:
 On Fri, May 23, 2008 at 02:55:33AM +, Jose Luis Rivas Contreras wrote:
 Pierre Habouzit wrote:
 Package: xscreensaver
 Version: 5.05-1
 Severity: grave
 Tags: security
 Justification: user security hole

   When xrandr is used to resize the screen on my laptop (because I use
 an external 16:9 lcd screen at work, and the lcd panel of the laptop
 else and those don't have the same resolution) xscreensaver completely
 disappears, I assume it dies at some point.

   Then if I close my LID so that the laptop is locked when I'm AFK, it
 doesn't lock anymore because xscreensaver simply isn't there.

   If xscreensaver is unable to support xrandr, it should at _LEAST_
 restart on its own.



 Hi Pierre,

 There's something in the logs? That could help me a lot :)
 
 $ pidof xscreensaver
 12165
 $ xrandr --output LVDS --off; xrandr --output LVDS --auto
 $ pidof xscreensaver
 $
 
 
 If I start xscreensaver in a console and does the xrandr stuff in another I 
 can see:
 $ xscreensaver -nosplash 
 xscreensaver: 21:54:57: bad craziness: xinerama screen count changed from 1 
 to 0!
 [1]12561 abort  xscreensaver -nosplash
 
Great, you're the one for testing the next version waiting for upload,
please do:

dget --build
http://debian.ghostbar.ath.cx/xscreensaver/5.05-2/xscreensaver_5.05-2.dsc

And let me know if your issue still continues :)

Regards.
- --
Jose Luis Rivas. San Cristóbal, Venezuela. PGP: 0xCACAB118
http://ghostbar.ath.cx/{about,acerca} - http://debian.org.ve
`ghostbar' @ irc.debian.org/#debian-ve,#debian-devel-es
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFIN3CxOKCtW8rKsRgRAqfhAKCz5yVdhFbYvXhzoq/zZ1krD0kC2ACgjOzs
CWsrUEnUUd0gsjBtIA5Shxo=
=qtWS
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#482385: xscreensaver disappears (segfaults/aborts?) when xrandr is used.

2008-05-22 Thread Jose Luis Rivas Contreras
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Pierre Habouzit wrote:
 Package: xscreensaver
 Version: 5.05-1
 Severity: grave
 Tags: security
 Justification: user security hole
 
   When xrandr is used to resize the screen on my laptop (because I use
 an external 16:9 lcd screen at work, and the lcd panel of the laptop
 else and those don't have the same resolution) xscreensaver completely
 disappears, I assume it dies at some point.
 
   Then if I close my LID so that the laptop is locked when I'm AFK, it
 doesn't lock anymore because xscreensaver simply isn't there.
 
   If xscreensaver is unable to support xrandr, it should at _LEAST_
 restart on its own.
 
 
 
Hi Pierre,

There's something in the logs? That could help me a lot :)

Regards.
- --
Jose Luis Rivas. San Cristóbal, Venezuela. PGP: 0xCACAB118
http://ghostbar.ath.cx/{about,acerca} - http://debian.org.ve
`ghostbar' @ irc.debian.org/#debian-ve,#debian-devel-es
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFINjIlOKCtW8rKsRgRAtiuAJ94/kxg5SAPG14LEgf2BNtV7eloXACfZfBC
6pSaD9fdiS7K2HR0TZPtieo=
=0gAy
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#478813: appears to be a problem between xscreensaver and compiz

2008-05-01 Thread Jose Luis Rivas Contreras
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Juergen Kosel wrote:
 Hello,
 
 I have started interaggreagate to reproduce the problem again.
 It seems to me that it is related to compiz: If compiz doesn't run,
 everything is fine.
 
 But with compiz there are also other screensavers which cause the
 problem, e.g. whirlwindwarp.
 
 
 Greetings
   Juergen
Mmm... Is what I believe then. Please, report it against compiz, there's
nothing I can do. I will not close this yet, will wait your reply about
what to do with the bug if you believe this should be remain open.

Regards.
- --
Jose Luis Rivas. San Cristóbal, Venezuela. PGP: 0xCACAB118
http://ghostbar.ath.cx/{about,acerca} - http://debian.org.ve
`ghostbar' @ irc.debian.org/#debian-ve,#debian-devel-es
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFIGZIAOKCtW8rKsRgRAlDjAJ9FCc0NAAnUyBd2geqx8lka5bjD6gCfdnC5
zlMgtJunbFHnGWKCasIHc7I=
=fKVZ
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#478813: xscreensaver: interaggregate occupies whole memory

2008-05-01 Thread Jose Luis Rivas Contreras
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Juergen Kosel wrote:
 Package: xscreensaver
 Version: 5.04-2
 Severity: critical
 Justification: breaks the whole system
 
 Hello,
 
 when /usr/lib/xscreensaver/interaggregate was started,
 the local console with gnome session became unusable.
From a remote ssh session I saw, that all memory (1 GB RAM + 1.4 GB swap)
 were occupied. Most of it by interaggregate.
 Also all of the CPU time were in use (mostly by xorg and compiz.real).
 So the computer was very busy with swapping and therefore it was
 difficult and timeconsuming to kill the interaggregate process.
 
 
 Greetings

Hi Juergen,

Please, could you test this with 5.05-2? Without compiz? How does you
launch interaggregate? If starts dropping messages in the terminal about
some ClientMessage please take note that this was fixed already in 5.05.

Regards.
- --
Jose Luis Rivas. San Cristóbal, Venezuela. PGP: 0xCACAB118
http://ghostbar.ath.cx/{about,acerca} - http://debian.org.ve
`ghostbar' @ irc.debian.org/#debian-ve,#debian-devel-es
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFIGZGwOKCtW8rKsRgRAur9AJ9qzoVYUggdlhhSr3IuDEXUQJEnBACeMyyd
BBdtfURjnt0CGjshhK3PmMI=
=rpwg
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#474852: rtorrent: FTBFS: text_element_value.cc:108: error: 'tm' is not a member of 'std'

2008-04-26 Thread Jose Luis Rivas Contreras
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

tags 474852 pending
thanks

I already built a fixed version and is available in the meanwhile at
http://debian.ghostbar.ath.cx/rtorrent/0.7.9-2 .

Soon will be uploaded to unstable.

Regards.
- --
Jose Luis Rivas. San Cristóbal, Venezuela. PGP: 0xCACAB118
http://ghostbar.ath.cx/{about,acerca} - http://debian.org.ve
`ghostbar' @ irc.debian.org/#debian-ve,#debian-devel-es
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFIFAL4OKCtW8rKsRgRAlX6AKC0m6A0Q7XgfnjMgLDiazoCM8MrfgCfa1u+
kky7eJj5liew9YCp0eNOGZI=
=YeOZ
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#471920: #471920 not fixed by the patch in #473681

2008-04-22 Thread Jose Luis Rivas Contreras
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Vincent Crevot wrote:
 tags 471920 -pending
 thanks
 
 I just had a look at the diff for 5.05-2; the changelog is wrong as the
 patch in #473681 does _not_ fix #417920. See my previous replies to this
 bug. Sorry for not being very clear on this - at first I thought the
 #473681 patch worked for me.
 Anyway, my previous reply to this bug (April 7) has a somewhat decent
 patch for this particular issue.
 
 
 
Testing testing, I found a machine with nVidia so I will test it today
and tomorrow :)

Regards.
- --
Jose Luis Rivas. San Cristóbal, Venezuela. PGP: 0xCACAB118
http://ghostbar.ath.cx/{about,acerca} - http://debian.org.ve
`ghostbar' @ irc.debian.org/#debian-ve,#debian-devel-es
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFIDd4tOKCtW8rKsRgRAnuvAKDUSIqBUTkNOxsUEAxzP4e4ujQi6QCfWkV+
6qtvB7wAwVP3RzO6E/8FhC8=
=7khe
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#471920: xscreensaver: More info

2008-03-22 Thread Jose Luis Rivas Contreras
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Vincent Crevot wrote:
 Package: xscreensaver
 Version: 5.05-1
 Followup-For: Bug #471920
 
 Ok, I have narrowed down the bug to the new xinerama sanity code
 introduced in 5.05. I'm using the nvidia binary driver in clone mode
 (same picture displayed to two monitors). It seems that in this case,
 the nvidia driver reports two xinerama screens, and that
 check_xinerama_sanity() marks both of those screens as insane (one
 being detected as enclosed the other one as duplicated). The end
 result is that no usable screens are found, which obviously creates lots
 of problems for the rest of the code (in the previously submitted
 backtrace, a null screen pointer is passed to an xlib function).  The
 bug does not occur if I disable clone mode and use only one monitor. A
 rough attempt at a fix is attached: while looping through available
 xinerama screens, if we do not find a sane one, we use the last one.
 It works for me(tm) although I have not tested it much.
 
Hi Vincent, thanks for the patch, I'm forwarding this to the upstream
author, I cannot test this patch since I don't have where to test it. I
hope anyone test the patch and let me know if is good enough :)

Regards.
- --
Jose Luis Rivas. San Cristóbal, Venezuela. PGP: 0xCACAB118
http://ghostbar.ath.cx/{about,acerca} - http://debian.org.ve
`ghostbar' @ irc.debian.org/#debian-ve,#debian-devel-es
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFH5SjJOKCtW8rKsRgRAk4LAJ9rAJeKmlOFgzuORFWCQvvVaWX5lwCgw9v6
aXENiaKJDT6Gv346NPE4E70=
=ao3z
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#451403: ack-grep: FTBFS: Test failure

2008-01-01 Thread Jose Luis Rivas Contreras
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

It just built fine in my pbuilder fully updated in amd64. Here's a quote
of the relevant part:

==
'blib/lib', 'blib/arch') t/*.t
t/00-load.# Testing App::Ack 1.72, Perl 5.008008, /usr/bin/perl
ok
t/ack-1...ok
t/ack-a...ok
t/ack-binary..ok
t/ack-c...ok
t/ack-g...ok
t/ack-h...ok
t/ack-lineok
t/ack-o...ok
t/ack-passthruok
t/ack-textok
t/ack-typeok
t/ack-v...ok
t/ack-w...ok
t/context.ok
t/filetypes...ok
t/interesting.ok
t/longoptsok
t/module..ok
t/pod-coverageskipped
all skipped: Test::Pod::Coverage 1.04 required for testing POD
coverage
t/pod.skipped
all skipped: Test::Pod 1.14 required for testing POD
t/standalone..ok
t/zerook
All tests successful, 2 tests skipped.
Files=23, Tests=159,  6 wallclock secs ( 4.60 cusr +  0.82 csys =  5.42 CPU)
make[1]: Leaving directory `/tmp/buildd/ack-grep-1.72'
touch debian/stamp-makefile-check
 fakeroot debian/rules binary
test -x debian/rules
test `id -u` = 0
dh_clean -k
dh_installdirs -A
mkdir -p .
==

Regards.
- --
Jose Luis Rivas. San Cristóbal, Venezuela. PGP: 0xCACAB118
http://ghostbar.ath.cx/{about,acerca} - http://debian.org.ve
`ghostbar' @ irc.debian.org/#debian-ve,#debian-devel-es
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHexLIOKCtW8rKsRgRAjHJAKCkNTm2N80ieKNjtlanbjDQKB/ZmgCbBD3J
TBqfqY/Hb4oZ9zIGN7AJQpc=
=KM0d
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#453193: twiki: FTBFS: `Depends' field, syntax error after reference to package `perl'

2008-01-01 Thread Jose Luis Rivas Contreras
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

tags 453193 patch
quit

Hi,

{perl:Depends} it's not supposed to be versioned, perl should go along
if you want it with a version, the attached patch should fix this issue.

Regards.
- --
Jose Luis Rivas. San Cristóbal, Venezuela. PGP: 0xCACAB118
http://ghostbar.ath.cx/{about,acerca} - http://debian.org.ve
`ghostbar' @ irc.debian.org/#debian-ve,#debian-devel-es
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHex2jOKCtW8rKsRgRAqIaAKCM96k2z8DuyKYj6ZD3GYAfpplcFgCglab3
QhG5swPUtKx+xh69vMTNpgA=
=gPMX
-END PGP SIGNATURE-
--- twiki-4.1.2/debian/control	2008-01-02 00:38:42.0 -0430
+++ modified/debian/control	2008-01-02 00:33:54.0 -0430
@@ -7,7 +7,7 @@
 
 Package: twiki
 Architecture: all
-Depends: ${perl:Depends} (= 5.8), libnet-perl, libmime-base64-perl, rcs (= 5.7), apache-common | apache2-common | apache2.2-common, debconf (=  0.5) | debconf-2.0, libalgorithm-diff-perl, liberror-perl, libdigest-sha1-perl, libtext-diff-perl, liblocale-maketext-lexicon-perl, libcgi-session-perl, liburi-perl, libhtml-parser-perl
+Depends: perl (= 5.8), ${perl:Depends}, libnet-perl, libmime-base64-perl, rcs (= 5.7), apache-common | apache2-common | apache2.2-common, debconf (=  0.5) | debconf-2.0, libalgorithm-diff-perl, liberror-perl, libdigest-sha1-perl, libtext-diff-perl, liblocale-maketext-lexicon-perl, libcgi-session-perl, liburi-perl, libhtml-parser-perl
 Suggests: libunicode-maputf8-perl, libapache-mod-perl, libapache2-mod-perl2
 Description: A Web Based Collaboration Platform
  TWiki is a modern CGI-based implementation of the Wiki collaboration platform


Bug#458145: xscreensaver: webcollage installed without prompting

2007-12-29 Thread Jose Luis Rivas Contreras
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

severity 458145 wishlist
quit
Thomas Koenig wrote:
 Subject: webcollage installed without prompting
 Package: xscreensaver
 Version: 5.04-2
 Severity: grave
 
 Hi,
 
 I just found that webcollage had been installed on my system
 with the latest upgrade.  Apparently, this downloads random
 pictures from the Internet and displays them as screen savers.
 This screen saver is usually called randomly, so these
 pictures might appear at any time.
 
 This may cause some problems on a system that's being used by a
 whole family (especially if children love to play with different
 screensavers).  If somebody uses this screensaver at work, the
 consequences could also be grave.
 
 I did NOT install the kscreensavers-xsavers-webcollage package.
 
 Please consider removing that screensaver as soon as possible.

No, you did installed xscreensaver and xscreensaver have always shipped
webcollage, sorry, not a grave bug (not a software bug nor packaging).

But you could delete the hack from /usr/lib/xscreensaver/webcollage ;-).

Regards.
- --
Jose Luis Rivas. San Cristóbal, Venezuela. PGP: 0xCACAB118
http://ghostbar.ath.cx/{about,acerca} - http://debian.org.ve
`ghostbar' @ irc.debian.org/#debian-ve,#debian-devel-es
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHdrEtOKCtW8rKsRgRAmKJAKC4+j/AO7BzRNniamcWHsbanXa8GQCgxpvU
Alv7I6riWtA8wciRmV+vfwY=
=dFg/
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#457100: xscreensaver: cannot allocate any color - crashes X

2007-12-19 Thread Jose Luis Rivas Contreras
Emil wrote:
 Package: xscreensaver
 Version: 5.04-2
 Severity: grave
 Justification: renders package unusable
 
 Launching xscreensaver-demo gives this:
 
 $ xscreensaver-demo 
 antmaze: couldn't allocate color black: using black.
 antmaze: couldn't allocate black either!
 
 When xscreensaver timeouts and tries to launch a screensaver it also
 crashes the X server.
 
 An strace reveals that xscreensaver tries to read /usr/lib/X11/Xcms.txt
 which is not available in any of the Debian packages

Hi Emil,

I really believe this is more a problem with you xserver that a
xscreensaver issue, try running:

$ /usr/lib/xscreensaver/antmaze

This should launch a little window with a screensaver, if this don't
work then I believe is an issue with your xserver.

In that case I'm usign X.Org 1.4.0:


[EMAIL PROTECTED]:~$ Xorg -version

X.Org X Server 1.4.0
Release Date: 5 September 2007
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.1~git20071119-1)
Current Operating System: Linux hyperion 2.6.22-2-amd64 #1 SMP Thu Aug
30 23:43:59 UTC 2007 x86_64
Build Date: 20 November 2007  02:55:16AM

Which is yours?

Regards,
Jose Luis.
-- 

ghostbar on debian linux 'sid' 2.6.22 x86_64-SMP - #382503
Weblog: http://ghostbar.ath.cx/ - http://linuxtachira.org
http://debian.org.ve - irc.debian.org #debian-ve #debian-devel-es
San Cristóbal, Venezuela. http://chaslug.org.ve GPG: 0xCACAB118



signature.asc
Description: OpenPGP digital signature


Bug#451790: libtorrent10: PeerConnectionSeed::event_write() wrong state.

2007-12-16 Thread Jose Luis Rivas Contreras
tags 451790 pending
quit

Ok, I found out wich is the problem, this is because the client needs to
be compiled with -fno-stric-aling too, so with the new upload this
should be fixed.

Regards,
Jose Luis.
-- 

ghostbar on debian linux 'sid' 2.6.22 x86_64-SMP - #382503
Weblog: http://ghostbar.ath.cx/ - http://linuxtachira.org
http://debian.org.ve - irc.debian.org #debian-ve #debian-devel-es
San Cristóbal, Venezuela. http://chaslug.org.ve GPG: 0xCACAB118



signature.asc
Description: OpenPGP digital signature


Bug#450462: xscreensaver: FTBFS: build-depends on gdm

2007-11-27 Thread Jose Luis Rivas Contreras
Lucas Nussbaum wrote:
 Package: xscreensaver
 version: 5.03-3
 Severity: serious
 User: [EMAIL PROTECTED]
 Usertags: qa-ftbfs-20071106 qa-ftbfs
 Justification: FTBFS on i386
 
 Hi,
 
 During a rebuild of all packages in sid, your package failed to build on i386.
 
 Is build-depending on gdm really anavoidable?

Just for the record, built just fine in my i386 and amd64 pbuilders...
Build-depending on gdm!...

Regards,
Jose Luis.
-- 

ghostbar on debian linux 'sid' 2.6.22 x86_64-SMP - #382503
Weblog: http://ghostbar.ath.cx/ - http://linuxtachira.org
http://debian.org.ve - irc.debian.org #debian-ve #debian-devel-es
San Cristóbal, Venezuela. http://chaslug.org.ve GPG: 0xCACAB118



signature.asc
Description: OpenPGP digital signature


Bug#450462: xscreensaver: FTBFS: build-depends on gdm

2007-11-26 Thread Jose Luis Rivas Contreras
Lucas Nussbaum wrote:
 Package: xscreensaver
 version: 5.03-3
 Severity: serious
 User: [EMAIL PROTECTED]
 Usertags: qa-ftbfs-20071106 qa-ftbfs
 Justification: FTBFS on i386
 
 Hi,
 
 During a rebuild of all packages in sid, your package failed to build on i386.
 
 Is build-depending on gdm really anavoidable?

It's necessary for building with gdmflexiserver support (#436010)... I'm
trying right now to hack it, in the meanwhile, I don't know if this bug
should remain serious since I built this package in others pbuilders
without problems with gdm as build-depend...

Regards,
Jose Luis.
-- 

ghostbar on debian linux 'sid' 2.6.22 x86_64-SMP - #382503
Weblog: http://ghostbar.ath.cx/ - http://linuxtachira.org
http://debian.org.ve - irc.debian.org #debian-ve #debian-devel-es
San Cristóbal, Venezuela. http://chaslug.org.ve GPG: 0xCACAB118



signature.asc
Description: OpenPGP digital signature


Bug#446988: must compile -fno-strict-aliasing

2007-11-22 Thread Jose Luis Rivas Contreras
Hi Kurt  Dean,

I'm checking right now this issue, I haven't get it and I'm using
amd64... Maybe it's related to the gcc version? I will check this
further trying to get the error.

Regards,
Jose Luis.
-- 

ghostbar on debian linux 'sid' 2.6.22 x86_64-SMP - #382503
Weblog: http://ghostbar.ath.cx/ - http://linuxtachira.org
http://debian.org.ve - irc.debian.org #debian-ve #debian-devel-es
San Cristóbal, Venezuela. http://chaslug.org.ve GPG: 0xCACAB118



signature.asc
Description: OpenPGP digital signature


Bug#451790: libtorrent10: PeerConnectionSeed::event_write() wrong state.

2007-11-22 Thread Jose Luis Rivas Contreras
Hi Kurt,

How does you get this error? When? Some specific shortcut combination?

Regards,
Jose Luis.
-- 

ghostbar on debian linux 'sid' 2.6.22 x86_64-SMP - #382503
Weblog: http://ghostbar.ath.cx/ - http://linuxtachira.org
http://debian.org.ve - irc.debian.org #debian-ve #debian-devel-es
San Cristóbal, Venezuela. http://chaslug.org.ve GPG: 0xCACAB118



signature.asc
Description: OpenPGP digital signature


Bug#450907: xscreensaver: fireworxx shows live screen contents when xcompmgr is running

2007-11-22 Thread Jose Luis Rivas Contreras
severity 450907 important
quit

Hi,

I do not really think this is a serious bug but important since does
lock the screen and I do not believe showing data is a security issue.

Regards,
Jose Luis.
-- 

ghostbar on debian linux 'sid' 2.6.22 x86_64-SMP - #382503
Weblog: http://ghostbar.ath.cx/ - http://linuxtachira.org
http://debian.org.ve - irc.debian.org #debian-ve #debian-devel-es
San Cristóbal, Venezuela. http://chaslug.org.ve GPG: 0xCACAB118



signature.asc
Description: OpenPGP digital signature


Bug#451790: libtorrent10: PeerConnectionSeed::event_write() wrong state.

2007-11-22 Thread Jose Luis Rivas Contreras
Kurt Roeckx wrote:
 On Thu, Nov 22, 2007 at 10:17:10AM -0400, Jose Luis Rivas Contreras wrote:
 Hi Kurt,

 How does you get this error? When? Some specific shortcut combination?
 
 I don't touch anything at all.  I'm just seeding a few debian iso
 images, and after some time I get that error.  I got the same
 or atleast simular error twice in 10 minutes.  I assume that some peer
 sends something you didn't expect.

You get it when you start the app? Or is random?


-- 

ghostbar on debian linux 'sid' 2.6.22 x86_64-SMP - #382503
Weblog: http://ghostbar.ath.cx/ - http://linuxtachira.org
http://debian.org.ve - irc.debian.org #debian-ve #debian-devel-es
San Cristóbal, Venezuela. http://chaslug.org.ve GPG: 0xCACAB118



signature.asc
Description: OpenPGP digital signature


Bug#450963: xscreensaver-gl: crashes the X server

2007-11-14 Thread Jose Luis Rivas Contreras
Francesco Potorti` wrote:
 I do not know whether this is a problem of the proprietary Nvidia driver
 that I am using or not, but since this is serious I am reporting before
 investigating more thoroughly.  Any GL screensaver that I have tried
 crashes the X server.  At the end I append the X server log.
 Yes, I can confirm that, while the old Nvidia proprietary driver had no
 problems, it does not work well with the new X server.  Upgrading the
 proprietary Nvidia driver from version 1.0-7185 to 100.14.19 solved the
 problem.

 Francesco, this is not more related to incompability between old nvidia
 driver with the nex X server? 
 
 Yes, it is.  The old nvidia proprietary driver had no problems with the
 old X server, but crashes the new one when GL is used.  The new nvidia
 proprietary driver does not exhibit the problem.
 
 Try another 3D acceleration app please, just to be sure.
 
 I do not use any, apart from those in xscreensaver-gl.  I tried the
 small demo glxgears.  If you think this is not enough, can you please
 suggest something else to try out?
 
I cannot thing of something else at least that you're ok with
downloading a game or something...

Anyway, if this is a problem between X server and graphic drivers it
does have nothing to do with xscreensaver. Are you ok if I redirect this
bug to xserver-xorg?

Regards,
Jose Luis.
-- 

ghostbar on debian linux 'sid' 2.6.22 x86_64-SMP - #382503
Weblog: http://ghostbar.ath.cx/ - http://linuxtachira.org
http://debian.org.ve - irc.debian.org #debian-ve #debian-devel-es
San Cristóbal, Venezuela. http://chaslug.org.ve GPG: 0xCACAB118



signature.asc
Description: OpenPGP digital signature


Bug#450907: xscreensaver: fireworxx shows live screen contents when xcompmgr is running

2007-11-14 Thread Jose Luis Rivas Contreras
Benjamin Seidenberg wrote:
 Package: xscreensaver
 Version: 5.03-3
 Severity: serious
 Tags: security
 Justification: Security Hole - Unintended information disclosure
 
 When xcompmgr is running, the fireworxx hack will display over the live screen
 (including any changes post screen-lock). This does not occur when
 xcompmgr is not running.

I do not understand when you say over the live screen, what do you mean?

How does this affect in the security? When displays information?

Regards,
Jose Luis.
-- 

ghostbar on debian linux 'sid' 2.6.22 x86_64-SMP - #382503
Weblog: http://ghostbar.ath.cx/ - http://linuxtachira.org
http://debian.org.ve - irc.debian.org #debian-ve #debian-devel-es
San Cristóbal, Venezuela. http://chaslug.org.ve GPG: 0xCACAB118



signature.asc
Description: OpenPGP digital signature


Bug#450963: xscreensaver-gl: crashes the X server

2007-11-14 Thread Jose Luis Rivas Contreras
Francesco Potorti` wrote:

 Maybe it should be closed.  As I was saying, the latest nvidia
 proprietary driver does not exhibit any problem.  It could have been a
 bug on their part, which now they solved.
 
I'm closing it as Francesco requested, in case that someone experiment
the same issue feel free to reopen this bug.

Regards,
Jose Luis.
-- 

ghostbar on debian linux 'sid' 2.6.22 x86_64-SMP - #382503
Weblog: http://ghostbar.ath.cx/ - http://linuxtachira.org
http://debian.org.ve - irc.debian.org #debian-ve #debian-devel-es
San Cristóbal, Venezuela. http://chaslug.org.ve GPG: 0xCACAB118



signature.asc
Description: OpenPGP digital signature


Bug#450963: xscreensaver-gl: crashes the X server

2007-11-12 Thread Jose Luis Rivas Contreras
Francesco Potorti` wrote:
 I do not know whether this is a problem of the proprietary Nvidia driver
 that I am using or not, but since this is serious I am reporting before
 investigating more thoroughly.  Any GL screensaver that I have tried
 crashes the X server.  At the end I append the X server log.
 
 Yes, I can confirm that, while the old Nvidia proprietary driver had no
 problems, it does not work well with the new X server.  Upgrading the
 proprietary Nvidia driver from version 1.0-7185 to 100.14.19 solved the
 problem.
 
Francesco, this is not more related to incompability between old nvidia
driver with the nex X server? Try another 3D acceleration app please,
just to be sure.

Regards,
Jose Luis.
-- 

ghostbar on debian linux 'sid' 2.6.22 x86_64-SMP - #382503
Weblog: http://ghostbar.ath.cx/ - http://linuxtachira.org
http://debian.org.ve - irc.debian.org #debian-ve #debian-devel-es
San Cristóbal, Venezuela. http://chaslug.org.ve GPG: 0xCACAB118



signature.asc
Description: OpenPGP digital signature


Bug#448157: CVE-2007-5585 authentication bypass

2007-10-27 Thread Jose Luis Rivas Contreras
reassign 448157 rss-glx
thanks

Hi,

There's no such `xscreensaver-gl-extras' package, xscreensaver-gl-helper
is installed with `xscreensaver-gl' so `rss-glx' should really suggests
xscreensaver-gl instead of xscreensaver.

[EMAIL PROTECTED]:~$ dpkg -S /usr/bin/xscreensaver-gl-helper
xscreensaver-gl: /usr/bin/xscreensaver-gl-helper.

`xscreensaver' cannot depend on `xscreensaver-gl' because is not needed
and `xscreensaver-gl-helper' neither. The only workaround I can figure
out right now is the maintainer of `rss-glx' making that if xscreensaver
is installed then depends on `xscreensaver-gl'. I don't know if there's
already a field that makes this in `debian/control' (I didn't found
anything)...

So that's why I'm reassigning this bug to `rss-glx' (again), because is
not really a bug in xscreensaver. Besides, I don't know why does need to
run xscreensaver-gl-helper when unlocking, it should run it when locking
the screen, there's no need to run it in unlocking-time.

Regards,
Jose Luis.
-- 

ghostbar on debian linux 'sid' 2.6.22 x86_64-SMP - #382503
Weblog: http://ghostbar.ath.cx/ - http://linuxtachira.org
http://debian.org.ve - irc.debian.org #debian-ve #debian-devel-es
San Cristóbal, Venezuela. http://chaslug.org.ve GPG: 0xCACAB118



signature.asc
Description: OpenPGP digital signature


Bug#448157: CVE-2007-5585 authentication bypass

2007-10-27 Thread Jose Luis Rivas Contreras
Nico Golde wrote:
 Hi Jose,
 * Jose Luis Rivas Contreras [EMAIL PROTECTED] [2007-10-27 17:40]:
 There's no such `xscreensaver-gl-extras' package, xscreensaver-gl-helper
 is installed with `xscreensaver-gl' so `rss-glx' should really suggests
 xscreensaver-gl instead of xscreensaver.
 
 Yes but this would only workaround the problem. That is why 
 I reassigned this bug to xscreensaver. Ari is currently 
 preparing a package with a change dependency but we decided 
 that this is more an xscreensaver issue because xscreensaver 
 could just stay blank and print a message for example 
 instead of exiting.

Oh! I thougth you wrote that remained locked the screen. Well, really
rss-glx should _not_ use gl-helper for unlocking and don't know how
exactly reproduce it in an environment correctly configured. (I mean
with xscreensaver-gl installed) Why is xscreensaver-gl needed? Well
it've the binaries needed by xscreensaver to run any gl hack.
 
 [...] 
 So that's why I'm reassigning this bug to `rss-glx' (again), because is
 not really a bug in xscreensaver. Besides, I don't know why does need to
 run xscreensaver-gl-helper when unlocking, it should run it when locking
 the screen, there's no need to run it in unlocking-time.
 
 Considering what I wrote above, do you agree to reassign 
 this to xscreensaver? Ari, maybe you can also state what you 
 think.

Well, is not that's a xscreensaver bug as I already wrote above, rss-glx
does really needs xscreensaver-gl for working with xscreensaver.

So basicly rss-glx depending in xscreensaver-gl when is using
xscreensaver should fix this bug and not just be a workaround.

And is just not a workaround because I'm working right now in separating
the hacks of xscreensaver so there'll exists two more packages:
xscreensaver-hacks and xscreensaver-gl-hacks and made them availables to
apps like gnome-screensaver without installing the binaries so is gonna
be safe to install xscreensaver-gl without installing unnecesaries hacks.

So considering that this is not already done (spliting xscreensaver) and
there's already a wishlist about spliting the package and this bugs is
not exactly a xscreensaver bug this bug could be blocked by #410095 and
I don't think should be reassigned to xscreensaver.

Regards,
Jose Luis.
-- 

ghostbar on debian linux 'sid' 2.6.22 x86_64-SMP - #382503
Weblog: http://ghostbar.ath.cx/ - http://linuxtachira.org
http://debian.org.ve - irc.debian.org #debian-ve #debian-devel-es
San Cristóbal, Venezuela. http://chaslug.org.ve GPG: 0xCACAB118



signature.asc
Description: OpenPGP digital signature


Bug#448157: CVE-2007-5585 authentication bypass

2007-10-27 Thread Jose Luis Rivas Contreras
reassign 448157 xscreensaver
quit

Ari Pollak wrote:
 The point here is that xscreensaver should not unlock the screen when
 missing xscreensaver-gl-helper, it should just display a blank
 screensaver. rss-glx does not NEED to be run with xscreensaver-gl-helper
 as it's perfectly feasible to run with gnome-screensaver, so rss-glx
 shouldn't need to depend on xscreensaver-gl to prevent xscreensaver from
 crashing.
 
 
Ok, that's a point, I'm reassigning the bug to xscreensaver then and
will figure out what's wrong when rss-glx is running.

Regards,
Jose Luis.
-- 

ghostbar on debian linux 'sid' 2.6.22 x86_64-SMP - #382503
Weblog: http://ghostbar.ath.cx/ - http://linuxtachira.org
http://debian.org.ve - irc.debian.org #debian-ve #debian-devel-es
San Cristóbal, Venezuela. http://chaslug.org.ve GPG: 0xCACAB118



signature.asc
Description: OpenPGP digital signature


Bug#430848: xscreensaver-command: Not working option -restart, -unthrottle, -deactivate, -throttle

2007-07-04 Thread Jose Luis Rivas Contreras
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

package xscreensaver
severity 430848 important
tags 430848 unreproducible
quit

Sorry, I got them working, this bug it seems as doesn't exists... Try
purging and reinstalling xscreensaver please:

[EMAIL PROTECTED]:~$ xscreensaver-command -restart
xscreensaver-command: restarting.

[EMAIL PROTECTED]:~$ xscreensaver-command -unthrottle
xscreensaver-command: not throttled.

[EMAIL PROTECTED]:~$ xscreensaver-command -deactivate
xscreensaver-command: not active: idle timer reset.

[EMAIL PROTECTED]:~$ xscreensaver-command -throttle
xscreensaver-command: throttled.

[EMAIL PROTECTED]:~$

Regards,
Jose Luis.
- --

ghostbar on Linux/Debian 'sid' i686 - #382503
Weblog: http://ghostbar.ath.cx/ - http://linuxtachira.org
http://debian.org.ve - irc.debian.org #debian-ve #debian-devel-es
San Cristóbal, Venezuela. http://chaslug.org.ve
Fingerprint = 3E7D 4267 AFD5 2407 2A37  20AC 38A0 AD5B CACA B118
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGjFY3OKCtW8rKsRgRAguBAKC5odzijdYdTnI/yC6EQPsB5g/OxACfcRpG
L+ZQn4x5kdtS9JEDearX19I=
=fs3G
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#429259: amarok: N

2007-06-16 Thread Jose Luis Rivas
Package: amarok
Version: 1.4.5-5
Severity: critical
Justification: breaks unrelated software

Hi,

I upgraded early my system, afther that I rebooted my system and
now amarok crash my X server system while trying to start.

I cannot give more info since don't give more info, just crashes
and is like I pushed Ctrl + Alt + Backspace.

Regards,
Jose Luis.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.21-1-686 (SMP w/1 CPU core)
Locale: LANG=es_VE.UTF-8, LC_CTYPE=es_VE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages amarok depends on:
ii  amarok-engines  1.4.5-5  output engines for the Amarok audi
ii  amarok-xine [amarok-eng 1.4.5-5  xine engine for the Amarok audio p
ii  kdelibs4c2a 4:3.5.7.dfsg.1-1 core libraries and binaries for al
ii  libart-2.0-22.3.19-3 Library of functions for 2D graphi
ii  libaudio2   1.9-2The Network Audio System (NAS). (s
ii  libc6   2.5-11   GNU C Library: Shared libraries
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libfreetype62.2.1-6  FreeType 2 font engine, shared lib
ii  libgcc1 1:4.2-20070609-1 GCC support library
ii  libgl1-mesa-glx [libgl1 6.5.2-5  A free implementation of the OpenG
ii  libglib2.0-02.12.12-1The GLib library of C routines
ii  libgpod10.4.2-3  a library to read and write songs 
ii  libice6 1:1.0.3-2X11 Inter-Client Exchange library
ii  libidn110.6.5-1  GNU libidn library, implementation
ii  libifp4 1.0.0.2-3communicate with iRiver iFP audio 
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG 
ii  libkarma0   0.0.6-2  Rio Karma access library [runtime 
ii  libmtp5 0.1.5-2  Media Transfer Protocol (MTP) libr
ii  libmysqlclient15off 5.0.41-2 MySQL database client library
ii  libnjb5 2.2.5-4.1Creative Labs Nomad Jukebox librar
ii  libpng12-0  1.2.15~beta5-2   PNG library - runtime
ii  libpq5  8.2.4-1  PostgreSQL C client library
ii  libqt3-mt   3:3.3.7-4+b1 Qt GUI Library (Threaded runtime v
ii  libruby1.8  1.8.6-1+b1   Libraries necessary to run Ruby 1.
ii  libsdl1.2debian 1.2.11-9 Simple DirectMedia Layer
ii  libsm6  2:1.0.3-1X11 Session Management library
ii  libsqlite3-03.3.17-1 SQLite 3 shared library
ii  libstdc++6  4.2-20070609-1   The GNU Standard C++ Library v3
ii  libtag1c2a  1.4-8TagLib Audio Meta-Data Library
ii  libtagc01.4-8TagLib Audio Meta-Data Library (C 
ii  libtunepimp50.5.3-2  MusicBrainz tagging library
ii  libusb-0.1-42:0.1.12-7   userspace USB programming library
ii  libvisual-0.4-0 0.4.0-1.1Audio visualization framework
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.8-2X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxft2 2.1.12-2 FreeType-based font drawing librar
ii  libxi6  1:1.0.1-4X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxrandr2  2:1.2.1-1X11 RandR extension library
ii  libxrender1 1:0.9.2-1X Rendering Extension client libra
ii  libxt6  1:1.0.5-3X11 toolkit intrinsics library
ii  ruby1.8.2-1  An interpreter of object-oriented 
ii  unzip   5.52-9   De-archiver for .zip files
ii  zlib1g  1:1.2.3-15   compression library - runtime

Versions of packages amarok recommends:
ii  kdemultimedia-kio-plugins 4:3.5.7-2  enables the browsing of audio CDs 

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#429259: retitle bug: amarok: crashes all X window system

2007-06-16 Thread Jose Luis Rivas Contreras
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

retitle 429259 amarok: crashes all X window system
quit
- --

ghostbar on Linux/Debian 'sid' i686 - #382503
Weblog: http://ghostbar.ath.cx/ - http://linuxtachira.org
http://debian.org.ve - irc.debian.org #debian-ve #debian-devel-es
San Cristóbal, Venezuela. http://chaslug.org.ve
Fingerprint = 3E7D 4267 AFD5 2407 2A37  20AC 38A0 AD5B CACA B118
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGdA9xOKCtW8rKsRgRAuMqAJ9nwY2DjdBMz4QxBicPH1QGRiXbVACg1ev8
ONvDMggNaimQHOS684MZtAI=
=L6b9
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#429259: Solved

2007-06-16 Thread Jose Luis Rivas Contreras
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I upgraded my graphic card drivers and amarok stops crashing, so this
bug doesn't exists anymore.

But I don't understand yet why amarok crashes because of my graphic
drivers... Anyway, you can close this bug, sorry.

Jose Luis.
- --

ghostbar on Linux/Debian 'sid' i686 - #382503
Weblog: http://ghostbar.ath.cx/ - http://linuxtachira.org
http://debian.org.ve - irc.debian.org #debian-ve #debian-devel-es
San Cristóbal, Venezuela. http://chaslug.org.ve
Fingerprint = 3E7D 4267 AFD5 2407 2A37  20AC 38A0 AD5B CACA B118
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGdGTkOKCtW8rKsRgRAlMCAJ9tmGfJ/T50djESmffE7n5iraX2dQCgijlw
1pYN9wBdiPrq5zz9+qMDHew=
=rrLt
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#428775: *** glibc detected *** /usr/lib/icedove/icedove-bin: free(): invalid pointer: 0x08edfac0 ***

2007-06-13 Thread Jose Luis Rivas
Package: icedove
Version: 2.0.0.0-4
Severity: grave
Justification: renders package unusable

Hi, I get this error while I try to use icedove, downloads messages
and says Receiving 1 of 1 and then stops and gives this backtrace on
shell:


[EMAIL PROTECTED]:~$ icedove
*** glibc detected *** /usr/lib/icedove/icedove-bin: free(): invalid pointer: 
0x08edfac0 ***
=== Backtrace: =
/lib/i686/cmov/libc.so.6[0xb750deed]
/lib/i686/cmov/libc.so.6(cfree+0x90)[0xb7511530]
/usr/lib/libstdc++.so.6(_ZdlPv+0x21)[0xb76a8611]
/usr/lib/icedove/components/libgklayout.so[0xb5057c71]
/usr/lib/icedove/components/libgklayout.so[0xb504dfa6]
/usr/lib/icedove/libxpcom_core.so(_ZN13nsCOMPtr_base18assign_with_AddRefEP11nsISupports+0x2c)[0xb7e770cc]
/usr/lib/icedove/components/libgklayout.so[0xb5040a50]
/usr/lib/icedove/components/libdocshell.so[0xb63c1d0f]
/usr/lib/icedove/components/libnsappshell.so[0xb55ca614]
/usr/lib/icedove/components/libnsappshell.so[0xb55cf4b6]
/usr/lib/icedove/components/libnsappshell.so[0xb55c0564]
/usr/lib/icedove/components/libgklayout.so[0xb534c36b]
/usr/lib/icedove/components/libgklayout.so[0xb534c788]
/usr/lib/icedove/libxpcom_core.so(PL_HandleEvent+0x27)[0xb7ebfc77]
/usr/lib/icedove/libxpcom_core.so(PL_ProcessPendingEvents+0x5b)[0xb7ebff8b]
/usr/lib/icedove/libxpcom_core.so[0xb7ec1e4e]
/usr/lib/icedove/components/libwidget_gtk2.so[0xb5ee76e5]
/usr/lib/libglib-2.0.so.0[0xb7758c9d]
/usr/lib/libglib-2.0.so.0(g_main_context_dispatch+0x182)[0xb772f952]
/usr/lib/libglib-2.0.so.0[0xb773291f]
/usr/lib/libglib-2.0.so.0(g_main_loop_run+0x1a9)[0xb7732cc9]
/usr/lib/libgtk-x11-2.0.so.0(gtk_main+0xb4)[0xb7bc2574]
/usr/lib/icedove/components/libwidget_gtk2.so[0xb5ee7b42]
/usr/lib/icedove/components/libtoolkitcomps.so[0xb5e192c2]
/usr/lib/icedove/icedove-bin[0x804f620]
/usr/lib/icedove/icedove-bin[0x804ac7f]
/lib/i686/cmov/libc.so.6(__libc_start_main+0xdc)[0xb74bbebc]
/usr/lib/icedove/icedove-bin[0x804abb1]
=== Memory map: 
08048000-0805a000 r-xp  03:05 607319 /usr/lib/icedove/icedove-bin
0805a000-0805c000 rw-p 00011000 03:05 607319 /usr/lib/icedove/icedove-bin
0805c000-09151000 rw-p 0805c000 00:00 0  [heap]
b23ed000-b25ee000 rw-p b23ed000 00:00 0 
b26ef000-b27f rw-p b26ef000 00:00 0 
b28b2000-b28b7000 r-xp  03:05 606748 
/usr/lib/icedove/components/libxpcom_compat_c.so
b28b7000-b28b8000 rw-p 5000 03:05 606748 
/usr/lib/icedove/components/libxpcom_compat_c.so
b28b8000-b28d2000 r-xp  03:05 607276 
/usr/lib/icedove/components/libwallet.so
b28d2000-b28d3000 rw-p 0001a000 03:05 607276 
/usr/lib/icedove/components/libwallet.so
b28d3000-b28d4000 rw-p b28d3000 00:00 0 
b28d4000-b28d5000 ---p b28d4000 00:00 0 
b28d5000-b31c rw-p b28d5000 00:00 0 
b31c-b31f7000 r-xp  03:05 604122 /usr/lib/nss/libnssckbi.so
b31f7000-b320 rw-p 00037000 03:05 604122 /usr/lib/nss/libnssckbi.so
b320-b3237000 r-xp  03:05 604121 /usr/lib/nss/libfreebl3.so
b3237000-b3238000 rw-p 00036000 03:05 604121 /usr/lib/nss/libfreebl3.so
b3238000-b3239000 ---p b3238000 00:00 0 
b3239000-b3a39000 rw-p b3239000 00:00 0 
b3a39000-b3a3a000 ---p b3a39000 00:00 0 
b3a3a000-b423a000 rw-p b3a3a000 00:00 0 
b423a000-b4282000 r-xp  03:05 604522 /usr/lib/libsoftokn3.so.0d
b4282000-b4286000 rw-p 00047000 03:05 604522 /usr/lib/libsoftokn3.so.0d
b4286000-b42f2000 r-xp  03:05 604457 /usr/lib/libnss3.so.0d
b42f2000-b42f7000 rw-p 0006c000 03:05 604457 /usr/lib/libnss3.so.0d
b42f7000-b4319000 r-xp  03:05 604458 /usr/lib/libsmime3.so.0d
b4319000-b431b000 rw-p 00021000 03:05 604458 /usr/lib/libsmime3.so.0d
b431b000-b434 r-xp  03:05 604538 /usr/lib/libssl3.so.0d
b434-b4342000 rw-p 00024000 03:05 604538 /usr/lib/libssl3.so.0d
b4343000-b4349000 r-xp  03:05 607273 
/usr/lib/icedove/components/libmsgsmime.so
b4349000-b434a000 rw-p 6000 03:05 607273 
/usr/lib/icedove/components/libmsgsmime.so
b434a000-b435c000 r-xp  03:05 607315 
/usr/lib/icedove/components/libmailcomps.so
b435c000-b435d000 rw-p 00012000 03:05 607315 
/usr/lib/icedove/components/libmailcomps.so
b435d000-b43b7000 r-xp  03:05 607157 
/usr/lib/icedove/components/libpipnss.so
b43b7000-b43bb000 rw-p 0005a000 03:05 607157 
/usr/lib/icedove/components/libpipnss.so
b43bb000-b43ee000 r-xp  03:05 606761 
/usr/lib/icedove/components/libmork.so
b43ee000-b43f1000 rw-p 00032000 03:05 606761 
/usr/lib/icedove/components/libmork.so
b43f1000-b4451000 rw-s  00:08 474391 /SYSV (deleted)
b4451000-b4457000 r-xp  03:05 492313 
/usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so
b4457000-b4458000 rw-p 5000 03:05 492313 
/usr/lib/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so
b4459000-b44b9000 rw-s  00:08 474390 /SYSV (deleted)
b44b9000-b44c8000 r--p  03:05 798983 

Bug#426846: rubrica - FTBFS: configure: error: XML::Parser perl module is required for intltool

2007-06-06 Thread Jose Luis Rivas Contreras
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

package rubrica
tags 426846 +patch
quit

Hi Sebastien,

There's a patch attached, you only need to add `libxml-parser-perl' as
Build-Depend and then everything works as should. I tested this on a
i386 pbuilder and works just fine.

Regards,
Jose Luis.
- --

ghostbar on Linux/Debian 'sid' i686 - #382503
Weblog: http://ghostbar.ath.cx/ - http://linuxtachira.org
http://debian.org.ve - irc.debian.org #debian-ve #debian-devel-es
San Cristóbal, Venezuela. http://chaslug.org.ve
Fingerprint = 3E7D 4267 AFD5 2407 2A37  20AC 38A0 AD5B CACA B118
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGZ00HOKCtW8rKsRgRAuQrAJ9ceVJjdf02s1ksNof4gltadZ0YIwCfarSw
CGC7zCovZ4ym97avIRZpv8E=
=plym
-END PGP SIGNATURE-
diff -ruN rubrica.orig/rubrica-2.0~rc3/debian/control rubrica/rubrica-2.0~rc3/debian/control
--- rubrica.orig/rubrica-2.0~rc3/debian/control	2007-06-06 19:45:22.0 -0400
+++ rubrica/rubrica-2.0~rc3/debian/control	2007-06-06 20:01:04.0 -0400
@@ -2,7 +2,7 @@
 Section: x11
 Priority: optional
 Maintainer: Sebastien Bacher [EMAIL PROTECTED]
-Build-Depends: cdbs, debhelper (= 4.1.65), libglib2.0-dev (= 2.6), libxml2-dev, libgtk2.0-dev (= 2.6), libglade2-dev, libgconf2-dev
+Build-Depends: cdbs, debhelper (= 4.1.65), libglib2.0-dev (= 2.6), libxml2-dev, libgtk2.0-dev (= 2.6), libglade2-dev, libgconf2-dev, libxml-parser-perl
 Standards-Version: 3.7.2
 
 Package: rubrica


Bug#425902: libpod-webserver-perl: FTBFS: No such file or directory at /build/user/libpod-webserver-perl-3.04/blib/lib/Pod/Webserver.pm line 427.

2007-06-04 Thread Jose Luis Rivas Contreras
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

package libpod-webserver-perl
merge 423804 425902
tags 423804 +patch
quit

Hi Alejandro,

Here's a patch that fixes your FTBFS, there's no need to delete the
`make test' command, in fact that would be wrong.

The patch moves `t/03_daemon.t' to `no_apply.t' before makes tests, and
in the clean moves `no_apply.t' to `t/03_daemon.t' again (if exists),
that way isn't part of the final diff.gz.

Well, the patch is attached.

BTW, I merged #423804 and #425902 since is the same.

Regards,
Jose Luis.
- --

ghostbar on Linux/Debian 'sid' i686 - #382503
Weblog: http://ghostbar.ath.cx/ - http://linuxtachira.org
http://debian.org.ve - irc.debian.org #debian-ve #debian-devel-es
San Cristóbal, Venezuela. http://chaslug.org.ve
Fingerprint = 3E7D 4267 AFD5 2407 2A37  20AC 38A0 AD5B CACA B118
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGZManOKCtW8rKsRgRAttGAKCfOOPtnA7jmWYRT+Q4tILASVmrbACeNgSM
eMbhcmX8sgHfjJ/7Pk5sz7k=
=89TR
-END PGP SIGNATURE-
diff -ruN libpod-webserver-perl/libpod-webserver-perl-3.04/debian/rules libpod-webserver-perl.orig/libpod-webserver-perl-3.04/debian/rules
--- libpod-webserver-perl/libpod-webserver-perl-3.04/debian/rules	2007-06-04 21:56:19.0 -0400
+++ libpod-webserver-perl.orig/libpod-webserver-perl-3.04/debian/rules	2007-06-04 21:58:53.0 -0400
@@ -35,7 +35,6 @@
 
 	# Add commands to clean up after the build process here
 	[ ! -f Makefile ] || $(MAKE) realclean
-	[ ! -f no_apply.t ] || mv no_apply.t t/03_daemon.t
 
 	dh_clean build-stamp install-stamp
 
@@ -46,7 +45,6 @@
 	dh_clean -k
 
 	# Add commands to install the package into debian/$PACKAGE_NAME here
-	mv t/03_daemon.t no_apply.t
 	$(MAKE) test
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 


Bug#427318: libflickr-api-perl: FTBFS: tests failed

2007-06-03 Thread Jose Luis Rivas Contreras
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

package libflickr-api-perl
tags 427318 +pending
quit

Lucas Nussbaum escribió:
 Package: libflickr-api-perl
 version: 0.08-1
 Severity: serious
 Justification: FTBFS on i386
 
 Hi,
 
 During a rebuild of all packages in sid, your package failed to build on i386.
 
 it seems that it tried to access the internet. You should check if www
 access is available, and only run the tests that depend on it if it's
 the case.

Yes, I just modified `test.pl' since packages should not use internet
connection, now builds ok. My sponsor will upload this fix soon. Thanks
for reporting this.

Regards,
Jose Luis.
- --

ghostbar on Linux/Debian 'sid' i686 - #382503
Weblog: http://ghostbar.ath.cx/ - http://linuxtachira.org
http://debian.org.ve - irc.debian.org #debian-ve #debian-devel-es
San Cristóbal, Venezuela. http://chaslug.org.ve
Fingerprint = 3E7D 4267 AFD5 2407 2A37  20AC 38A0 AD5B CACA B118
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGYym7OKCtW8rKsRgRAgR4AKC0g88x4ikWuuYv5NkpHUWq3XvbagCfTvdH
cTVLkNt64lvp8e0ITtwUrUc=
=E0nJ
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#427275: camstream: FTBFS: video_def.h:2:27: error: linux/linkage.h: No such file or directory

2007-06-03 Thread Jose Luis Rivas Contreras
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

package camstream
tags 427275 +patch
quit

Added build-depend on linux-kernel-headers. Patch attached. Now builds
ok, tested on pbuilders.

Regards,
Jose Luis.
- --

ghostbar on Linux/Debian 'sid' i686 - #382503
Weblog: http://ghostbar.ath.cx/ - http://linuxtachira.org
http://debian.org.ve - irc.debian.org #debian-ve #debian-devel-es
San Cristóbal, Venezuela. http://chaslug.org.ve
Fingerprint = 3E7D 4267 AFD5 2407 2A37  20AC 38A0 AD5B CACA B118
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGYzqJOKCtW8rKsRgRAoe5AJ9hXckhOka1hrHbz+m0fLliabYaEgCeK/74
0sP2dop5XWBr2efZkRCCen4=
=Bvq4
-END PGP SIGNATURE-
--- camstream.orig/camstream-0.26.3+dfsg/debian/control	2007-06-03 17:57:27.0 -0400
+++ camstream/camstream-0.26.3+dfsg/debian/control	2007-06-03 17:52:17.0 -0400
@@ -2,7 +2,7 @@
 Section: misc
 Priority: optional
 Maintainer: Debian QA Group [EMAIL PROTECTED]
-Build-Depends: debhelper ( 4.0), libqt3-mt-dev (= 3.3.4-4), libqt3-compat-headers, lynx, imagemagick
+Build-Depends: debhelper ( 4.0), libqt3-mt-dev (= 3.3.4-4), libqt3-compat-headers, lynx, imagemagick, linux-kernel-headers
 Build-Depends-Indep: lynx
 Standards-Version: 3.7.2
 


Bug#424654: centericq: links to libcurl4-openssl

2007-06-02 Thread Jose Luis Rivas Contreras
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

package centericq
tags 424654 patch
quit

Hi,

This problem is fixed changing on Build-Depends from `libcurl3-dev' to
`libcurl4-gnutls-dev'. There's nothing else to do so I doesn't consider
necessary to make a diff to attach to this email.

Regards,
Jose Luis.
- --

ghostbar on Linux/Debian 'sid' i686 - #382503
Weblog: http://ghostbar.ath.cx/ - http://linuxtachira.org
http://debian.org.ve - irc.debian.org #debian-ve #debian-devel-es
San Cristóbal, Venezuela. http://chaslug.org.ve
Fingerprint = 3E7D 4267 AFD5 2407 2A37  20AC 38A0 AD5B CACA B118
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGYj8EOKCtW8rKsRgRAnHLAJ9OxHPqzbn+kI45EVQK4EbGo7PnWgCg0aLU
P/M1H0ldgwWxphpxHa/f8EM=
=VsW1
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#427265: aprsd: FTBFS: aprsd.cpp:62:23: error: linux/sys.h: No such file or directory

2007-06-02 Thread Jose Luis Rivas Contreras
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

package aprsd
tags 427265 +patch
quit

Hi, this is fixed deleting the header `linux/sys.h' since isn't needed
anymore with kernels higher to 2.6.19.

Regards,
Jose Luis.
- --

ghostbar on Linux/Debian 'sid' i686 - #382503
Weblog: http://ghostbar.ath.cx/ - http://linuxtachira.org
http://debian.org.ve - irc.debian.org #debian-ve #debian-devel-es
San Cristóbal, Venezuela. http://chaslug.org.ve
Fingerprint = 3E7D 4267 AFD5 2407 2A37  20AC 38A0 AD5B CACA B118
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGYkjDOKCtW8rKsRgRAmv9AKCKymZHZLrsw2Y0tqh5XM59TfgBwgCgpcxM
Q8yX4Hn3DW0QXAN4/RtI3A0=
=u6MI
-END PGP SIGNATURE-
--- aprsd.orig/aprsd-2.2.5-13/src/aprsd.cpp	2007-06-03 00:46:42.0 -0400
+++ aprsd/aprsd-2.2.5-13/src/aprsd.cpp	2007-06-03 00:41:51.0 -0400
@@ -59,7 +59,6 @@
 
 #ifdef linux
 #include linux/kernel.h
-#include linux/sys.h
 #endif
 #include sys/resource.h
 


Bug#427265: aprsd: FTBFS: aprsd.cpp:62:23: error: linux/sys.h: No such file or directory

2007-06-02 Thread Jose Luis Rivas Contreras
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hey, BTW, I double checked and servers.cpp have the same problem, now
builds ok on pbuilder. Attached the patch for servers.cpp.

Regards,
Jose Luis.
- --

ghostbar on Linux/Debian 'sid' i686 - #382503
Weblog: http://ghostbar.ath.cx/ - http://linuxtachira.org
http://debian.org.ve - irc.debian.org #debian-ve #debian-devel-es
San Cristóbal, Venezuela. http://chaslug.org.ve
Fingerprint = 3E7D 4267 AFD5 2407 2A37  20AC 38A0 AD5B CACA B118
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGYk4ROKCtW8rKsRgRAqD3AKCAWZ+HYDjsocGgXjsNCtCZ4/oecgCaAqY3
yLNZr4rTeJUx8h7zv7K7MZ8=
=D1O4
-END PGP SIGNATURE-
--- ../aprsd.orig/aprsd-2.2.5-13/src/servers.cpp	2007-06-03 00:46:42.0 -0400
+++ aprsd-2.2.5-13/src/servers.cpp	2007-06-03 01:00:36.0 -0400
@@ -46,7 +46,6 @@
 
 #ifdef linux
 #include linux/kernel.h
-#include linux/sys.h
 #endif
 #include sys/resource.h
 


Bug#427264: arptables: FTBFS: include/linux/netfilter_arp.h:10:26: error: linux/config.h: No such file or directory

2007-06-02 Thread Jose Luis Rivas Contreras
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

package arptables
tags 427264 +patch
quit

Hi,

This problem is fixed deleting linux/config.h header, builds ok on
pbuilders.

Regards,
Jose Luis.
- --

ghostbar on Linux/Debian 'sid' i686 - #382503
Weblog: http://ghostbar.ath.cx/ - http://linuxtachira.org
http://debian.org.ve - irc.debian.org #debian-ve #debian-devel-es
San Cristóbal, Venezuela. http://chaslug.org.ve
Fingerprint = 3E7D 4267 AFD5 2407 2A37  20AC 38A0 AD5B CACA B118
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGYk2xOKCtW8rKsRgRAvPFAKDRz2dt7HgsxdEW/sEj62KQC9AwTACeMG6e
EBMpKyd9z9e9WwPbBGZhldw=
=VEnW
-END PGP SIGNATURE-
--- arptables.orig/arptables-0.0.3/include/linux/netfilter_arp.h	2003-10-25 07:39:06.0 -0400
+++ arptables/arptables-0.0.3/include/linux/netfilter_arp.h	2007-06-03 01:06:55.0 -0400
@@ -7,7 +7,6 @@
  * (C)2002 Rusty Russell IBM -- This code is GPL.
  */
 
-#include linux/config.h
 #include linux/netfilter.h
 
 /* There is no PF_ARP. */


Bug#423107: rtorrent: duplicate symptoms here

2007-05-17 Thread Jose Luis Rivas Contreras
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Greg Wooledge escribió:
 Package: rtorrent
 Version: 0.7.4-2
 Followup-For: Bug #423107
 
 
 I get the same symptom as the original reporter.  Running rtorrent clears
 the screen, switches the terminal into some non-canonical mode, and writes
 
 rtorrent: symbol lookup error: rtorrent: undefined symbol: 
 _ZN7torrent21max_download_unchokedEv

Hi, this is very very weird, please, could you do `ls /usr/lib |grep
libtorrent' and let me know what's the output?

Regards,
Jose Luis.
- --

ghostbar on Linux/Debian 'sid' i686 - #382503
Weblog: http://ghostbar.ath.cx/ - http://linuxtachira.org
http://debian.org.ve - irc.debian.org #debian-ve #debian-devel-es
San Cristóbal, Venezuela. http://chaslug.org.ve
Fingerprint = 3E7D 4267 AFD5 2407 2A37  20AC 38A0 AD5B CACA B118
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGTPfMOKCtW8rKsRgRAnG8AJ9DdqdYYUiNV9F9GdWWHGCPiDCN7gCgnsRH
67x60lqBlV93trvEOuge5I4=
=0IHA
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#423738: file conflicts between packages

2007-05-14 Thread Jose Luis Rivas Contreras
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Michael Ablassmeier escribió:
 Package: libfile-spec-perl, libpathtools-perl
 Severity: serious
 User: [EMAIL PROTECTED]
 Usertags: qa-file-conflict
 Justification: Policy violation, see section 7.2
 
 hi,
 
 both libfile-spec-perl and libpathtools-perl do ship
 ``/usr/share/man/man3/File::Spec::VMS.3pm.gz' but do neither conflict nor add 
 a
 diversion, thus fail to be installed in the same environment:
 
dpkg: error processing 
 /var/cache/apt/archives/libpathtools-perl_3.24-1_amd64.deb (--unpack):
trying to overwrite `/usr/share/man/man3/File::Spec::VMS.3pm.gz', which 
 is also in package libfile-spec-perl
   Errors were encountered while processing:
/var/cache/apt/archives/libpathtools-perl_3.24-1_amd64.deb
   E: Sub-process /usr/bin/dpkg returned an error code (1)

Ok, both are the same package but with different names, I was looking
for this module and I couldn't find it by the name I use it in CPAN as
PathTools so I look for libpathtools-perl and as I didn't find anything
(ITP or anything) I package it.

That was before 07/May/2007 (more exactly 27 Apr according to my
changelog), date when libfile-spec-perl was uploaded to ftp-master.

One of this packages should be removed but I don't know which one
according debian-policy.

BTW, Bastian your package could be almost lintian clean easily, perl
should be Build-Depend (without the Indep) since is arch-dep but the
warning about manpage can't be avoid since that line is an URL.

Regards,
Jose Luis.
- --

ghostbar on Linux/Debian 'sid' i686 - #382503
Weblog: http://ghostbar.ath.cx/ - http://linuxtachira.org
http://debian.org.ve - irc.debian.org #debian-ve #debian-devel-es
San Cristóbal, Venezuela. http://chaslug.org.ve
Fingerprint = 3E7D 4267 AFD5 2407 2A37  20AC 38A0 AD5B CACA B118
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGSDBOOKCtW8rKsRgRAmBsAKCUe0eJRj7EOs83ZaRx65nbLZ4bHACfelSg
bwl8NM530it0BO7HajaqscU=
=2cVU
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#423556: rtorrent fails to install, depends on non-existing libcurl3

2007-05-12 Thread Jose Luis Rivas Contreras
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

tags 423556 pending
thanks

C. Dominik Bodi escribió:
 Package: rtorrent
 Version: 0.7.4-1+b1
 Severity: grave
 Justification: renders package unusable
 
 rtorrent 0.7.4-1+b1 fails to install on sid. It depends on libcurl3
 which is no longer available in any sid package repository.

Hi, This problem has been already fixed and is just waiting to get uploaded.

Thanks for reporting this!
Jose Luis.
- --

ghostbar on Linux/Debian 'sid' i686 - #382503
Weblog: http://ghostbar.ath.cx/ - http://linuxtachira.org
http://debian.org.ve - irc.debian.org #debian-ve #debian-devel-es
San Cristóbal, Venezuela. http://chaslug.org.ve
Fingerprint = 3E7D 4267 AFD5 2407 2A37  20AC 38A0 AD5B CACA B118
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGRh9zOKCtW8rKsRgRAqkcAJ9mXoiR8//zb2kt/79ueACEitl7twCfTrrZ
H1VODfi8ASBwAlvbl4AFBpc=
=M2NV
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#423434: pbuilder: Seems to detect an non-existent error on control file

2007-05-11 Thread Jose Luis Rivas Contreras
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: pbuilder
Version: 0.166
Severity: grave
Justification: Doesn't build anything and gives non-existent error

Hi, I'm using sid and I cannot build anything, gives me some error
related to control file. I've tested with packages already on Debian
archive and that doesn't have any errors so it's clear the problem is
with pbuilder.

Here's the pbuilder output:

[EMAIL PROTECTED]:~/dev/debian/pgpdump$ sudo pbuilder build *.deb
I: using fakeroot in build.
Current time: Fri May 11 15:39:12 VET 2007
pbuilder-time-stamp: 1178912352
Building the build Environment
 - extracting base tarball [/var/cache/pbuilder/base.tgz]
 - creating local configuration
 - copying local configuration
 - mounting /proc filesystem
 - mounting /dev/pts filesystem
 - policy-rc.d already exists
Obtaining the cached apt archive contents
Installing the build-deps
dpkg-architecture: warning: no utmp entry available and LOGNAME not
defined; using uid of process (0)
 - Attempting to parse the build-deps
 - Installing
Reading package lists... Done
Building dependency tree... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
 - Finished parsing the build-deps
Reading package lists... Done
Building dependency tree... Done
fakeroot is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Copying back the cached apt archive contents
Copying source file
- copying [pgpdump_0.25-1_i386.deb]
Extracting source
su: Authentication service cannot retrieve authentication info.
(Ignored)
dpkg-source: warning: no utmp entry available and LOGNAME not defined;
using uid of process (1234)
dpkg-source: warning: extracting unsigned source package
(./pgpdump_0.25-1_i386.deb)
dpkg-source: error: syntax error in source control file
./pgpdump_0.25-1_i386.deb at line 1: line with unknown format (not
field-colon-value)
pbuilder: Failed extracting the source
 - Aborting with an error
 - unmounting dev/pts filesystem
 - unmounting proc filesystem
 - cleaning the build env
- removing directory /var/cache/pbuilder/build//26167 and its
subdirectories
[EMAIL PROTECTED]:~/dev/debian/pgpdump$


Regards,
Jose Luis.
- --

ghostbar on Linux/Debian 'sid' i686 - #382503
Weblog: http://ghostbar.ath.cx/ - http://linuxtachira.org
http://debian.org.ve - irc.debian.org #debian-ve #debian-devel-es
San Cristóbal, Venezuela. http://chaslug.org.ve
Fingerprint = 3E7D 4267 AFD5 2407 2A37  20AC 38A0 AD5B CACA B118
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGRMh7OKCtW8rKsRgRAnXaAKCswwLdo9Ay4IuGnO97EZVkJXkvCACgmdPC
gVDFz6eMRmsY/nGVnNNT1yE=
=O+TI
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#423107: rtorrent fails to start

2007-05-09 Thread Jose Luis Rivas Contreras
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Skibbi escribió:
 rtorrent fails to start with following error:
 rtorrent: symbol lookup error: rtorrent: undefined symbol:
 _ZN7torrent21max_download_unchokedEv

Hi, does you have any `~/.rtorrent.rc' ? If this is the case then will
be helpful to know what's the content.

Regards,
Jose Luis.
- --

ghostbar on Linux/Debian 'sid' i686 - #382503
Weblog: http://ghostbar.ath.cx/ - http://linuxtachira.org
http://debian.org.ve - irc.debian.org #debian-ve #debian-devel-es
San Cristóbal, Venezuela. http://chaslug.org.ve
Fingerprint = 3E7D 4267 AFD5 2407 2A37  20AC 38A0 AD5B CACA B118
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGQlCEOKCtW8rKsRgRAr2GAKCALGweE4znJfKfaB7fB1gcSQmI4QCfba5B
WKUv6aS/5GxNr8UVQ67Rjbg=
=RH7j
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#418175: Texts of the licenses missing

2007-04-07 Thread Jose Luis Rivas Contreras
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

License is referenced in package/README as well in
package/debian/copyright. I believe there's no violation of policy here.

Original tarball doesn't have the copy of the license. Must *-perl
packages doesn't have the COPYING or LICENSE file since they let you
choose between Perl Artistic or GNU GPL. Debian maintainer for this
package choose GNU GPL. You can check that at debian/copyright file.

If this is not enough for you, then at least I believe this could be
tagged as `etch-ignore' according to point number one in
`etch_rc_policy.txt' [1]

[1] http://release.debian.org/etch_rc_policy.txt

Regards
Jose Luis,
- --

ghostbar on Linux/Debian 'sid' i686 - #382503
Weblog: http://ghostbar.ath.cx/ - http://talug.org.ve
http://debian.org.ve - irc.debian.org #debian-ve #debian-devel-es
San Cristóbal, Venezuela. http://chaslug.org.ve
Fingerprint = 3E7D 4267 AFD5 2407 2A37  20AC 38A0 AD5B CACA B118
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGF+PcOKCtW8rKsRgRAnDiAKCWtpBBRfrsRhPUmMHzX9NAOP66kwCggubh
gIf5s34ZXkWzNXJKjZjCKr4=
=ROd4
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#414292: list: Patch for postinst/postrm

2007-03-24 Thread Jose Luis Rivas Contreras
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Steve Kowalik escribió:
 tags 414292 + patch
 thanks
 
 Hi,
 
 Attached is a patch to fix the postinst and postrm for this package
 to use, firstly to use /bin/sh, since you don't use any bash-specific
 features, secondly to make use of set -e, and thirdly to utilise
 getent group to test if the group exists. In other news, I'm completly
 unsure as why this package has depends on ${shlibs:Depends}, 
 ${misc:Depends}, diff, sed, grep util-linux, since the four packages
 in question are all Essential: yes, and both of the substvars expand
 to nothing, so the patch removes them.

Hi, this package will be removed (have benn already removed from
testing) so it's waste of time working on this package since the project
LiSt have been shuted down.

Thanks anyway ;-)
Jose Luis,
- --

ghostbar @ linux/debian 'sid' x86 - #382503
WeBlog: http://ghostbar.ath.cx/ - http://talug.org.ve
http://debian.org.ve - irc.debian.org #debian-ve
San Cristóbal, Venezuela.
Fingerprint = 3E7D 4267 AFD5 2407 2A37  20AC 38A0 AD5B CACA B118
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGBUBOOKCtW8rKsRgRAlvgAKDJRu3bGsQqm5elJcivO1y9NWnSfgCg1hS3
pKVKTZHLAAWgMiiRkRpRpmo=
=QIYo
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#408250: list-2.0.0 doesn't have this bug

2007-01-30 Thread Jose Luis Rivas Contreras
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Version: 2.0.0-1

Hi, list-2.0.0-1 doesn't have this bug and was in debian repositories
before you submit this bug. Please, could you do your tests against
unstable packages? You're opening an unnecessary and non-existent bug
with high severity.

If you feel this should be re-opened please do it.

Thanks and Cheers!!
Jose Luis,
- --

ghostbar @ linux/debian 'unstable' on i686 - Linux Counter# 382503
http://ghostbar.ath.cx/ - irc.freenode.net #talug #velug #debian-es
http://debianvenezuela.org.ve - irc.debian.org #debian-es #debian-ve
CHASLUG -- http://chaslug.org.ve - irc.unplug.org.ve #chaslug
San Cristobal - Venezuela. TALUG -- http://linuxtachira.org
Fingerprint = 3E7D 4267 AFD5 2407 2A37  20AC 38A0 AD5B CACA B118
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFFv+Q0OKCtW8rKsRgRAtG3AKCKZUxZ9mAQ0mCWuWAD6teb/RbbwQCgtYqx
S1xQxPJj2sLhyfeGhSA5bSM=
=BNRC
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#407693: rtorrent: depends on libtorrent10 that doesn't exist

2007-01-20 Thread Jose Luis Rivas Contreras
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Simon Paillard escribió:
 Package: rtorrent
 Version: 0.7.1-1
 Severity: grave
 Justification: renders package unusable
 
 The last rtorrent (0.7.1-1) is currently not installable, because it
 depends on libtorrent10, a package which doesn't exist.
 
 The following packages have unmet dependencies:
   rtorrent: Depends: libtorrent10 which is a virtual package.
 

libtorrent source (where libtorrent10 binary encountered) is in NEW
queue[1] so, that's the problem.

Thanks anyway ;)

[1] http://ftp-master.debian.org/new.html

Jose Luis,
- --

ghostbar @ linux/debian 'unstable' on i686 - Linux Counter# 382503
http://ghostbar.ath.cx/ - irc.freenode.net #talug #velug #debian-es
http://debianvenezuela.org.ve - irc.debian.org #debian-es #debian-ve
CHASLUG -- http://chaslug.org.ve - irc.unplug.org.ve #chaslug
San Cristobal - Venezuela. TALUG -- http://linuxtachira.org
Fingerprint = 3E7D 4267 AFD5 2407 2A37  20AC 38A0 AD5B CACA B118
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFFslVOOKCtW8rKsRgRAk1xAJ9hEckaMGWghSItAXtnNTn8m8m1NQCgs65h
769UwL5rsMlrgxZVr4auDLc=
=6qZQ
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#401006: [Fwd: Bug#401006: libtorrent9: safe_sync errors]

2006-12-09 Thread Jose Luis Rivas Contreras
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

package libtorrent9
tags 401006 upstream unreproducible
thanks

Hi, this is a problem on a Debian system, I can't confirmed and I have a
2.6.18-3-686 kernel. Could anyone confirmed it?

-  Mensaje original 
Asunto: Bug#401006: libtorrent9: safe_sync errors
Resent-Date: Thu, 30 Nov 2006 04:03:02 +,   Wed, 29 Nov 2006 20:03:06
- -0800
Resent-From: Skibbi [EMAIL PROTECTED]
Resent-To: debian-bugs-dist@lists.debian.org
Resent-CC: Jose Luis Rivas [EMAIL PROTECTED]
Fecha: Thu, 30 Nov 2006 04:56:51 +0100
De: Skibbi [EMAIL PROTECTED]
Responder a: Skibbi [EMAIL PROTECTED], [EMAIL PROTECTED]
Para: [EMAIL PROTECTED]

Package: libtorrent9
Version: 0.10.4-1
Severity: grave
Justification: causes non-serious data loss

Few days ago I've installed linux-image-2.6.18-3-686. Since then
rtorrent/libtorrent started to behave strange. After downloading the
files, when hash check was performed, rtorrent began to display
following errors:
bad CRC check consider using 'safe_sync'
Turning on safe sync didn't help.

I believe that these errors are caused by the following changes in the
kernel package:
   * Fix msync() for LSB 3.1 compliance, backport fedora patches from
2.6.19
- mm: tracking shared dirty pages
- mm: balance dirty pages
- mm: optimize the new mprotect() code a bit
- mm: small cleanup of install_page()
- mm: fixup do_wp_page()
- mm: msync() cleanup (closes: #394392)

With linux-image-2.6.18-2 the problem does not occur.

- -- System Information:
Debian Release: 4.0 by Linux-Systeme
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-2-686
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2)

Versions of packages libtorrent9 depends on:
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libgcc1  1:4.1.1-20  GCC support library
ii  libsigc++-2.0-0c2a   2.0.17-2type-safe Signal Framework
for C++
ii  libssl0.9.8  0.9.8c-4SSL shared libraries
ii  libstdc++6   4.1.1-20The GNU Standard C++ Library v3

Versions of packages libtorrent9 recommends:
ii  rtorrent  0.6.4-1ncurses BitTorrent client
based on

- -- no debconf information



- --

ghostbar @ linux/debian 'unstable' on i686 - Linux Counter# 382503
http://ghostbar.ath.cx/ - irc.freenode.net #talug #velug #debian-es
http://debianvenezuela.org.ve - irc.debian.org #debian-es #debian-ve
San Cristobal - Venezuela. TALUG -- http://linuxtachira.org
CHASLUG -- http://chaslug.org.ve - irc.unplug.org.ve #chaslug
Fingerprint = 3E7D 4267 AFD5 2407 2A37  20AC 38A0 AD5B CACA B118
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFFet6/OKCtW8rKsRgRAktfAKCOWxFnF5Px0fdaA20QhJktlPDe4wCcDz93
rLhzwHY9H7Gpdwk+I7bWTTA=
=7Q9V
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#401006: libtorrent9: safe_sync errors

2006-12-09 Thread Jose Luis Rivas Contreras
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

package libtorrent9
severity 401006 important
thanks

This problem isn't confirmed and is unreproducible so I downgrade the
severity.

If anyone can confirm this issue, please let me know.

Thanks and Cheers!!
- --

ghostbar @ linux/debian 'unstable' on i686 - Linux Counter# 382503
http://ghostbar.ath.cx/ - irc.freenode.net #talug #velug #debian-es
http://debianvenezuela.org.ve - irc.debian.org #debian-es #debian-ve
San Cristobal - Venezuela. TALUG -- http://linuxtachira.org
CHASLUG -- http://chaslug.org.ve - irc.unplug.org.ve #chaslug
Fingerprint = 3E7D 4267 AFD5 2407 2A37  20AC 38A0 AD5B CACA B118
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFFe3UWOKCtW8rKsRgRAo5HAJ4/euTmIQp7412Jzb7rdZZVeVJgvgCfdCTX
2eoO3XYmstGISJeLo1D1ChI=
=qGZb
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#401593: [Pkg-openssl-devel] Bug#401593: libssl0.9.8c-4: fails to update in testing

2006-12-04 Thread Jose Luis Rivas Contreras
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Kurt Roeckx escribió:
 On Mon, Dec 04, 2006 at 05:01:38PM -0400, Jose Luis Rivas Contreras wrote:
 Can you please give some more information?  What error does it give?

 From what version to what version are you trying to upgrade?


 Kurt


 Hi, I was trying from the last in testing (don't know what version
 exactly), I was trying and trying until I finally do it.

 I download the .deb and installed with 'dpkg -i package.deb' it was the
 only way, I don't understand it yet.
 
 The latest version should have been 0.9.8c-3, and the changes were
 rather small, so I don't understand what the problem could be.
 
 Anyway, could you grep libssl0.9.8 /var/log/dpkg.log?  It should give
 an idea of what was going on.
 
 
 Kurt
 
 
Only that gives me about libssl:

2006-12-02 14:04:03 status unpacked libssl0.9.8 0.9.8c-4
2006-12-02 14:04:03 status half-configured libssl0.9.8 0.9.8c-4
2006-12-02 14:04:05 status installed libssl0.9.8 0.9.8c-4

I think that the problem is in the post-removal script of c-3, I seen
something like that while I was installing (succesfully) c-4.

That's the only information gives me the standard output. I can't find
more information about it in logs.

Thanks and Cheers!!
- --

ghostbar @ linux/debian 'unstable' on i686 - Linux Counter# 382503
http://ghostbar.ath.cx/ - irc.freenode.net #talug #velug #debian-es
http://debianvenezuela.org.ve - irc.debian.org #debian-es #debian-ve
San Cristobal - Venezuela. TALUG -- http://linuxtachira.org
CHASLUG -- http://chaslug.org.ve - irc.unplug.org.ve #chaslug
Fingerprint = 3E7D 4267 AFD5 2407 2A37  20AC 38A0 AD5B CACA B118
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFdJVhOKCtW8rKsRgRAgXvAKCI4CPx9KQr1M9rdPFFpqBtnBfI5ACdFA1d
EqtyLlXK55oSqoJubttDCcE=
=ZGgi
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#388842: Missing changelog

2006-09-22 Thread Jose Luis Rivas Contreras
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Goswin von Brederlow escribió:
 Package: rtorrent
 Version: 0.6.2-1
 Severity: serious
 
 Hi,
 
 the rtorrent package seems to be missing the upstream changelog completly.
 
 MfG
   Goswin

Yes, in the upstream version the changelog have _nothing_.

So, as it seems the ChangeLog is not missing, just doesn't exist (I'm
removing for next version) it's ok to you that I close this bug?

Thanks for your report.
Cheers!

- --

~ghostbar @ linux/debian 'unstable' on i686 - Linux Counter# 382503
http://ghostbar.ath.cx/ - irc.freenode.net #talug #velug #debian-es
http://debianvenezuela.org.ve - irc.debian.org #debian-es #debian-ve
San Cristobal - Venezuela. TALUG -- http://linuxtachira.org
CHASLUG -- http://chaslug.org.ve - irc.unplug.org.ve #chaslug
Fingerprint = 3E7D 4267 AFD5 2407 2A37  20AC 38A0 AD5B CACA B118
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFFKHPOKCtW8rKsRgRAnHPAJ4/ZX1crO2z5HY0tba4wsl6JVMTOwCdFb2x
8uVueEFKMA1vWdwdMdHGf8E=
=dJEi
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#388842: rtorrent: Missing changelog

2006-09-22 Thread Jose Luis Rivas Contreras
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

package rtorrent
severity 388842 minor
thanks

I don't think this is a policy violation, so I'm changing the severity
from serious to minor.
- --

~ghostbar @ linux/debian 'unstable' on i686 - Linux Counter# 382503
http://ghostbar.ath.cx/ - irc.freenode.net #talug #velug #debian-es
http://debianvenezuela.org.ve - irc.debian.org #debian-es #debian-ve
San Cristobal - Venezuela. TALUG -- http://linuxtachira.org
CHASLUG -- http://chaslug.org.ve - irc.unplug.org.ve #chaslug
Fingerprint = 3E7D 4267 AFD5 2407 2A37  20AC 38A0 AD5B CACA B118
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFFLBNOKCtW8rKsRgRAn5CAKDOXEgndHZZSjKKT3Zg1/OjpllaLgCfbFis
uwm5Gr5Piqu1CZneXB+kZzY=
=I636
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]