Bug#940045: systemd mount command for overlayfs seems incorrect

2019-09-11 Thread Paul Thomas
Package: systemd
Version: 241-5
Severity: normal

We're trying to create a home.mount file for mounting an overlayfs.
The contents of the file is here:
 [Unit]
 Description=Mount home overlay
 After=mkdirs.service
 Before=local-fs.target

 [Mount]
 Where=/home
 What=overlay
 Type=ovarlay
 Options=lowerdir=/home,upperdir=/tmp/home,workdir=/tmp/home_work

systemd then tries to execute this command:
 /bin/mount overlay /home -t ovarlay -o
lowerdir=/home,upperdir=/tmp/home,workdir=/tmp/home_work
This command fails, it also fails when I try to execute this manually as well.

The correct command should be:
 mount -t overlay overlay -o
lowerdir=/home,upperdir=/tmp/home,workdir=/tmp/home_work /home

Other fs types like tmpfs seem to be fine.

-- Package-specific info:

-- System Information:
Debian Release: 10.0
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: arm64 (aarch64)

Kernel: Linux 5.2.0-rt1-00011-g939b52f8ff17 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8),
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages systemd depends on:
ii  adduser  3.118
ii  libacl1  2.2.53-4
ii  libapparmor1 2.13.2-10
ii  libaudit11:2.8.4-3
ii  libblkid12.33.1-0.1
ii  libc62.28-10
ii  libcap2  1:2.25-2
ii  libcryptsetup12  2:2.1.0-5
ii  libgcrypt20  1.8.4-5
ii  libgnutls30  3.6.7-4
ii  libgpg-error01.35-1
ii  libidn11 1.33-2.2
ii  libip4tc01.8.2-4
ii  libkmod2 26-1
ii  liblz4-1 1.8.3-1
ii  liblzma5 5.2.4-1
ii  libmount12.33.1-0.1
ii  libpam0g 1.3.1-5
ii  libseccomp2  2.3.3-4
ii  libselinux1  2.8-1+b1
ii  libsystemd0  241-5
ii  mount2.33.1-0.1
ii  util-linux   2.33.1-0.1

Versions of packages systemd recommends:
ii  dbus1.12.16-1
ii  libpam-systemd  241-5

Versions of packages systemd suggests:
pn  policykit-1
pn  systemd-container  

Versions of packages systemd is related to:
pn  dracut   
pn  initramfs-tools  
ii  udev 241-5

-- no debconf information



Bug#923346: updates

2019-02-27 Thread Paul Thomas
OK, a couple of updates.

First, I tracked down line ptp4l call that starts this off, it's the
ioctl(fd, SIOCSHWTSTAMP, &ifreq); line 88 in sk.c. I can see if a
standalone program that just does that ioctl has the same affect.

Second, I was able to reproduce this using the mainline 5.0-rc8 kernel.

-Paul



Bug#923346: networking

2019-02-27 Thread Paul Thomas
Yeah, I think a bug in the driver is possible, Xilinx reports proper
ptp operation:
https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/18841740/Macb+Driver#MacbDriver-PTP

I'm using a RT patched 4.18 kernel, so now I'm in the process of
testing some other kernels.

One other piece of information, I did pull the latest git version of
linuxptp, with the same results:
https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/18841740/Macb+Driver#MacbDriver-PTP

thanks,
Paul

On Wed, Feb 27, 2019 at 10:25 AM Tino Mettler  wrote:
>
> On Tue, Feb 26, 2019 at 18:35:58 -0500, Paul Thomas wrote:
> > OK, I think something more with the networking is going on. It still
> > works, but something is off. I'll investigate more tomorrow.
>
> Hi,
>
> this issue sounds rather strange. Regarding IP, ptp4l only uses UDP
> multicast and unicast, so TCP traffic for SSH should never be
> disturbed.
>
> One wild guess from my side is that ptp4l triggers some bug in your
> setup.  Maybe the network driver for your hardware or the hardware
> itself behaves strange once timestamping is enabled by ptp4l.
>
> Regards,
> Tino



Bug#923346: networking

2019-02-26 Thread Paul Thomas
OK, I think something more with the networking is going on. It still
works, but something is off. I'll investigate more tomorrow.

-Paul



Bug#923346: more info

2019-02-26 Thread Paul Thomas
OK, a little more info, just running the command:
ptp4l -m -i eth0

Breaks sshd until a reboot (existing sessions continue, but new
sessions are unable to start), restarting the networking or stopping
the ptp4l command doesn't help.

Also this is with two Ethernet adapters using the macb driver.

thanks,
Paul



Bug#923346: disable

2019-02-26 Thread Paul Thomas
The disable command was actually "systemctl disable ptp4l"

thanks,
Paul



Bug#923346: linuxptp breaks sshd

2019-02-26 Thread Paul Thomas
Package: linuxptp
Version: 1.8-1
Severity: critical
Justification: breaks unrelated software

Dear Maintainer,

After installing linuxptp sshd no longer works, tail of
/var/log/auth.log shows entries like:
"ssh_dispatch_run_fatal: Connection from 10.244.33.4 port 52630:
Resource temporarily unavailable [preauth]"

   * What led up to the situation?
Installing linuxptp

   * What exactly did you do (or not do) that was effective (or
 ineffective)?
Uninstall linuxptp or remove it as a service "service.remove ptp4l"

I've got multiple boards and the issue is the same. This is on an
embedded arm64 (zynq ultrascale)
booting from a uSD card, it is not a debian kernel.

-- System Information:
Debian Release: 9.8
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: arm64 (aarch64)

Kernel: Linux 4.18.0-rt1 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8),
LANGUAGE=C.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages linuxptp depends on:
ii  init-system-helpers  1.48
ii  libc62.24-11+deb9u4

linuxptp recommends no packages.

linuxptp suggests no packages.

-- no debconf information



Bug#852854: SIGILL when stepping through application on armhf

2017-01-27 Thread Paul Thomas
Package: gdb
Version: 7.7.1+dfsg-5
Severity: important

Dear Maintainer,

There seems to be an issue with gdb 7.7 for armhf, I was able to
verify this is resolved
in gdb 7.12.1

Debugging an application led to:
 [Thread 0xb307e450 (LWP 23138) exited]
 Program received signal SIGILL, Illegal instruction.
This doesn't happen if the program is just run directly. The exact sequence
is to do:
 # gdb app
Set the break point and run:
 (gdb) break amscrtsocket.cpp:179
 (gdb) run
Then step:
 (gdb) step

thanks,
Paul

-- System Information:
Debian Release: 8.7
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: armhf (armv7l)

Kernel: Linux 4.8.0-rt1-dirty (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
Init: systemd (via /run/systemd/system)

Versions of packages gdb depends on:
ii  libc6 2.19-18+deb8u7
ii  libexpat1 2.1.0-6+deb8u3
ii  liblzma5  5.1.1alpha+20120614-2+b3
ii  libncurses5   5.9+20140913-1+b1
ii  libpython2.7  2.7.9-2+deb8u1
ii  libreadline6  6.3-8+b3
ii  libtinfo5 5.9+20140913-1+b1
ii  zlib1g1:1.2.8.dfsg-2+b1

Versions of packages gdb recommends:
ii  gdbserver 7.7.1+dfsg-5
ii  libc6-dbg [libc-dbg]  2.19-18+deb8u7

Versions of packages gdb suggests:
pn  gdb-doc  

-- no debconf information



Bug#638941: Acknowledgement (Blank consoles when using virtualbox guest additions)

2011-08-26 Thread Paul Thomas
FYI, this bug has been independently reported upstream
http://www.virtualbox.org/ticket/9490
Thanks.


Bug#638941: Blank consoles when using virtualbox guest additions

2011-08-23 Thread Paul Thomas
Package: virtualbox-guest-dkms
Version: 4.1.0-dfsg-2


Hello,

I am using debian testing as guest in a virtualbox virtual machine, hosted
on a windows 7 host (virtualbox version 4.1.2).

I am using a higher resolution for the consoles, passing the argument
GRUB_GFXPAYLOAD_LINUX=1024x768, in /etc/default/grub.

The issue I have is that, at the point where the kernel module vboxvideo is
loaded (as a component of the virtualbox X11 driver), the consoles are
blanked and no longer display messages. this can be checked by Ctrl+Fn
(1..6). Boot completes normally and if I switch to tty1 for extample, I can
blindly log in and execute commands.

The issue is always reproducible.

Further information:

- If I do NOT set a higher resolution (remove the GRUB_GFXPAYLOAD_LINUX
argument), everything is normal.

- If I use the iso-provided guest additions (4.1.2), I have the same issue.

- This did not happen with the previous guest additions version (4.0.10) and
returning to this version solves the issue.



I am using Debian GNU/Linux Wheezy, kernel 3.0.0-1 and libc6 2.13-16.


Bug#634387: Some functionalities not available without wodim being installed

2011-07-18 Thread Paul Thomas
Package: k9copy
Version: 2.3.7-1

When using k9copy to backup a dvd into an iso dvd image, the operation fails
if none of wodim or k3b are present on the system. This comes from the fact
that, eventhough no physical dvd is actually burnt, the
src/core/k9burndvd.cpp program checks the availability of either k3b or the
two cdrkit programs genisoimage AND wodim. Absent k3b and wodim,
k9burndvd.cpp performs a hard coded call to mkisofs, which is absent from
the squeeze and above debian repositories.

Installing either wodim or k3b solves the issue.

As the featur of backing up to an iso image seems quite often used, I would
suggest that the package provides a recommends on wodim or k3b, probably in
that order as wodim is much lighter than k3b.

I am using Debian Wheezy.

BTW, thanks again for packaging this program in debian.


Bug#634249: Acknowledgement (Error when using k9copy in DVD creation mode)

2011-07-18 Thread Paul Thomas
I had a quick look at the source code and found that calls to these
libraries ar made in src/vamps/k9ffmpeg.cpp like this one:

FormatHandle=dlopen("libavformat.so",RTLD_LAZY);

So in order to avoid the error, one should install the four involved
lib*-dev packages (actually, libavformat-dev and libswscale-dev will bring
in the two others).

I suspect this is probably not following the standard debian practices,
in which case, this bug shoud be reported upstream. Let me know what route
should be followed.


Bug#634249: Error when using k9copy in DVD creation mode

2011-07-17 Thread Paul Thomas
Package: k9copy
Version: 2.3.7-1

When using k9copy in DVD creation mode (menu : Action/DVD Creation), a popup
message complains about not being able to load three libraries (libavformat,
libavcodec, libswscale). Further closing the application results in a
standard KDE bug popup.
Launched in terminal, no message is displayed in the terminal.

I am using Debian Wheezy freshly installed with no external repository :).


Bug#529183: Grub on Compact Flash, Plzzzzzzz

2009-05-18 Thread Paul Thomas
On Mon, May 18, 2009 at 9:54 AM, Ravi wrote:

> Dear all,
>
> Plz help me,
> I tried many forums, but not getting solution for following problem.
>
> Could you please tell me how to install grub on CF card.
>
> I'm getting following error while installing
>
> grub> setup(hd2,0) Floating point error
>
>
> And when I'm trying
> #grub-install --root-directory=/media/CF /dev/sdc
>
> It says /boot/stage2 could not read correctly..
>
>
> Please help me,
> I'm struggling for this for long time
>
>
> with regards
>
> Ravi
>
> 


What's your hardware platform?


Bug#474994: Localized ppd

