Bug#767548: redmine: shouldn't use Gemfile for dependency

2014-10-31 Thread Yan Li
Package: redmine
Version: 3.0~20140825-1
Severity: normal

Dear Maintainer,

I'm no expert but I think Debian's ruby packaging policy is against
using Gemfile for specifying dependencies. I've encountered an error
caused by this. After jessie upgraded ruby-multi-json from 1.10.0 to
1.10.1, my redmine installation is broken because its Gemfile.lock
still specifically checks for multi_json 1.10.0. The error message is
as following:

~ error message begin ~
It looks like Bundler could not find a gem. Maybe you didn't install all the 
gems that this application needs. To install your gems, please run:

bundle install

If that didn't work, then the problem is probably caused by your application 
being run under a different environment than it's supposed to. Please check the 
following:

Is this app supposed to be run as the www-data user?
Is this app being run on the correct Ruby interpreter? Below you will see 
which Ruby interpreter Phusion Passenger attempted to use.

 The exception is as follows: ---
Could not find multi_json-1.10.0 in any of the sources (Bundler::GemNotFound)

  /usr/lib/ruby/vendor_ruby/bundler/spec_set.rb:92:in `block in materialize'
  /usr/lib/ruby/vendor_ruby/bundler/spec_set.rb:85:in `map!'
  /usr/lib/ruby/vendor_ruby/bundler/spec_set.rb:85:in `materialize'
  /usr/lib/ruby/vendor_ruby/bundler/definition.rb:132:in `specs'
  /usr/lib/ruby/vendor_ruby/bundler/definition.rb:177:in `specs_for'
  /usr/lib/ruby/vendor_ruby/bundler/definition.rb:166:in `requested_specs'
  /usr/lib/ruby/vendor_ruby/bundler/environment.rb:18:in `requested_specs'
  /usr/lib/ruby/vendor_ruby/bundler/runtime.rb:13:in `setup'
  /usr/lib/ruby/vendor_ruby/bundler.rb:121:in `setup'
  /usr/lib/ruby/vendor_ruby/bundler/setup.rb:17:in `'
  /usr/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'
  /usr/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'
  /usr/lib/ruby/vendor_ruby/phusion_passenger/loader_shared_helpers.rb:263:in 
`block in run_load_path_setup_code'
  /usr/lib/ruby/vendor_ruby/phusion_passenger/loader_shared_helpers.rb:366:in 
`running_bundler'
  /usr/lib/ruby/vendor_ruby/phusion_passenger/loader_shared_helpers.rb:261:in 
