Bug#1066092: koko: please enable blhc-recommended build hardening

2024-03-16 Thread Marco Mattiolo

Hi,
thank you for the report.

I believe this is not a bug in koko: can you please check the build log against 
blhc 0.14 (not yet in Debian)? Background is [1].

Kind regards
Marco

[1]https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1043522


Bug#1043522: blhc: Please allow -std=gnu++20 inside bin/blhc:L1114 regex exception

2024-03-08 Thread Marco Mattiolo

Hi Simon,

thank you for taking care of this.

I can confirm that, using latest build log I have at hand, blhc from 
Debian repo outputs false positives, while blhc 0.14 built from git 
outputs nothing.


Kind regards

Marco


On Wed, 28 Feb 2024 09:50:20 +0100 Simon Ruderich  
wrote:


> Hi Marco,
>
> sorry for the late response.
>
> On Sat, Aug 12, 2023 at 02:14:37PM +0200, Marco Mattiolo wrote:
> > Dear Maintainer,
> >
> > while building an app (Calindori, calendar for Plasma mobile) to be 
included
> > in Debian, I found what I think is an issue with blhc: in [1] it is 
found

> >
> > |/usr/lib/ccache/c++ -std=gnu++20 -dM -E -c
> > /usr/share/cmake-3.27/Modules/CMakeCXXCompilerABI.cpp|
>
> This is now fixed in blhc [1] [2].
>
> Best,
> Simon
>
> [1]: 
https://ruderich.org/simon/gitweb/?p=blhc/blhc.git;a=commitdiff;h=766e4499437c6e872cc5870a821c4d10d2d8a63b
> [2]: 
https://ruderich.org/simon/gitweb/?p=blhc/blhc.git;a=commitdiff;h=33f9f4721b73fb4789bff5670cbde41b23071106

> --
> + privacy is necessary
> + using gnupg http://gnupg.org
> + public key id: 0x92FEFDB7E44C32F9



Bug#1059255: calamares-settings-mobian: 'bookworm' is reported on welcome screen even for 'trixie/sid' images

2023-12-22 Thread Marco Mattiolo

Package: calamares-settings-mobian
X-Debbugs-Cc: marco.matti...@hotmail.it
Version: 0.3.4
Severity: minor

Dear Maintainer,

using mobian-installer-pinephone-phosh-20231126.img on my OG PP, the 
welcome screen reports a Bookworm system being installed (please find 
photo attached), while the image installs a Trixie/sid system (as intended).


Not sure if it's more convenient to change the "Version" string to 
Trixie right after Bookworm's release or if that "Version" string can be 
made a variable to be defined when launching image building...


Kind regards

Marco


Bug#1057918: qbootctl: please add WantedBy=multi-user.target in qbootctl.service

2023-12-10 Thread Marco Mattiolo

Package: qbootctl
Version: 0.1.2-1
Severity: wishlist
X-Debbugs-Cc: marco.matti...@hotmail.it

Dear Maintainer,

thank you for bringing qbootctl to Debian!

Would you consider adding the [Install] paragraph with `WantedBy=` 
installation config to qbootctl.service file?


Long story short, before qbootctl being available in Debian, I was 
building it myself with the following service file


[Unit]
Description=Qbootctl flags slot as boot-succesfull

[Service]
Type=simple
ExecStart=/usr/bin/qbootctl -m

[Install]
WantedBy=multi-user.target

now, we are discussing in the #mobian:matrix.org room that the [Install] 
paragraph would be needed to make it possible to enable the system with 
'sudo systemctl enable qbootctl`. That would execute automatically 
qbootctl at every boot, that is AFAIK its intended usage...


Kind regards

Marco

-- System Information:

Debian Release: trixie/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: arm64 (aarch64)

Kernel: Linux 6.6-sdm845 (SMP w/8 CPU threads; PREEMPT)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages qbootctl depends on:
ii  libc6   2.37-12
ii  libgcc-s1   13.2.0-5
ii  libstdc++6  13.2.0-5
ii  zlib1g  1:1.2.13.dfsg-3

qbootctl recommends no packages.

qbootctl suggests no packages.

-- no debconf information



Bug#1042967: nheko crashes on first launch in arm64 (librem 5)

2023-12-03 Thread Marco Mattiolo

Hi,

as I've just reported in the upstream issue, I've tested there's an 
upstream commit fixing this issue.


Please note (mainly for Hubert): the commit does not apply cleanly on 
top of 0.11.3 due to other upstream changes to CMakeLists.txt, then you 
will have to rework the patch a bit.


Kind regards

Marco



Bug#1056714: qbootctl: please fix typo in package's description

2023-11-25 Thread Marco Mattiolo

Package: qbootctl
Version: 0.1.2-1
Severity: minor
X-Debbugs-Cc: marco.matti...@hotmail.it

Dear Maintainer,

thank you for bringing qbootctl to Debian!

Could you please consider fixing package's description?

d/control#L21

|Description: utility to control Quacomm A/B boot slots|

should be

|||Description: utility to control Qualcomm A/B boot slots|

|
|

By the way, would you consider adding a [Install] paragraph to 
qbootctl.service file?


Long story short, before qbootctl being available in Debian, I was 
building it myself with the following service


[Unit]
Description=Qbootctl flags slot as boot-succesfull

[Service]
Type=simple
ExecStart=/usr/bin/qbootctl -m

[Install]
WantedBy=multi-user.target

now, we are discussing in the #mobian:matrix.org room that the [Install] 
paragraph would be needed to make it possible to run `sudo systemctl 
enable qbootctl`. Or do you have strong feelings against this? Please 
let me know, I can file a wishlist bug for it if you'd rather to.


Kind regards

Marco

-- System Information:

Debian Release: trixie/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: arm64 (aarch64)

Kernel: Linux 6.6-sdm845 (SMP w/8 CPU threads; PREEMPT)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages qbootctl depends on:
ii  libc6   2.37-12
ii  libgcc-s1   13.2.0-5
ii  libstdc++6  13.2.0-5
ii  zlib1g  1:1.2.13.dfsg-3

qbootctl recommends no packages.

qbootctl suggests no packages.

-- no debconf information


Bug#1052469: screenshot of plasma mobile on librem 5

2023-10-27 Thread Marco Mattiolo

Hi,

sorry for not getting back earlier. Please keep both the Debian BTS 
(n...@bugs.debian.org) and mine as addressee, otherwise I will see your 
message only when I check open bugs. I know, I did the same for my 
previous message, so that's my fault as well...


Looks like you're missing kscreen: could you please check if you have it 
installed? Maybe the upgrade got it removed... In the near future, the 
plasma-mobile metapackage(s) should be available in Debian and all these 
packages (like kscreen) which are needed but not actual dependencies of 
plasma-mobile itself will be brought in automatically as dependencies.


Kind regards

Marco



Bug#1052401: plasma-mobile: correction to short description

2023-09-22 Thread Marco Mattiolo

Hi,

hmm, that description was taken from [1], as far as I can remember.

Any specific reason the "open-source" should be dropped?

Kind regards

Marco

[1] https://invent.kde.org/plasma-mobile



Bug#1052469: default resolution is too high, fonts too small

2023-09-22 Thread Marco Mattiolo

Hi,

I will need more details to try and debug this.

In the bug report you're mentioning version 5.27.6, which is actually in 
Trixie: are you still using that? Or have you upgraded to the sid 
version 5.27.8?