2008-05-21 Thread Paul Thomas
For reference purposes, here is the bug report filed against
cups-genppdupdate not respecting the localization of ppd files:
482090: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=482090

Paul


2008/5/14, Paul Thomas [EMAIL PROTECTED]:
>
>
> I have identified the issue with cups-genppdupdate overwriting in english
> any localized ppd. I will file a separate bug (and provide a patch) for that
> soon.
>
>


Bug#482090: cups-genppdupdate does not keep ppd files localized

2008-05-20 Thread Paul Thomas
Package: cupsys-driver-gutenprint
Version: 5.0.2-2+b1

While upgrading the package, the post-install script calls
cups-genppdupdate.5.0 to update ppd files used by cups and stored in
/etc/cups/ppd.

If the system runs a locale different than "C", e.g. de_DE.UTF-8, and the
original ppd contains the localized strings for that locale, then the
updated ppd no longer contains translated strings bu only English ones.

I believe this is the result of a coding error in the cups-genppdupdate perl
script, for which I am attaching a patch.
 Thank you

Paul Thomas
--- gutenprint-5.0.2.orig/src/cups/cups-genppdupdate.in
+++ gutenprint-5.0.2/src/cups/cups-genppdupdate.in
@@ -412,10 +412,10 @@
 }
 if ($locale) {
# Split into the language and territory.
-   ($locale, $region) = split(/-/, $locale);
+   ($locale, $region) = split(/_/, $locale);
 } else {
# Split into the language and territory.
-   ($locale, $region) = split(/-/, $lingo);
+   ($locale, $region) = split(/_/, $lingo);
# Convert language into language code.
$locale = $languagemappings{"\L$lingo"};
if (!defined($locale)) {


Bug#474994: Localized ppd

2008-05-14 Thread Paul Thomas
OK, I spent some time digging.

I have identified the issue with cups-genppdupdate overwriting in english
any localized ppd. I will file a separate bug (and provide a patch) for that
soon.

With that, no need to re-generate a localized ppd everytime the package is
upgraded. However, I still need to generate the initial version of the
localized ppd (i.e. on a fresh install) because higher level tools such as
gnome-print only create "on the fly" ppds in english (there is ground to
file a wishlist bug there also).

So there seems to me that cups-genppd will still be needed and I suggest you
re-introduce it in the next major release of gutenprint.

I hope this make sense. If not, I'm ready to clarify.

Regards,

Paul

2008/5/14, Paul Thomas <[EMAIL PROTECTED]>:
>
> Hello,
>
> It's about cups-genppd suppression.
>
> Currently, I'm using cups-genppd to create localized (i.e. non-english) ppd
> files. If you drop cups-genppd, how will localized ppd files be generated
> "on the fly". It seems that, for example, gnome printing tools fail to do
> so.
>
> On top of that, cups-genppdupdate constanlty overwrites the localized
> messages with the "C" locale one, thus necessitating to use cups-genppd to
> re-generate them.
>
> I may not be clear, so please ask for different or more detailed
> information.
>
> Thanks in advance for your help
>
> Paul Thomas
>


Bug#474994: Localized ppd

2008-05-14 Thread Paul Thomas
Hello,

It's about cups-genppd suppression.

Currently, I'm using cups-genppd to create localized (i.e. non-english) ppd
files. If you drop cups-genppd, how will localized ppd files be generated
"on the fly". It seems that, for example, gnome printing tools fail to do
so.

On top of that, cups-genppdupdate constanlty overwrites the localized
messages with the "C" locale one, thus necessitating to use cups-genppd to
re-generate them.

I may not be clear, so please ask for different or more detailed
information.

Thanks in advance for your help

Paul Thomas


Bug#467035: audacious unable to play midi files with fluidsynth backend

2008-03-18 Thread Paul Thomas
Hello,

This bug seems to be solved for me with newly uploaded version 1.5x of
audacious/audacious-plugins/audacious-plugins-extra.

Feel free to close it at your convenience.

Many thanks,

Paul


Bug#467035: audacious unable to play midi files with fluidsynth backend

2008-02-22 Thread Paul Thomas
Package: audacious-plugins-extra
Version: 1.4.5-1

Hello,

The last version of audacious-plugins-extra in unstable (1.4.5-1) makes it
impossible to play midi files with the fluidsynth backend.

Downgrading to the testing version (1.4.4-1) solves the issue.

I'm using unstable on an i386 architecture and the following versions of
audacious and audacious-plugins:
audacious  1.4.6-2
audacious-plugins 1.4.5-1

Thanks
Paul


Bug#457817: aptitude: sudo aptitude safe-upgrade wants to update to the same version over and over if the package is provided by different repositories in sources.list

2008-01-04 Thread Paul Thomas
That does not happen with apt-get.
Now, after trying with apt-get, it does not happen any longer with aptitude
?!?!

So, for now, it is not reproductible for me as well.

Thanks.


Bug#364355: fluidsynth: Starts using 100% CPU after a while

2008-01-04 Thread Paul Thomas
As a follow-up, the latest fluidsynth release (1.0.8, released on Nov 17,
2007) includes the fix.

Please upgrade the package to his version, this will close this bug.

Regards,

Paul


Bug#449808: qsynth: debian/watch fails to report upstream's version

2008-01-04 Thread Paul Thomas
Maybe related to this, please note that version 0.3.2 has been released on
Dec 19, 2007. (version 0.3.1 was released in July...).

Please consider upgrading this package.

Regards,

Paul


Bug#457817: I can confirm this behaviour

2008-01-03 Thread Paul Thomas
I can confirm this behaviour. I'm using a locally built repo and the
official Debian repos in my sources.list. If the locally built package
and the official have the same version, this happens.

I have assigned a 900 priority to my local repo and 800 to the
official Debian ones. So aptitude always tries to install my local
version over and over.

Thanks.

Paul Thomas



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



Bug#452579: Missing pkgconfig info for redland

2007-11-23 Thread Paul Thomas
Package: librdf0-dev
Version: 1.0.6-2+b1

Please include the pkgconfig file for redland in the librdf0-dev package.

This file is found in the source tree at : libdf/redland.pc

Thank you


Bug#446312: Does not seem to work very well

2007-10-30 Thread Paul Thomas
I re-installed debian sid yesterday.

Based on the xserver-xorg package documentation I choosed to intall :

sudo aptitude install xserver-xorg xserver-xorg-input-kbd
xserver-xorg-input-mouse xserver-xorg-video-ati

I only have a keyboard, a mouse and an ATI video card. I was assuming that
naming the specific input and video packages would trigger the presence of
the xserver-xorg-input-2 and xserver-xorg-video-2, thus avoiding to install
xserver-xorg-input-all and xserver-xorg-video-all.

It does not work, I have the *-all package installed.

I tried installing only :

aptitude install xserver-xorg-video-ati

what happens is that it pulls xserver-xorg-core then xserver-xorg and then,
of course xserver-input-all (but no xserver-video-all). So here again with a
*-all.
Same thing when I tried only xserver-xorg-input-kb, I ended up with
video-all.

Is there a way to only have the desired input and video drivers and not the
undesired ones?

Or is it a bug in aptitude that does not know how to interpret the presence
of specific candidates for a virtual package and a choice of packages? If
you think this is the case, please forward this bug report to aptitude.
Maybe straight apt-get is ok but I did not try.

Thanks in advance,

Paul Thomas


Bug#446911: Please add konqueror to the list of browsers recommended

2007-10-16 Thread Paul Thomas
Package: mozilla-openoffice.org
Version: 2.2.1-9
Severity: wishlist

Please add konqueror (with konqueror-nsplugins) to the list of browsers
recommended by the mozilla-openoffice.org package.

The plugin works well in konqueror with the konqueror-nsplugin addon.

This suggestion would avoid an unnecessary iceweasel install whrer konqueror
is the sole browser.

Thank you.


Bug#433581: inconsistent .desktop file

2007-07-17 Thread Paul Thomas

Package: qt4-qtconfig
Version: 4.3.0-2+b1
Severity: minor

The .desktop menu file points to the "designer" icon, which is not
provided by this pacjkage but by kdebase-data.

So, either the icon is included here, or kdebase-data should be a
dependency (which is probably not a good idea...).

Thank you.

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

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

Versions of packages qt4-qtconfig depends on:
ii  libaudio2   1.9-2+b1 The Network Audio System (NAS). (s
ii  libc6   2.6-2GNU C Library: Shared libraries
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libfreetype62.3.5-1+b1   FreeType 2 font engine, shared lib
ii  libgcc1 1:4.2-20070712-1 GCC support library
ii  libglib2.0-02.12.12-1+b1 The GLib library of C routines
ii  libice6 1:1.0.3-2X11 Inter-Client Exchange library
ii  libmysqlclient15off 5.0.41a-1MySQL database client library
ii  libpng12-0  1.2.15~beta5-2   PNG library - runtime
ii  libpq5  8.2.4-2  PostgreSQL C client library
ii  libqt4-core 4.3.0-2+b1   Qt 4 core non-GUI functionality ru
ii  libqt4-gui  4.3.0-2+b1   Qt 4 core GUI functionality runtim
ii  libqt4-qt3support   4.3.0-2+b1   Qt 3 compatibility library for Qt
ii  libqt4-sql  4.3.0-2+b1   Qt 4 SQL database module
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libsqlite0  2.8.17-2 SQLite shared library
ii  libsqlite3-03.3.17-1 SQLite 3 shared library
ii  libstdc++6  4.2-20070712-1   The GNU Standard C++ Library v3
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  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxi6  2:1.1.1-1X11 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  zlib1g  1:1.2.3.3.dfsg-5 compression library - runtime

qt4-qtconfig recommends no packages.

-- no debconf information


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



Bug#364355: fluidsynth: Starts using 100% CPU after a while

2007-06-13 Thread Paul Thomas

This bug is fixed upstream in cvs (it has been fixed in late November 06).

I built it yesterday on debian Sid and now CPU usage seems to be at normal
levels.


Bug#426902:

2007-05-31 Thread Paul Thomas

Package: linux-image-2.6.21-1-686
Version: 2.6.21-4

I'm running debian/sid on a i686 architecture.
I upgraded linux-image from 2.6.18 yesterday.

When the jackd sound server is launched with real-time priority, it
generates a continuous flow of xruns.
Reverting to 2.6.18 gives back the normal behaviour, i.e. no xruns.

jackd version is 0.103.0-5

To enable real-time for jackd, I use the following /etc/security/limits.conf
:

@audio - rtprio  90
@audio - nice   -10
@audio - memlock 100

The user launching jackd is in the audio group.


Bug#426575: Please include a .desktop file in the package

2007-05-29 Thread Paul Thomas

Package: qtractor
Version: 0.0.1.586-1

Thank you for packaging qtractor. Woud you please include a .desktop file in
one of the next releases of the package?


Bug#424653: librdf0 depends on libcurl3 which is no longer in "unstable"

2007-05-16 Thread Paul Thomas

Package: librdf0

Version: 1.0.4-1+b2

In unstable, librdf0 depends on libcurl3, which is no longer available.

I am using Debian GNU/Linux unstable.


Bug#424647: libraptor1 depends on libcurl3 which is no longer in "unstable"

2007-05-16 Thread Paul Thomas

Package: libraptor1

Version: 1.4.15-2+b1

In unstable, libraptor1 depends on libcurl3, which is no longer available.

I am using Debian GNU/Linux unstable.