`run_load_path_setup_code'
  /usr/share/passenger/helper-scripts/rack-preloader.rb:100:in `preload_app'
  /usr/share/passenger/helper-scripts/rack-preloader.rb:158:in `'
  /usr/share/passenger/helper-scripts/rack-preloader.rb:29:in 
`'
  /usr/share/passenger/helper-scripts/rack-preloader.rb:28:in `'
~ error message end ~

It seems to me that the way to fix this is to remove the Gemfile from
redmine's package and rely on Debian's package dependency, without
that we need to regenerate Gemfile.lock every time a ruby package is
upgrade. 

-- System Information:
Debian Release: jessie/sid
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'stable-updates'), (500, 
'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 3.16-3-686-pae (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/dash

Versions of packages redmine depends on:
ii  bundler 1.7.2-2
ii  dbconfig-common 1.8.47+nmu2
ii  debconf [debconf-2.0]   1.5.53
ii  libjs-scriptaculous 1.9.0-2
ii  redmine-mysql   3.0~20140825-1
ii  redmine-sqlite  3.0~20140825-1
ii  ruby1:2.1.0.4
ii  ruby-actionpack-action-caching  1.1.1-1
ii  ruby-awesome-nested-set 3.0.0-1
ii  ruby-coderay1.1.0-2
ii  ruby-i18n   0.6.9-2
ii  ruby-jquery-rails   3.1.2-2
ii  ruby-mime-types 1.25-2
ii  ruby-net-ldap   0.8.0-1
ii  ruby-openid 2.5.0debian-1
ii  ruby-protected-attributes   1.0.8-2
ii  ruby-rack   1.5.2-3
ii  ruby-rack-openid1.4.2-1
ii  ruby-rails  2:4.1.6-2
ii  ruby-rails-observers0.1.1-1
ii  ruby-redcarpet  3.1.2-1
ii  ruby-request-store  1.1.0-1
ii  ruby-rmagick2.13.2-4+b1
ii  ruby1.9.1 [ruby-interpreter]1.9.3.194-8.1+deb7u2
ii  ruby2.1 [ruby-interpreter]  2.1.3-1

Versions of packages redmine recommends:
ii  libfcgi-ruby1.9.1  0.9.2.1-1
ii  ruby-fcgi [libfcgi-ruby1.9.1]  0.9.2.1-1+b3
ii  ruby-passenger 4.0.53-1

Versions of packages redmine suggests:
pn  bzr 
pn  cvs 
pn  darcs   
ii  git 1:2.1.1-1
pn  mercurial   
pn  subversion  

Other related packages:
ii  ruby-multi-json   1.10.1-1

-- debconf information:
  redmine/instances/default/password-confirm: (password omitted)
  redmine/instances/default/pgsql/admin-pass: (password omitted)
* redmine/instances/default/mysql/app-pass: (password omitted)
  redmine/instances/default/pgsql/app-pass: (password omitted)
* redmine/instances/defau

Bug#753659: redmine: three sample config files lead to "Invalid form authenticity token" errors

2014-07-03 Thread Yan Li
Package: redmine
Version: 2.5.1-2

I tried a simple redmine installation with MySQL using default settings without 
any plugin. I tried apache2-alias.conf, apache2-host.conf, and 
apache2-passenger-alias.conf from /usr/share/doc/redmine/examples/ but all of 
them lead to error "Invalid form authenticity token” when I tried to login. 
I’ve searched upstream bug reports and tried many advice from there but none of 
them helped.

The error "Invalid form authenticity token” showed when I tried to login, and 
the login always failed. The system was unusable at all.

Later I discovered that sample config file apache2-passenger-host.conf worked 
very well.

Please consider testing the three broken sample config files and 
removing/fixing them if necessary. Sorry that I couldn’t figure out the root 
cause of this error.

The system was a simple Jessie installation with no unofficial packages. It was 
upgraded from Wheezy. Apache was 2.4.9-2. libapache2-mod-passenger was 
4.0.37-3+b1.

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



Bug#625805: Patch for the 625805

2011-08-24 Thread Yan Li
reassign 625805 pm-utils 1.4.1-8
tags 625805 + patch
retitle 625805 pm-utils: quirk needed for ATI Radeon Mobility M6 LY on SONY 
Vaio Z1-RCP
thanks

I have found a way to fix this bug by:
1. disable KMS (so that pm-utils' quirk can kick in)
2. add a quirk for this machine model (please see the attached patch)

Please consider adding the quirk into pm-utils' SONY quirkdb.

I believe a better fix can be done in drivers/video/aty/radeon_pm.c by
adding a BUGFIX entry to the radeon_workaround_list[] within the Linux
kernel (so that we can keep KMS), but I don't have time to test that
because the fix mentioned above already works great for me.
--- 20-video-quirk-pm-sony.quirkdb	2011-08-24 23:10:34.0 +0800
+++ /usr/lib/pm-utils/video-quirks/20-video-quirk-pm-sony.quirkdb	2011-08-23 17:43:53.0 +0800
@@ -28,7 +28,7 @@
   addquirk --quirk-vbemode-restore
   addquirk --quirk-vbestate-restore
  endmatch
- match system.hardware.product regex PCG-Z1RMP|VGN-TX770P|VGN-FW11|VGN-TX670P|PCG-V505ECP
+ match system.hardware.product regex PCG-Z1RMP|VGN-TX770P|VGN-FW11|VGN-TX670P|PCG-V505ECP|PCG-Z1RCP
   addquirk --quirk-vbe-post
   addquirk --quirk-vbemode-restore
  endmatch


Bug#561877: Patch for the problem

2011-08-24 Thread Yan Li
found 561877 1.4.1-8
tags 561877 + patch
thanks

I studied this problem on latest pm-utils in testing. pm-utils has now
obsoleted HAL and ship quirks db by itself. There is a typo in
20-video-quirk-pm-sony.quirkdb that adds ``--quirk-s3-bios'' to all
machines. That option causes hard freeze on nearly all later models of
SONY Vaio and I believe this is the cause for those problems reported
here.

A patch is attached for your reference. This is a very serious bug
because it breaks suspend / resume on all SONY Vaio models so please
consider fixing it a.s.a.p. Thanks.
--- 20-video-quirk-pm-sony.quirkdb.org	2011-08-23 17:43:40.0 +0800
+++ 20-video-quirk-pm-sony.quirkdb	2011-08-24 23:10:34.0 +0800
@@ -3,7 +3,7 @@
  match system.hardware.product regex ^VGN-FS115Z$
   addquirk --quirk-s3-mode
  endmatch
- match system.hardware.product regex VGN-FS730|PCG-FX405|VGN-C2S_G|VGN-B1XP|VGN-FE21B|VGN-B100B||VGN-B1VP
+ match system.hardware.product regex VGN-FS730|PCG-FX405|VGN-C2S_G|VGN-B1XP|VGN-FE21B|VGN-B100B|VGN-B1VP
   addquirk --quirk-s3-bios
  endmatch
  match system.hardware.product regex ^(VGN-FS115B|VGN-C140G|VGN-TX3XP_L|VGN-T250P|VGN-AR31S|PCV-RX612|VGN-FS485B|VGN-SZ61XN_C|VGN-TZ37|VGN-TZ170N|VGN-FS920|VGN-C240E|PCG-FX601|VGN-SR11M)$


Bug#636579: anki: can't run with python-sqlalchemy 0.7.*

2011-08-04 Thread Yan Li
Package: anki
Version: 1.2.8-1
Severity: important
Tags: patch upstream

With yesterday's upgrading of python-sqlalchemy from 0.6.8-1 to
0.7.2-1, anki stopped running. It displayed this error message at
start:

% anki
Traceback (most recent call last):
  File "/usr/bin/anki", line 8, in 
ankiqt.run()
  File "/usr/share/anki/ankiqt/__init__.py", line 78, in run
import config
  File "/usr/share/anki/ankiqt/config.py", line 10, in 
from anki.utils import genID
  File "/usr/share/anki/anki/__init__.py", line 58, in 
from anki.deck import DeckStorage
  File "/usr/share/anki/anki/deck.py", line 14, in 
from anki.db import *
  File "/usr/share/anki/anki/db.py", line 33, in 
from sqlalchemy.exceptions import DBAPIError, OperationalError
ImportError: No module named exceptions

This problem has already been reported and fixed upstream at:
http://code.google.com/p/anki/issues/detail?id=2563

Please consider upgrading anki to the latest 1.2.9 upstream release to
address this issue.

Thanks!

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

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

Versions of packages anki depends on:
ii  python2.6.7-2interactive high-level object-orie
ii  python-beautifulsoup  3.2.0-2error-tolerant HTML parser for Pyt
ii  python-qt44.8.3-3Python bindings for Qt4
ii  python-simplejson 2.1.6-1simple, fast, extensible JSON enco
ii  python-sqlalchemy 0.7.2-1SQL toolkit and Object Relational 
ii  python-support1.0.14 automated rebuilding support for P

Versions of packages anki recommends:
pn  kakasi (no description available)
ii  python-matplotlib 1.0.1-3Python based plotting system in a 

Versions of packages anki suggests:
ii  dvipng1.13-1 convert DVI files to PNG graphics

-- no debconf information



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



Bug#633824: Acknowledgement (xserver-xorg-video-intel: [Arrandale] Regression: X freezes on start when external monitor connected via dock with 2.6.39 and newer kernels)

2011-07-13 Thread Yan Li
forwarded 633824 https://bugs.freedesktop.org/show_bug.cgi?id=39108
thanks

The problem has been reported upstream as fdo#39108, which was marked as
a duplicate of fdo#38012, in which the upstream developer has provided a
fix:
https://bugs.freedesktop.org/show_bug.cgi?id=38012#c7

So please ignore my patch attached in the original bug report here and
use this new patch from upstream git repo.



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



Bug#619781: fixed for me in xserver-xorg-video-intel/2:2.15.0-1+b1

2011-05-06 Thread Yan Li
fixed 619781 xserver-xorg-video-intel/2:2.15.0-1+b1
thanks

It is OK for me now. I think we can close this bug. Thanks.



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



Bug#625805: xserver-xorg-video-radeon: display corruption after suspend-to-RAM on a SONY Z1RCP (ATI Radeon Mobility M6 LY)

2011-05-05 Thread Yan Li
Package: xserver-xorg-video-radeon
Version: 1:6.14.1-1+b1
Severity: important

On this SONY PCG-Z1RCP laptop (ATI Radeon Mobility M6 LY), the screen
display was corrupted after resume from suspend-to-RAM. The system
seemed running fine because I can see a garbled mouse point moving or
switch to VT, which also showed garbled text, and I can login the VT
and reboot the machine from CLI. It was running the latest
kernel/radeon driver from sid, with KMS enabled (as default).

If I disabled KMS, the machine would totally freeze on resume with a
black screen, worse.

Squeeze's 2.6.32 kernel and radeon driver had identical issue too.

I'm not sure whether this is a bug for radeon driver, maybe there're
something wrong in the kernel. Maybe the radeon kernel module doesn't
(re)set the video mode correctly after resume.

Different to old bug reports:
The most similar one is #533129, same video card, different laptop
brand, nearly identical problem. But the reporter claimed his problem
was gone later.

This bug is different from #586485 (Regression: can't resume after
suspend-to-RAM) because with KMS disabled my machine won't wake up
from resume.

-- Package-specific info:
X server symlink status:

lrwxrwxrwx 1 root root 13 Jun  9  2008 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 2018824 May  1 18:21 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
--
01:00.0 VGA compatible controller [0300]: ATI Technologies Inc Radeon Mobility 
M6 LY [1002:4c59]

Xorg X server configuration file status:

-rw-r--r-- 1 root root 5127 Mar 13 15:12 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
---
Section "ServerLayout"
Identifier "X.org Configured"
Screen  0  "Screen0" 0 0
InputDevice"Mouse0" "CorePointer"
InputDevice"Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
ModulePath   "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "built-ins"
EndSection

Section "Module"
Load  "record"
Load  "dri"
Load  "dri2"
Load  "glx"
Load  "extmod"
Load  "dbe"
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver  "kbd"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver  "mouse"
Option  "Protocol" "auto"
Option  "Device" "/dev/input/mice"
Option  "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
Identifier   "Monitor0"
VendorName   "Monitor Vendor"
ModelName"Monitor Model"
EndSection

Section "Device"
### Available Driver options are:-
### Values: : integer, : float, : "True"/"False",
### : "String", : " Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel"   # []
#Option "SWcursor"  # []
#Option "Dac6Bit"   # []
#Option "Dac8Bit"   # []
#Option "BusType"   # []
#Option "CPPIOMode" # []
#Option "CPusecTimeout" # 
#Option "AGPMode"   # 
#Option "AGPFastWrite"  # []
#Option "AGPSize"   # 
#Option "GARTSize"  # 
#Option "RingSize"  # 
#Option "BufferSize"# 
#Option "EnableDepthMoves"  # []
#Option "EnablePageFlip"# []
#Option "NoBackBuffer"  # []
#Option "DMAForXv"  # []
#Option "FBTexPercent"  # 
#Option "DepthBits" # 
#Option "PCIAPERSize"   # 
#Option "AccelDFS"  # []
#Option "IgnoreEDID"# []
#Option "CustomEDID"# []
#Option "DisplayPriority"   # []
#Option "PanelSize" # []
#Option "ForceMinDotClock"  # 
#Option "ColorTiling"   # []
#Option "VideoKey"  # 
#Option "RageTheatreCrystal"# 
#Option "RageTheatreTunerPort"  # 
#Option "RageTheatreCompositePort"  # 
#Option "RageTheatreSVideoPort" # 
#Option "TunerType"   

Bug#619781: Patch from upstream

2011-04-07 Thread Yan Li
reassign 619781 xserver-xorg-video-intel 2:2.14.0-4
tag 619781 - moreinfo
thanks

Upstream has provided with a fix to xf86-video-intel, please help to
test and integrate.

commit 23f9b14df7c102c1036134835dd5d1a508059858
Author: Chris Wilson 
Date:   Sat Feb 12 10:42:34 2011 +

i965: Remove broken maximum base addresses from video

WRONG.

The hardware was never limited to 0x100 and the kernel can quite
rightly place objects above that limit. Specifying such had no
relation
to reality, so why did we do it? TWICE!

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=34017
Signed-off-by: Chris Wilson 

--
Yan Li



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



Bug#621119: udev: snd_hda_intel not loaded

2011-04-06 Thread Yan Li
Package: udev
Version: 167-1
Severity: normal


Suddently for no reason my system doesn't load snd_hda_intel
automatically, thus there's no sound after a fresh boot. I have to
manually run "modprobe snd_hda_intel" after each boot to bring back
the sound device. After this modprobe everything seems working
flawlessly.

I haven't done any big change to the system today, I haven't touched
anything in /etc/modprobe.d recently, and I can't think of anything
related to this, please tell me where I should look. I do remember I
have installed several packages like lvm, cryptsetup today, but
nothing should be in relation to sound.

The system is an HP EliteBook 2540p laptop.

The information about the audio device:
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High 
Definition Audio (rev 05)
Subsystem: Hewlett-Packard Company Device 7008
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 

Bug#613614: libdrm-intel1: Intel Arrandale: xrandr query enables a disabled eDP

2011-02-15 Thread Yan Li
Package: libdrm-intel1
Version: 2.4.23-2
Severity: important

I'm using an HP EliteBook 2540p laptop, which contains Intel Arrandale
graphics module. I use this laptop with an external monitor, which is
my major display output and I always shutdown the internal eDP port by
running on system start:
xrandr --output eDP1 --off

However, after that, if I run xrandr again, the eDP1 port will be
inadvertently re-enabled, and this ruins my desktop topology since
some windows will be randomly thrown over to the eDP1 display that I
don't use. The most annoying thing is gnome-screensaver seems invoking
xrandr on its every start, perhaps intending to check the monitor
settings, and enables the eDP1 port -- so that my monitor topology
changes like crazy whenever gnome-screensaver kicks in.

Here's my xrandr output:
$ xrandr 
Screen 0: minimum 320 x 200, current 1680 x 1050, maximum 8192 x 8192
eDP1 connected (normal left inverted right x axis y axis)
   1280x800   60.0 +
   1024x768   60.0  
   800x60060.3 56.2  
   640x48059.9  
VGA1 connected 1680x1050+0+0 (normal left inverted right x axis y axis) 474mm x 
296mm
   1680x1050  60.0*+
   1600x1200  60.0  
   1400x1050  60.0  
   1280x1024  75.0 60.0  
   1440x900   59.9  
   1280x960   60.0  
   1152x864   75.0  
   1024x768   75.1 70.1 60.0  
   832x62474.6  
   800x60072.2 75.0 60.3 56.2  
   640x48072.8 75.0 66.7 60.0  
   720x40070.1  
HDMI1 disconnected (normal left inverted right x axis y axis)
DP1 disconnected (normal left inverted right x axis y axis)
HDMI2 disconnected (normal left inverted right x axis y axis)
DP2 disconnected (normal left inverted right x axis y axis)


I have to use the 2.6.37 kernel from experimental or else the eDP port
just won't light up.

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

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

Versions of packages libdrm-intel1 depends on:
ii  libc6 2.11.2-11  Embedded GNU C Library: Shared lib
ii  libdrm2   2.4.23-2   Userspace interface to kernel DRM 
ii  libdrm-intel1 2.4.23-2   Userspace interface to 
intel-specific kernel DRM services -- runtime
ii  xserver-xorg-video-intel  2:2.14.0-3 X.Org X server -- Intel i8xx, i9xx 
display driver
ii  linux-image-2.6.37-trunk-amd64 2.6.37-1~experimental.1 Linux 2.6.37 for 
64-bit PCs


libdrm-intel1 recommends no packages.

libdrm-intel1 suggests no packages.

-- no debconf information



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



Bug#543563: iwlagn deep sleep

2010-07-10 Thread Yan Li
Maybe this issue is similar or related to this upstream bug report:

Bug 2043 - iwlagn (64bit) doesn't work with 4965 (8086:4230 rev 61):
enqueue_hcmd failed: -28
http://bugzilla.intellinuxwireless.org/show_bug.cgi?id=2043



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



Bug#586699: [Evolution] Bug#586699: anjal: uninstallable

2010-06-26 Thread Yan Li
On Sat, 2010-06-26 at 09:34 +0200, Yves-Alexis Perez wrote:
> So my own two cents: just drop it.

I agree.

-- 
Yan




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



Bug#586699: [Evolution] Bug#586699: anjal: uninstallable

2010-06-26 Thread Yan Li
On Mon, 2010-06-21 at 23:57 +0200, Yves-Alexis Perez wrote:
> On lun., 2010-06-21 at 18:14 +0200, Stefano Costa wrote:
> > Package: anjal
> > Version: 0.3.1+git20100216.f80-1
> > 
> > Current version of Anjal in experimental is uninstallable:
> > 
> > st...@gibreel:~$ sudo apt-get install anjal
> > Reading package lists... Done
> > Building dependency tree   
> > Reading state information... Done
> > Some packages could not be installed. This may mean that you have
> > requested an impossible situation or if you are using the unstable
> > distribution that some required packages have not yet been created
> > or been moved out of Incoming.
> > The following information may help to resolve the situation:
> > 
> > The following packages have unmet dependencies:
> >   anjal: Depends: libcamel1.2-14 (< 2.30) but 2.30.1-5 is to be 
> > installed
> >  Depends: libedataserver1.2-11 (>= 2.29.90) but it is not 
> > installable
> >  Depends: libgnome-desktop-2-11 but it is not installable
> >  Depends: libgtkhtml-editor0 (< 3.30) but 3.30.1-2 is to be 
> > installed
> >  Depends: libgtkhtml3.14-19 (< 3.30) but 3.30.1-2 is to be 
> > installed
> > E: Broken packages
> > 
> 
> Yeah, I'm not exactly sure about anjal status. It seems to have been
> dropped upstream, replaced by evolution express mode. Yan, can you
> provide more information on this? Should be just drop the package?

I'm sorry for being missing for sometime. I was on a long vacation. You
are right, Anjal is no longer actively developed or maintained and
people are working on Evolution Express. Well, that's both good or bad.
The bad thing is IMHO Anjal's UI is better suited for a netbook than
that of EE (for now). The good thing is that EE has inherited most
features from Evo so it's more full-featured. I've been using EE for a
while and it's quite usable.

-- 
Yan




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



Bug#566998: perforate: finddup's "oldresult" is broken

2010-01-26 Thread Yan Li
Package: perforate
Version: 1.2-5
Severity: important

The "oldresult" function of finddup is totally broken.

To test it, make a test directory:
# mkdir test
# echo "hello" > "test/file 1"
# echo "hello" > "test/file 2"

Run finddup in dryrun mode and get its output:
# finddup -n -v -l -i -d test >finddup.out

Rerun it and use --oldresult
# finddup -v -l -i -d test -o finddup.out

And see it's weird output:
L�nge: 2.3 Files:   test/file 2

L�nge: 2.3 Files:   L�nge: 6 Files: test/file 1

Use of uninitialized value $reffile in concatenation (.) or string at 
/usr/bin/finddup line 87, <> line 3.
L�nge: 2.3 Files:

And files in test directory are not linked correctly.

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

Kernel: Linux 2.6.26-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/bash

Versions of packages perforate depends on:
ii  libc6   2.7-18lenny2 GNU C Library: Shared libraries

perforate recommends no packages.

perforate suggests no packages.

-- no debconf information



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



Bug#564843: "osc --version" shows 0.118 for package 0.124-2

2010-01-12 Thread Yan Li
Package: osc
Version: 0.124-2
Severity: normal

This is osc package 0.124-2, but running:
# osc --version
0.118

With this wrong version number, some osc plugins that check version
number can't work correctly.

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

Kernel: Linux 2.6.26-2-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/bash

Versions of packages osc depends on:
ii  python2.5.2-3An interactive high-level object-o
ii  python-celementtree   1.0.5-10   Light-weight toolkit for XML proce
ii  python-m2crypto   0.20.1-1   a crypto and SSL toolkit for Pytho
ii  python-rpm4.4.2.3-1  Python bindings for RPM
ii  python-support1.0.6  automated rebuilding support for P
ii  python-urlgrabber 3.1.0-4A high-level cross-protocol url-gr

osc recommends no packages.

Versions of packages osc suggests:
ii  gnome-keyring 2.22.3-2   GNOME keyring services (daemon and
pn  python-gnomekeyring(no description available)

-- no debconf information



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



Bug#560116: pidgin 2.4.* can't connect to MSN messenger

2009-12-08 Thread Yan Li
Package: pidgin
Version: 2.4.3-4lenny5
Severity: grave
Justification: renders package unusable

Start from around Dec 8, 2009. Pidgin 2.4.* can't connect to MSN
messenger any more. The error is "Our protocol is not supported by the
server." 

According to a bug report [1] from upstream project, This seems apply
to all pidgin 2.4.* user world wide due to a little change in the
protocol. Sadly that upstream doesn't want to support 2.4.* any
more. Though I think it's not hard to fix this issue in 2.4.*.

We may consider upgrading to pidgin 2.6 or fix 2.4.3 by ourselves.

[1] http://developer.pidgin.im/ticket/10933

-- 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_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages pidgin depends on:
ii  gconf2  2.22.0-1 GNOME configuration database syste
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  libdbus-1-3 1.2.1-5+lenny1   simple interprocess messaging syst
ii  libdbus-glib-1-20.76-1   simple interprocess messaging syst
ii  libglib2.0-02.16.6-2 The GLib library of C routines
ii  libgstreamer0.10-0  0.10.19-3Core GStreamer libraries and eleme
ii  libgtk2.0-0 2.12.12-1~lenny1 The GTK+ graphical user interface 
ii  libgtkspell02.0.13-1+b1  a spell-checking addon for GTK's T
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  libpango1.0-0   1.20.5-5 Layout and rendering of internatio
ii  libpurple0  2.4.3-4lenny5multi-protocol instant messaging l
ii  libsm6  2:1.0.3-2X11 Session Management library
ii  libstartup-notification 0.9-1library for program launch feedbac
ii  libx11-62:1.1.5-2X11 client-side library
ii  libxss1 1:1.1.3-1X11 Screen Saver extension library
ii  perl5.10.0-19lenny2  Larry Wall's Practical Extraction 
ii  perl-base [perlapi-5.10 5.10.0-19lenny2  minimal Perl system
ii  pidgin-data 2.4.3-4lenny5multi-protocol instant messaging c

Versions of packages pidgin recommends:
ii  gstreamer0.10-plugins- 0.10.19-2 GStreamer plugins from the "base" 
ii  gstreamer0.10-plugins- 0.10.8-4.1~lenny2 GStreamer plugins from the "good" 

Versions of packages pidgin suggests:
ii  evolution-data-server  2.22.3-1.1+lenny2 evolution database backend server
ii  gnome-panel2.20.3-5  launcher and docking facility for 
ii  libsqlite3-0   3.5.9-6   SQLite 3 shared library

-- no debconf information



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



Bug#541175: lists.debian.org: MTA doing sender verification but not from the NULL (bounce) address as it should

2009-08-12 Thread Yan Li
Package: lists.debian.org
Severity: normal

Debian's mailing list server rejected my mail:
  debian-mentors-requ...@lists.debian.org
SMTP error from remote mail server after RCPT 
TO::
host liszt.debian.org [2001:41b8:202:deb:213:21ff:fe20:1426]:
550 5.1.7 
:
Sender address rejected: undeliverable address:
host bombadil.infradead.org[2001:4830:2446:ff00:214:51ff:fe65:c65c] said:
550 Invalid SRS bounce  (in reply to RCPT TO command)


I've consulted my mail server admin and he said:

"(Debian mailing list's) Postfix does a strange and broken thing, and
it does sender verification callouts (to check that an address exists)
using a non-empty sender. I've seen this before, but usually it uses
"postmaster@" as the address, so I have a special hack to accept mail
from postmaster@ to the signed addresses. I've now added another hack
to accept mail from double-bounce@ too, which is what lists.debian.org
is doing -- but it would be much better if they'd fix their callouts
to use the _empty_ sender as they should."

Thank you.



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



Bug#513875: It's by design

2009-02-01 Thread Yan Li
The latest Synaptics driver disables tap-to-click if physical buttons
are detected. This is by design.

Try setting TapButton1 to "1" and try again.

OT: I wonder whether we should enable tap-to-click by default in
Debian, since this feature is widely recognized and very handy.

--
Yan



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



Bug#378332: initramfs-tools: Update-initramfs doesn't understand "/dev/vg/lv" in fstab

2008-06-09 Thread Yan Li
Package: initramfs-tools
Version: 0.85h
Followup-For: Bug #378332


Similar problem here: update-initramfs 0.85h seems don't understand
that the "/dev/vg/lv" in fstab indicats an LVM, but loves
"/dev/mapper/vg-lv" only.

I was setting up root encryption for an old system. I created a new
encrypted root partition, copied files, updated /etc/crypttab and
/etc/fstab, chrooted into the new root and ran "update-initramfs
-u". The update was successful, but it hadn't incldued cryptroot in
the initrd file.

After a lot of study and try, I changed the "/dev/vg/lv" in fstab to
"/dev/mapper/vg-lv" and rerun the update-initramfs and it was OK.

I think this is quite annoying and should not be too difficult to fix.

Thanks!



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



Bug#476630: The previous patch failed to work

2008-04-29 Thread Yan Li
The patch above (Gnome Revision 10995) depends on other two related
patches (Revision 10989, 10996), please refer to
http://svn.gnome.org/viewvc/gnome-panel/trunk/applets/clock/calendar-sources.c

I applied them all (the patch:
http://svn.gnome.org/viewvc/gnome-panel/trunk/applets/clock/calendar-sources.c?r1=10455&r2=10996&view=patch)
and tested, but with no luck, and the clock applet always crashes at
click.



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



Bug#476630: Patch from gnome-panel maintainer

2008-04-29 Thread Yan Li
According to gnome-panel maintainer  Vincent Untz, this patch might
help:
http://svn.gnome.org/viewvc/gnome-panel/trunk/applets/clock/calendar-sources.c?r1=10989&r2=10995&view=patch

I'll try it soon on my machine.



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



Bug#476630: More debug information

2008-04-29 Thread Yan Li
I'm attaching more debug information.
(gdb) c
Continuing.
[New Thread -1231053904 (LWP 4365)]
[New Thread -1231320144 (LWP 4370)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1228269888 (LWP 4279)]
0xb796d6c9 in IA__g_type_check_instance_is_a (type_instance=0x81c8e00, 
iface_type=136091936)
at gtype.c:3113
3113gtype.c: No such file or directory.
in gtype.c
(gdb) bt
#0  0xb796d6c9 in IA__g_type_check_instance_is_a (type_instance=0x81c8e00, 
iface_type=136091936)
at gtype.c:3113
#1  0xb79ca3a5 in e_source_group_peek_sources (group=0x81c8e00) at 
e-source-group.c:529
#2  0x08058e8d in calendar_sources_load_esource_list (source_data=0x81c8110)
at calendar-sources.c:470
#3  0x08059280 in calendar_sources_load_sources (sources=0x81c8100, 
source_data=0x81c8110,
sources_key=0x805aa20 "/apps/evolution/calendar/sources",
selected_sources_key=0x805a9ec 
"/apps/evolution/calendar/display/selected_calendars",
selected_sources_dir=0x805a9c8 "/apps/evolution/calendar/display") at 
calendar-sources.c:605
#4  0x08059344 in calendar_sources_get_appointment_sources (sources=0x81c8100)
at calendar-sources.c:619
#5  0x08055357 in calendar_client_init (client=0x81bf640) at 
calendar-client.c:298
#6  0xb7972e96 in IA__g_type_create_instance (type=136082768) at gtype.c:1567
#7  0xb7959bc2 in g_object_constructor (type=136082768, 
n_construct_properties=0,
construct_params=0x0) at gobject.c:1041
#8  0xb7957e38 in IA__g_object_newv (object_type=136082768, n_parameters=0, 
parameters=0x0)
at gobject.c:937
#9  0xb79589b7 in IA__g_object_new_valist (object_type=136082768, 
first_property_name=0x0,
var_args=0xbfc2ae88 "[EMAIL PROTECTED]") at gobject.c:981
#10 0xb7958b70 in IA__g_object_new (object_type=136082768, 
first_property_name=0x0)
at gobject.c:795
#11 0x080558ea in calendar_client_new () at calendar-client.c:435
#12 0x080512df in add_appointments_and_tasks (cd=0x80bf7f0, vbox=0x807b5e0) at 
clock.c:1370
#13 0x08051794 in create_calendar (cd=0x80bf7f0, screen=0x807a090) at 
clock.c:1450
#14 0x08051c70 in update_popup (cd=0x80bf7f0) at clock.c:1580
#15 0x08051d4c in toggle_calendar (button=0x80c5418, cd=0x80bf7f0) at 
clock.c:1600
#16 0xb795fe1b in IA__g_cclosure_marshal_VOID__VOID (closure=0x80c5178, 
return_value=0x0,
n_param_values=1, param_values=0xbfc2b18c, invocation_hint=0xbfc2b09c, 
marshal_data=0x8051d3b)
at gmarshal.c:77
#17 0xb795298b in IA__g_closure_invoke (closure=0x80c5178, return_value=0x0, 
n_param_values=1,
param_values=0xbfc2b18c, invocation_hint=0xbfc2b09c) at gclosure.c:490
#18 0xb7962f2d in signal_emit_unlocked_R (node=0x80c16e0, detail=0, 
instance=0x80c5418,
emission_return=0x0, instance_and_params=0xbfc2b18c) at gsignal.c:2440
#19 0xb7964429 in IA__g_signal_emit_valist (instance=0x80c5418, signal_id=126, 
detail=0,
var_args=0xbfc2b3cc 
"\0328ʷx�۷\030T\f\b��¿�8ʷ\030T\f\b�7\f\b\030�¿�I\227��&\230��8ʷ\030�¿---Type
#20 0xb79645d9 in IA__g_signal_emit (instance=0x80c5418, signal_id=126, 
detail=0) at gsignal.c:2243
#21 0xb7ca3861 in IA__gtk_toggle_button_toggled (toggle_button=0x80c5418) at 
gtktogglebutton.c:342
#22 0xb7ca38d7 in gtk_toggle_button_clicked (button=0x80c5418) at 
gtktogglebutton.c:475
#23 0xb795fe1b in IA__g_cclosure_marshal_VOID__VOID (closure=0x80c37c8, 
return_value=0x0,
n_param_values=1, param_values=0xbfc2b65c, invocation_hint=0xbfc2b56c, 
marshal_data=0xb7ca38a0)
at gmarshal.c:77
#24 0xb7950f49 in g_type_class_meta_marshal (closure=0x80c37c8, 
return_value=0x0,
n_param_values=1, param_values=0xbfc2b65c, invocation_hint=0xbfc2b56c, 
marshal_data=0x1a8)
at gclosure.c:567
#25 0xb795298b in IA__g_closure_invoke (closure=0x80c37c8, return_value=0x0, 
n_param_values=1,
param_values=0xbfc2b65c, invocation_hint=0xbfc2b56c) at gclosure.c:490
#26 0xb79633b8 in signal_emit_unlocked_R (node=0x80c1578, detail=0, 
instance=0x80c5418,
emission_return=0x0, instance_and_params=0xbfc2b65c) at gsignal.c:2370
#27 0xb7964429 in IA__g_signal_emit_valist (instance=0x80c5418, signal_id=122, 
detail=0,
var_args=0xbfc2b89c 
"�n���&\230�\030T\f\b��¿h6ʷ\030T\f\b06ʷظ¿\033�\225�\030T\f\bX3\f\b\001\200") at 
gsignal.c:2199
#28 0xb79645d9 in IA__g_signal_emit (instance=0x80c5418, signal_id=122, 
detail=0) at gsignal.c:2243
#29 0xb7b36f11 in IA__gtk_button_clicked (button=0x80c5418) at gtkbutton.c:845
#30 0xb7ca3668 in gtk_toggle_button_released (button=0x80c5418) at 
gtktogglebutton.c:462
#31 0xb795fe1b in IA__g_cclosure_marshal_VOID__VOID (closure=0x80c3768, 
return_value=0x0,
n_param_values=1, param_values=0xbfc2bb1c, invocation_hint=0xbfc2ba2c, 
marshal_data=0xb7ca3630)
at gmarshal.c:77
#32 0xb7950f49 in g_type_class_meta_marshal (closure=0x80c3768, 
return_value=0x0,
n_param_values=1, param_values=0xbfc2bb1c, invocation_hint=0xbfc2ba2c, 
marshal_data=0x1a4)
at gclosure.c:567
#33 0xb795298b in IA__g_closure_invoke (closure=0x80c3768, return_value=0x0, 
n_param_values=

Bug#476630: GNOME Bug 488819 is similar to this one

2008-04-29 Thread Yan Li
GNOME Bug 488819 looks similar to this crash:
http://bugzilla.gnome.org/show_bug.cgi?id=488819



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



Bug#476630: gnome-panel: Clock Applet: Crash on opening calendar

2008-04-17 Thread Yan Li
Package: gnome-panel
Version: 2.14.3-6
Severity: normal

This problem maybe related to #398653. But on my machine the Clock Applet 
crashes when I clicked the date/time to open the calendar, randomly.  I don't 
have evolution installed.

I tried to install all dbg packages that I felt necessary. But there're still 
unresolved symbols in the following data.  Please tell me which dbg package I 
should install to get them all.  I can reproduce this random crash bug on my 
machine every 2 to 3 days.

Backtrace was generated from '/usr/libexec/ClockApplet'

(no debugging symbols found)
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1227983168 (LWP 27442)]
[New Thread -1230779472 (LWP 29133)]
0xb7fc6410 in ?? ()
#0  0xb7fc6410 in ?? ()
#1  0xbfe47bc8 in ?? ()
#2  0x in ?? ()

Thread 2 (Thread -1230779472 (LWP 29133)):
#0  0xb7fc6410 in ?? ()
No symbol table info available.
#1  0xb6a3c388 in ?? ()
No symbol table info available.
#2  0x in ?? ()
No symbol table info available.
#3  0x000a in ?? ()
No symbol table info available.
#4  0xb787a8f3 in poll () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#5  0xb792a7d9 in g_main_context_iterate (context=0x81c9fd0, block=1, 
dispatch=1, self=0x81cd8f8) at gmain.c:2979
got_ownership = 
max_priority = 2147483647
timeout = -1
some_ready = 
nfds = 10
allocated_nfds = 
fds = (GPollFD *) 0x81d0df8
__PRETTY_FUNCTION__ = "g_main_context_iterate"
#6  0xb792ab67 in IA__g_main_loop_run (loop=0x81ca650) at gmain.c:2881
got_ownership = -1215361024
self = (GThread *) 0x81cd8f8
__PRETTY_FUNCTION__ = "IA__g_main_loop_run"
#7  0xb734c950 in link_set_io_thread () from /usr/lib/libORBit-2.so.0
No symbol table info available.
#8  0xb79452cf in g_thread_create_proxy (data=0x81cd8f8) at gthread.c:553
__PRETTY_FUNCTION__ = "g_thread_create_proxy"
#9  0xb78ef240 in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#10 0xb788449e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.

Thread 1 (Thread -1227983168 (LWP 27442)):
#0  0xb7fc6410 in ?? ()
No symbol table info available.
#1  0xbfe47bc8 in ?? ()
No symbol table info available.
#2  0x in ?? ()
No symbol table info available.
#0  0xb7fc6410 in ?? ()


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (900, 'stable'), (800, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages gnome-panel depends on:
ii  gnome-about2.14.3-2  The GNOME about box
ii  gnome-control-center   1:2.14.2-7utilities to configure the GNOME d
ii  gnome-desktop-data 2.14.3-2  Common files for GNOME 2 desktop a
ii  gnome-menus2.16.1-3  an implementation of the freedeskt
ii  gnome-panel-data   2.14.3-6  common files for GNOME 2 panel
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.12.4-3  The ATK accessibility toolkit
ii  libbonobo2-0   2.14.0-3  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.14.0-5  The Bonobo UI library
ii  libc6  2.3.6.ds1-13etch5 GNU C Library: Shared libraries
ii  libcairo2  1.2.4-4.1+etch1   The Cairo 2D vector graphics libra
ii  libecal1.2-6   1.6.3-5etch1  Client library for evolution calen
ii  libedataserver1.2-71.6.3-5etch1  Utility library for evolution data
ii  libedataserverui1.2-6  1.6.3-5etch1  GUI utility library for evolution 
ii  libgconf2-42.16.1-1  GNOME configuration database syste
ii  libglade2-01:2.6.0-4 library to load .glade files at ru
ii  libglib2.0-0   2.12.4-2  The GLib library of C routines
ii  libgnome-desktop-2 2.14.3-2  Utility library for loading .deskt
ii  libgnome-menu2 2.16.1-3  an implementation of the freedeskt
ii  libgnome2-02.16.0-2  The GNOME 2 library - runtime file
ii  libgnomeui-0   2.14.1-2  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.14.2-7GNOME virtual file-system (runtime
ii  libgtk2.0-02.8.20-7  The GTK+ graphical user interface 
ii  liborbit2  1:2.14.3-0.2  libraries for ORBit2 - a CORBA ORB
ii  libpanel-applet2-0 2.14.3-6  library for GNOME 2 panel applets
ii  libpango1.0-0  1.14.8-5  Layout and rendering of internatio
ii  libwnck18  2.14.3-1  Window Navigator Construction Kit 
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxau61