Bug#775669: libgphoto2: libgphoto 2.5.5 and 2.5.6 are out

2015-01-18 Thread Massis Sirapian
Source: libgphoto2
Severity: wishlist

Hi,

libgphoto2 2.5.5 is out since August 2014 and has even been updated to 2.5.6 in 
December.

Please update the 2.5.4 package as many reported bugs (specially access to some 
RAW files) have been fixed upstream in 2.5.5 and above. In the meanwhile, given 
the cameras I'm using, I have to use manually compiled packages, which is not 
ideal.


Thank you for your hard word

regards

Massis




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

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


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



Bug#745393: libgphoto2-6: Nokia Lumia 1020: 'There is no file in folder' error

2014-11-17 Thread Massis Sirapian

Hi

As this patch isn't yet integrated to the source, I've tested the 2.5.5 
release (17th of Aug 2014) and I can confirm it works directly without a 
patch. The same for 2.5.5.1 of course (released on the 30th of August).


I'll wait patiently for the new package; in the meanwhile, I use my own 
packaged librairies as this bug virtually breaks gphoto for my use 
(can't get my pictures from my main device).


regards

Massis

On Mon, 21 Apr 2014 14:04:21 +0300 Andrei POPESCU 
 wrote:

Control: reassign -1 src:libgphoto2 2.5.4-1

On Lu, 21 apr 14, 12:03:43, Massis Sirapian wrote:
> Source: libgphoto2-6
> Severity: normal
> Tags: patch
>
> Hi,
>
> When updating libgphoto2-6 to 2.5.4, I'm running into a new bug, which is 
known upstream.
>
> I get:
>
> # /usr/local/bin/gphoto2 --list-files
> There is no file in folder '/'.
> There is no file in folder '/store_00010001'.
>
> Upstream states 'One of my 2.5.4 fixes for a different camera was too eager 
and broke this due to slight incorrect protocol interpretation by the nokia.'
>
> Patch is attached and reportedly fixed this bug.
>
> Source: http://sourceforge.net/p/gphoto/bugs/975/#dcb3
>
> Thank you
>
> regards
>
> Massis
>
>
> -- System Information:
> Debian Release: jessie/sid
>   APT prefers unstable
>   APT policy: (500, 'unstable'), (500, 'oldstable'), (1, 'experimental')
> Architecture: amd64 (x86_64)
> Foreign Architectures: i386
>
> Kernel: Linux 3.13-1-amd64 (SMP w/4 CPU cores)
> Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash

> Index: camlibs/ptp2/library.c
> ===
> --- camlibs/ptp2/library.c (revision 14883)
> +++ camlibs/ptp2/library.c (working copy)
> @@ -7179,9 +7179,12 @@
>ptp_getfilesystemmanifest (params, 0x00010001, 0, 0, &data);
>}
>  #endif
> -  /* hmm ...
> -  ptp_list_folder (params, PTP_HANDLER_SPECIAL, PTP_HANDLER_SPECIAL);
> -   */
> +
> +  /* avoid doing this on the Sonys DSLRs in control mode, they hang. :( */
> +
> +  if (params->deviceinfo.VendorExtensionID != PTP_VENDOR_SONY)
> +  ptp_list_folder (params, PTP_HANDLER_SPECIAL, PTP_HANDLER_SPECIAL);
> +
>/* read the root directory to avoid the "DCIM WRONG ROOT" bugs */
>CR (gp_filesystem_set_funcs (camera->fs, &fsfuncs, camera));



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



Bug#759517: Info received (Bug#759517: Info received (digikam: When starting digikam it searches for new pictures and then nothing more happens.))

2014-09-11 Thread Massis Sirapian

Hi

I've just solved this bug or at least identified the culprit. It's 
Gstreamer.


So what I did:

apt-get install phonon-backend-vlc
dpkg -r  phonon-backend-gstreamer:amd64

in systemsettings, the phonon engine was automatically switched to the 
only one available, VLC.


And now digikam starts normally.

I believe it's linked to this bug: 
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=760663


and they say that next phonon package update should fix it. In the 
meanwhile, using another backend is a good workaround.


regards

Massis


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



Bug#759517: Info received (digikam: When starting digikam it searches for new pictures and then nothing more happens.)

2014-09-08 Thread Massis Sirapian

I have further investigated this bug:

A. What happens is that when the splashscreen hits "Initializing main 
view", the dots are frozen and after that, nothing will appear.


B. I've removed my digikam databases but this won't change anything

C. With a fresh new user created for purpose, I have exactly the same 
problem. It means, to my eyes, that it's not a problem of corrupted 
database or config (my databases have been checked with sqlite3, by the 
way, both integrities are OK).


D. When running digikam from the console, the last lines before the 
program hangs are:


(digikam:22956): GLib-GObject-WARNING **: cannot register existing type 
'GstObject' 





(digikam:22956): GLib-CRITICAL **: g_once_init_leave: assertion 'result 
!= 0' failed 





(digikam:22956): GLib-GObject-CRITICAL **: g_type_register_static: 
assertion 'parent_type > 0' failed 





(digikam:22956): GLib-CRITICAL **: g_once_init_leave: assertion 'result 
!= 0' failed 



(digikam:22956): GStreamer-CRITICAL **: gst_plugin_feature_get_name: 
assertion 'GST_IS_PLUGIN_FEATURE (feature)' failed



E. I've tried to install digikam 4.2.0 from ubuntu, it hangs at exactly 
the same moment.


So I suspect it's a recent shared library update which is the culprit.

As a matter of fact, I can't access to digikam anymore. It will NEVER 
pass that "initializing main view" message.


Hope this gets solved soon as I use Digikam on a daily basis.

Thank you

regards

Massis


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



Bug#759517: digikam: When starting digikam it searches for new pictures and then nothing more happens.

2014-09-04 Thread Massis Sirapian
Package: digikam
Version: 4:4.1.0-1+b1
Followup-For: Bug #759517

I'm hitting this same bug since today (last dist-upgrade yesternight, Paris 
time).

No matter how many times I kill and relaunch the process, it stays stuck on the 
splash screen.

I tried to delete the digikamrc config file and went through a new config, but 
result is the same.

I've tried all day long to launch Digikam, but it never worked, so I would 
qualify this buf of grave rather than important, as it prevents me from using 
Digikam.

There's no error returned when launched from a console.

Happy to be more precise if needed.

regards

Massis


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

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

Versions of packages digikam depends on:
ii  digikam-data  4:4.1.0-1
ii  digikam-private-libs  4:4.1.0-1+b1
ii  kde-runtime   4:4.14.0-1
ii  libc6 2.19-10
ii  libgcc1   1:4.9.1-12
ii  libgphoto2-6  2.5.4-1.1
ii  libgphoto2-port10 2.5.4-1.1
ii  libkdcraw23   4:4.14.0-1
ii  libkdecore5   4:4.14.0-1
ii  libkdeui5 4:4.14.0-1
ii  libkexiv2-11  4:4.14.0-1
ii  libkhtml5 4:4.14.0-1
ii  libkio5   4:4.14.0-1
ii  libkipi11 4:4.13.3-1
ii  libknotifyconfig4 4:4.14.0-1
ii  libkparts44:4.14.0-1
ii  libopencv-core2.4 2.4.9+dfsg-1+b1
ii  libopencv-imgproc2.4  2.4.9+dfsg-1+b1
ii  libphonon44:4.7.2-1
ii  libqt4-dbus   4:4.8.6+git64-g5dc8b2b+dfsg-1
ii  libqt4-sql4:4.8.6+git64-g5dc8b2b+dfsg-1
ii  libqt4-sql-sqlite 4:4.8.6+git64-g5dc8b2b+dfsg-1
ii  libqt4-xml4:4.8.6+git64-g5dc8b2b+dfsg-1
ii  libqtcore44:4.8.6+git64-g5dc8b2b+dfsg-1
ii  libqtgui4 4:4.8.6+git64-g5dc8b2b+dfsg-1
ii  libsolid4 4:4.14.0-1
ii  libstdc++64.9.1-12
ii  libthreadweaver4  4:4.14.0-1
ii  perl  5.20.0-6
ii  phonon4:4.7.2-1

Versions of packages digikam recommends:
ii  epiphany-browser [www-browser]  3.12.1-1
ii  iceweasel [www-browser] 31.1.0esr-1
ii  kipi-plugins4:4.1.0-1+b1
ii  konqueror [www-browser] 4:4.14.0-1
ii  mplayerthumbs   4:4.14.0-1
ii  opera [www-browser] 12.16.1860
ii  w3m [www-browser]   0.5.3-17

Versions of packages digikam suggests:
pn  digikam-doc 
ii  systemsettings  4:4.11.11-1

-- 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#745393: libgphoto2-6: Nokia Lumia 1020: 'There is no file in folder' error

2014-04-21 Thread Massis Sirapian
Source: libgphoto2-6
Severity: normal
Tags: patch

Hi,

When updating libgphoto2-6 to 2.5.4, I'm running into a new bug, which is known 
upstream.

I get:

# /usr/local/bin/gphoto2 --list-files
There is no file in folder '/'.
There is no file in folder '/store_00010001'.

Upstream states 'One of my 2.5.4 fixes for a different camera was too eager and 
broke this due to slight incorrect protocol interpretation by the nokia.'

Patch is attached and reportedly fixed this bug.

Source: http://sourceforge.net/p/gphoto/bugs/975/#dcb3

Thank you

regards

Massis


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

Kernel: Linux 3.13-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Index: camlibs/ptp2/library.c
===
--- camlibs/ptp2/library.c	(revision 14883)
+++ camlibs/ptp2/library.c	(working copy)
@@ -7179,9 +7179,12 @@
 		ptp_getfilesystemmanifest (params, 0x00010001, 0, 0, &data);
 	}
 #endif
-	/* hmm ...
-	ptp_list_folder (params, PTP_HANDLER_SPECIAL, PTP_HANDLER_SPECIAL);
-	 */
+
+	/* avoid doing this on the Sonys DSLRs in control mode, they hang. :( */
+
+	if (params->deviceinfo.VendorExtensionID != PTP_VENDOR_SONY)
+		ptp_list_folder (params, PTP_HANDLER_SPECIAL, PTP_HANDLER_SPECIAL);
+
 	/* read the root directory to avoid the "DCIM WRONG ROOT" bugs */
 	CR (gp_filesystem_set_funcs (camera->fs, &fsfuncs, camera));
 	{


Bug#726370: gphoto2: Nikon D300, Darktable hangs and Dolphin shows error code 150.

2014-04-13 Thread Massis Sirapian

Le 13/04/2014 12:19, Laurent Bigonville a écrit :

Package: src:libgphoto2
Followup-For: Bug #726370

Hi,

I've just uploaded 2.5.4-1 to unstable, could you please try again and
see if this bug is fixed?

Cheers,

Laurent Bigonville

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

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



Hi Laurent,

I've just tried but for the Nokia Lumia 1020, it needs a patch already 
issued by upstream.


I hit the same bug than described here: 
http://sourceforge.net/p/gphoto/bugs/975/#19a1


and this patch reportedly fixes it:
http://sourceforge.net/p/gphoto/bugs/975/#dcb3

I don't know if it's Nokia specific or not but as a matter of fact, I 
can't confirm that the "error 150" bug is fixed.


Cheers

Massis Sirapian


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



Bug#726370: gphoto2: Similar behaviour with Nokia Lumia 1020

2014-03-27 Thread Massis Sirapian
Source: libgphoto2
Followup-For: Bug #726370

Hello,

The Nokia Lumia 1020 now supports RAW and when trying to get some files from 
the (PTP) device, I occasionnaly get the same 150 error.

Besides, when with some browsers I can copy JPGs, the RAW files (DNG) won't 
even open or be copied with a -6 error (operation not supported).

I don't understand why I get sometimes error 150 and other times that -6 error. 
However, I've reported this upstream (at least the fact that DNG won't copy), 
suspecting a MIME type not being explicity defined in the WP8 camera driver of 
gphoto2.

Marcus from gphoto2 has responded: http://sourceforge.net/p/gphoto/bugs/975/

He suggests to test 2.5.4 where he has relaxed restrictions on downloading from 
mtp devices.

Back to this bug, I am unable to download anything from Darktable ; with 
Digikam, JPG will eventually be copied but DNG will always fail.

Konqueror returns an error 150, dolphin camera:// works fine (except with DNGs).

I'm not sure the 2 bugs (DNG can not be copied or read) and this error 150 are 
totally linked, but upstream seems to suggest things have evolved for PTP 
connection in 2.5.4.

Happy to test the new version when available.

Regards

Massis 



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

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


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



Bug#712188: does not work with twitter any longer because of deprecated API v1.0

2013-09-09 Thread Massis Sirapian
Package: choqok
Followup-For: Bug #712188

Choqok 1.4, with 1.1 API support, has been officially released on the 1st of 
September.
http://choqok.gnufolks.org/2013/09/choqok-1-4-released/

A package update, instead of a simple patch, would be greatly appreciated :)

Thanks for your work

regards

Massis



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

Kernel: Linux 3.10-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR@euro, LC_CTYPE=fr_FR@euro (charmap=ISO-8859-15) (ignored: 
LC_ALL set to fr_FR@euro)
Shell: /bin/sh linked to /bin/dash

Versions of packages choqok depends on:
ii  kde-runtime  4:4.10.5-1
ii  libattica0.4 0.4.2-1
ii  libc62.17-92+b1
ii  libgcc1  1:4.8.1-10
ii  libkcmutils4 4:4.10.5-1
ii  libkdecore5  4:4.10.5-1
ii  libkdeui54:4.10.5-1
ii  libkemoticons4   4:4.10.5-1
ii  libkhtml54:4.10.5-1
ii  libkidletime44:4.10.5-1
ii  libkio5  4:4.10.5-1
ii  libkjsapi4   4:4.10.5-1
ii  libknotifyconfig44:4.10.5-1
ii  libkparts4   4:4.10.5-1
ii  libkprintutils4  4:4.10.5-1
ii  libkutils4   4:4.10.5-1
ii  libnepomuk4  4:4.10.5-1
ii  libnepomukutils4 4:4.10.5-1
ii  libphonon4   4:4.6.0.0-3
ii  libqca2-plugin-ossl  2.0.0~beta3-2
ii  libqjson00.8.1-3
ii  libqoauth1   1.0.1-1
ii  libqt4-dbus  4:4.8.5+dfsg-4
ii  libqt4-network   4:4.8.5+dfsg-4
ii  libqt4-svg   4:4.8.5+dfsg-4
ii  libqt4-xml   4:4.8.5+dfsg-4
ii  libqtcore4   4:4.8.5+dfsg-4
ii  libqtgui44:4.8.5+dfsg-4
ii  libsoprano4  2.9.2+dfsg.1-4
ii  libstdc++6   4.8.1-10

choqok recommends no packages.

choqok 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#556236: amarok: Amarok keeps on updating configuration without starting

2009-11-15 Thread Massis Sirapian
Modestas Vainius a écrit :
> tags 556236 upstream
> thanks
> 
> Hello,
> 
> On šeštadienis 14 Lapkritis 2009 21:39:45 Massis Sirapian wrote:
>> When amarok 2.2.0 worked perfectly, amarok 2.2.1 keeps on trying to "update
>>  configuration" (progression bar), cycling again and again (restarts when
>>  100% is reached).
>>
>> When I cancel that update, it says
>>
>> Amarok n'a pas trouvé de module de collection. Il est probable qu'Amarok
>>  soit installé sous le mauvais préfixe ; veuillez corriger votre
>>  installation en utilisant : $ cd /path/to/amarok/source-code/
>> $ su -c "make uninstall"
>> $ cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` && su -c "make
>>  install" $ kbuildsycoca4 --noincremental
>> $ amarok
>> De plus amples informations peuvent être trouvées dans le fichier README.
>>  Pour plus d'assistance, rejoignez-nous sur le canal #amarok de
>>  irc.freenode.net
> 
> Running:
> 
> $ kbuildsycoca4 --noincremental
> 
> and restarting amarok doesn't help?
> 
> 
Hi,

I hadn't tried as the whole message looked like a compilation/install
one. But I just runned it and it perfectly helped. Amarok now starts as
it used to.

Thanks!



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



Bug#540105: Digikam needs to be recompiled for KDE 4.3

2009-08-31 Thread Massis Sirapian
Package: digikam
Version: 2:1.0.0~beta3-1
Severity: normal

Hi,

I confirm that this bug isn't fixed for i386 : the current version is beta3-1, 
when b1 or b2 exist for other architectures (and I believe this bug is fixed by 
b1).

Could you update the remaining architectures also ?

Thank you in advance

Massis

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

Kernel: Linux 2.6.30-6
Locale: lang=fr...@euro, lc_ctype=fr...@euro (charmap=ISO-8859-15) (ignored: 
LC_ALL set to fr...@euro)
Shell: /bin/sh linked to /bin/bash

Versions of packages digikam depends on:
ii  kdebase-runtime4:4.3.0-2+b3  runtime components from the offici
ii  kdelibs5   4:4.3.0-2 core libraries for all KDE 4 appli
ii  kdepimlibs54:4.3.0-1 core libraries for KDE PIM 4 appli
ii  libc6  2.9-25GNU C Library: Shared libraries
ii  libgcc11:4.4.1-3 GCC support library
ii  libglib2.0-0   2.20.4-1  The GLib library of C routines
ii  libgphoto2-2   2.4.6-1   gphoto2 digital camera library
ii  libgphoto2-port0   2.4.6-1   gphoto2 digital camera port librar
ii  libjasper1 1.900.1-6 The JasPer JPEG-2000 runtime libra
ii  libjpeg62  6b-15 The Independent JPEG Group's JPEG 
ii  libkdcraw7 4:4.3.0-1 RAW picture decoding C++ library (
ii  libkexiv2-74:4.3.0-1 Qt like interface for the libexiv2
ii  libkipi6   4:4.3.0-1 library for apps that want to use 
ii  liblcms1   1.18.dfsg-1   Color management library
ii  liblensfun00.2.3-2   LensCorrection editor plugin libra
ii  liblqr-1-0 0.4.1-1   converts plain array images into m
ii  libmarble4 4:4.3.0-2 Marble globe widget library
ii  libphonon4 4:4.5.2-2 Qt 4 Phonon module
ii  libpng12-0 1.2.39-1  PNG library - runtime
ii  libqt4-dbus4:4.5.2-2 Qt 4 D-Bus module
ii  libqt4-network 4:4.5.2-2 Qt 4 network module
ii  libqt4-qt3support  4:4.5.2-2 Qt 3 compatibility library for Qt 
ii  libqt4-sql 4:4.5.2-2 Qt 4 SQL module
ii  libqt4-sql-sqlite  4:4.5.2-2 Qt 4 SQLite 3 database driver
ii  libqt4-svg 4:4.5.2-2 Qt 4 SVG module
ii  libqt4-xml 4:4.5.2-2 Qt 4 XML module
ii  libqtcore4 4:4.5.2-2 Qt 4 core module
ii  libqtgui4  4:4.5.2-2 Qt 4 GUI module
ii  libstdc++6 4.4.1-3   The GNU Standard C++ Library v3
ii  libtiff4   3.9.1-1   Tag Image File Format (TIFF) libra
ii  phonon 4:4.5.2-2 Qt 4 Phonon module metapackage
ii  zlib1g 1:1.2.3.3.dfsg-15 compression library - runtime

Versions of packages digikam recommends:
ii  dolphin  4:4.3.0-2   file manager for KDE 4
ii  iceweasel [www-browser]  3.0.12-1lightweight web browser based on M
ii  kipi-plugins 0.5.0-1 image manipulation/handling plugin
ii  konqueror [www-browser]  4:4.3.0-2   KDE 4's advanced file manager, web
ii  lynx-cur [www-browser]   2.8.7rel.1-1+b1 Text-mode WWW Browser with NLS sup
ii  w3m [www-browser]0.5.2-2.1   WWW browsable pager with excellent

Versions of packages digikam suggests:
pn  digikam-doc(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#435623: gtktalog: Dependancy on libglib1.2 prevents from upgrading

2007-08-01 Thread Massis Sirapian
Package: gtktalog
Version: 1:1.0.4-6
Severity: normal

Hi,

For i386, gtktalog depends on libglib1.2, and not on libglib1.2ldbl.
Or the former isn't available anymore and the later is.

This prevents a full apt upgrade, if I don't want to uninstall gtktalog.

May you rebuild the package to solve that dependancy issue ?

Thanks,

Massis

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

Kernel: Linux 2.6.18-12etch1
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: 
LC_ALL set to [EMAIL PROTECTED])
Shell: /bin/sh linked to /bin/bash

Versions of packages gtktalog depends on:
ii  eject   2.1.5-4  ejects CDs and operates CD-Changer
ii  gdk-imlib11 1.9.14-32imaging library for use with gtk
ii  libart2 1.4.2-36+b1  The GNOME canvas widget - runtime 
ii  libaudiofile0   0.2.6-7  Open-source version of SGI's audio
ii  libc6   2.6-5GNU C Library: Shared libraries
ii  libdb4.54.5.20-5 Berkeley v4.5 Database Libraries [
ii  libesd0 0.2.36-3 Enlightened Sound Daemon - Shared 
ii  libgcc1 1:4.2.1-1GCC support library
ii  libglib1.2  1.2.10-17The GLib library of C routines
ii  libgnome32  1.4.2-36 The GNOME libraries
ii  libgnomesupport01.4.2-36+b1  The GNOME libraries (Support libra
ii  libgnomeui321.4.2-36 The GNOME libraries (User Interfac
ii  libgtk1.2   1.2.10-18The GIMP Toolkit set of widgets fo
ii  libice6 2:1.0.3-3X11 Inter-Client Exchange library
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libstdc++6  4.2.1-1  The GNU Standard C++ Library v3
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxi6  2:1.1.2-1X11 Input extension library
ii  zlib1g  1:1.2.3.3.dfsg-5 compression library - runtime

Versions of packages gtktalog recommends:
ii  iceweasel [www-browser] 2.0.0.6-1lightweight web browser based on M
ii  konqueror [www-browser] 4:3.5.7-2+b1 KDE's advanced file manager, web b
ii  lynx [www-browser]  2.8.6-2  Text-mode WWW Browser
pn  mpgtx | smpeg-plaympeg (no description available)
ii  w3m [www-browser]   0.5.1-5.1+b1 WWW browsable pager with excellent

-- no debconf information


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



Bug#364248: mozilla-thunderbird-locale-fr: Translation out of date

2006-04-22 Thread Massis Sirapian
Package: mozilla-thunderbird-locale-fr
Version: 1.0.dfsg-4
Severity: normal

Hi,

Current package is not compatible with thunderbird 1.5 and I had to
uninstall it to upgrade thunderbird.

Would it be possible to update the package so that it installs correctly
?

By the way, I wasn't able to install the french spell correction xpi in
thunderbird ; I wonder if that feature would be included into this global
localization package.

Thanks in advance

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-4
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: 
LC_ALL set to [EMAIL PROTECTED])

Versions of packages mozilla-thunderbird-locale-fr depends on:
ii  mozilla-thunderbird   1.5-4  Transition package for thunderbird

mozilla-thunderbird-locale-fr recommends no packages.


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



Bug#354325: linux-source-2.6.15: 2.6.15-7 fails to compile (cx22700 issue)

2006-02-25 Thread Massis Sirapian
Package: linux-source-2.6.15
Version: 2.6.15-7
Severity: important


Hi,

I've upgraded to 2.6.15-7 (from 2.6.15-6), using my previous .config file and 
make
oldconfig, and the kernel fails to compile (see below for the error
message).

Massis


make[1]: entrant dans le répertoire « /usr/src/linux-source-2.6.15 »
  CHK include/linux/version.h
CHK include/linux/compile.h
  CHK usr/initramfs_list
GEN .version
  CHK include/linux/compile.h
UPD include/linux/compile.h
  CC  init/version.o
LD  init/built-in.o
  LD  .tmp_vmlinux1
  drivers/built-in.o: In function
  `cx22700_writereg':cx22700.c:(.text+0x555b6): ré
  férence indéfinie vers « i2c_transfer »
  drivers/built-in.o: In function
  `cx22700_readreg':cx22700.c:(.text+0x55665): réf
  érence indéfinie vers « i2c_transfer »
  drivers/built-in.o: In function
  `cx22702_writereg':cx22702.c:(.text+0x55c33): ré
  férence indéfinie vers « i2c_transfer »
  drivers/built-in.o: In function
  `cx22702_readreg':cx22702.c:(.text+0x55cc6): réf
  érence indéfinie vers « i2c_transfer »
  drivers/built-in.o: In function
  `cx22702_set_tps':cx22702.c:(.text+0x55f54): réf
  érence indéfinie vers « i2c_transfer »
  make[1]: *** [.tmp_vmlinux1] Erreur 1
  make[1]: quittant le répertoire «
  /usr/src/linux-source-2.6.15 »
  make: *** [debian/stamp-build-kernel] Erreur 2

  

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-6
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: 
LC_ALL set to [EMAIL PROTECTED])

Versions of packages linux-source-2.6.15 depends on:
ii  binutils 2.16.1cvs20060117-1 The GNU assembler, linker and bina
ii  bzip21.0.3-2 high-quality block-sorting file co

Versions of packages linux-source-2.6.15 recommends:
ii  gcc   4:4.0.2-2  The GNU C compiler
ii  libc6-dev [libc-dev]  2.3.6-1GNU C Library: Development Librari
ii  make  3.80+3.81.b4-1 The GNU version of the "make" util

-- no debconf information


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