Bug#1076449: mercurial: does not start anymore with python 3.12.4-3, hgdemandimport problem

2024-07-16 Thread Daniel Serpell
Package: mercurial
Version: 6.8-1
Severity: grave
Justification: renders package unusable

Dear maintainer,

In current sid, with python 3.12.4-3, mercurial fails at load with:

 ~$ hg 
 Traceback (most recent call last):
   File "/usr/bin/hg", line 57, in 
 from mercurial import dispatch
   File "", line 1360, in _find_and_load
   File "", line 1331, in _find_and_load_unlocked
   File "", line 935, in _load_unlocked
   File "/usr/lib/python3/dist-packages/hgdemandimport/demandimportpy3.py", 
line 52, in exec_module
 super().exec_module(module)
   File "", line 257, in exec_module
   File "", line 1360, in _find_and_load
   File "", line 1331, in _find_and_load_unlocked
   File "", line 935, in _load_unlocked
   File "/usr/lib/python3/dist-packages/hgdemandimport/demandimportpy3.py", 
line 52, in exec_module
 super().exec_module(module)
   File "", line 267, in exec_module
 AttributeError: partially initialized module 'threading' has no attribute 
'RLock' (most likely due to a circular import)
 ~$ 

Commenting out the hgdemandimport.enable() at line 55 of /usr/bin/hg, it works:

 ~$ hg
 Mercurial Distributed SCM
 
 basic commands:
 
  add   add the specified files on the next commit
  annotate  show changeset information by line for each file
  clone make a copy of an existing repository
  commitcommit the specified files or all outstanding changes
  diff  diff repository (or selected files)
  exportdump the header and diffs for one or more changesets
  forgetforget the specified files on the next commit
  init  create a new repository in the given directory
  log   show revision history of entire repository or files
  merge merge another revision into working directory
  pull  pull changes from the specified source
  push  push changes to the specified destination
  removeremove the specified files on the next commit
  serve start stand-alone webserver
  statusshow changed files in the working directory
  summary   summarize working directory state
  updateupdate working directory (or switch revisions)
 
 (use 'hg help' for the full list of commands or 'hg -v' for details)
 ~$

Tried this on my own machine and also in a newly installed VM.

Thanks,
Daniel.

-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.9.9-amd64 (SMP w/8 CPU threads; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages mercurial depends on:
ii  libc6 2.39-4
ii  mercurial-common  6.8-1
ii  python3   3.12.3-1
ii  ucf   3.0043+nmu1

Versions of packages mercurial recommends:
ii  openssh-client  1:9.7p1-7

Versions of packages mercurial suggests:
pn  kdiff3 | kdiff3-qt | kompare | meld | tkcvs | mgdiff  
pn  qct   

-- no debconf information



Bug#1067923: alsa-ucm-conf: should depend on libasound2t64 instead of libasound2

2024-03-28 Thread Daniel Serpell
Package: alsa-ucm-conf
Version: 1.2.11-1
Severity: serious
Justification: depends on missing package after time_t transition

Dear maintainer,

After the time_t transition, the libasound2 was renamed to libasound2t64, so
the dependencies should be updated.

Regards,


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.7.9-amd64 (SMP w/8 CPU threads; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages alsa-ucm-conf depends on:
ii  libasound2t64 [libasound2]  1.2.11-1+b1

alsa-ucm-conf recommends no packages.

alsa-ucm-conf suggests no packages.

-- no debconf information



Bug#1067103: libisoburn1t64: should not depend on libburn4 nor libisofs6 after time_t transition

2024-03-18 Thread Daniel Serpell
Package: libisoburn1t64
Version: 1.5.6-1.1+b1
Severity: serious
Tags: patch
Justification: bad depends after time_t transition, uninstalable.

This package shold not depend on the old libisofs and libburn, that got
renamed in the time_t transition.

Attached patch fixes this.

Regards,
Daniel.

-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.7.9-amd64 (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages libisoburn1t64 depends on:
ii  libburn4t64 [libburn4]1.5.6-1.1
ii  libc6 2.37-15.1
ii  libisofs6t64 [libisofs6]  1.5.6.pl01-1.1
ii  libjte2   1.22-4+b1
ii  libreadline8t64   8.2-3.1

libisoburn1t64 recommends no packages.

libisoburn1t64 suggests no packages.

-- no debconf information
diff --git a/debian/control b/debian/control
index f0e0a2c..6a0dc2f 100644
--- a/debian/control
+++ b/debian/control
@@ -23,9 +23,7 @@ Breaks: libisoburn1 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${shlibs:Depends},
- ${misc:Depends},
- libburn4 (>= 1.5.6),
- libisofs6 (>= 1.5.6)
+ ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
 Description: library to handle creation and inspection of ISO-9660 file systems
  libisoburn is a frontend for the libraries libburn and libisofs. It handles


Bug#1065323: petsc: bad Provides in libpetsc64-real3.19t64, libpetsc64-complex3.19t64 and libpetsc-real3.19t64

2024-03-02 Thread Daniel Serpell
Source: petsc
Version: 3.19.6+dfsg1-2.1
Severity: serious
Justification: bad provides

The mentioned packages: libpetsc64-real3.19t64, libpetsc64-complex3.19t64
and libpetsc-real3.19t64 have invalid Provides, affecting the transition.

Regards,
Daniel.

-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.6.15-amd64 (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)



Bug#1064282: poppler: NMU diff for 64-bit time_t transition

2024-03-01 Thread Daniel Serpell
Source: poppler
Followup-For: Bug #1064282
Control: reopen 1064282

As reported in bug 1065155, the provided patch was incorrect, the
X-Time64-Compat header is set incorrectly to libpoppler-cpp0v5 for all
the library packages.



Bug#1023789: thunderbird: FTBFS: error: no matching function for call to 'arc4random_buf'

2022-11-14 Thread Daniel Serpell
Dear maintainer,

This is thunderbird bug https://bugzilla.mozilla.org/show_bug.cgi?id=1782988

There is a simple patch available: https://hg.mozilla.org/try/rev/4f3ccad09064

Regards,
Daniel.



Bug#979850: fp-compiler-3.2.0: missing '\' at end of line 67 in postinst script

2021-01-11 Thread Daniel Serpell
Package: fp-compiler-3.2.0
Version: 3.2.0+dfsg-9
Severity: grave
Justification: renders package unusable

Dear maintainer,

At upgrade time:

  Setting up fp-compiler-5.2.0:amd64 (3.2.0+dfsg-9) ...
  Saved old "fpc-3.2.0.cfg" to "fpc-3.2.0.bak"
  /var/lib/dpkg/info/fp-compiler-3.2.0:amd64.postinst: 68: --slave: not found
  dpkg: error processing package fp-compiler-3.2.0:amd64 (--configure):

This is because there is a missing '\' ant the end of line 67.

Thanks,



-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.10.0-1-amd64 (SMP w/8 CPU threads)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages fp-compiler-3.2.0 depends on:
ii  binutils   2.35.1-7
ii  debconf [debconf-2.0]  1.5.74
ii  fp-units-rtl-3.2.0 3.2.0+dfsg-9
ii  libc6  2.31-9

Versions of packages fp-compiler-3.2.0 recommends:
pn  fp-utils-3.2.0  

Versions of packages fp-compiler-3.2.0 suggests:
pn  fp-docs-3.2.0  

-- debconf information excluded



Bug#977901: Bug#963711: Found in 87 line

2020-12-24 Thread Daniel Serpell
Hi!

On Thu, 24 Dec 2020 14:37:09 +0100 Michel Le Bihan  wrote:
> Hello,
>
> This issue is about Chromium crashing just after startup with debug
> when it did not crash that quickly without debug. Is Chromium as stable
> with debug as without it?
>
> All Chromium packages in Debian unstable and the build on my website
> were affected by https://bugs.debian.org/977901 . If it's the issue you
> are writing about, then a new package that should fix this was uploaded
> today and should be built soon.
>

Sorry, I replied to the wrong bug. The version I have currently installed
is 87.0.4280.88-0.3, this is the one that is not crashing. the old version,
87.0.4280.88-0.2 crashed all the time.

Regards,
Daniel.



Bug#960571: rst2pdf: Bad dependency on "fontconfing"

2020-05-27 Thread Daniel Serpell
Package: rst2pdf
Version: 0.97-1
Followup-For: Bug #960571

The last upload clearly was not tested, as it now depends on the
misspelled package "fontconfing".

New package is uninstallable.

-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.6.0-1-amd64 (SMP w/8 CPU cores)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages rst2pdf depends on:
ii  python33.8.2-3
ii  python3-docutils   0.16+dfsg-2
ii  python3-jinja2 2.11.1-1
ii  python3-pdfrw  0.4-2.1
ii  python3-pkg-resources  46.1.3-1
ii  python3-pygments   2.3.1+dfsg-3
ii  python3-reportlab  3.5.34-1
ii  python3-setuptools 46.1.3-1
ii  python3-simplejson 3.17.0-1
ii  python3-six1.15.0-1
ii  python3-smartypants2.0.0-2

rst2pdf recommends no packages.

Versions of packages rst2pdf suggests:
pn  python3-aafigure  
ii  python3-matplotlib3.2.1-1+b1
ii  python3-pil   7.0.0-4+b1
pn  python3-sphinx
pn  python3-uniconvertor  

-- no debconf information



Bug#952589: libx11-dev: trying to overwrite '/usr/include/X11/extensions/XKBgeom.h', which is also in package x11proto-dev 2018.4-4

2020-02-26 Thread Daniel Serpell
Hi!

On Wed, Feb 26, 2020 at 1:27 PM Simon McVittie  wrote:
>
> On Wed, 26 Feb 2020 at 17:47:07 +0200, Timo Aaltonen wrote:

> > bah, I'll release a new xorgproto asap
>
> You'll probably need to give x11proto-dev a versioned Breaks on the older
> libx11-dev versions that expected x11proto-dev to provide that header.
>

Also, the headers moved from x11proto to other library packages, see
https://gitlab.freedesktop.org/xorg/lib/libxvmc/-/commit/0fab90b409a3e4848603bdb6b438523038239f23
for the corresponding move of vldXvMC.h to libxvmc-dev.

Regards,
Daniel.



Bug#952589: libx11-dev: trying to overwrite '/usr/include/X11/extensions/XKBgeom.h', which is also in package x11proto-dev 2018.4-4

2020-02-26 Thread Daniel Serpell
Hi!

On Wed, 26 Feb 2020 17:17:03 +0300 Dmitry Shachnev  wrote:
>
>   Unpacking libx11-dev:amd64 (2:1.6.9-1) ...
>   dpkg: error processing archive .../097-libx11-dev_2%3a1.6.9-1_amd64.deb 
> (--unpack):
>trying to overwrite '/usr/include/X11/extensions/XKBgeom.h', which is also 
> in package x11proto-dev 2018.4-4

This file was removed from xorgproto from version 2019-2, see
https://gitlab.freedesktop.org/xorg/proto/xorgproto/-/commit/1547c1cc3c99cca7c123ee83aee66586477bf265
 , and bug https://gitlab.freedesktop.org/xorg/proto/xorgproto/issues/10

Regards,
Daniel.



Bug#876087: xscreensaver: source-less and unlicensed code at hacks/images/m6502/dmsc.asm

2017-09-24 Thread Daniel Serpell
Source: xscreensaver
Followup-For: Bug #876087

Hi!

Attached is the source to the demo, in 6502 assembly, with a GPL
license.

Thanks,

Daniel.


comp6502-20070714.tar.gz
Description: application/gzip


Bug#845785: chromium crashes on certain websites

2016-12-02 Thread Daniel Serpell
Package: chromium
Version: 55.0.2883.75-1
Followup-For: Bug #845785

Dear Manager,

The bug is still present in version 55.0.2883.75-1, it seems that the build
flags were not correctly passed to the compiler.

Thanks,


-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.8.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages chromium depends on:
ii  libasound2   1.1.2-1
ii  libatk1.0-0  2.22.0-1
ii  libavcodec-extra57   7:3.2.1-1
ii  libavformat577:3.2.1-1
ii  libavutil55  7:3.2.1-1
ii  libc62.24-7
ii  libcairo21.14.6-1.1
ii  libcups2 2.2.1-2
ii  libdbus-1-3  1.10.14-1
ii  libevent-2.0-5   2.0.21-stable-2.1
ii  libexpat12.2.0-1
ii  libflac8 1.3.1-4
ii  libfontconfig1   2.11.0-6.7
ii  libfreetype6 2.6.3-3+b1
ii  libgcc1  1:6.2.1-5
ii  libgdk-pixbuf2.0-0   2.36.0-1
ii  libglib2.0-0 2.50.2-2
ii  libgtk2.0-0  2.24.31-1
ii  libharfbuzz0b1.2.7-1+b1
ii  libicu57 57.1-5
ii  libjpeg62-turbo  1:1.5.1-2
ii  libminizip1  1.1-8
ii  libnettle6   3.3-1
ii  libnspr4 2:4.12-6
ii  libnss3  2:3.26.2-1
ii  libpango-1.0-0   1.40.3-3
ii  libpangocairo-1.0-0  1.40.3-3
ii  libpng16-16  1.6.26-2
ii  libpulse09.0-5
ii  libre2-3 20161101+dfsg-2
ii  libsnappy1v5 1.1.3-3
ii  libstdc++6   6.2.1-5
ii  libvpx4  1.6.0-3
ii  libwebp6 0.5.1-3
ii  libwebpdemux20.5.1-3
ii  libx11-6 2:1.6.3-1
ii  libx11-xcb1  2:1.6.3-1
ii  libxcb1  1.12-1
ii  libxcomposite1   1:0.4.4-1
ii  libxcursor1  1:1.1.14-1+b1
ii  libxdamage1  1:1.1.4-2+b1
ii  libxext6 2:1.3.3-1
ii  libxfixes3   1:5.0.2-1
ii  libxi6   2:1.7.6-1.1
ii  libxml2  2.9.4+dfsg1-2.1
ii  libxrandr2   2:1.5.0-1
ii  libxrender1  1:0.9.9-2
ii  libxslt1.1   1.1.29-2
ii  libxss1  1:1.2.2-1
ii  libxtst6 2:1.2.2-1+b1
ii  x11-utils7.7+3
ii  xdg-utils1.1.1-1
ii  zlib1g   1:1.2.8.dfsg-2+b3

Versions of packages chromium recommends:
ii  fonts-liberation  1:1.07.4-2

Versions of packages chromium suggests:
ii  chromium-l10n  55.0.2883.75-1

-- no debconf information



Bug#753445: maxima: uninstalable because dependency on unavailable binutils.

2014-07-01 Thread Daniel Serpell
Package: maxima
Version: 5.33.0-4
Severity: grave
Justification: renders package unusable

Dear Maintainer,

Version 5.33.0-4 dependes on:

 binutils (>= 2.24.51.20140604), binutils (<< 2.24.51.20140605),
 libc6 (>= 2.14), libgmp10, libreadline6 (>= 6.0), libx11-6

There is no binutils 2.24.51.20140604 in the archive, and the
depends on specific binutils version is odd.


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (150, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.14-1-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 maxima depends on:
ii  libc6 2.19-4
ii  libgmp10  2:6.0.0+dfsg-4
ii  libreadline6  6.3-6
ii  libx11-6  2:1.6.2-2

Versions of packages maxima recommends:
ii  gnuplot-qt [gnuplot-x11]  4.6.5-4
ii  maxima-share  5.33.0-3

Versions of packages maxima suggests:
ii  maxima-doc5.33.0-4
pn  maxima-emacs  
pn  texmacs   
ii  tk [wish] 8.6.0+8
pn  xmaxima   

-- no debconf information


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



Bug#724731: [gdm3] gdm does not start properly, cannot login via gdm

2013-09-30 Thread Daniel Serpell
Package: gdm3
Version: 3.8.4-1
Followup-For: Bug #724731

Hi,

Here, gdm3 also stopped working.

My workaround was installing lightdm (has a lot less dependencies
than kdm).


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (150, 'experimental')
Architecture: i386 (x86_64)
Foreign Architectures: amd64

Kernel: Linux 3.10-3-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 gdm3 depends on:
ii  accountsservice   0.6.34-2
ii  adduser   3.113+nmu3
ii  dconf-cli 0.16.1-1
ii  dconf-gsettings-backend   0.16.1-1
ii  debconf [debconf-2.0] 1.5.51
ii  gir1.2-gdm3   3.8.4-1
ii  gnome-session [x-session-manager] 3.8.2.1-1
ii  gnome-session-bin 3.8.2.1-1
ii  gnome-settings-daemon 3.8.5-1
ii  gnome-shell   3.8.4-1
ii  gnome-terminal [x-terminal-emulator]  3.8.4-1
ii  gsettings-desktop-schemas 3.8.0-1
ii  jwm [x-window-manager]2.1.0+svn579-2
ii  libaccountsservice0   0.6.34-2
ii  libatk1.0-0   2.10.0-2
ii  libaudit1 1:2.3.2-2
ii  libc6 2.17-93
ii  libcairo-gobject2 1.12.16-2
ii  libcairo2 1.12.16-2
ii  libcanberra-gtk3-00.30-2
ii  libcanberra0  0.30-2
ii  libgdk-pixbuf2.0-02.28.2-1
ii  libgdm1   3.8.4-1
ii  libglib2.0-0  2.38.0-1
ii  libglib2.0-bin2.38.0-1
ii  libgtk-3-03.9.14-1
ii  libpam-modules1.1.3-9
ii  libpam-runtime1.1.3-9
ii  libpam0g  1.1.3-9
ii  libpango-1.0-01.32.5-5+b1
ii  libpangocairo-1.0-0   1.32.5-5+b1
ii  librsvg2-common   2.36.4-2
ii  libselinux1   2.1.13-2
ii  libwrap0  7.6.q-24
ii  libx11-6  2:1.6.1-1
ii  libxau6   1:1.0.8-1
ii  libxdmcp6 1:1.1.1-1
ii  libxrandr22:1.4.1-1
ii  lsb-base  4.1+Debian12
ii  metacity [x-window-manager]   1:2.34.13-1
ii  mutter [x-window-manager] 3.8.3-1
ii  policykit-1-gnome 0.105-2
ii  upower0.9.21-3
ii  x11-common1:7.7+3
ii  x11-xserver-utils 7.7+1
ii  xterm [x-terminal-emulator]   297-1

Versions of packages gdm3 recommends:
ii  at-spi2-core   2.10.0-1
ii  desktop-base   7.0.3
ii  gnome-icon-theme   3.8.3-1
ii  gnome-icon-theme-symbolic  3.8.2.2-2
ii  x11-xkb-utils  7.7~1
ii  xserver-xephyr 2:1.14.3-3
ii  xserver-xorg   1:7.7+3
ii  zenity 3.8.0-1

Versions of packages gdm3 suggests:
pn  gnome-orca
ii  libpam-gnome-keyring  3.8.2-2


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



Bug#451542: xserver-xephyr: should depend on xfonts-base.

2007-11-16 Thread Daniel Serpell
Package: xserver-xephyr
Version: 2:1.4-3
Severity: serious
Justification: Policy 3.5


The binary "Xephyr" does not work if xfonts-base package is not
installed, so it must depend on it.

This bug is also in etch's version of the package.

Thanks,

  Daniel.

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

Kernel: Linux 2.6.22-2-k7 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xserver-xephyr depends on:
ii  libc6 2.6.1-6GNU C Library: Shared libraries
ii  libdbus-1-3   1.1.1-3simple interprocess messaging syst
ii  libfontenc1   1:1.0.4-2  X11 font encoding library
ii  libhal1   0.5.10-2   Hardware Abstraction Layer - share
ii  libpixman-1-0 0.9.5-3pixel-manipulation library for X a
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  libxau6   1:1.0.3-2  X11 authorisation library
ii  libxdmcp6 1:1.0.2-2  X11 Display Manager Control Protoc
ii  libxext6  1:1.0.3-2  X11 miscellaneous extension librar
ii  libxfont1 1:1.3.1-1  X11 font rasterisation library

Versions of packages xserver-xephyr recommends:
ii  xbase-clients 1:7.3+3miscellaneous X clients - metapack

-- no debconf information



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



Bug#417763: monodevelop-versioncontrol: uninstalable because wrong dependencies on libapr0 and libsvn0

2007-04-04 Thread Daniel Serpell
Package: monodevelop-versioncontrol
Version: 0.13.1+dfsg-1
Severity: grave
Justification: renders package unusable


Package is uninstalable, depends are wrong, libapr0 >= 2.0.55 and
libsvn0 >= 1.4.0 don't exist on Debian archive.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (99, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-k7
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


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



Bug#393490: openoffice.org: crashes when copy/paste to evolution.

2006-10-16 Thread Daniel Serpell
Package: openoffice.org
Version: 2.0.4-1
Severity: grave
Justification: causes non-serious data loss

To reproduce:

* Open Openoffice writer.
* Copy some text (can be a word).
* Paste the text to a new email window in evolution.

Openoffice crashes inmediatly, and no text is pasted.

This is a backtrace:


Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1315140688 (LWP 22766)]
0xb7264a5d in osl_getFileStatus ()
   from /usr/lib/openoffice/program/libuno_sal.so.3
(gdb) bt
#0  0xb7264a5d in osl_getFileStatus ()
   from /usr/lib/openoffice/program/libuno_sal.so.3
#1  0xb370ef84 in component_writeInfo ()
   from /usr/lib/openoffice/program/libucpfile1.so
#2  0xb36f7c43 in component_writeInfo ()
   from /usr/lib/openoffice/program/libucpfile1.so
#3  0xb36fdf70 in component_writeInfo ()
   from /usr/lib/openoffice/program/libucpfile1.so
#4  0xb74dec35 in ucb::Content::abortCommand ()
   from /usr/lib/openoffice/program/libucbhelper3gcc3.so
#5  0xb74e3809 in ucb::Content::getPropertyValuesInterface ()
   from /usr/lib/openoffice/program/libucbhelper3gcc3.so
#6  0xb74e3b3d in ucb::Content::getPropertyValues ()
   from /usr/lib/openoffice/program/libucbhelper3gcc3.so
#7  0xb74e3ea6 in ucb::Content::getPropertyValue ()
   from /usr/lib/openoffice/program/libucbhelper3gcc3.so
#8  0xb7c38206 in FStatHelper::GetModifiedDateTimeOfFile ()
   from /usr/lib/openoffice/program/libsvl680li.so
#9  0xb0910f88 in SwIoSystem::GetFileFilter ()
   from /usr/lib/openoffice/program/libsw680li.so
#10 0xb09942ec in SwIoSystem::GetFileFilter ()
   from /usr/lib/openoffice/program/libsw680li.so
#11 0xb09e9a9f in SwIoSystem::GetFileFilter ()
   from /usr/lib/openoffice/program/libsw680li.so
#12 0xb090fe79 in SwIoSystem::GetFileFilter ()
   from /usr/lib/openoffice/program/libsw680li.so
#13 0xb0b8b7e2 in SwGlossaryHdl::InsertGlossary ()
   from /usr/lib/openoffice/program/libsw680li.so
#14 0xb7867069 in TransferableHelper::SetObject ()
   from /usr/lib/openoffice/program/libsvt680li.so
#15 0xb0b8c745 in SwGlossaryHdl::InsertGlossary ()
   from /usr/lib/openoffice/program/libsw680li.so
#16 0xb7869367 in TransferableHelper::getTransferData ()
   from /usr/lib/openoffice/program/libsvt680li.so
#17 0xb19daa7a in ?? () from
/usr/lib/openoffice/program/libdtransX11680li.so
#18 0xb19e3c51 in ?? () from
/usr/lib/openoffice/program/libdtransX11680li.so
#19 0xb19e4f43 in ?? () from
/usr/lib/openoffice/program/libdtransX11680li.so
#20 0xb19e5b5f in ?? () from
/usr/lib/openoffice/program/libdtransX11680li.so
#21 0xb19e60ab in ?? () from
/usr/lib/openoffice/program/libdtransX11680li.so
#22 0xb19e6131 in ?? () from
/usr/lib/openoffice/program/libdtransX11680li.so
#23 0xb19e636d in ?? () from
/usr/lib/openoffice/program/libdtransX11680li.so
#24 0xb72583ec in osl_resumeThread ()
   from /usr/lib/openoffice/program/libuno_sal.so.3
#25 0xb6ecb240 in start_thread () from
/lib/tls/i686/cmov/libpthread.so.0
#26 0xb6cc027e in clone () from /lib/tls/i686/cmov/libc.so.6



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (99, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages openoffice.org depends on:
ii  openoffice.org-base   2.0.4-1OpenOffice.org office suite - data
ii  openoffice.org-calc   2.0.4-1OpenOffice.org office suite - spre
ii  openoffice.org-core   2.0.4-1OpenOffice.org office suite archit
ii  openoffice.org-draw   2.0.4-1OpenOffice.org office suite - draw
ii  openoffice.org-impress2.0.4-1OpenOffice.org office suite - pres
ii  openoffice.org-java-common2.0.4-1OpenOffice.org office suite Java s
ii  openoffice.org-math   2.0.4-1OpenOffice.org office suite - equa
ii  openoffice.org-writer 2.0.4-1OpenOffice.org office suite - word

openoffice.org recommends no packages.

-- no debconf information


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



Bug#383555: [Patch] Don't fail on moving udev from initramfs to real root.

2006-08-23 Thread Daniel Serpell
This patch fixes the bug 383555, the problem is on:

 /usr/share/initramfs-tools/scripts/init-bottom/udev

This script moves the /dev directory inside the initramfs to the
real location in the new root.

Currently it fails in the line "nuke /dev/.udev/queue/", because this
directory does not exist.

So, applying the attached patch solves the problem.

After applying, you need to run "/usr/sbin/update-initramfs -u" to
update the initramfs in the running kernel.

Hope this can be integrated soon to the Debian package.

Daniel.

--- /usr/share/initramfs-tools/scripts/init-bottom/udev.orig	2006-08-17 09:18:24.0 -0400
+++ /usr/share/initramfs-tools/scripts/init-bottom/udev	2006-08-18 17:09:17.0 -0400
@@ -18,7 +18,7 @@
 done
 
 # ignore any failed event because the init script will trigger again all events
-nuke /dev/.udev/queue/
+nuke /dev/.udev/queue/ || true
 
 # Move the real filesystem's /dev to beneath our tmpfs, then move it all
 # to the real filesystem


Bug#340127: boo: New version doesn't work

2005-11-20 Thread Daniel Serpell
Package: boo
Version: 0.7.0.1921-0.1
Severity: grave
Justification: renders package unusable


Running booc in the console does:

~$ /usr/bin/booc

Unhandled Exception: System.ArgumentNullException: Argument cannot be null.
in <0x003c9> System.String:FormatHelper (System.Text.StringBuilder result, 
IFormatProvider provider, System.String format, System.Object[] args)
in <0x0002b> System.String:Format (IFormatProvider provider, System.String 
format, System.Object[] args)
in <0x00037> System.String:Format (System.String format, System.Object arg0)
in <0x00017> Boo.Lang.ResourceManager:Format (System.String name, System.Object 
param)
in <0x0074d> BooC.App:Run (System.String[] args)
in <0x000f1> BooC.App:Main (System.String[] args)


Simple programs can be compiled, but any console output (such as
error messages) gives the above error.

Note that the binary distribution from the boo site gives the same
error, so perhaps this version of boo should conflict with current
mono version.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (101, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-ck4
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages boo depends on:
ii  mono-classlib-1.0 1.1.9.2-1  Mono class library (1.0)

boo recommends no packages.

-- no debconf information


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