What's the upgrade that broke resolution? You can `cat 
/var/log/apt/history.log`  to get the list of apt actions.


Is it possible for you to access plasma-settings and then change the 
scale inside "Display configuration"?


Kind regards

Marco



Bug#1052216: plasma-mobile should depend on plasma-dialer

2023-09-22 Thread Marco Mattiolo

Hi,

thank you for the feedback. As there's nothing left to be done here, I'm 
going to close this bug report.


Kind regards

Marco

Il 22/09/23 15:25, Pirate Praveen ha scritto:
On Thu, 21 Sep 2023 19:32:46 +0200 Marco Mattiolo 
 wrote:

Hi,

thank you for reporting.

For the point of plasma-mobile not depending on plasma-dialer, I'm 
sorry that's a "wontfix": there are usecases (e.g. tablet) where 
plasma-mobile can be used without plasma-dialer, then it makes no 
sense for plasma-mobile to depend on plasma-dialer and to force some 
user to install plasma-dialer even if not needed.


Thanks for the explanation, makes sense. I was not thinking about the 
tablet use case.


Your point will be addressed in the near future, as a metapackage is 
being worked on to bring something like plasma-mobile-phone (which 
will depend on plasma-dialer and many others) and 
plasma-mobile-tablet (which will not depend on plasma-dialer) to 
Debian. In the phone usecase, you will have to install 
plasma-mobile-phone to get a full plasma-mobile system for the phone 
usecase, including the dialer.


Thanks for this.



For the point of the plasma-dialer error, that's an error I've seen 
in two situations: inside a virtual machine (hence no modem available 
to route audio calls) or when something was crashing really bad. Just 
to be sure, have you installed plasma-dialer from the Debian repo 
with all its dependencies, right? 


yes installed via apt.
> Does this error still happen after reboot?

It seems to be fixed now and I can make calls with plasma dialer now, 
lso incoming calls are also handled via plasma dialer now.



Kind regards

Marco







Bug#1052216: plasma-mobile should depend on plasma-dialer

2023-09-21 Thread Marco Mattiolo

Hi,

thank you for reporting.

For the point of plasma-mobile not depending on plasma-dialer, I'm sorry 
that's a "wontfix": there are usecases (e.g. tablet) where plasma-mobile 
can be used without plasma-dialer, then it makes no sense for 
plasma-mobile to depend on plasma-dialer and to force some user to 
install plasma-dialer even if not needed.


Your point will be addressed in the near future, as a metapackage is 
being worked on to bring something like plasma-mobile-phone (which will 
depend on plasma-dialer and many others) and plasma-mobile-tablet (which 
will not depend on plasma-dialer) to Debian. In the phone usecase, you 
will have to install plasma-mobile-phone to get a full plasma-mobile 
system for the phone usecase, including the dialer.



For the point of the plasma-dialer error, that's an error I've seen in 
two situations: inside a virtual machine (hence no modem available to 
route audio calls) or when something was crashing really bad. Just to be 
sure, have you installed plasma-dialer from the Debian repo with all its 
dependencies, right? Does this error still happen after reboot?


Kind regards

Marco



Bug#1007698: ITP: kasts -- kasts is a podcast client for desktop and mobile

2023-09-05 Thread Marco Mattiolo

Hi Salvo,

that's great news that you're back working on this package!

You've probably already found out by yourself the complete list of 
Build-Deps and runtime dependencies for Kasts: to stay on the safe side, 
please check this discussion with upstream developer [1].


TL,DR:

- VLC backend should be preferred, which needs libvlccore-dev as Build-Dep

- vlc-plugin-base and qml-module-qt-labs-settings are needed as runtime 
dependencies


- Kirigami is needed to be at least 5.105.0 (Debian testing/sid are 
already fine with that)


Kind regards

Marco

[1] https://bugs.kde.org/show_bug.cgi?id=473648

Il 12/08/23 00:38, Salvo Tomaselli ha scritto:

I started again to work on this, on the latest version of kasts

Il giorno sab 22 lug 2023 alle ore 14:17 Salvo Tomaselli
 ha scritto:

Hello,

I was planning to do it in the summer, but my hard drive is broken,
I'm waiting for lenovo to do something about it.

Il giorno sab 1 lug 2023 alle ore 15:57 Marco Mattiolo
 ha scritto:

Hi Tzafrir,

no news on my side for the packaging. There's an ITP bug submitted by Salvo, I 
will leave that answer to him.

Thank you for the MR on 23.04.2!

My 2 cents on the icons issue: I faced the same when installing kasts in a 
non-Plasma environment (Phosh on pmOS), I solved it by installing Breeze icon 
theme and then creating a custom launcher.

cp /usr/share/applications/org.kde.kasts.desktop ~/.local/share/applications/

Then, modify the 'Exec' line in the launcher with the following:

Exec=env QT_STYLE_OVERRIDE=Breeze kasts

I'm recalling that by memory because I've re-flashed the phone in the 
meanwhile, you could be required to tweak something. My source was [1] btw.

Kind regards

Marco

[1] https://wiki.archlinux.org/title/Uniform_look_for_Qt_and_GTK_applications


Il 28/06/23 23:16, Tzafrir Cohen ha scritto:

Any news?

I tried this package again. I updated the packaging for upstream 23.04.2
(See a simple MR[1]). Right now it runs, but there are missing
images on buttons, both on my desktop (sway) and on my mobian phone
(where the flatpak runs OK).

CMake also notes that the optional VNC playback backend is missing. How
important is this?

On my phone I had to install the following two packages (that I
guessed from error messages)

qml-module-org-kde-kirigami-addons-labs-components
qml-module-qt-labs-qmlmodels

And still I get the following output in my terminal:
Database version 6
kf.kirigami: Failed to find a Kirigami platform plugin
qrc:/main.qml:416:5: QML ErrorListOverlay: Binding loop detected for property 
"implicitHeight"
qrc:/main.qml:416:5: QML ErrorListOverlay: Binding loop detected for property 
"implicitHeight"
qrc:/DesktopPlayerControls.qml:406:5: QML Dialog: Binding loop detected for property 
"implicitHeight"
qrc:/DesktopPlayerControls.qml:406:5: QML Dialog: Binding loop detected for property 
"implicitHeight"
file:///usr/lib/aarch64-linux-gnu/qt5/qml/org/kde/kirigami.2/ScrollablePage.qml:200:9: 
QML MouseArea: Binding loop detected for property "width"
file:///usr/lib/aarch64-linux-gnu/qt5/qml/org/kde/kirigami.2/ContextDrawer.qml:132:9: QML 
ListView: Binding loop detected for property "topMargin"
file:///usr/lib/aarch64-linux-gnu/qt5/qml/org/kde/kirigami.2/ContextDrawer.qml:132:9: QML 
ListView: Binding loop detected for property "topMargin"


[1] https://salsa.debian.org/ltworf-guest/kasts/-/merge_requests/2



--
Salvo Tomaselli

"Io non mi sento obbligato a credere che lo stesso Dio che ci ha dotato di
senso, ragione ed intelletto intendesse che noi ne facessimo a meno."
 -- Galileo Galilei

http://ltworf.github.io/ltworf/







Bug#1049420: pavucontrol should recommend Pulseaudio OR Pipewire

2023-08-15 Thread Marco Mattiolo

Package: pavucontrol

Version: 5.0-2

Severity: wishlist

Dear Maintainer,

AFAIK, Pipewire is supposed to replace Pulseaudio as default audio 
server in Debian trixie. Moreover, Pipewire is able to "act like 
Pulseaudio" when pipewire-pulse is installed, that allows users to 
continue using all applications designed to interact with Pulseaudio, 
e.g. pavucontrol.


Could you please consider adding Pipewire as an alternative to 
Pulseaudio in the d/control for pavucontrol?


I now see an MR about this is already available in Salsa and waiting for 
review [1].


Thank you, kind regards

Marco

[1] https://salsa.debian.org/pulseaudio-team/pavucontrol/-/merge_requests/5



Bug#1043522: blhc: Please allow -std=gnu++20 inside bin/blhc:L1114 regex exception

2023-08-12 Thread Marco Mattiolo

Package: blhc
X-Debbugs-Cc: marco.matti...@hotmail.it
Severity: normal

Dear Maintainer,

while building an app (Calindori, calendar for Plasma mobile) to be 
included in Debian, I found what I think is an issue with blhc: in [1] 
it is found


|/usr/lib/ccache/c++ -std=gnu++20 -dM -E -c 
/usr/share/cmake-3.27/Modules/CMakeCXXCompilerABI.cpp|


|that is supposed to fit with regex in bin/bhlc:L1114|

|next if $line =~ m{^\s*/usr/(bin|lib)/(ccache/)?c\+\+ -dM -E -c 
/usr/share/cmake-\S+/Modules/CMakeCXXCompilerABI\.cpp};|


|but the additional "||-std=gnu++20" is found, which causes the 
exception regex not to be triggered: could you please change the 
mentioned line in bin/blhc to allow for optional arguments between 
"/usr/lib/ccache/c++" and "-dM"?|


|As and additional info, blhc output with reported errors is found at [2].|

|Thank you for maintaining blhc, kind regards|

|Marco|

[1] https://salsa.debian.org/tiol/calindori/-/jobs/4543371#L2180

[2] https://salsa.debian.org/tiol/calindori/-/jobs/4543380



Bug#1035576: plasma-settings: OpenDesktop in SystemSettings->OnlineAccounts doesn't work!

2023-07-19 Thread Marco Mattiolo

Hi,

I think this bug report should not belong to the plasma-settings package.

As you wrote, you are using SystemSettings, which is another app: let's 
think of plasma-settings as the settings app for  a mobile system, while 
systemsettings is the settings app for a desktop system. On a mobile 
system, both are installed due to plasma-mobile's dependencies depending 
on systemsettings, but they are different packages.


As described in [1][2], both systemsettings and plasma-settings are not 
responsible themselves for managing OnlineAccounts: they are just 
exposing the available KCMs. In fact, I do not see the OnlineAccounts 
section inside systemsettings/plasma-settings on my system, unless I 
install the kaccounts-integration package.


Tbh I've no clue where this bug should be re-assigned. Looking at the 
attachment inside [3] bug report, looks like some kind of browser plugin 
is invoked to open the OpenDesktop login interface inside an X window... 
it could be Kaccounts, it could be KCM, it could also be that the login 
window does not support Wayland... have you tried launching 
systemsettings from the console and check if any error message is 
displayed when you try the OpenDesktop login?


Kind regards

Marco

[1] https://invent.kde.org/network/kaccounts-integration#kde-control-module

[2] https://community.kde.org/Online_Accounts

[3] https://bugs.kde.org/show_bug.cgi?id=438424



Bug#1034310: Upstream issue

2023-04-13 Thread Marco Mattiolo

Hi Rainer,

I'm not Digikam's maintainer, then maybe not the help you were looking for.

But I noticed your bug report looks same as an issue reported upstream 
[1] on a different platform: if those issues are really the same, then 
it's not Debian-specific bug. I would suggest following developer's 
indication in the linked bug report, both trying a newer version and 
collecting backtrace.


In the end, all of that will be useful for developers to find out what 
is going wrong and for Debian maintainers to cherry-pick a fix into 
stable release.


Kind regards

Marco

[1] https://bugs.kde.org/show_bug.cgi?id=466170



Bug#1033712: ITP: meta-plasma-mobile -- Meta package to install a Plasma Mobile based mobile environment

2023-03-30 Thread Marco Mattiolo

Package: wnpp
X-Debbugs-Cc: debian-de...@lists.debian.org
Owner: Marco Mattiolo 
X-Debbugs-Cc: marco.matti...@hotmail.it
Severity: wishlist

* Package name    : meta-plasma-mobile
 Version : 1
 Upstream Contact: Marco Mattiolo 
* URL : 
https://salsa.debian.org/DebianOnMobile-team/meta-plasma-mobile

* License : GPL

 Description : Meta package to install a Plasma Mobile based mobile 
environment


A meta package to pull in the required components to run a Plasma Mobile 
session.
After bookworm release, more packages relevant for Plasma mobile environment 
will be
packaged and then added as dependencies to this metapackage.


Bug#1033212: Fwd: plasma-mobile fails to start on PP after kwin's commit eef9bd5c with "libkwinglutils: Shaders are not supported"

2023-03-24 Thread Marco Mattiolo
Prepared the patch to be included in order to fix this [1] and built 
patched kwin myself to confirm this solves the issue.


Marco

[1] https://salsa.debian.org/qt-kde-team/kde/kwin/-/merge_requests/6



Bug#1033212: plasma-mobile fails to start on PP after kwin's commit eef9bd5c with "libkwinglutils: Shaders are not supported"

2023-03-20 Thread Marco Mattiolo

Version: 4:5.27.2-1
Severity: grave
Tags: patch,upstream,fixed-upstream



Bug#1033212: plasma-mobile fails to start on PP after kwin's commit eef9bd5c with "libkwinglutils: Shaders are not supported"

2023-03-19 Thread Marco Mattiolo

Package: kwin

Version: 4:5.27.2-1

Severity: grave

Tags: patch,upstream,fixed-upstream


Hi and thank you for maintaining kwin in Debian!

With 5.27.2 release, plasma-mobile does not start on Pine64 Pinephone 
and similar low-spec devices any more. It worked ok with kwin 5.26.90.


I've already reported this issue upstream [1] and it seems this got 
fixed in 5.27.3 with commit [2]: please consider cherry-picking that 
commit into Debian, in order to have plasma-mobile working again in 
bookworm.


Severity of this bug is grave as "makes the package in question unusable 
or mostly so": please find in the upstream bug report a photo [3] of my 
PP when starting plasma-mobile on top of kwin actually in bookworm. 
Nothing can be used, only a white rectangle on black background is 
shown: that is, this bug makes plasma-mobile completely unusable on some 
devices in the upcoming stable release.


Kind regards

Marco

[1] https://bugs.kde.org/show_bug.cgi?id=467507

[2] 
https://invent.kde.org/plasma/kwin/-/commit/64d682a646d111a0250bbe3bff77ef0cead91403


[3] https://bugs.kde.org/attachment.cgi?id=157373



Bug#987752: ITP: calindori -- convergent calendar app

2023-02-17 Thread Marco Mattiolo

Hi,

I see this started as RFP and was then changed to ITP and assigned to 
the original bug submitter.


I assume nothing is really going on in order to package calindori for 
Debian. If so, may I take over?


I am already maintaining some Plasma Mobile packages, calindori would be 
a great step to have a complete Plasma Mobile system in Debian repositories.


Kind regards

Marco



Bug#987751: ITP: kalk -- a convergent calculator app

2023-02-17 Thread Marco Mattiolo

Hi,

I see this started as RFP and was then changed to ITP and assigned to 
the original bug submitter.


I assume nothing is really going on in order to package calindori for 
Debian. If so, may I take over?


I am already maintaining some Plasma Mobile packages, kalk would be a 
great step to have a complete Plasma Mobile system in Debian repositories.


Kind regards

Marco



Bug#1031379: kaffeine: does not work

2023-02-17 Thread Marco Mattiolo

Hi,

I am not the package maintainer, but this bug report is almost useless.

What's the issue? Is kaffeine not starting? Is it crashing? Or is just 
not showing what you expect?


Which kind of DVB device are you using? Have you checked the device to 
work with other apps?


Before flagging this bug report as "grave" (i.e. unusable app), have you 
checked if kaffeine is able to play local media? Imo, this is more 
"important" severity...


Kind regards

Marco



Bug#1007698: ITP: kasts -- kasts is a podcast client for desktop and mobile

2023-01-03 Thread Marco Mattiolo

Hi,

 Salvo looks to have already gone further with this packaging, 
preparing also a manual page.


Then I opened a MR to his branch [1]. Please feel free to modify and/or 
cherry-pick the changes.


I'm left with only one lintian-warning [2] that could be fixed by moving 
it to a dedicated /usr/lib sub-folder. It is a shared library dedicated 
to Kasts, then this should not be an issue...


Btw, patches 0003/0004 should be dropped now, I guess you already know 
it [3] ;)


Kind regards

Marco

[1] https://salsa.debian.org/ltworf-guest/kasts/-/merge_requests/1

[2] https://lintian.debian.org/tags/shared-library-lacks-version

[3] 
https://invent.kde.org/plasma-mobile/kasts/-/commit/8c116ab5dd83789f487c75e35374d0d36a321ebc




Bug#1027131: pipewire: Please consider enabling bluez5-backend-native-mm flag while packaging

2022-12-28 Thread Marco Mattiolo

Package: pipewire
Version: 0.3.63-1
X-Debbugs-Cc: marco.matti...@hotmail.it
Severity: wishlist

Hi and thank for maintaining Pipewire in Debian!

Could you please consider enabling bluez5-backend-native-mm flag AND 
adding modemmanager-dev to build-deps? A further modification to 
wireplumber config file is also needed, but maybe that can be left to 
the user considering each case.


Please find in [1] the discussion about getting status of signal 
strength to be transferred to Bluetooth device through Pipewire.


The summary of steps needed to get this feature working in Debian is 
summarized in the comment [2].


Usecase is Debian being installed on mobile phones (for me, Debian 
bookworm on Pinephone) and connecting via Bluetooth to car's audio system.


Kind regards

Marco


[1] https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/2908

[2] 
https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/2908#note_1698719




Bug#1026159: okular: Bogus memory allocation size error - some pages not displayed

2022-12-25 Thread Marco Mattiolo

Hi,

I am not the package's maintainer and maybe I am not so much into the 
topic, but this bug report is barely understandable: what is being reported?


Is this package failing to build from source? How is it being built? 
What's the error message?


Or is this about okular failing to display some pages of a specific PDF 
document? On which okular version? Does this deserve a serious severity?


If you are facing two issues, please file two separate bug reports...

Kind regards

Marco



Bug#1026985: ITP: kclock -- Clock app for Plasma Mobile

2022-12-25 Thread Marco Mattiolo

Package: wnpp
Severity: wishlist
Owner: Marco Mattiolo 
X-Debbugs-Cc: debian-de...@lists.debian.org, marco.matti...@hotmail.it

* Package name    : kclock
  Version : 22.11
  Upstream Author : 
* URL : https://invent.kde.org/plasma-mobile/kclock
* License : GPL-2.0-or-later
  Programming Lang: C++, QML
  Description : Clock app for Plasma Mobile


Kclock is a clock app featuring: Alarms, Stopwatch, World Clocks, Timers.

On mobile, it is needed to trigger alarms, that is a must-have feature.

Even if its relevant mainly for mobile platforms, it is a convergent 
app: IMHO it belongs inside the Debian KDE Extras Team. I will get in 
contact with the team as soon as plasma-mobile is accepted in Debian repo.




Bug#1023932: ITP: koko -- Image gallery application

2022-11-12 Thread Marco Mattiolo

Package: wnpp
Severity: wishlist
Owner: Marco Mattiolo 
X-Debbugs-Cc: debian-de...@lists.debian.org, marco.matti...@hotmail.it

* Package name    : koko
  Version : 22.09
  Upstream Author : 
* URL : https://invent.kde.org/graphics/koko
* License : LGPL-2.1
  Programming Lang: QML, C++
  Description : Image gallery application

Koko is an image viewer designed for desktop and touch devices.

It is required as an image viewer for Plasma mobile (ITP bug #1023236).



Bug#1023367: ITP: plasma-phonebook -- Phone book for Plasma Mobile

2022-11-02 Thread Marco Mattiolo

Package: wnpp
Severity: wishlist
Owner: Marco Mattiolo 
X-Debbugs-Cc: debian-de...@lists.debian.org, marco.matti...@hotmail.it

* Package name    : plasma-phonebook
  Version : 22.09
  Upstream Author : 
* URL : https://invent.kde.org/plasma-mobile/plasma-phonebook
* License : GPL
  Programming Lang: QML, C++
  Description : Phone book for Plasma Mobile

Contacts application which allows adding, modifying and removing contacts.



Bug#1023236: Previous art

2022-11-02 Thread Marco Mattiolo

Hi Thomas,

I aligned within the "Mobian Development" Matrix room before starting 
the packaging, then I was aware of that repository in Salsa.


Having received some hints from Mobian devs, I think packaging is in 
pretty good shape already: plasma-mobile can be started as a system 
service, as Phosh does. I am testing the resulting packages on my PP: 
for the moment, the Plasma system is on an SD card, but I feel like it 
could become my daily system soon.


Feel free to take a look at my MR [1]. I am still waiting for some 
experienced dev to review it (a-wai should do it in some days), then 
comments are welcome!


Kind regards

Marco Mattiolo

[1] 
https://salsa.debian.org/DebianOnMobile-team/plasma-mobile/-/merge_requests/1



Il 02/11/22 12:00, Thomas Goirand ha scritto:

Just to make sure you noticed. I attempted such a packaging already at:
https://salsa.debian.org/DebianOnMobile-team/plasma-mobile

The package, last summer (during debconf) could:
- build
- be installed

1/ Remaining to do: review all non-useful build-depends from 
debian/control (I lazily took all the build-depends from the plasma 
non-mobile version because otherwise couldn't build...).


2/ Make sure you can actually run the package (by installing something 
like gdm and choosing plasma?)


Good luck with all of this, I'm looking forward seeing plasma-mobile 
on my pinephone running Debian.


Cheers,

Thomas Goirand (zigo)




Bug#1023285: ITP: plasma-dialer -- Dialer for Plasma Mobile

2022-11-01 Thread Marco Mattiolo

Package: wnpp
Severity: wishlist
Owner: Marco Mattiolo 
X-Debbugs-Cc: debian-de...@lists.debian.org, marco.matti...@hotmail.it

* Package name    : plasma-dialer
  Version : 22.09
  Upstream Author : 
* URL : https://invent.kde.org/plasma-mobile/plasma-dialer
* License : GPL
  Programming Lang: C++, QML
  Description : Dialer for Plasma Mobile

Kirigami-based GUI application and background daemons: Dialer for Plasma 
Mobile




Bug#1023271: ITP: spacebar -- SMS/MMS application for Plasma Mobile

2022-11-01 Thread Marco Mattiolo

Package: wnpp
Severity: wishlist
Owner: Marco Mattiolo 
X-Debbugs-Cc: debian-de...@lists.debian.org, marco.matti...@hotmail.it

* Package name    : spacebar
  Version : 22.09
  Upstream Author : 
* URL : https://invent.kde.org/plasma-mobile/spacebar
* License : GPL
  Programming Lang: C++, QML
  Description : SMS/MMS application for Plasma Mobile


Spacebar is an SMS/MMS application that primarily targets Plasma Mobile.
It depends on Qt and few KDE Frameworks (Kirigami2, KI18n, KPeople, and 
ModemManagerQt).




Bug#1023257: ITP: qmlkonsole -- Terminal app for Plasma Mobile

2022-11-01 Thread Marco Mattiolo

Package: wnpp
Severity: wishlist
Owner: Marco Mattiolo 
X-Debbugs-Cc: debian-de...@lists.debian.org, marco.matti...@hotmail.it

* Package name    : qmlkonsole
  Version : 22.09
  Upstream Author : 
* URL : https://invent.kde.org/plasma-mobile/qmlkonsole
* License : GPL
  Programming Lang: QML, C++
  Description : Terminal app for Plasma Mobile


A terminal application built for touch, based on qmltermwidget.

This goes together with plasma-mobile package, see ITP #1023236



Bug#1023252: ITP: plasma-settings -- Settings application for Plasma Mobile

2022-11-01 Thread Marco Mattiolo

Package: wnpp
Severity: wishlist
Owner: Marco Mattiolo 
X-Debbugs-Cc: debian-de...@lists.debian.org, marco.matti...@hotmail.it

* Package name    : plasma-settings
  Version : 22.09
  Upstream Author : 
* URL : https://invent.kde.org/plasma-mobile/plasma-settings
* License : GPL
  Programming Lang: C++, QML

  Description : Settings application for Plasma Mobile

This goes together with plasma-mobile package, see ITP #1023236



Bug#1023236: ITP: plasma-mobile -- Open-source user interface for phones, based on Plasma technologies

2022-10-31 Thread Marco Mattiolo

Package: wnpp
Severity: wishlist
Owner: Marco Mattiolo 
X-Debbugs-Cc: debian-de...@lists.debian.org, marco.matti...@hotmail.it

* Package name    : plasma-mobile
  Version : 5.26.z
  Upstream Author : 
* URL : https://invent.kde.org/plasma/plasma-mobile
* License : GPL
  Programming Lang: QML, C++
  Description : Open-source user interface for phones, based on 
Plasma technologies


 Plasma Mobile is an open-source user interface and ecosystem targeted at
 mobile devices, built on the KDE Plasma stack.
 A pragmatic approach is taken that is inclusive to software regardless of
 toolkit, giving users the power to choose whichever software they want to
 use on their device.
 Plasma Mobile aims to contribute to and implement open standards, and is
 developed in a transparent process that is open for anyone to 
participate in.


Plasma Mobile provides a graphical interfaces for touch devices like
smartphones or tablets, including (but not limited to) PinePhone(Pro),
Librem5, OnePlus6, ...
Plasma Mobile is actually provided by mobile distributions like postmaketOS
or Manjaro. A Debian packaging suite is available at an external repository
maintained by one Plasma developer, who is not willing to include the
packages into Debian. Having Plasma mobile packaged inside Debian main
repository enables the creation of Plasma-based Mobian images.
As of October 2022, a few desktop environments for touch-devices are 
available

at Debian, like Phosh and SXMO, but none of them is IMHO at Plasma's level.
I have been using Plasma mobile packaged by JBB for months on my Pinephone,
but its stability was not very good as the maintainer was admittedly 
uploading

packages to his repo without testing them.
I already have a working 5.26.0 package and I am having it reviewed 
inside the

DebianOnMobile team.



Bug#1021872: debmake: Debmake does not work unless wget is installed, but stand-alone curl is able to download source package

2022-10-16 Thread Marco Mattiolo

Package: debmake
Version: 4.4.0-1
Severity: normal

Dear Maintainer,

thank you for developing and maintaining debmake!

I am encontering a strange issue: debmake is not able to download source 
package, unless wget is installed. Looking into source code, looks like 
both wget and curl should work, but I have to install wget in the docker 
image I am working in, otherwise it will not work.


Please note, downloading source package with stand-alone curl seems to work.

Please find command line relevant lines at the end of the 
reportbug-generated info.


Marco



-- System Information:
Debian Release: bookworm/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: arm64 (aarch64)

Kernel: Linux 5.10.0-18-amd64 (SMP w/12 CPU threads)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE

Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: unable to detect

Versions of packages debmake depends on:
ii  devscripts  2.22.2
ii  dpkg-dev    1.21.9
ii  python3 3.10.6-1
ii  python3-debian  0.1.48
ii  rsync   3.2.6-4+b1

Versions of packages debmake recommends:
ii  build-essential  12.9
ii  curl 7.85.0-1
ii  strace   5.10-1
ii  wget 1.21.3-1+b1

Versions of packages debmake suggests:
ii  autotools-dev 20220109.1
pn  ccache    
pn  cmake 
pn  debmake-doc   
pn  dgit  
ii  dh-autoreconf 20
pn  dh-python 
ii  eatmydata 130-2
pn  gem2deb   
ii  git   1:2.37.2-1
pn  git-buildpackage  
pn  gitk  
pn  javahelper    
ii  lintian   2.115.3
pn  mc    
pn  quilt 
pn  rpm2cpio  
pn  sbuild    

-- no debconf information


mobian@24498a68ffb1:/home/debian/build/build_plasmamobile$ debmake -a 
https://download.kde.org/stable/plasma/5.26.0/plasma-mobile-5.26.0.tar.xz

I: set parameters
I: =
I: package_dir = /usr/lib/python3/dist-packages
I: base_path   = /usr
I: base_lib_path   = /usr/lib/debmake
I: base_share_path = /usr/share/debmake
I: =
I: sanity check of parameters
I: $ /usr/bin/curl 
https://download.kde.org/stable/plasma/5.26.0/plasma-mobile-5.26.0.tar.xz

E: Non-existing tarball name plasma-mobile-5.26.0.tar.xz
mobian@24498a68ffb1:/home/debian/build/build_plasmamobile$ sudo apt 
install wget

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following package was automatically installed and is no longer required:
  sgml-base
Use 'sudo apt autoremove' to remove it.
The following NEW packages will be installed:
  wget
0 upgraded, 1 newly installed, 0 to remove and 142 not upgraded.
Need to get 967 kB of archives.
After this operation, 3683 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian unstable/main arm64 wget arm64 
1.21.3-1+b1 [967 kB]

Fetched 967 kB in 22s (44.6 kB/s)
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package wget.
(Reading database ... 33514 files and directories currently installed.)
Preparing to unpack .../wget_1.21.3-1+b1_arm64.deb ...
Unpacking wget (1.21.3-1+b1) ...
Setting up wget (1.21.3-1+b1) ...
Processing triggers for man-db (2.11.0-1+b1) ...
mobian@24498a68ffb1:/home/debian/build/build_plasmamobile$ debmake -a 
https://download.kde.org/stable/plasma/5.26.0/plasma-mobile-5.26.0.tar.xz

I: set parameters
I: =
I: package_dir = /usr/lib/python3/dist-packages
I: base_path   = /usr
I: base_lib_path   = /usr/lib/debmake
I: base_share_path = /usr/share/debmake
I: =
I: sanity check of parameters
I: $ /usr/bin/wget 
https://download.kde.org/stable/plasma/5.26.0/plasma-mobile-5.26.0.tar.xz
--2022-10-16 10:39:04-- 
https://download.kde.org/stable/plasma/5.26.0/plasma-mobile-5.26.0.tar.xz
Resolving download.kde.org (download.kde.org)... 168.119.32.158, 
2a01:4f8:242:1ed5::3
Connecting to download.kde.org (download.kde.org)|168.119.32.158|:443... 
connected.

HTTP request sent, awaiting response... 302 Found
Location: 
https://kde.mirror.garr.it/kde/ftp/stable/plasma/5.26.0/plasma-mobile-5.26.0.tar.xz 
[following]
--2022-10-16 10:39:04-- 
https://kde.mirror.garr.it/kde/ftp/stable/plasma/5.26.0/plasma-mobile-5.26.0.tar.xz
Resolving kde.mirror.garr.it (kde.mirror.garr.it)... 90.147.160.72, 
90.147.160.70, 90.147.160.73, ...
Connecting to kde.mirror.garr.it 
(kde.mirror.garr.it)|90.147.160.72|:443... connected.

HTTP request sent, awaiting response... 200 OK
Length: 3356376 (3.2M) [application/octet-stream]
Saving to: ‘plasma-mobile-5.26.0.tar.xz’

plasma-mobile-5.26.0.tar 

Bug#904098: pulseaudio: Pulseaudio only provides Dummy Output until timidity is killed

2019-04-11 Thread Marco Mattiolo
Hi,

just needed to thank you for reporting this: I just upgraded my system 
to Buster (as it is freezed, I hoped for the best) and the only sound 
output in KDE system manager was 'dummy', no audio output. Removing 
timidity got audio back working.

Now I'm not able to change audio output through system tray icon or even 
system manager: changing audio configuration is possible only through 
Pavucontrol.

Definitely an annoying bug!

Kind regards

Marco



Bug#839577: devede: DivX conversion fails starting

2016-10-02 Thread Marco Mattiolo
Package: devede
Version: 3.23.0-13-gbfd73f3-2
Severity: normal

Dear Maintainer,
thank you for maintaing Devede package in Debian.

I'm experiencing an unexpected devede behaviour while converting an 
youtube-dl generated .mkv to divx-compressed .mpg: after selecting the 
input file and all the encoding options, I click the "forward" button 
but nothing happens.
I also tried converting the same .mkv to a DVD-grade mpg, and it worked. 
Launching devede from command line, I got a few errors (see below): 
maybe the divx part of devede still refers to ffmpeg (and doesn't find 
it), while the dvd part correctly refers to avconv?

Also found [1] while searching for the error messages.

Greetings

Marco

[1] 
http://www.linuxquestions.org/questions/slackware-14/unable-to-create-video-dvd-with-devede-732887/


$ devede
DeVeDe 3.23.0 beta1
Locale: it_IT.UTF-8
Using package-installed files
/home/marco/
Cores: 4 Virtual cores: 8
Entro en fonts
Salgo de fonts
/home/marco/
Temp Directory is:  /var/tmp
home load:  /home/marco/.devede
linea:  video_format:pal

linea:  temp_folder:/var/tmp/

linea:  multicore:4

linea:  hyperthreading:0

linea:  sub_language:EN (ENGLISH)

linea:  sub_codepage:ISO-8859-1

linea:  AC3_fix:0

linea:  AC3_fix_ffmpeg:0

linea:  AC3_fix_avconv:0

linea:  erase_tmp_files:1

linea:  encoder_video:avconv

linea:  encoder_menu:avconv

linea:
Creating window /usr/share/devede/wdisk_type.ui
Creating window /usr/share/devede/wmain.ui
/usr/lib/devede/devede_other.py:751: GtkWarning: Unknown property: 
GtkMenu.ubuntu-local
   tree.add_from_file(filename)
Launching program:  mplayer -loop 1 -identify -ao null -vo null -frames 
0 /usr/share/devede/silence.ogg
elemento: /usr/bin
Longitud sonido: 38
Launching program:  mplayer -loop 1 -identify -ao null -vo null -frames 
0 /usr/share/devede/silence.ogg
elemento: /usr/bin
Longitud sonido: 38
Calculating size for disk :divx
Calculating size for disk :divx
drop
Dragged files: ['/media/marco/Matt-drive/EEVblog #899 - Extreme 
Mailbag!-boahAP3Sf4s.mkv']
Launching program:  mplayer -loop 1 -identify -ao null -vo null -frames 
0 /media/marco/Matt-drive/EEVblog #899 - Extreme Mailbag!-boahAP3Sf4s.mkv
elemento:  /usr/bin
Launching program:  mplayer -loop 1 -identify -ao null -vo null -frames 
1 /media/marco/Matt-drive/EEVblog #899 - Extreme Mailbag!-boahAP3Sf4s.mkv
elemento:  /usr/bin
V:   0.0   0/  0 ??% ??% ??,?% 0 0
True
0
Calculating size for disk :divx
Creating window /usr/share/devede/wfile.ui
Chequeo /media/marco/Matt-drive/EEVblog #899 - Extreme 
Mailbag!-boahAP3Sf4s.mkv
Launching program:  mplayer -loop 1 -identify -ao null -vo null -frames 
0 /media/marco/Matt-drive/EEVblog #899 - Extreme Mailbag!-boahAP3Sf4s.mkv
elemento:  /usr/bin
Launching program:  mplayer -loop 1 -identify -ao null -vo null -frames 
1 /media/marco/Matt-drive/EEVblog #899 - Extreme Mailbag!-boahAP3Sf4s.mkv
elemento:  /usr/bin
V:   0.0   0/  0 ??% ??% ??,?% 0 0
Pongo nombre por propiedades
File changed to None
entro en parte critica
paso por set_lower
Activo ASPECT_RATIO
divx
Props: {'ismpeg': False, 'copy_audio': False, 'ofps': 25, 'fps': 25, 
'ofps2': '25.000'}
Props: {'ismpeg': False, 'copy_audio': False, 'ofps': 25, 'fps': 25, 
'ofps2': '25.000'}
Rotate: 0
Meto pista 0
Pista seleccionada: 0
Props: {'ismpeg': False, 'copy_audio': False, 'ofps': 25, 'fps': 25, 
'ofps2': '25.000'}
Anado filtro
Anado filtro
entro en parte critica
paso por set_lower
Activo ASPECT_RATIO
divx
Rotate: 0
Meto pista 0
Pista seleccionada: 0
Props: {'ismpeg': False, 'copy_audio': False, 'ofps': 25, 'fps': 25, 
'ofps2': '25.000'}
Modificando
Fin
File changed to /media/marco/Matt-drive/EEVblog #899 - Extreme 
Mailbag!-boahAP3Sf4s.mkv
entro en parte critica
paso por set_lower
Activo ASPECT_RATIO
divx
Rotate: 0
Meto pista 0
Pista seleccionada: 0
Props: {'ismpeg': False, 'copy_audio': False, 'ofps': 25, 'fps': 25, 
'ofps2': '25.000'}
Calculating size for disk :divx
Threads: 4
Launching program:  ffmpeg -codecs
elemento:  /usr/bin
error in launch program

elemento:  /usr/local/bin
error in launch program

elemento:  /usr/share/bin
error in launch program

elemento:  /usr/share/local/bin
error in launch program

elemento:  /bin
error in launch program

elemento:  /usr/lib/devede/bin
error in launch program

Traceback (most recent call last):
   File "/usr/lib/devede/devede_main.py", line 474, in on_main_go_clicked
conversor=devede_convert.create_all(self.gladefile,self.structure,self.global_vars,self.callback2)
   File "/usr/lib/devede/devede_convert.py", line 192, in __init__
 if (False==self.check_mp3lame()):
   File "/usr/lib/devede/devede_convert.py", line 158, in check_mp3lame
 runner.wait_end2()
   File "/usr/lib/devede/devede_executor.py", line 98, in wait_end2
 r1,r2=self.handle.communicate()
AttributeError: 'NoneType' object has no attribute 'communicate'
Creating window /usr/share/devede/wcancel_dialog.ui
Saving configuration
/home/marco/
Exiting
Have a nice day


$ devede
DeVeDe 3.23.0 beta1

Bug#764322: Looks like it's not done

2014-10-19 Thread Marco Mattiolo

Hi, I'm dist-upgrading in jessie:

# apt-get dist-upgrade
Lettura elenco dei pacchetti... Fatto
Generazione albero delle dipendenze
Lettura informazioni sullo stato... Fatto
Calcolo dell'aggiornamento... Eseguito
I seguenti pacchetti NUOVI saranno installati:
  libjpeg9
I seguenti pacchetti saranno aggiornati:
  libjpeg-progs
1 aggiornati, 1 installati, 0 da rimuovere e 0 non aggiornati.
È necessario scaricare 0 B/204 kB di archivi.
Dopo quest'operazione, verranno occupati 460 kB di spazio su disco.
Continuare? [S/n]
Lettura dei changelog... Fatto
Selezionato il pacchetto libjpeg9:amd64 non precedentemente selezionato.
(Lettura del database... 201773 file e directory attualmente installati.)
Preparativi per estrarre .../libjpeg9_1%3a9a-2_amd64.deb...
Estrazione di libjpeg9:amd64 (1:9a-2)...
Preparativi per estrarre .../libjpeg-progs_1%3a9a-2_amd64.deb...
Estrazione di libjpeg-progs (1:9a-2) su (1:1.3.1-3)...
dpkg: errore nell'elaborare l'archivio 
/var/cache/apt/archives/libjpeg-progs_1%3a9a-2_amd64.deb (--unpack):
 tentata sovrascrittura di /usr/share/man/man1/djpeg.1.gz presente 
anche nel pacchetto libjpeg-turbo-progs 1:1.3.1-3

Elaborazione dei trigger per man-db (2.7.0.2-1)...
Si sono verificati degli errori nell'elaborazione:
 /var/cache/apt/archives/libjpeg-progs_1%3a9a-2_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


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



Bug#758217: xserver-xorg-video-nouveau: Nvidia card no more listed in 'xrandr --listproviders' on Optimus laptop

2014-09-10 Thread Marco Mattiolo
Sorry for the spam: obviously I got, only after closing bug, idea of 
googling without restricting to nvidia cards.


So found [1], which looks pretty similar, except it's a radeon-related bug.
Also, reporter suggests restarting Xorg gets his Radeon discrete card to 
be discovered by 'xrandr --listproviders',

which I just tested doing the same on my system.
So I'm now able to use DRI_PRIME with nouveau driver on my setup! :)

Hereby, I reopen the bug, which is now about the Nvidia card not being 
recognised by Xorg on first start:

feel free to reassign it to xorg-server, if you think it appropriate...

Cheers
Marco


[1] https://bugs.freedesktop.org/show_bug.cgi?id=74692


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



Bug#758582: vlc: Vlc segfaults at the end of video reproduction when video acceleration VAAPI is selected

2014-08-31 Thread Marco Mattiolo

Hi Rémi, thanks for answering.
Hoping this satisfies your request.

Cheers
Marco

$ gdb vlc
GNU gdb (Debian 7.7.1+dfsg-3) 7.7.1
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
http://gnu.org/licenses/gpl.html

This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as x86_64-linux-gnu.
Type show configuration for configuration details.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/.
Find the GDB manual and other documentation resources online at:
http://www.gnu.org/software/gdb/documentation/.
For help, type help.
Type apropos word to search for commands related to word...
Reading symbols from vlc...Reading symbols from 
/usr/lib/debug/.build-id/bd/a54aae88601b31adc48cde0699479455646edc.debug...done.

done.
(gdb) run
Starting program: /usr/bin/vlc
[Thread debugging using libthread_db enabled]
Using host libthread_db library /lib/x86_64-linux-gnu/libthread_db.so.1.
VLC media player 2.1.5 Rincewind (revision 2.1.4-49-gdab6cb5)
[New Thread 0x7fffed24a700 (LWP 16114)]
[New Thread 0x72dda700 (LWP 16115)]
[New Thread 0x7fffec229700 (LWP 16116)]
[0x605118] main libvlc: Esecuzione di vlc con l'interfaccia predefinita. 
Usa 'cvlc' per utilizzare vlc senza interfaccia.

[New Thread 0x7fffec128700 (LWP 16117)]
[New Thread 0x7fffd630c700 (LWP 16118)]
[New Thread 0x7fffcf0e9700 (LWP 16126)]
[New Thread 0x7fffcefe8700 (LWP 16127)]
[New Thread 0x7fffcc201700 (LWP 16128)]
[Thread 0x7fffcf0e9700 (LWP 16126) exited]
[New Thread 0x7fffb7952700 (LWP 16129)]
[New Thread 0x7fffb7151700 (LWP 16130)]
[New Thread 0x7fffb6950700 (LWP 16131)]
[New Thread 0x7fffb614f700 (LWP 16132)]
[New Thread 0x7fffcf0e9700 (LWP 16133)]
[New Thread 0x7fffcc100700 (LWP 16134)]
[Thread 0x7fffcc201700 (LWP 16128) exited]
Failed to open VDPAU backend libvdpau_nvidia.so: impossibile aprire il 
file oggetto condiviso: File o directory non esistente

[0x7fffac000ab8] vdpau generic error: device creation failure: error 1
libva info: VA-API version 0.35.1
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so
libva info: Found init function __vaDriverInit_0_35
libva info: va_openDriver() returns 0
[0x7fffbcc308c8] avcodec decoder: Using VA API version 0.35 for hardware 
decoding.

Fontconfig warning: FcPattern object size does not accept value 0
Fontconfig warning: FcPattern object size does not accept value 0
[New Thread 0x7fffcc201700 (LWP 16135)]
Fontconfig warning: FcPattern object size does not accept value 0
Fontconfig warning: FcPattern object size does not accept value 0
[0x7fff9c001248] main vout display error: Failed to resize display
[Thread 0x7fffcf0e9700 (LWP 16133) exited]
[Thread 0x7fffb7952700 (LWP 16129) exited]
[Thread 0x7fffb7151700 (LWP 16130) exited]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffcefe8700 (LWP 16127)]
Release (p_external=optimized out, p_ff=optimized out) at 
avcodec/vaapi.c:519

519 avcodec/vaapi.c: File o directory non esistente.
(gdb) bt
#0  Release (p_external=optimized out, p_ff=optimized out) at 
avcodec/vaapi.c:519
#1  0x7fffc671eadb in vlc_va_Release (frame=0x7fffc0153348, 
va=optimized out)

at avcodec/va.h:56
#2  ffmpeg_ReleaseFrameBuf (p_context=optimized out, 
p_ff_pic=0x7fffc0153348)

at avcodec/video.c:1079
#3  0x7fffc5bef7dd in compat_free_buffer (opaque=optimized out, 
data=optimized out)

at /build/libav-EKDVFO/libav-10.4/libavcodec/utils.c:563
#4  0x7fffc56156de in av_buffer_unref (buf=buf@entry=0x7fffcefe79b0)
at /build/libav-EKDVFO/libav-10.4/libavutil/buffer.c:115
#5  0x7fffc5bef820 in compat_release_buffer (opaque=optimized out,
data=optimized out) at 
/build/libav-EKDVFO/libav-10.4/libavcodec/utils.c:570

#6  0x7fffc56156de in av_buffer_unref (buf=buf@entry=0x7fffb00ff250)
at /build/libav-EKDVFO/libav-10.4/libavutil/buffer.c:115
#7  0x7fffc561ac64 in av_frame_unref (frame=0x7fffb00ff080)
at /build/libav-EKDVFO/libav-10.4/libavutil/frame.c:285
#8  0x7fffc5b802a5 in release_delayed_buffers (p=0x7fffbcca4248)
at /build/libav-EKDVFO/libav-10.4/libavcodec/pthread_frame.c:285
#9  ff_frame_thread_free (avctx=avctx@entry=0x7fffbcc43d40, thread_count=4)
at /build/libav-EKDVFO/libav-10.4/libavcodec/pthread_frame.c:532
#10 0x7fffc5b7f37b in ff_thread_free (avctx=avctx@entry=0x7fffbcc43d40)
at /build/libav-EKDVFO/libav-10.4/libavcodec/pthread.c:85
#11 0x7fffc5896cd0 in avcodec_close (avctx=0x7fffbcc43d40)
at /build/libav-EKDVFO/libav-10.4/libavcodec/utils.c:1609
#12 0x7fffc6722305 in CloseDecoder (p_this=0x7fffbcc308c8) at 
avcodec/avcodec.c:371

#13 0x7718c642 in vlc_module_unload (module=optimized out,
deinit=deinit@entry=0x7718bb50 generic_stop) at 
modules/modules.c:340

#14 

Bug#758582: vlc: Vlc segfaults at the end of video reproduction when video acceleration VAAPI is selected

2014-08-18 Thread Marco Mattiolo

Package: vlc
Version: 2.1.5-1
Severity: normal

Dear Maintainer,
vlc crashes after reproducing video files. This is specially annoying 
when playing playlists or entire folders.


$ gdb vlc
GNU gdb (GDB) 7.6.2 (Debian 7.6.2-1.1+b1)
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
http://gnu.org/licenses/gpl.html

This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as x86_64-linux-gnu.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/...
Reading symbols from /usr/bin/vlc...Reading symbols from 
/usr/lib/debug/.build-id/bd/a54aae88601b31adc48cde0699479455646edc.debug...done.

done.
(gdb) run
Starting program: /usr/bin/vlc
warning: Could not load shared library symbols for linux-vdso.so.1.
Do you need set solib-search-path or set sysroot?
[Thread debugging using libthread_db enabled]
Using host libthread_db library /lib/x86_64-linux-gnu/libthread_db.so.1.
VLC media player 2.1.5 Rincewind (revision 2.1.4-49-gdab6cb5)
[New Thread 0x7fffed257700 (LWP 2762)]
[New Thread 0x72ddc700 (LWP 2763)]
[New Thread 0x7fffec236700 (LWP 2764)]
[0x605118] main libvlc: Esecuzione di vlc con l'interfaccia predefinita. 
Usa 'cvlc' per utilizzare vlc senza interfaccia.

[New Thread 0x7fffec135700 (LWP 2765)]
[New Thread 0x7fffd6411700 (LWP 2766)]
vlc(2758)/kdecore (KSycoca) KSycocaPrivate::openDatabase: Trying to open 
ksycoca from /var/tmp/kdecache-marcus89/ksycoca4
kfilemodule(2758)/kio (bookmarks) KBookmarkManager::KBookmarkManager: 
starting KDirWatch for /home/marcus89/.local/share/user-places.xbel

[New Thread 0x7fffd1061700 (LWP 2767)]
Object::connect: No such signal 
org::freedesktop::UPower::DeviceAdded(QString)
Object::connect: No such signal 
org::freedesktop::UPower::DeviceRemoved(QString)
kfilemodule(2758)/kio (KDirListerCache) KDirListerCache::listDir: 
Listing directory: KUrl(trash:/)
kfilemodule(2758)/kio (Scheduler) KIO::SchedulerPrivate::doJob: 
KIO::SimpleJob(0x7fffdc88af60)
kfilemodule(2758)/kio (Scheduler) KIO::SchedulerPrivate::protoQ: 
creating ProtoQueue instance for trash
kfilemodule(2758)/kio (Scheduler) KIO::ProtoQueue::ProtoQueue: 
m_maxConnectionsTotal: 2 m_maxConnectionsPerHost: 2
kfilemodule(2758)/kio (Scheduler) KIO::SchedulerPrivate::doJob: 
KIO::SimpleJob(0x7fffdc99b560)
kfilemodule(2758)/kio (Scheduler) KIO::SchedulerPrivate::protoQ: 
creating ProtoQueue instance for file
kfilemodule(2758)/kio (Scheduler) KIO::ProtoQueue::ProtoQueue: 
m_maxConnectionsTotal: 5 m_maxConnectionsPerHost: 5
kfilemodule(2758)/kio (KDirListerCache) KDirListerCache::listDir: Entry 
currently being listed: KUrl(trash:/) by (KDirLister(0x7fffdc0e51e0) )
kfilemodule(2758)/kio (KDirListerCache) KDirListerCache::stopListingUrl: 
KDirLister(0x7fffdc5da9b0)  url= KUrl(trash:/)
kfilemodule(2758)/kio (Slave) KIO::Slave::createSlave: createSlave 
trash for KUrl(trash:/)
kfilemodule(2758)/kio (KIOConnection) 
KIO::ConnectionServer::listenForRemote: Listening on 
local:/tmp/ksocket-marcus89/kfilemodulepX2758.slave-socket
kfilemodule(2758)/kio (Slave) KIO::Slave::createSlave: createSlave 
file for KUrl(file:///home/marcus89)
kfilemodule(2758)/kio (KIOConnection) 
KIO::ConnectionServer::listenForRemote: Listening on 
local:/tmp/ksocket-marcus89/kfilemodulevg2758.slave-socket
kfilemodule(2758)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: 
KIO::StatJob(0x7fffdc99b560) KIO::Slave(0x7fffdc696ca0)
kfilemodule(2758)/kio (KDirListerCache) KDirListerCache::listDir: 
Listing directory: KUrl(file:///home/marcus89)
kfilemodule(2758)/kio (Scheduler) KIO::SchedulerPrivate::doJob: 
KIO::SimpleJob(0x7fffdcab4bb0)
kfilemodule(2758)/kio (KIOConnection) 
KIO::SocketConnectionBackend::socketReadyRead: 
KIO::SocketConnectionBackend(0x7fffdca52920) Jumbo packet of 101880 bytes
kfilemodule(2758)/kdecore (K*TimeZone*) 
KSystemTimeZonesPrivate::instance: instance(): ... initialised
kfilemodule(2758)/kdecore (K*TimeZone*) 
KSystemTimeZonesPrivate::readConfig: readConfig(): local zone= Europe/Rome
kfilemodule(2758)/kdecore (K*TimeZone*) 
KSystemTimeZonesPrivate::readZoneTab: readZoneTab( 
/usr/share/zoneinfo/zone.tab )
kfilemodule(2758) KSambaSharePrivate::findSmbConf: KSambaShare: Could 
not find smb.conf!
kfilemodule(2758)/kio KNFSShare::KNFSSharePrivate::findExportsFile: 
Could not find exports file! /etc/exports doesn't exist. Configure it in 
share/config/knfsshare, [General], exportsFile=
kfilemodule(2758)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: 
KIO::ListJob(0x7fffdcab4bb0) KIO::Slave(0x7fffdc696ca0)
kfilemodule(2758)/kio (KDirListerCache) KDirListerCache::slotResult: 
finished listing KUrl(file:///home/marcus89)
kfilemodule(2758)/kio (Scheduler) KIO::SchedulerPrivate::jobFinished: 
KIO::ListJob(0x7fffdc88af60) KIO::Slave(0x7fffdc9572a0)
kfilemodule(2758)/kio (KDirListerCache) KDirListerCache::slotResult: 

Bug#758217: xserver-xorg-video-nouveau: Nvidia card no more listed in 'xrandr --listproviders' on Optimus laptop

2014-08-15 Thread Marco Mattiolo

Package: xserver-xorg-video-nouveau
Version: 1:1.0.10-1+b2
Severity: normal

Dear Maintainer,
thank you for maintaining X and Nouveau driver in Debian.

On my Optimus laptop, the nVidia card is no more listed:
$ xrandr --listproviders
Providers: number : 1
Provider 0: id: 0x8d cap: 0xb, Source Output, Sink Output, Sink Offload 
crtcs: 2 outputs: 4 associated providers: 0 name:Intel


although present
$ lspci|grep NVIDIA
01:00.0 3D controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

It used to get listed by xrandr few weeks ago, (as in [1]) but I cannot 
recall when it stopped,

as launching programs with 'DRI_PRIME=1' failsafe using Intel card.

As in [2], I checked and found no xorg.conf, no nouveau blacklisting in 
/etc/modprobe.d/, no NVDIA driver installed.

Also, there's no bumblebee installation, as in [3].
As you can see in Xorg.0.log 21.061 line, Nvidia GPU gets 'removed' for 
some unknown reason.


Thank you for your help
Marco

[1] http://nouveau.freedesktop.org/wiki/Optimus/
[2] 
https://wiki.archlinux.org/index.php/PRIME#XRandR_specifies_only_1_output_provider

[3] https://github.com/Bumblebee-Project/Bumblebee/issues/569


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

lrwxrwxrwx 1 root root 13 May 26  2013 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 2356320 Jul 18 00:25 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
--
00:02.0 VGA compatible controller [0300]: Intel Corporation 2nd 
Generation Core Processor Family Integrated Graphics Controller 
[8086:0116] (rev 09)


/etc/X11/xorg.conf does not exist.

/etc/X11/xorg.conf.d does not exist.

KMS configuration files:

/etc/modprobe.d/radeon-kms.conf:
  options radeon modeset=1

Kernel version (/proc/version):
---
Linux version 3.14-2-amd64 (debian-ker...@lists.debian.org) (gcc version 
4.8.3 (Debian 4.8.3-5) ) #1 SMP Debian 3.14.13-2 (2014-07-24)


Xorg X server log files on system:
--
-rw-r--r-- 1 root  999 18321 Sep 30  2013 /var/log/Xorg.8.log
-rw-r--r-- 1 root root 37646 Aug 15 14:27 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
-
[15.204]
X.Org X Server 1.16.0
Release Date: 2014-07-16
[15.204] X Protocol Version 11, Revision 0
[15.204] Build Operating System: Linux 3.14-1-amd64 x86_64 Debian
[15.204] Current Operating System: Linux matt-picci 3.14-2-amd64 #1 
SMP Debian 3.14.13-2 (2014-07-24) x86_64
[15.204] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.14-2-amd64 
root=UUID=9a1eda4b-7aaa-4993-b71b-0484a03b332a ro quiet

[15.204] Build Date: 17 July 2014  10:22:36PM
[15.204] xorg-server 2:1.16.0-1 (http://www.debian.org/support)
[15.204] Current version of pixman: 0.32.6
[15.204] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[15.204] Markers: (--) probed, (**) from config file, (==) default 
setting,

(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[15.204] (==) Log file: /var/log/Xorg.0.log, Time: Fri Aug 15 
14:10:55 2014

[15.238] (==) Using system config directory /usr/share/X11/xorg.conf.d
[15.286] (==) No Layout section.  Using the first Screen section.
[15.286] (==) No screen section available. Using defaults.
[15.286] (**) |--Screen Default Screen Section (0)
[15.286] (**) |   |--Monitor default monitor
[15.286] (==) No monitor specified for screen Default Screen Section.
Using a default monitor configuration.
[15.286] (==) Automatically adding devices
[15.286] (==) Automatically enabling devices
[15.286] (==) Automatically adding GPU devices
[15.339] (WW) The directory /usr/share/fonts/X11/cyrillic does not 
exist.

[15.339] Entry deleted from font path.
[15.410] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
built-ins
[15.410] (==) ModulePath set to /usr/lib/xorg/modules
[15.410] (II) The server relies on udev to provide the list of input 
devices.
If no devices become available, reconfigure udev or disable 
AutoAddDevices.

[15.410] (II) Loader magic: 0x7f26b34c4d80
[15.411] (II) Module ABI versions:
[15.411] X.Org ANSI C Emulation: 0.4
[15.411] X.Org Video Driver: 18.0
[15.411] X.Org XInput driver : 21.0
[15.411] X.Org Server Extension : 8.0
[15.411] (II) xfree86: Adding drm device (/dev/dri/card1)
[18.042] (II) xfree86: Adding drm device (/dev/dri/card0)
[18.044] (--) PCI:*(0:0:2:0) 8086:0116:144d:c0c1 rev 9, Mem @ 
0xf640/4194304, 0xd000/268435456, I/O 

Bug#536340: closed by Moritz Mühlenhoff j...@inutil.org (Closing)

2013-07-11 Thread Marco Mattiolo

This bug got solved somewhere between Squeeze and Wheezy.
Thank you
Marco


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



Bug#697982: installation-reports: Wheezy installation on Samsung RC530, graphic problem (nVidia optimus)

2013-01-12 Thread Marco Mattiolo

Package: installation-reports
Severity: important

Dear Maintainer,
thank you for maintaining Debian and its installer.


-- Package-specific info:

Boot method: amd64 netinst (debian installer v7.0 b4) on SD
Image version: 
http://cdimage.debian.org/cdimage/wheezy_di_beta4/amd64/iso-cd/debian-wheezy-DI-b4-amd64-netinst.iso

Date: wednesday 9/1/2013

Machine: Samsung RC 530 (stock HDD replaced with Samsung SSD 64GB)
Partitions: # fdisk -l
Disk /dev/sda: 64.0 GB, 64023257088 bytes
255 heads, 63 sectors/track, 7783 cylinders, total 125045424 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00030207

   Device Boot  Start End  Blocks   Id  System
/dev/sda1   *204819531775 9764864   83  Linux
/dev/sda219531776   12504473552756480   83  Linux



Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:[O]
Detect network card:[O]
Configure network:   [O]
Detect CD:[O]
Load installer modules: [O]
Clock/timezone setup:  [O]
User/password setup:  [O]
Detect hard drives:   [O]
Partition hard drives: [O]
Install base system:  [O]
Install tasks: [O]
Install boot loader:[O]
Overall install:   [O]

Comments/Problems:

Installation went very well: wireless non-free driver (iwlwifi) 
installed and WPA wlan connection succesfully configured during 
installation.
I came out in setting http.debian.net as installation mirror. I also 
tried graphic install and screen got recognized.
Finally, I installed Debian with KDE, with standard packages, with ssh 
server, without cups.
On first boot, got many errors and X didn't succed to start. A problem 
related to the double video card (intel+nvidia)?
To get X working (don't know if all these steps are necessary), I 
removed all video drivers except xserver-xorg-video-intel
(in particular, xserver-xorg-video-nouveau and xserver-xorg-video-vesa) 
and blacklisted nouveau driver.


I'd gladly do a reinstall to provide you all infos and logs you need, if 
that helps in getting nvidia optimus graphic
system supported (not referring to 3d acceleration, just X to connect 
the intel card to monitor) out of the box.


Greetings
Marco


==
Installer lsb-release:
==
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION=Debian GNU/Linux installer
DISTRIB_RELEASE=7.0 (wheezy) - installer build 20121114
X_INSTALLATION_MEDIUM=cdrom

==
Installer hardware-summary:
==
uname -a: Linux matt-picci 3.2.0-4-amd64 #1 SMP Debian 3.2.32-1 x86_64 
GNU/Linux
lspci -knn: 00:00.0 Host bridge [0600]: Intel Corporation 2nd Generation 
Core Processor Family DRAM Controller [8086:0104] (rev 09)

lspci -knn: Subsystem: Samsung Electronics Co Ltd Device [144d:c0c1]
lspci -knn: Kernel driver in use: agpgart-intel
lspci -knn: 00:01.0 PCI bridge [0604]: Intel Corporation Xeon 
E3-1200/2nd Generation Core Processor Family PCI Express Root Port 
[8086:0101] (rev 09)

lspci -knn: Kernel driver in use: pcieport
lspci -knn: 00:02.0 VGA compatible controller [0300]: Intel Corporation 
2nd Generation Core Processor Family Integrated Graphics Controller 
[8086:0116] (rev 09)

lspci -knn: Subsystem: Samsung Electronics Co Ltd Device [144d:c0c1]
lspci -knn: 00:16.0 Communication controller [0780]: Intel Corporation 6 
Series/C200 Series Chipset Family MEI Controller #1 [8086:1c3a] (rev 04)

lspci -knn: Subsystem: Samsung Electronics Co Ltd Device [144d:c0c1]
lspci -knn: 00:1a.0 USB controller [0c03]: Intel Corporation 6 
Series/C200 Series Chipset Family USB Enhanced Host Controller #2 
[8086:1c2d] (rev 04)

lspci -knn: Subsystem: Samsung Electronics Co Ltd Device [144d:c0c1]
lspci -knn: Kernel driver in use: ehci_hcd
lspci -knn: 00:1b.0 Audio device [0403]: Intel Corporation 6 Series/C200 
Series Chipset Family High Definition Audio Controller [8086:1c20] (rev 04)

lspci -knn: Subsystem: Samsung Electronics Co Ltd Device [144d:c0c1]
lspci -knn: 00:1c.0 PCI bridge [0604]: Intel Corporation 6 Series/C200 
Series Chipset Family PCI Express Root Port 1 [8086:1c10] (rev b4)

lspci -knn: Kernel driver in use: pcieport
lspci -knn: 00:1c.3 PCI bridge [0604]: Intel Corporation 6 Series/C200 
Series Chipset Family PCI Express Root Port 4 [8086:1c16] (rev b4)

lspci -knn: Kernel driver in use: pcieport
lspci -knn: 00:1d.0 USB controller [0c03]: Intel Corporation 6 
Series/C200 Series Chipset Family USB Enhanced Host Controller #1 
[8086:1c26] (rev 04)

lspci -knn: Subsystem: Samsung Electronics Co Ltd Device [144d:c0c1]
lspci -knn: Kernel driver in use: ehci_hcd
lspci -knn: 00:1f.0 ISA bridge [0601]: Intel Corporation 

Bug#679384: kmplot: create plots menu leaks icons

2012-06-28 Thread Marco Mattiolo

Package: kmplot
Version: 4:4.8.4-1
Severity: minor

Dear Maintainer,
first, thank you for maintaining kmplot in debian.

Wheezy's kmplot (4.8.4 now in unstable) doesn't have the create plot 
icons,
while squeeze's (4.4.5) does. Actual wheezy's kmplot 4.7.4 also leaks 
these icons.


Output of dpkg -l|grep icon:
ii  hicolor-icon-theme 0.12-1 default 
fallback theme for FreeDesktop.org icon themes
ii  libkemoticons4 4:4.8.3-2  utility classes to 
deal with emoticon themes
ii  libtext-iconv-perl 1.7-5  converts 
between character sets in Perl

ii  oxygen-icon-theme 4:4.8.4-1  Oxygen icon theme
ii  xserver-xorg-video-siliconmotion 1:1.7.6-1  
X.Org X server -- SiliconMotion display driver


Best wishes
Marco

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

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

Versions of packages kmplot depends on:
ii  kde-runtime  4:4.8.4-1
ii  libc62.13-33
ii  libkdecore5  4:4.8.3-2
ii  libkdeui54:4.8.3-2
ii  libkio5  4:4.8.3-2
ii  libkparts4   4:4.8.3-2
ii  libqt4-dbus  4:4.8.2-1
ii  libqt4-svg   4:4.8.2-1
ii  libqt4-xml   4:4.8.2-1
ii  libqtcore4   4:4.8.2-1
ii  libqtgui44:4.8.2-1
ii  libstdc++6   4.7.0-8

kmplot recommends no packages.

Versions of packages kmplot suggests:
pn  khelpcenter4  none

-- no debconf information

attachment: kmplot445.pngattachment: kmplot484.png

Bug#679384: kmplot: create plots menu leaks icons

2012-06-28 Thread Marco Mattiolo

Il 28/06/2012 12:18, Pino Toscano ha scritto:

Hi,

I guess you do not have libkdeedu-data installed? If so, does installing
it make the icons appear?


Thank you for the answer.
Package libkdeedu-data wasn't installed, it's installed now, but it 
doesn't help.


Marco




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



Bug#679384: kmplot: create plots menu leaks icons

2012-06-28 Thread Marco Mattiolo

Il 28/06/2012 14:46, Pino Toscano ha scritto:
Does it help if you logout from KDE, remove the kde icon cache $ rm 
`kde4-config --path cache`/kpc/kde-icon-cache.* and then relogin? 

Logged out and stopped kdm:
$ rm `kde4-config --path cache`/kpc/kde-icon-cache.*
rm: impossibile rimuovere 
/var/tmp/kdecache-marcus89//kpc/kde-icon-cache.*: File o directory non 
esistente

$ rm `kde4-config --path cache`kpc/kde-icon-cache.*
rm: impossibile rimuovere 
/var/tmp/kdecache-marcus89/kpc/kde-icon-cache.*: File o directory non 
esistente

$ ls /var/tmp/kdecache-marcus89/
bookmarkrunnerfirefoxdbfile.sqlite  icon-cache.kcache ksycoca4   
Personal Calendarrc plasma_theme_internal-system-colors.kcache
faviconskfi ksycoca4stamp  
plasma-svgelements-default   plasma-wallpapers
httpksplashx libphonon  
plasma_theme_default.kcache

$ cd /var/tmp/kdecache-marcus89/
$ ls -l|grep icon
drwx-- 2 marcus89 marcus89 4096 giu 22 13:26 favicons
-rw-r--r-- 1 marcus89 marcus89 10547304 giu 28 14:53 icon-cache.kcache
$ rm icon-cache.kcache

Now it works. Thank you very very much.
Marco



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



Bug#456950: Going to close 456950

2011-11-26 Thread Marco Mattiolo

Hi.
Four years (and many versions) later, I think the wrong behaviour you 
reported has changed.

Do you agree? Shall we close this bug?
Marco Mattiolo



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



Bug#648170: libreoffice-writer: 'Display nonprinting characters' become unchecked during printing and PDF export

2011-11-09 Thread Marco Mattiolo

Package: libreoffice-writer
Version: 1:3.4.3-4
Severity: normal
Tags:upstream, forwarded https://bugs.freedesktop.org/show_bug.cgi?id=40482

Dear Maintainer,
I experience this bug as reported on the upstream bug report.

In my case, exporting PDF gets the nonprinting characters not shown,
even pressing on the toolbar button.
To get them back,
Tools  Options  LOWriter  Formatting  Select nonprinting characters 
to be shown

(in my localised menu, Strumenti  Opzioni  LOWriter  Formattazione)

Reporting here just to help anyone else could experience this in Debian,
and to avoid having a bug report not forwarding to the upstream report:
https://bugs.freedesktop.org/show_bug.cgi?id=40482


Thank you for maintaining LibreOffice in Debian
Best regards
Marco



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

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

Versions of packages libreoffice-writer depends on:
ii  libc6  2.13-21
ii  libgcc11:4.6.1-15
ii  libicu44   4.4.2-2
ii  libreoffice-base-core  1:3.4.3-4
ii  libreoffice-core   1:3.4.3-4
ii  libstdc++6 4.6.1-15
ii  libwpd-0.9-9   0.9.3-2
ii  libwpg-0.2-2   0.2.1-1
ii  libwps-0.2-2   0.2.3-1
ii  libxml22.7.8.dfsg-5
ii  ure3.4.3-4
ii  zlib1g 1:1.2.3.4.dfsg-3

Versions of packages libreoffice-writer recommends:
ii  default-jre [java5-runtime]1:1.6-43
ii  libreoffice-emailmerge 1:3.4.3-4
ii  libreoffice-filter-binfilter   1:3.4.3-4
ii  libreoffice-java-common1:3.4.3-4
ii  libreoffice-math   1:3.4.3-4
ii  openjdk-6-jre [java5-runtime]  6b23~pre11-1

Versions of packages libreoffice-writer suggests:
pn  libreoffice-base none
pn  libreoffice-gcj none

Versions of packages libreoffice-core depends on:
ii  fontconfig   2.8.0-3
ii  libatk1.0-0  2.2.0-2
ii  libc62.13-21
ii  libcairo21.10.2-6.1
ii  libcurl3-gnutls  7.21.7-3
ii  libdb5.1 5.1.25-11
ii  libexpat12.0.1-7.2
ii  libfontconfig1   2.8.0-3
ii  libfreetype6 2.4.7-2
ii  libgcc1  1:4.6.1-15
ii  libgdk-pixbuf2.0-0   2.24.0-1
ii  libglib2.0-0 2.28.8-1
ii  libgraphite2-2.0.0   1.0.3.real-1
ii  libgstreamer-plugins-base0.10-0  0.10.35-1
ii  libgstreamer0.10-0   0.10.35-1
ii  libgtk2.0-0  2.24.7-1
ii  libhunspell-1.3-01.3.2-4
ii  libhyphen0   2.8.3-1
ii  libice6  2:1.0.7-2
ii  libicu44 4.4.2-2
ii  libjpeg8 8c-2
ii  libmythes-1.2-0  2:1.2.1-1
ii  libneon27-gnutls 0.29.6-1
ii  libnspr4-0d  4.8.9-1
ii  libnss3-1d   3.12.11-3
ii  libpango1.0-01.29.4-2
ii  libpng12-0   1.2.46-3
ii  librdf0  1.0.13-3
ii  libreoffice-common   1:3.4.3-4
ii  libsm6   2:1.2.0-2
ii  libssl1.0.0  1.0.0e-2
ii  libstdc++6   4.6.1-15
ii  libtextcat0  2.2-9
ii  libx11-6 2:1.4.4-2
ii  libxaw7  2:1.0.9-3
ii  libxext6 2:1.3.0-3
ii  libxinerama1 2:1.1.1-3
ii  libxml2  2.7.8.dfsg-5
ii  libxrandr2   2:1.3.2-2
ii  libxrender1  1:0.9.6-2
ii  libxslt1.1   1.1.26-8
ii  libxt6   1:1.1.1-2
ii  ttf-opensymbol   2:2.4.3+LibO3.4.3-4
ii  ure  3.4.3-4
ii  zlib1g   1:1.2.3.4.dfsg-3

-- 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#648170: libreoffice-writer: 'Display nonprinting characters' become unchecked during printing and PDF export

2011-11-09 Thread Marco Mattiolo

forwarded 648170 https://bugs.freedesktop.org/show_bug.cgi?id=40482



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



Bug#627818: Info received (Bug#627818: ffmpeg segmentation fault __memcpy_ssse3 () at ../sysdeps/x86_64/multiarch/memcpy-ssse3.S:119)

2011-06-25 Thread Marco Mattiolo

Il 25/06/2011 08:19, Reinhard Tartler ha scritto:

Well, as you wish, but I am still curious:

  - what has fixed the symptoms
During last night upgrade, I came across the upgrade infos Andres was 
talking about http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=627818#25
So, I got libc upgraded to 2.13-7 
http://packages.qa.debian.org/e/eglibc/news/20110623T163908Z.html

Then I tried converting another video with ffmpeg, and it works...

  - does glibc really have issues with non-aligned src/destination
memcpy/memmove() calls?
  - does Libav 0.6 use overlapping memcpys?
  - does Libav 0.7? (as currently found in experimental)

Could you help me answering your questions? Thanks
Marco



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



Bug#627818: Info received (Bug#627818: ffmpeg segmentation fault __memcpy_ssse3 () at ../sysdeps/x86_64/multiarch/memcpy-ssse3.S:119)

2011-06-25 Thread Marco Mattiolo
I was wrong: yesterday I got the only two videos which get correctly 
converted by ffmpeg.

Today, with another video, I get this error

[ogg @ 0x64dae0]st:0 error, non monotone timestamps 99008 = 
-1968073036740895792

av_interleaved_write_frame(): Operation not permitted

and, another video, another error:

Program received signal SIGSEGV, Segmentation fault.
__memcpy_ssse3 () at ../sysdeps/x86_64/multiarch/memcpy-ssse3.S:119
119 ../sysdeps/x86_64/multiarch/memcpy-ssse3.S: File o 
directory non esistente.

in ../sysdeps/x86_64/multiarch/memcpy-ssse3.S

So the problem is still here. Sorry for the mess.
Marco



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



Bug#627818: Info received (Bug#627818: ffmpeg segmentation fault __memcpy_ssse3 () at ../sysdeps/x86_64/multiarch/memcpy-ssse3.S:119)

2011-06-25 Thread Marco Mattiolo

Il 25/06/2011 15:20, Reinhard Tartler ha scritto:

On Sat, Jun 25, 2011 at 12:57:00 (CEST), Marco Mattiolo wrote:


I was wrong: yesterday I got the only two videos which get correctly
converted by ffmpeg.
Today, with another video, I get this error

 [ogg @ 0x64dae0]st:0 error, non monotone timestamps 99008=
-1968073036740895792
 av_interleaved_write_frame(): Operation not permitted

and, another video, another error:

 Program received signal SIGSEGV, Segmentation fault.
 __memcpy_ssse3 () at ../sysdeps/x86_64/multiarch/memcpy-ssse3.S:119
 119 ../sysdeps/x86_64/multiarch/memcpy-ssse3.S: File o directory
non esistente.
 in ../sysdeps/x86_64/multiarch/memcpy-ssse3.S

So the problem is still here. Sorry for the mess.

No problem, but we need a complete backtrace for this.

see http://wiki.debian.org/HowToGetABacktrace for detailed instructions
how to do so.

Greetings,
Reinhard


It doesn't look SO different from previous bt:
(gdb) bt
#0  __memcpy_ssse3 () at ../sysdeps/x86_64/multiarch/memcpy-ssse3.S:119
#1  0x76d01563 in oggvorbis_encode_frame (avccontext=value 
optimized out, packets=0x7f3500 \022\254\250\311\066\033, 
buf_size=value optimized out, data=value optimized out) at 
/build/buildd-libav_0.6.2-3-amd64-jtanW8/libav-0.6.2/libavcodec/libvorbis.c:191 

#2  0x76e29207 in avcodec_encode_audio (avctx=0x64eb20, 
buf=value optimized out, buf_size=value optimized out, 
samples=value optimized out) at 
/build/buildd-libav_0.6.2-3-amd64-jtanW8/libav-0.6.2/libavcodec/utils.c:544
#3  0x004096ce in do_audio_out (ist=value optimized out, 
ist_index=1, ost_table=0x654670, nb_ostreams=1, pkt=value optimized 
out) at /build/buildd-libav_0.6.2-3-amd64-jtanW8/libav-0.6.2/ffmpeg.c:788
#4  output_packet (ist=value optimized out, ist_index=1, 
ost_table=0x654670, nb_ostreams=1, pkt=value optimized out) at 
/build/buildd-libav_0.6.2-3-amd64-jtanW8/libav-0.6.2/ffmpeg.c:1518
#5  0x0040cc76 in av_transcode (nb_output_files=1, 
nb_input_files=1, nb_stream_maps=-10144, stream_maps=0x617a80, 
input_files=0x617760, output_files=0x617440) at 
/build/buildd-libav_0.6.2-3-amd64-jtanW8/libav-0.6.2/ffmpeg.c:2409
#6  0x0040ee05 in main (argc=value optimized out, argv=value 
optimized out) at 
/build/buildd-libav_0.6.2-3-amd64-jtanW8/libav-0.6.2/ffmpeg.c:4163

(gdb)

According to me, now the problem is video-specific: some get converted, 
some don't (with different errors, but let's focus on the topic).
Is there a way, in which I could scan the videos, to find out what 
makes ffmpeg crash (if this can help fixing this bug)?

Grettings
Marco



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



Bug#627818: Info received (Bug#627818: ffmpeg segmentation fault __memcpy_ssse3 () at ../sysdeps/x86_64/multiarch/memcpy-ssse3.S:119)

2011-06-24 Thread Marco Mattiolo
Ok, I just got here on wheezy the eglibc upgrade you were writing about. 
Now ffmpeg works: let's close this bug, thank you all!

Marco



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



Bug#627818: ffmpeg segmentation fault __memcpy_ssse3 () at ../sysdeps/x86_64/multiarch/memcpy-ssse3.S:119

2011-05-24 Thread Marco Mattiolo

Package: ffmpeg
Version: 4:0.6.2-3
Severity: normal

Hi.
I'm having a problem with ffmpeg, converting flv downloaded by 
youtube-dl to audio-only ogg vorbis.
I had debian-multimedia repo enabled, so I purged all packages related 
to that repo, before generating this bugreport.
Hope this really helps getting a better ffmpeg. Also hope not to waste 
your time.

Thank you

$ gdb ffmpeg
GNU gdb (GDB) 7.2-debian
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
http://gnu.org/licenses/gpl.html

This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as x86_64-linux-gnu.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/...
Reading symbols from /usr/bin/ffmpeg...Reading symbols from 
/usr/lib/debug/usr/bin/ffmpeg...done.

done.
(gdb) set pagination 0
(gdb) run -i XBHzFb0toqc.flv -f ogg -acodec libvorbis -vn KT tunstall - 
Suddenly I see.ogg
Starting program: /usr/bin/ffmpeg -i XBHzFb0toqc.flv -f ogg -acodec 
libvorbis -vn KT tunstall - Suddenly I see.ogg

[Thread debugging using libthread_db enabled]
FFmpeg version 0.6.2-4:0.6.2-3, Copyright (c) 2000-2010 the Libav developers
  built on Apr 30 2011 11:45:41 with gcc 4.5.2
  configuration: --extra-version=4:0.6.2-3 --prefix=/usr 
--enable-avfilter --enable-avfilter-lavf --enable-vdpau --enable-bzlib 
--enable-libgsm --enable-libschroedinger --enable-libspeex 
--enable-libtheora --enable-libvorbis --enable-pthreads --enable-zlib 
--enable-libvpx --disable-stripping --enable-runtime-cpudetect 
--enable-vaapi --enable-libopenjpeg --enable-gpl --enable-postproc 
--enable-swscale --enable-x11grab --enable-libfaad --enable-libdirac 
--enable-libfaad --enable-librtmp --enable-libdc1394 --enable-shared 
--disable-static

  libavutil 50.15. 1 / 50.15. 1
  libavcodec52.72. 2 / 52.72. 2
  libavformat   52.64. 2 / 52.64. 2
  libavdevice   52. 2. 0 / 52. 2. 0
  libavfilter1.19. 0 /  1.19. 0
  libswscale 0.11. 0 /  0.11. 0
  libpostproc   51. 2. 0 / 51. 2. 0
[flv @ 0x64b6b0]Estimating duration from bitrate, this may be inaccurate
Input #0, flv, from 'XBHzFb0toqc.flv':
  Metadata:
duration: 197
starttime   : 0
totalduration   : 197
width   : 320
height  : 240
videodatarate   : 81
audiodatarate   : 103
totaldatarate   : 192
framerate   : 25
bytelength  : 4731985
canseekontime   : true
sourcedata  : BD075E384HH1306095687603251
purl:
pmsg:
  Duration: 00:03:16.60, start: 0.00, bitrate: 188 kb/s
Stream #0.0: Video: h264, yuv420p, 320x240 [PAR 1:1 DAR 4:3], 82 
kb/s, 25 tbr, 1k tbn, 50 tbc

Stream #0.1: Audio: aac, 44100 Hz, stereo, s16, 105 kb/s
File 'KT tunstall - Suddenly I see.ogg' already exists. Overwrite ? [y/N] y
Output #0, ogg, to 'KT tunstall - Suddenly I see.ogg':
  Metadata:
encoder : Lavf52.64.2
Stream #0.0: Audio: libvorbis, 44100 Hz, stereo, s16, 64 kb/s
Stream mapping:
  Stream #0.1 - #0.0
Press [q] to stop encoding

Program received signal SIGSEGV, Segmentation fault.
__memcpy_ssse3 () at ../sysdeps/x86_64/multiarch/memcpy-ssse3.S:119
119 ../sysdeps/x86_64/multiarch/memcpy-ssse3.S: File o directory non 
esistente.

in ../sysdeps/x86_64/multiarch/memcpy-ssse3.S
(gdb) bt
#0  __memcpy_ssse3 () at ../sysdeps/x86_64/multiarch/memcpy-ssse3.S:119
#1  0x76d01563 in oggvorbis_encode_frame (avccontext=value 
optimized out, packets=0x7edd40 v'\375\347Y\276\204, buf_size=value 
optimized out, data=value optimized out) at 
/build/buildd-libav_0.6.2-3-amd64-jtanW8/libav-0.6.2/libavcodec/libvorbis.c:191
#2  0x76e29207 in avcodec_encode_audio (avctx=0x64ed40, 
buf=value optimized out, buf_size=value optimized out, 
samples=value optimized out) at 
/build/buildd-libav_0.6.2-3-amd64-jtanW8/libav-0.6.2/libavcodec/utils.c:544
#3  0x004096ce in do_audio_out (ist=value optimized out, 
ist_index=1, ost_table=0x64f360, nb_ostreams=1, pkt=value optimized 
out) at /build/buildd-libav_0.6.2-3-amd64-jtanW8/libav-0.6.2/ffmpeg.c:788
#4  output_packet (ist=value optimized out, ist_index=1, 
ost_table=0x64f360, nb_ostreams=1, pkt=value optimized out) at 
/build/buildd-libav_0.6.2-3-amd64-jtanW8/libav-0.6.2/ffmpeg.c:1518
#5  0x0040cc76 in av_transcode (nb_output_files=1, 
nb_input_files=1, nb_stream_maps=-10048, stream_maps=0x617a80, 
input_files=0x617760, output_files=0x617440) at 
/build/buildd-libav_0.6.2-3-amd64-jtanW8/libav-0.6.2/ffmpeg.c:2409
#6  0x0040ee05 in main (argc=value optimized out, argv=value 
optimized out) at 
/build/buildd-libav_0.6.2-3-amd64-jtanW8/libav-0.6.2/ffmpeg.c:4163

(gdb) quit



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

Kernel: Linux 2.6.38-2-amd64 (SMP 

Bug#626812: This works for me

2011-05-23 Thread Marco Mattiolo

From:
http://aptosid.com/index.php?name=PNphpBB2file=viewtopict=1256postdays=0postorder=ascstart=15
Type as user:

LD_BIND_NOW=1 icedove

Best regards



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



Bug#626755: xul-ext-flashblock: incompatible with iceweasel 4.0.1

2011-05-15 Thread Marco Mattiolo
Here too, while the addon works if installed from addons.mozilla.org. 
(Why?!?)

Thanks
Marco Mattiolo



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



Bug#611794: Thank you

2011-02-02 Thread Marco Mattiolo

The live-build 2.0.12-2 version in unstable repos fixed this for me.
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#607365: live-build: unknown location irror-binary/dists/squeeze/Release : --mirror-binary error

2010-12-17 Thread Marco Mattiolo
 --binary-images usb-hdd 
--debian-installer false --language it --bootappend-live locale=it_IT 
keyb=it --packages kde-standard icedove gparted kde-l10n-it iceweasel 
chromium-browser vlc mplayer knemo openoffice.org-writer 
openoffice.org-calc wicd xserver-xorg-video-all alsa-utils 
flashplugin-nonfree firmware-ralink nvidia-glx --mirror-bootstrap 
http://ftp.it.debian.org/debian/ --mirror-chroot-security 
http://security.debian.org/

P: Considering defaults defined in /etc/live/build.conf
P: Creating config tree
marcu...@mattpc:~/live$ su
Password:
r...@mattpc:/home/marcus89/live# lb build
P: Setting up cleanup function
P: Begin caching bootstrap stage...
P: Begin bootstrapping system...
P: If the following stage fails, the most likely cause of the problem is 
with your mirror configuration or a caching proxy.

P: Running debootstrap (download-only)...
I: Retrieving Release
I: Retrieving Packages
I: Validating Packages
I: Retrieving Packages
I: Validating Packages
I: Retrieving Packages
I: Validating Packages
I: Resolving dependencies of required packages...

And so on...
So, according to me, live-build is just deleting the m in 
mirror-binary when it writes it to the configuration files.
Sorry if I'm wasting your time because of this being not a bug, but an 
error of mine.


Best regards
Marco Mattiolo



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



Bug#574614: It's a bug of a nvidia related package, I think

2010-03-31 Thread Marco Mattiolo
Hi.
I hope not to spam your bug report:
I just want you to know I was building nvidia-kernel in my squeeze 64bit 
system, getting from m-a your same error (Building modules, stage 2.  MODPOST 
0 modules), and I solved the problem by installing
nvidia-kernel-common
nvidia-kernel-source
nvidia-glx
from sid repositories.

I hope I've sent you some useful infos.

Bye
Marco Mattiolo



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



Bug#536340: [Linux-2.6.30-1-amd64] No sound out of the front jack

2010-02-19 Thread Marco Mattiolo
In data giovedì 18 febbraio 2010 17:38:58, maximilian attems ha scritto:
:  On Thu, Feb 18, 2010 at 05:35:34PM +0100, Takashi Iwai wrote:
  Thanks.  Do you really need model=dell-bios option even with the very
  latest alsa-driver (e.g. 2.6.33-rc8)?
 
  If the latest alsa-driver still doesn't work without model option,
  please give alsa-info.sh outputs both with and without model=dell-bios
  option to compare.  This is needed to understand what is really
  missing on your device.
 
 here you'll find a prebuild 2.6.33-rc8 image deb:
 http://charm.itp.tuwien.ac.at/~mattems/linux-image-2.6.33-rc8-amd64_2.6.33~
 rc8-1~experimental.1_amd64.deb
  http://charm.itp.tuwien.ac.at/~mattems/linux-image-2.6.33-rc8-amd64_2.6.33
 ~rc8-1~experimental.1_amd64.deb.sha1sum.asc
 
 thanks for your feedback.
 
OK, I've got the test. First, thank you max for the debs.

I've made the test in console-mode, due to lack of kernel headers (and nVidia 
drivers), so I used alsamixer in place of kmix and moc in place of kaffeine.

The front jack works on 2.6.33 with model=dell-bios option.
The front jack doesn't work on 2.6.33 without model specification for 
snd_hda_intel module.

Don't know if it's important, but when changing linux to 2.6.33, I came across 
these warning messages on boot:
[...]
Setting up ALSA...warning: 'alsactl restore' failed with error message 
'Unknown hardware: HDA-Intel Sigmatel STAC9227 
HDA:3847618,8086a201,00100201 0x8086 0xa201
Hardware is initialised using a guess method
alsactl: set_control:1256: failed to obtain info for control 06 (No such fle or 
directory)
alsactl: set_control:1256: failed to obtain info for control 07 (No such fle or 
directory)' ...done
[...]

If more infos needed, don't worry about asking.
Thank you
Marco Mattiolo
upload=truescript=truecardinfo=
!!
!!ALSA Information Script v 0.4.58
!!

!!Script ran on: Fri Feb 19 10:22:30 UTC 2010


!!Linux Distribution
!!--

Debian GNU/Linux squeeze/sid \n \l


!!DMI Information
!!---

Manufacturer:  
Product Name:  


!!Kernel Information
!!--

Kernel release:2.6.33-rc8-amd64
Operating System:  GNU/Linux
Architecture:  x86_64
Processor: unknown
SMP Enabled:   Yes


!!ALSA Version
!!

Driver version: 1.0.21
Library version:1.0.22
Utilities version:  1.0.22


!!Loaded ALSA modules
!!---

snd_hda_intel


!!Sound Servers on this system
!!

No sound servers found.


!!Soundcards recognised by ALSA
!!-

 0 [Intel  ]: HDA-Intel - HDA Intel
  HDA Intel at 0x5310 irq 28


!!PCI Soundcards installed in the system
!!--

00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition 
Audio Controller (rev 01)


!!Advanced information - PCI Vendor/Device/Susbsystem ID's
!!

00:1b.0 0403: 8086:27d8 (rev 01)
Subsystem: 8086:a201


!!Modprobe options (Sound related)
!!

snd-atiixp-modem: index=-2
snd-intel8x0m: index=-2
snd-via82xx-modem: index=-2
snd-pcsp: index=-2
snd_hda_intel: model=dell-bios


!!Loaded sound module options
!!--

!!Module: snd_hda_intel
bdl_pos_adj : 
1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
beep_mode : 
1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
enable : Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y
enable_msi : -1
id : 
(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
index : 
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
model : 
dell-bios,(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
patch : 
(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
position_fix : 
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
power_save : 0
power_save_controller : Y
probe_mask : 
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
probe_only : 
N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N
single_cmd : N


!!HDA-Intel Codec information
!!---
--startcollapse

Bug#536340: [Linux-2.6.30-1-amd64] No sound out of the front jack

2010-02-19 Thread Marco Mattiolo
The lack of nVidia drivers isn't a real problem, I did the sound-test in 
console-mode and then came back to sid's kernel and graphical interface.

I just wanted to describe the way I tested the behaviour of 2.6.33 kernel on 
my sound system. That's all.

Marco Mattiolo



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



Bug#536340: [Linux-2.6.30-1-amd64] No sound out of the front jack

2010-02-17 Thread Marco Mattiolo
In data mercoledì 17 febbraio 2010 14:47:56, maximilian attems ha scritto:
 
 I'm a bit confused by the mess of newlines in your bug report
 http://bugs.debian.org/536340
 
 could you please rerun this below and post the output.
 so that the dell quirk can be added in the hda driver for your box:
 
 alsa-info.sh --no-upload
 
Of course, the report is attached.
But please note: mine is an assembled pc, not a Dell one!
upload=truescript=truecardinfo=
!!
!!ALSA Information Script v 0.4.58
!!

!!Script ran on: Wed Feb 17 18:48:41 UTC 2010


!!Linux Distribution
!!--

Debian GNU/Linux squeeze/sid \n \l


!!DMI Information
!!---

Manufacturer:  
Product Name:  


!!Kernel Information
!!--

Kernel release:2.6.32-8.slh.2-sidux-amd64
Operating System:  GNU/Linux
Architecture:  x86_64
Processor: unknown
SMP Enabled:   Yes


!!ALSA Version
!!

Driver version: 1.0.21
Library version:1.0.22
Utilities version:  1.0.22


!!Loaded ALSA modules
!!---

snd_hda_intel


!!Sound Servers on this system
!!

No sound servers found.


!!Soundcards recognised by ALSA
!!-

 0 [Intel  ]: HDA-Intel - HDA Intel
  HDA Intel at 0x5310 irq 22


!!PCI Soundcards installed in the system
!!--

00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition 
Audio Controller (rev 01)


!!Advanced information - PCI Vendor/Device/Susbsystem ID's
!!

00:1b.0 0403: 8086:27d8 (rev 01)
Subsystem: 8086:a201


!!Modprobe options (Sound related)
!!

snd-atiixp-modem: index=-2
snd-intel8x0m: index=-2
snd-via82xx-modem: index=-2
snd-pcsp: index=-2
snd_hda_intel: model=dell-bios


!!Loaded sound module options
!!--

!!Module: snd_hda_intel
bdl_pos_adj : 
1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
enable : Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y
enable_msi : 0
id : 
NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL
index : 
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
model : 
dell-bios,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL
patch : 
NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL
position_fix : 
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
power_save : 0
power_save_controller : Y
probe_mask : 
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
probe_only : 
N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N
single_cmd : N


!!HDA-Intel Codec information
!!---
--startcollapse--

Codec: SigmaTel STAC9227
Address: 2
Function Id: 0x1
Vendor Id: 0x83847618
Subsystem Id: 0x8086a201
Revision Id: 0x100201
No Modem Function Group found
Default PCM:
rates [0x7e0]: 44100 48000 88200 96000 176400 192000
bits [0xe]: 16 20 24
formats [0x1]: PCM
Default Amp-In caps: ofs=0x00, nsteps=0x0e, stepsize=0x05, mute=0
Default Amp-Out caps: ofs=0x7f, nsteps=0x7f, stepsize=0x02, mute=1
GPIO: io=3, o=0, i=0, unsolicited=1, wake=1
  IO[0]: enable=0, dir=0, wake=0, sticky=0, data=0, unsol=0
  IO[1]: enable=0, dir=0, wake=0, sticky=0, data=0, unsol=0
  IO[2]: enable=1, dir=1, wake=0, sticky=0, data=1, unsol=0
Analog Loopback: 0x00
Node 0x02 [Audio Output] wcaps 0xd0c05: Stereo Amp-Out R/L
  Amp-Out caps: N/A
  Amp-Out vals:  [0x4a 0x4a]
  Converter: stream=0, channel=0
  Power: setting=D0, actual=D0
  Delay: 13 samples
Node 0x03 [Audio Output] wcaps 0xd0c05: Stereo Amp-Out R/L
  Amp-Out caps: N/A
  Amp-Out vals:  [0xff 0xff]
  Converter: stream=0, channel=0
  Power: setting=D3, actual=D3
  Delay: 13 samples
Node 0x04 [Audio Output] wcaps 0xd0c05: Stereo Amp-Out R/L
  Amp-Out caps: N/A
  Amp-Out vals:  [0xff 0xff]
  Converter: stream=0, channel=0
  Power: setting=D3, actual=D3
  Delay: 13 samples
Node 0x05 [Audio Output] wcaps 0xd0c05: Stereo Amp-Out R/L
  Amp-Out caps: N/A
  Amp-Out vals:  [0x4a 0x4a]
  Converter: stream=0, channel=0
  Power: setting=D0, actual=D0
  Delay: 13 samples
Node 0x06 [Vendor Defined Widget] wcaps 0xfd0c05: Stereo Amp-Out R/L
  Amp-Out caps: N/A
  Amp-Out vals:  [0xff 0xff]
  Power: setting=D3, actual=D3
  Delay: 13 samples
Node 0x07 [Audio Input] 

Bug#536340: [Linux-2.6.30-1-amd64] No sound out of the front jack

2010-02-16 Thread Marco Mattiolo
The front jack doesn't work neither on unstable 2.6.32-2 kernel.

On alsa side, I hope I have been doing a good bug report...
https://bugtrack.alsa-project.org/alsa-bug/view.php?id=4917

Thank you



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/blu0-smtp19d58dc3a5ad2f8250d850e6...@phx.gbl



Bug#536340: [Linux-2.6.30-1-amd64] No sound out of the front jack

2010-02-16 Thread Marco Mattiolo
In data martedì 16 febbraio 2010 11:10:36, maximilian attems ha scritto:
 if you can find the commit that broke your sound card by git commit
 chances get higher for a fix to be found.
 
 if you need instructions for git bisecting please ping.
 
What about being assured of having found THE RIGHT buggy commit?



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/blu0-smtp957ab638fafe3cbc49ac2ee6...@phx.gbl



Bug#536340: [Linux-2.6.30-1-amd64] No sound out of the front jack

2010-02-16 Thread Marco Mattiolo
Got the solution.

Following this guide 
http://forum.sabayon.org/viewtopic.php?f=22t=6376start=0
I tried all the snd_hda_intel options related to my sound card.
I got front jack working with
modprobe snd_hda_intel model=dell-bios
(which I then added to /etc/modprobe.d/alsa-base.conf)

Now the matter is: should it be the right behaviour of linux/alsa,
to let the user try all this options after days of googleing?
Could we hope to see a well-done self-recognising sound card tool soon?

Really thank you, max!
I'll also posto the solution to the alsa bug.
Marco Mattiolo



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/blu0-smtp422e87a3dddf9080b13d8ee6...@phx.gbl



Bug#536340: [Linux-2.6.30-1-amd64] No sound out of the front jack

2010-02-15 Thread Marco Mattiolo
In data sabato 13 febbraio 2010 12:30:32, maximilian attems ha scritto:
:
 tags 536340 moreinfo
 can you reproduce on latest 2.6.32 images from unstable?
 alsa had lots of updates since 2.6.30
 
 thanks for feedback.
 

Sorry, still nothing comes out of the front jack.
I've tried the latest squeeze kernel (because of sid's kernel being 
unavailable). I also confirm the front jack worked on my previous lenny
(2.6.26) system.

Kernel release:2.6.32-trunk-amd64
Operating System:  GNU/Linux
Architecture:  x86_64
Processor: unknown
SMP Enabled:   Yes
!!ALSA Version
Driver version: 1.0.21
Library version:1.0.22
Utilities version:  1.0.22

I've attached the full alsa-info report.
Thank you
upload=truescript=truecardinfo=
!!
!!ALSA Information Script v 0.4.58
!!

!!Script ran on: Sun Feb 14 22:42:08 UTC 2010


!!Linux Distribution
!!--

Debian GNU/Linux squeeze/sid \n \l


!!DMI Information
!!---

Manufacturer:  
Product Name:  


!!Kernel Information
!!--

Kernel release:2.6.32-trunk-amd64
Operating System:  GNU/Linux
Architecture:  x86_64
Processor: unknown
SMP Enabled:   Yes


!!ALSA Version
!!

Driver version: 1.0.21
Library version:1.0.22
Utilities version:  1.0.22


!!Loaded ALSA modules
!!---

snd_hda_intel


!!Sound Servers on this system
!!

No sound servers found.


!!Soundcards recognised by ALSA
!!-

 0 [Intel  ]: HDA-Intel - HDA Intel
  HDA Intel at 0x5310 irq 22


!!PCI Soundcards installed in the system
!!--

00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition 
Audio Controller (rev 01)


!!Advanced information - PCI Vendor/Device/Susbsystem ID's
!!

00:1b.0 0403: 8086:27d8 (rev 01)
Subsystem: 8086:a201


!!Modprobe options (Sound related)
!!

snd-atiixp-modem: index=-2
snd-intel8x0m: index=-2
snd-via82xx-modem: index=-2
snd-pcsp: index=-2


!!Loaded sound module options
!!--

!!Module: snd_hda_intel
bdl_pos_adj : 1,-1,-1,-1,-1,-1,-1,-1
enable : Y,Y,Y,Y,Y,Y,Y,Y
enable_msi : 0
id : NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL
index : -1,-1,-1,-1,-1,-1,-1,-1
model : NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL
patch : NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL
position_fix : 0,0,0,0,0,0,0,0
power_save : 0
power_save_controller : Y
probe_mask : -1,-1,-1,-1,-1,-1,-1,-1
probe_only : N,N,N,N,N,N,N,N
single_cmd : N


!!HDA-Intel Codec information
!!---
--startcollapse--

Codec: SigmaTel STAC9227
Address: 2
Function Id: 0x1
Vendor Id: 0x83847618
Subsystem Id: 0x8086a201
Revision Id: 0x100201
No Modem Function Group found
Default PCM:
rates [0x7e0]: 44100 48000 88200 96000 176400 192000
bits [0xe]: 16 20 24
formats [0x1]: PCM
Default Amp-In caps: ofs=0x00, nsteps=0x0e, stepsize=0x05, mute=0
Default Amp-Out caps: ofs=0x7f, nsteps=0x7f, stepsize=0x02, mute=1
GPIO: io=3, o=0, i=0, unsolicited=1, wake=1
  IO[0]: enable=1, dir=1, wake=0, sticky=0, data=1, unsol=0
  IO[1]: enable=0, dir=0, wake=0, sticky=0, data=0, unsol=0
  IO[2]: enable=0, dir=0, wake=0, sticky=0, data=0, unsol=0
Analog Loopback: 0x00
Node 0x02 [Audio Output] wcaps 0xd0c05: Stereo Amp-Out R/L
  Amp-Out caps: N/A
  Amp-Out vals:  [0x49 0x49]
  Converter: stream=0, channel=0
  Power: setting=D0, actual=D0
  Delay: 13 samples
Node 0x03 [Audio Output] wcaps 0xd0c05: Stereo Amp-Out R/L
  Amp-Out caps: N/A
  Amp-Out vals:  [0x49 0x49]
  Converter: stream=0, channel=0
  Power: setting=D0, actual=D0
  Delay: 13 samples
Node 0x04 [Audio Output] wcaps 0xd0c05: Stereo Amp-Out R/L
  Amp-Out caps: N/A
  Amp-Out vals:  [0x49 0x49]
  Converter: stream=0, channel=0
  Power: setting=D0, actual=D0
  Delay: 13 samples
Node 0x05 [Audio Output] wcaps 0xd0c05: Stereo Amp-Out R/L
  Amp-Out caps: N/A
  Amp-Out vals:  [0x49 0x49]
  Converter: stream=0, channel=0
  Power: setting=D0, actual=D0
  Delay: 13 samples
Node 0x06 [Vendor Defined Widget] wcaps 0xfd0c05: Stereo Amp-Out R/L
  Amp-Out caps: N/A
  Amp-Out vals:  [0xff 0xff]
  Power: setting=D3, actual=D3
  Delay: 13 samples
Node 0x07 [Audio Input] wcaps 0x1d0541: Stereo
  Converter: stream=0, channel=0
  SDI-Select: 0
  Power: setting=D0, actual=D0
  Delay: 13 samples
  Connection: 1
 0x1b
  Processing caps: benign=0, ncoeff=0
Node 0x08 [Audio Input] wcaps 0x1d0541: Stereo
  Converter: stream=0, channel=0
  SDI-Select: 0
  Power: setting=D0, actual=D0
  Delay: 13 samples
  Connection: 1
 0x1c
  Processing caps: benign=0, ncoeff=0
Node 0x09 [Audio Input] wcaps 0x1d0541: Stereo
  Converter: stream=0, 

Bug#536340: Alsa-info output for sidux kernel

2009-10-17 Thread Marco Mattiolo

The alsa-info's output of sidux kernel is here:
http://www.alsa-project.org/db/?f=7e645a6046e2ee60933573fae2302e3ef7527f88

There are quite differences.
Bye

  
_
Gossip, Sport, Notizie... Accendi la Messenger TV!
http://www.messenger.it/messengerTV.aspx

Bug#536340: #536340 : confirmed on 2.6.30-8

2009-10-15 Thread Marco Mattiolo

maximilian attems ha scritto:
 On Wed, 14 Oct 2009, Marco Mattiolo wrote:

   
 I was already running the linux-image-2.6.31-4.slh.1-sidux-amd64 
 (2.6.31-16) sidux kernel version,
 which I think is newer than the one in experimental repo.
 Anyway, I installed linux-image-2.6.31-trunk-amd64 
 (2.6.31-1~experimental.2), without the headers package,
 which had a dependency problem.
 Neither with sidux nor with experimental kernel did the front jack work.
 

 there is a script to run to do a proper alsa report,
 please do so and report it's output.

 as it is reproducible with latest please file upstream too
 and let us know the bug nr.
  

 kind regards


   
I noticed that the problem also affects other distros with newer 
kernels, such as Squeeze and Ubuntu.
The problem is solved when switching audio drivers from alsa to oss4, as 
described in https://help.ubuntu.com/community/OpenSound
Anyway, it's not a normal behaviour that the front jack works with 
linux=2.6.26 and not with newer kernels.

Here's the alsa-info output.

  
_
Racconta la tua estate, crea il tuo blog.
http://www.windowslive.it/spaces.aspx

alsa-info.txt.CN6zfrvUB4
Description: Binary data


Bug#536340: #536340 : confirmed on 2.6.30-8

2009-10-14 Thread Marco Mattiolo

maximilian attems ha scritto:
 On Wed, Oct 14, 2009 at 09:52:03AM +0200, Marco Mattiolo wrote:
   
 Package: linux-image-2.6.30-2-amd64
 Version: 2.6.30-8  
 Severity: normal   



 

 please test 2.6.31 out of experimental, should have all fixes
 up to 2.6.31.4, thanks.


   
I was already running the linux-image-2.6.31-4.slh.1-sidux-amd64 
(2.6.31-16) sidux kernel version,
which I think is newer than the one in experimental repo.
Anyway, I installed linux-image-2.6.31-trunk-amd64 
(2.6.31-1~experimental.2), without the headers package,
which had a dependency problem.
Neither with sidux nor with experimental kernel did the front jack work.

Thank you

  
_
Scopri tutti i servizi Windows Live, guarda i video
http://www.windowslive.it/videoGallery.aspx

Bug#536340: [Linux-2.6.30-1-amd64] No sound out of the front jack

2009-07-09 Thread Marco Mattiolo
]: Intel Corporation 82801GB/GR (ICH7 Family)
LPC Interface Bridge [8086:27b8] (rev 01)
Subsystem: Intel Corporation Device
[8086:5354]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=mediumTAbort-
SERR-  



00:1f.1 IDE interface [0101]: Intel Corporation 82801G (ICH7 Family) IDE
Controller [8086:27df] (rev 01) (prog-if 8a [Master SecP PriP])
Subsystem: Intel Corporation Device
[8086:5354] 


Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=mediumTAbort-
SERR- TAbort-
SERR-  


Kernel driver in use:
ata_piix 



00:1f.3 SMBus [0c05]: Intel Corporation 82801G (ICH7 Family) SMBus
Controller [8086:27da] (rev 01)
Subsystem: Intel Corporation Device
[8086:5354]
Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=mediumTAbort-
SERR- TAbort-
SERR- 
Kernel driver in use: e100



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

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

Versions of packages linux-image-2.6.30-1-amd64 depends on:
ii  debconf [debconf-2.0] 1.5.27 Debian configuration
management sy
ii  initramfs-tools [linux-initra 0.93.3 tools for generating an
initramfs
ii  module-init-tools 3.9-2  tools for managing Linux
kernel mo

linux-image-2.6.30-1-amd64 recommends no packages.

Versions of packages linux-image-2.6.30-1-amd64 suggests:
ii  grub  0.97-53GRand Unified Bootloader
(Legacy v
pn  linux-doc-2.6.30   (no description available)

-- debconf information:
  linux-image-2.6.30-1-amd64/preinst/initrd-2.6.30-1-amd64:
  shared/kernel-image/really-run-bootloader: true
  linux-image-2.6.30-1-amd64/postinst/create-kimage-link-2.6.30-1-amd64:
true
  linux-image-2.6.30-1-amd64/preinst/abort-overwrite-2.6.30-1-amd64:
  linux-image-2.6.30-1-amd64/postinst/bootloader-error-2.6.30-1-amd64:
  linux-image-2.6.30-1-amd64/preinst/lilo-has-ramdisk:

linux-image-2.6.30-1-amd64/postinst/old-dir-initrd-link-2.6.30-1-amd64: true
  linux-image-2.6.30-1-amd64/postinst/old-initrd-link-2.6.30-1-amd64: true
  linux-image-2.6.30-1-amd64/postinst/kimage-is-a-directory:
  linux-image-2.6.30-1-amd64/preinst/lilo-initrd-2.6.30-1-amd64: true

linux-image-2.6.30-1-amd64/prerm/removing-running-kernel-2.6.30-1-amd64:
true

linux-image-2.6.30-1-amd64/prerm/would-invalidate-boot-loader-2.6.30-1-amd64: 

true
  linux-image-2.6.30-1-amd64/preinst/elilo-initrd-2.6.30-1-amd64: true
  linux-image-2.6.30-1-amd64/preinst/bootloader-initrd-2.6.30-1-amd64: true
  linux-image-2.6.30-1-amd64/preinst/overwriting-modules-2.6.30-1-amd64:
true
  linux-image-2.6.30-1-amd64/postinst/depmod-error-2.6.30-1-amd64: false
  linux-image-2.6.30-1-amd64/preinst/failed-to-move-modules-2.6.30-1-amd64:

linux-image-2.6.30-1-amd64/postinst/depmod-error-initrd-2.6.30-1-amd64:
false
  linux-image-2.6.30-1-amd64/preinst/abort-install-2.6.30-1-amd64:
  linux-image-2.6.30-1-amd64/postinst/bootloader-test-error-2.6.30-1-amd64:

linux-image-2.6.30-1-amd64/postinst/old-system-map-link-2.6.30-1-amd64: true


Hi there.

After the upgrade to sid, I came across this bug in kernel.
I tried to downgrade to the testing kernel (2.6.26+17+lenny1 version)
and the both jacks (front and rear) work.
On sid kernel (also sidux newer kernel versions) any sound come out of
the jack on the front of PC.
I hope I explained well.
Marco Mattiolo


_
Quante ne sai? Gioca con Crosswire e mettiti alla prova!
http://livesearch.games.msn.com/crosswire/default_it/

Bug#480728: [keytouch] , keytouch-init: failed to set keycode

2009-06-18 Thread Marco Mattiolo

My debian is squeeze, nevertheless I just upgraded keytouch to the sid 
(2.4.1-1) version.

I still get the error message:
marcu...@dhcppc0:~$ /etc/init.d/keytouch restart
Stopping keytouch: nothing to do.
Initializing keytouch: keytouch-initCouldnt get a file descriptor 
referring to the console
marcu...@dhcppc0:~$ su
Password:
dhcppc0:/home/marcus89# /etc/init.d/keytouch restart
Stopping keytouch: keytouch-acpid.
Initializing keytouch: keytouch-initkeytouch-init: Failed to set keycode:
keycode 172 to scancode 178 (0xb2)
keytouch-init: Failed to set keycode:
keycode 155 to scancode 236 (0xec)
keytouch-init: Failed to set keycode:
keycode 156 to scancode 230 (0xe6)
keytouch-init: Failed to set keycode:
keycode 115 to scancode 176 (0xb0)
keytouch-init: Failed to set keycode:
keycode 114 to scancode 174 (0xae)
keytouch-init: Failed to set keycode:
keycode 113 to scancode 160 (0xa0)
keytouch-init: Failed to set keycode:
keycode 164 to scancode 162 (0xa2)
keytouch-init: Failed to set keycode:
keycode 226 to scancode 237 (0xed)
 keytouch-acpid.



_
Messenger 2009: vieni a scoprire tutte le novità!
http://www.messenger.it/

Bug#480728: 480728: [keytouch] keytouch-init: failed to set keycode

2009-06-07 Thread Marco Mattiolo

Package: keytouch

Architecture: amd64

Version: 2.3.2-2.1

Depends on package(Version needed)Installed version
libasound2 ( 1.0.16)   1.0.20-2 0
libatk1.0-0 (= 1.20.0)   1.26.0-1
libc6   (= 2.7-1)  2.9-12
libglib2.0-0(= 2.16.0)   2.20.1-2
libgnome-menu2  (= 2.15.4)   2.24.2-2
libgtk2.0-0 (= 2.12.0)   2.16.1-2
libx11-6 
2:1.2.1-1
libxtst6  
2:1.0.3-1
keytouch-data   (= 2.3.2-2.1) 2.3.2-2.1

Kernel version: 2.6.26-2-amd64

Debian version: squeeze/sid

Keyboard: Logitech cordless internet pro (Y-RAJ56A)

On every boot I still get an error message like this:

dhcppc0:/home/marcus89# /etc/init.d/keytouch restart
Stopping keytouch: keytouch-acpid.
Initializing keytouch: keytouch-initkeytouch-init: Failed to set keycode:
keycode 226 to scancode 237 (0xed)
keytouch-init: Failed to set keycode:
keycode 164 to scancode 162 (0xa2)
keytouch-init: Failed to set keycode:
keycode 113 to scancode 160 (0xa0)
keytouch-init: Failed to set keycode:
keycode 115 to scancode 176 (0xb0)
keytouch-init: Failed to set keycode:
keycode 114 to scancode 174 (0xae)
keytouch-init: Failed to set keycode:
keycode 156 to scancode 230 (0xe6)
keytouch-init: Failed to set keycode:
keycode 155 to scancode 236 (0xec)
keytouch-init: Failed to set keycode:
keycode 150 to scancode 178 (0xb2)
 keytouch-acpid.

Hope it to be solved in the new (2.3.2-3 now in sid) version.


_
Naviga più semplice, più veloce e più sicuro. Scarica Internet Explorer 8 per 
MSN!
 
http://cid-16be95750dd16d04.skydrive.live.com/self.aspx/le%20PV%20in%20viaggio!/89.JPG