Bug#794316: #794316 can't unlock desktop

2016-02-05 Thread Timo Juhani Lindfors
Hi,

I see this today too (gdm3 3.14.1-7 on amd64 Debian 8). strace shows

3654  <... inotify_init1 resumed> ) = -1 EMFILE (Too many open files)

journalctl shows

Feb 05 11:10:40 sec-282 gdm-session-worker[3654]: <5>AccountsService: Failed to 
monitor logind session changes: Too many open files

Following
https://kdecherf.com/blog/2015/09/12/systemd-and-the-fd-exhaustion/ I
noticed that gdm-session-worker processes end up consuming all of root's
inotify handles(?)

# find /proc/*/fd/* -type l -lname 'anon_inode:inotify' -print
  2>/dev/null | cut -d/ -f3 |xargs -I '{}' -- ps --no-headers -o '%U' -p
  '{}' | sort | uniq -c | sort -nr
127 root
 18 lindi
  1 messagebus
  1 colord

Running

sysctl fs.inotify.max_user_instances=256

let's me login but I guess the real bug is still to be solved: Why are
there so many "gdm-session-worker [pam/gdm-password]" processes?

-Timo



Bug#748694: sys/sdt.h is architecture specific, and causing issues on unsupported architectures

2014-05-20 Thread Timo Juhani Lindfors
Hi,

Matthias Klose d...@debian.org writes:
 I'm not complaing about the name of the package, but that it apparently *does*
 have some unintended effects on some architectures.

is there something simpler than gcc that FTBFS? I'd like to look into
the issue but gcc is quite heavy to build, especially on a porterbox.

-Timo


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



Bug#748694: sys/sdt.h is architecture specific, and causing issues on unsupported architectures

2014-05-19 Thread Timo Juhani Lindfors
Hi,

[ Adding reporter of #726248 to CC and quoting the bug report fully for
  him. ]

Matthias Klose d...@debian.org writes:
 The sys/sdt.h header file is shipped in an architecture independent package, 
 and
 installed into /usr/include where it is found on the include path for every
 architecture.  Seen that the mere inclusion of this header causes build 
 failures
 on some architectures. Reported in

   https://gcc.gnu.org/PR61231

 and before in

   https://gcc.gnu.org/ml/gcc-patches/2012-12/msg01122.html

 This just seems to be the visible fall-out, what about issues on architectures
 not supported by systemtap?

 In bug #423934 you mention that systemtap should be only available on
 architectures where it is supported.  The systemtap-sdt-dev package violates
 this assurance.  So the correct solution for this seems to be an architecture
 dependent systemtap-sdt-dev package shipping the header file in
 /usr/include/multiarch

thanks for the report. systemtap-sdt-dev was made arch:all in response to

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=726248

I'm not sure if I'm getting the whole picture here, what's the cause of
the build failure? I could take a look at the issue on a porterbox, is
there something smaller than gcc that FTBFS due to this issue? gcc is
bit heavy to debug :(

-Timo


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



Bug#681659: pidgin-facebookchat: unusable without facebook so belongs in contrib

2013-05-08 Thread Timo Juhani Lindfors
John Paul Adrian Glaubitz glaub...@physik.fu-berlin.de writes:
 point 2), however. How can I miss old messages? You're either logged
 in to chat or you're not. If you are online, you get all the messages,
 if not they're delivered to your Facebook inbox where you can fetch
 them.

But to fetch them I need to use a browser? Debian does not ship chromium
for ARM at the moment and most phones have ARM CPUs. I'd also like to
have the same UI for old and current messages.


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



Bug#681659: pidgin-facebookchat: unusable without facebook so belongs in contrib

2013-05-08 Thread Timo Juhani Lindfors
John Paul Adrian Glaubitz glaub...@physik.fu-berlin.de writes:
 If you are using a phone, chances are 90% Facebook actually provides
 an app which is much better than the plugin for your particular phone.

Yes but that app is not free software?

 Also, why would you want to use desktop software on a phone? That's
 rather an exceptional use case and quite uncomfortable. Pidgin and the
 plugin are meant to be used on a desktop.

Because afaik we don't have anything better?

 Sorry, but that doesn't justify having packages in such bad shape in
 Debian. We seriously need to kick out packages like these as they slow
 down the development cycles for newer releases.

You are right. I just don't want people to think that XMPP somehow
replaces pidgin-facebookchat fully.


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



Bug#681659: pidgin-facebookchat: unusable without facebook so belongs in contrib

2013-05-08 Thread Timo Juhani Lindfors
John Paul Adrian Glaubitz glaub...@physik.fu-berlin.de writes:
 On 05/08/2013 09:29 AM, Timo Juhani Lindfors wrote:
 If you are using a phone, chances are 90% Facebook actually provides
 an app which is much better than the plugin for your particular phone.

 Yes but that app is not free software?

 It is.

I think we were talking about different apps here. I was refering to the
app that Facebook provides that you mentioned.

 few people who actually use it wouldn't justify having such a broken
 package in Debian.

I'm not trying to justify having the package in Debian in its current
state, I only oppose the false information that XMPP would be enough to
replace it...


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



Bug#681659: pidgin-facebookchat: unusable without facebook so belongs in contrib

2013-05-07 Thread Timo Juhani Lindfors
John Paul Adrian Glaubitz glaub...@physik.fu-berlin.de writes:
 This package should be removed as it has become obsolete since
 Facebook has implemented full support for XMPP which is supported by
 Pidgin. Installing the plugin is no longer required to use Facebook
 chat with Pidgin.

I don't think it supports 1) group chat 2) fetching old messages that
you have missed?


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



Bug#704482: #704482 general: file copy over kde gui or cp to an usb devices (tried fat/ext3) is showen as finshed while it's still copying

2013-04-01 Thread Timo Juhani Lindfors
package general
severity 704482 wishlist
tags 704482 -patch
reassign 704482 konqueror
thanks

For cp this is not a bug, you are supposed to umount the filesystem
before you remove the usb device. Nothing in man cp guarantees that
the file has been copied to the disk when the command exits.

For konqueror this is also not a critical bug, you are supposed to use
safely remove drive or equivalent before removing the usb
device. However, I think it would be nice to have a progress bar that
would show the actual data transfer. I'm thus changing this to a
wishlist bug against konqueror. Feel free to close if you don't think
this is realistic.

You marked the bug with patch but I don't see any patch, I assume this
was an error.


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



Bug#702314: #702314 checkinstall aborts with illegal instruction on kFreeBSD

2013-03-05 Thread Timo Juhani Lindfors
package checkinstall
tag 702314 patch pending
thanks

Hi,

I can reproduce this on amd64 and i386. The following is from
fisher.debian.org (i386):

/bin/dash -c 
'LD_PRELOAD=/home/lindi/debian/debian-checkinstall/checkinstall-1.6.2/installwatch/installwatch.so
 exec cat /etc/motd'
Illegal instruction

Debugger shows that the crash happens at 0x2807ac72 which is mapped to
the installwatch.so according to /proc.

Program received signal SIGILL, Illegal instruction.
0x2807ac72 in ?? () from /lib/ld.so.1
(gdb) x/4i $eip-6
   0x2807ac6c:  lea0x10(%ebp),%eax
   0x2807ac6f:  mov%eax,-0xc(%ebp)
= 0x2807ac72:  ud2
   0x2807ac74:  push   %ebp

This is the last instruction of the open function. objdump of the .so
confirms that the function indeed contains some ud2a instruction:

6c11 open:
6c11:   55  push   %ebp
6c12:   89 e5   mov%esp,%ebp
6c14:   53  push   %ebx
6c15:   81 ec 64 18 00 00   sub$0x1864,%esp
6c1b:   e8 d9 34 00 00  call   a0f9 __x86.get_pc_thunk.bx
6c20:   81 c3 b4 54 00 00   add$0x54b4,%ebx
6c26:   8b 83 f4 ff ff ff   mov-0xc(%ebx),%eax
6c2c:   8b 00   mov(%eax),%eax
6c2e:   8d 50 01lea0x1(%eax),%edx
6c31:   8b 83 f4 ff ff ff   mov-0xc(%ebx),%eax
6c37:   89 10   mov%edx,(%eax)
6c39:   8b 83 08 1a 00 00   mov0x1a08(%ebx),%eax
6c3f:   85 c0   test   %eax,%eax
6c41:   75 05   jne6c48 open+0x37
6c43:   e8 66 a6 ff ff  call   12ae initialize
6c48:   8b 45 0cmov0xc(%ebp),%eax
6c4b:   89 44 24 0c mov%eax,0xc(%esp)
6c4f:   8b 45 08mov0x8(%ebp),%eax
6c52:   89 44 24 08 mov%eax,0x8(%esp)
6c56:   8d 83 47 ec ff ff   lea-0x13b9(%ebx),%eax
6c5c:   89 44 24 04 mov%eax,0x4(%esp)
6c60:   c7 04 24 02 00 00 00movl   $0x2,(%esp)
6c67:   e8 15 af ff ff  call   1b81 debug
6c6c:   8d 45 10lea0x10(%ebp),%eax
6c6f:   89 45 f4mov%eax,-0xc(%ebp)
6c72:   0f 0b   ud2a   

Now, the build log talks about this:

gcc -Wall -c -D_GNU_SOURCE -DPIC -fPIC -D_REENTRANT -DVERSION=\0.7.0beta7\ 
installwatch.c
installwatch.c: In function '__instw_printdirent64':
installwatch.c:1037:4: warning: format '%lld' expects argument of type 'long 
long int', but argument 4 has type 'unsigned int' [-Wformat]
installwatch.c:1037:4: warning: format '%lld' expects argument of type 'long 
long int', but argument 5 has type 'int' [-Wformat]
installwatch.c: In function 'openat':
installwatch.c:3835:11: warning: 'short unsigned int' is promoted to 'int' when 
passed through '...' [enabled by default]
installwatch.c:3835:11: note: (so you should pass 'int' not 'short unsigned 
int' to 'va_arg')
installwatch.c:3835:11: note: if this code is reached, the program will abort
installwatch.c: In function 'open64':
installwatch.c:3598:9: warning: 'short unsigned int' is promoted to 'int' when 
passed through '...' [enabled by default]
installwatch.c:3598:9: note: if this code is reached, the program will abort
installwatch.c: In function 'open':
installwatch.c:2821:9: warning: 'short unsigned int' is promoted to 'int' when 
passed through '...' [enabled by default]
installwatch.c:2821:9: note: if this code is reached, the program will abort
installwatch.c: In function 'fopen':
installwatch.c:2539:7: warning: 'result' may be used uninitialized in this 
function [-Wuninitialized]
installwatch.c:2509:8: note: 'result' was declared here
ld -shared -o installwatch.so installwatch.o -ldl -lc

I tried to register to upstream bug tracker but while writing this I
still haven't received the confirmation email. I pushed patches to
http://git.debian.org/?p=collab-maint/checkinstall.git;a=summary and
built with pbuilder to see that there are no obvious regressions on
amd64 (linux).


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



Bug#702234: #702234 gnome-shell: Screen lock delayed on password prompt version graph

2013-03-04 Thread Timo Juhani Lindfors
Hi,

to me this sounds like a general X limitation and not an issue in
gnome-shell. I can reproduce this even in squeeze with gnome2:

1) start gnome-terminal
2) click the File menu and don't close it
3) close the laptop lid
4) press the power button to start the system again

The result is that the system hibernates but the screen lock does not
act because the menu is open. Afaik Xorg upstream is well aware of this
and the real fix is wayland. See e.g. 

   screensaver won't trigger during pop-up

  -- http://people.freedesktop.org/~daniels/lca2013-wayland-x11.pdf
  -- 
http://mirror.linux.org.au/linux.conf.au/2013/webm/The_real_story_behind_Wayland_and_X.webm

I don't think it is realistic for Debian to start fixing X either so
maybe the most we can do is to document this in release notes but even
that sounds like an overreaction to me.

-Timo


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



Bug#702234: #702234 gnome-shell: Screen lock delayed on password prompt version graph

2013-03-04 Thread Timo Juhani Lindfors
Asterix zzz...@rocketmail.com writes:
 I think it might be worth putting something in the release notes until
 the bug is fixed upstream, because it is a security issue, and since it
 happens with menus as well it probably will effect quite a few people?

I'm still not sure if this is something that should have been in the
release notes of every single debian release. Release notes should
mostly talk about changes between two releases.

-Timo


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



Bug#702272: #702272 pinta: crash on program start

2013-03-04 Thread Timo Juhani Lindfors
Hi,

I started pinta, on both i386 and amd64, and it does not crash.

To make sure that the issue is not caused by some weird configuration in
your system can you please try if the problem occurs in debian live
environment? For example just copy

http://live.debian.net/cdimage/release/next/i386/iso-hybrid/debian-wheezy-live-rc1-i386-gnome-desktop.iso

to a CD-RW or USB stick and boot it. Then install pinta and see if it
crashes.

-Timo


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



Bug#616108: #616108 pidgin-facebookchat: Authentication Failure - You are not permitted to do that

2013-03-02 Thread Timo Juhani Lindfors
Hi,

Bernd Zeimetz be...@bzed.de wrote:
 as the facebook chat works well via jabber these days, why is this
 plugin still needed? Should it be removed instead?

I couldn't get pidgin-facebook chat to show up in the plugin list so I
tested using XMPP instead. It seems to lack at least group chat:

http://stackoverflow.com/questions/7563763/is-group-chat-for-facebook-implemented-in-the-api

Another critical feature that I can't find is the ability to see
messages that were sent to me while pidgin was not running. I can't keep
GPRS connected all the time, I'd really prefer being able to check if
somebody has sent me a message without having to navigate the web page.

If any one of these two features are supported by pidgin-facebookchat
then it might still serve a useful purpose.


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



Bug#681659: #681659 pidgin-facebookchat: unusable without facebook so belongs in contrib

2013-03-01 Thread Timo Juhani Lindfors
Hi,

interesting interpretation. Is this any different from the AIM, Google
Talk and MSN plugins of pidgin?

-Timo


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



Bug#693224: #693224 ntp-wait - Needs Getopt/Std.pm

2012-11-22 Thread Timo Juhani Lindfors
Hi,

perl indeed depends on perl-modules. Bastian, how can you have perl
installed but not perl-modules?

-Timo


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



Bug#674821: #674821 xserver-xorg-input-tslib: undefined symbol: xf86XInputSetScreen reported when X loads tslib_drv.so

2012-11-22 Thread Timo Juhani Lindfors
Hi,

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=693158

seems to suffer from a similar issue. There's a patch that just comments
out the call to the function in question...

-Timo


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



Bug#693288: #693288 src:jsxgraph: maintainer address bounces

2012-11-22 Thread Timo Juhani Lindfors
Hi,

launchpad lists an alternative email. Maybe that works? (added to CC).

-Timo


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



Bug#692245: #692245 worng soname, worng lib name and all lowercase, many games externaly precompile fails in debian

2012-11-19 Thread Timo Juhani Lindfors
package libbox2d0
severity 692245 wishlist
thanks

Hi,

my impression is that supporting third-party binaries is nice and
certainly offers extra convenience but does not warrant severity of
serious. Are there any other reasons to change the severity before
release of wheezy?

Also, you can't change the soname without coordinating with all reverse
dependencies (namely numptyphysics) first.

-Timo


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



Bug#693096: #693096 [dwarves] pahole just segfaults

2012-11-19 Thread Timo Juhani Lindfors
Hi,

unable to reproduce. Tried pahole /bin/ls on

1) i386 unstable with libelf1 0.153-2

and

2) amd64 testing with libelf1 0.152-1+b1

Can you reproduce the issue if you get a virtual machine image from
http://people.debian.org/~aurel32/qemu/i386/ and upgrade it to wheezy?
What input file and parameters did you use?

-Timo


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



Bug#691883: #691883 mahara debdiffs

2012-11-16 Thread Timo Juhani Lindfors
Hi,

Timo Juhani Lindfors timo.lindf...@iki.fi writes:
 However, the debdiff seems to be for squeeze and not for wheezy? Are in
 fact both squeeze and wheezy affected by the bugs? If yes, we need two
 uploads.

sorry, I didn't notice the sid.diff file. I built, tested (quite
briefly), signed and uploaded to unstable. Thanks for your contribution!
When the package appears in unstable the next step is to file a bug
against release.debian.org with title unblock: mahara/1.5.1-3 so that
mahara can migrate from unstable to testing.

For squeeze we need to wait for security team's approval as per

http://www.debian.org/doc/manuals/developers-reference/pkgs.html#s5.6.4

Can somebody from the security team please review Melissa's squeeze.diff
from

http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=18;filename=squeeze.diff;att=2;bug=691883

?

-Timo


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



Bug#691883: #691883 mahara debdiffs

2012-11-15 Thread Timo Juhani Lindfors
Hi,

hmm, the patches look ok, especially the DEP-3 headers are useful.

However, the debdiff seems to be for squeeze and not for wheezy? Are in
fact both squeeze and wheezy affected by the bugs? If yes, we need two
uploads.

-Timo


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



Bug#689012: Bug #689012: chrony: Refuses to start: Fatal error : Cannot read information from uname

2012-11-14 Thread Timo Juhani Lindfors
Hi,

I was about to sponsor

http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=24;filename=chrony-for-kernel3.diff;att=1;bug=689012

but it does not seem to solve the problem for me.

I also looked at upstream git but they have a much more complicated fix.

-Timo


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



Bug#668740: #668740 dsc-statistics-{collector, presenter}: creates system user in /home

2012-11-14 Thread Timo Juhani Lindfors
Hi,

since this RC bug has been open for a long time and there does not seem
to be interest to fix it by the maintainer would now finally be the time
to remove it from wheezy?

-Timo


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



Bug#690066: #690066 libreoffice-writer: silently corrupts docx file

2012-11-14 Thread Timo Juhani Lindfors
Hi,

I can reproduce with libreoffice 1:3.5.4+dfsg-2 on amd64.

-Timo


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



Bug#681654: #681654 kstars-data-extra-tycho2: undistributable

2012-11-14 Thread Timo Juhani Lindfors
Hi,

if

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=681654#52

is correct and the issue is commercial use (and not nondistributability)
how about just moving kstars-data-extra-tycho2 to non-free instead of
having this bug delay wheezy release? You can always reintroduce it back
to main if the issue is solved.

-Timo


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



Bug#667040: #667040 libgtk-3-0: Broken text rendering

2012-11-14 Thread Timo Juhani Lindfors
Hi,

I can't reproduce this on my i386 wheezy laptop and iceweasel. Did you
just forgot to close the bug?

-Timo


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



Bug#691078: #691078 motion keeps restarting after recent upgrade, and appears unable to find some av codec

2012-11-14 Thread Timo Juhani Lindfors
Hi,

motion 3.2.12-3.2 seems to work fine on my i386 test laptop using
external usb webcam.

-Timo


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



Bug#687407: #687407 xdotool: FTBFS: cannot load such file -- xdo_test_helper

2012-11-14 Thread Timo Juhani Lindfors
Hi,

yes I can reproduce the bug with sbuild:

  1) Failure:
test_de_symbol_typing(XdotoolTypingTests)
[test_typing.rb:58:in `_test_typing'
 test_typing.rb:118:in `test_de_symbol_typing']:
`12345678990-=~ !@\#$%^*()_+[]{}|;:\,./?:\,./? expected but was
12345678990-= !\#$%*()_+;:\,./?:\,./?.

  2) Failure:
test_se_symbol_typing(XdotoolTypingTests)
[test_typing.rb:58:in `_test_typing'
 test_typing.rb:108:in `test_se_symbol_typing']:
`12345678990-=~ !@\#$%^*()_+[]{}|;:\,./?:\,./? expected but was
`12345678990-= !#%*()_+;:\,./?:\,./?.

12 tests, 12 assertions, 2 failures, 0 errors
make[5]: *** [do-test] Error 1
make[5]: Leaving directory `/«PKGBUILDDIR»/t'

...

Build Architecture: amd64
Build-Space: 3612
Build-Time: 91
Distribution: sid
Fail-Stage: build
Host Architecture: amd64
Install-Time: 212
Job: /home/lindi/tmp/xdotool_2.20110530.1-5.dsc
Machine Architecture: amd64
Package: xdotool
Package-Time: 311
Source-Version: 1:2.20110530.1-5
Space: 3612
Status: attempted
Version: 1:2.20110530.1-5

-Timo


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



Bug#688348: #688348 mirror: modifies installed files during postinst for license conformance, causing debsums to report modifications

2012-11-14 Thread Timo Juhani Lindfors
Hi,

 I'm in the middle of repackaging it now into a more normal style.

do you have a public git tree for the packaging somewhere? Maybe others
could help?

-Timo


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



Bug#681451: #681451 gvfs-bin: gvfs-open (via xdg-open) opens pdfs in wrong application

2012-11-14 Thread Timo Juhani Lindfors
Hi,

I can't reproduce this bug on my i386 wheezy installation that runs
gnome3.

-Timo


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



Bug#674556: #674556 gtk-recordmydesktop: hides main menubar in gnome3 making desktop unusable

2012-08-06 Thread Timo Juhani Lindfors
gregor herrmann gre...@debian.org writes:
 (Just guessing, I don't plan to install Gnome to check it out :))

When I heard that ctrl-shift-R in gnome3 starts the builtin screencast
function I don't need gtk-recordmydesktop anymore so my motivation to
fix this bug is also quite low.


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



Bug#673469: #673469 libwebkitgtk-1.0-0: segfaults all the time on armel, javascript related

2012-07-05 Thread Timo Juhani Lindfors
Hi,

 It looks like this is the relevant upstream bug (though it's not
 totally clear if the original reporter is on armel or armhf)

I am on armel but you need to Cc me if you ask for more information.

673...@bugs.debian.org only goes to the maintainer of the package and
not the submitter.

-Timo



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



Bug#676463: #676463 sysv-rc: complains incorrectly(?) about obsolete init.d scripts for fuse and others

2012-06-11 Thread Timo Juhani Lindfors
Hi,

after changing

 add_problematic package $package left obsolete init.d script behind

in /var/lib/dpkg/info/sysv-rc.postinst to

 add_problematic package $package left obsolete init.d script $initscript 
behind

I get

...
info: Checking if it is safe to convert to dependency based boot.
Configuring sysv-rc
---

Unable to migrate to dependency-based boot system

Problems in the boot system exist which are preventing migration to 
dependency-based boot sequencing:

package fuse left obsolete init.d script /etc/init.d/fuse behind, package 
initscripts left obsolete init.d script /etc/init.d/stop-bootlogd behind, 
package initscripts
left obsolete init.d script /etc/init.d/bootlogd behind, package initscripts 
left obsolete init.d script /etc/init.d/stop-bootlogd-single behind

If the reported problem is a local modification, it needs to be fixed manually. 
 These are typically due to obsolete conffiles being left after a package has 
been
removed, but not purged.  It is suggested that these are removed by running:

dpkg --purge fuse initscripts initscripts initscripts

Package installation can not continue until the above problems have been fixed. 
 To reattempt the migration process after these problems have been fixed, run 
dpkg
--configure sysv-rc.


error: Unable to migrate to dependency based boot sequencing.
error: Problems detected: package fuse left obsolete init.d script 
/etc/init.d/fuse behind, package initscripts left obsolete init.d script 
/etc/init.d/stop-bootlogd behind, package initscripts left obsolete init.d 
script /etc/init.d/bootlogd behind, package initscripts left obsolete init.d 
script /etc/init.d/stop-bootlogd-single behind

If this is due to the presence of unpurged obsolete initscripts,
it is suggested that the following is run to remove them:
  dpkg --purge fuse initscripts initscripts initscripts

See http://wiki.debian.org/LSBInitScripts/DependencyBasedBoot for
more information about dependency based boot sequencing. To
reattempt the migration process run 'dpkg --configure sysv-rc'.

dpkg: error processing sysv-rc (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 sysv-rc




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



Bug#674728: #674728 chromium: FTBFS on armel and armhf

2012-06-01 Thread Timo Juhani Lindfors
Hi,

shawn shawnland...@gmail.com writes:
 Here is a working patch against current sid version. (for at least
 armel)

 It won't cleanly git am against git, but if you read it, it is trivial
 to resolve (but tedious)
 however, I do not know how to check against git anyways, as that debian
 directory doesn't seem to be capable of building the sid source package,
 and i don't know where and what version of source i should use against
 it.

I just tested the binary you built. It prints

[28996:28996:383359135708:ERROR:data_pack.cc(133)] Entry #3 in data pack points 
off end of file. Was the file corrupted?
[28996:28996:383359136274:FATAL:resource_bundle_posix.cc(56)] Check failed: 
resources_data_. failed to load chrome.pak

but then sleeps forever. gdb shows

#0  0x40b414fc in recvmsg () at ../sysdeps/unix/syscall-template.S:82
#1  0x2b0a14b4 in UnixDomainSocket::RecvMsg (fd=11, buf=optimized out, 
length=optimized out, fds=0xbe83b67c) at 
content/common/unix_domain_socket_posix.cc:69
#2  0x2bf1df9c in ZygoteHost::Init (this=0x40024eec, sandbox_cmd=...) at 
content/browser/zygote_host_linux.cc:181
#3  0x2be18038 in SetupSandbox (parsed_command_line=...) at 
content/browser/browser_main_loop.cc:97
#4  content::BrowserMainLoop::EarlyInitialization (this=0x2d3516b0) at 
content/browser/browser_main_loop.cc:256
#5  0x2be177c8 in BrowserMain (parameters=...) at 
content/browser/browser_main.cc:54
#6  0x2ab2ef9c in RunNamedProcessTypeMain (delegate=optimized out, 
main_function_params=..., process_type=...) at content/app/content_main.cc:264
#7  content::ContentMain (argc=28992, argv=0xbe83c234, delegate=0xbe83c0b4) at 
content/app/content_main.cc:457
#8  0x2a1bb974 in ChromeMain (argc=2, argv=0xbe83c234) at 
chrome/app/chrome_main.cc:32
#9  0x2a1baba8 in main (argc=optimized out, argv=optimized out) at 
chrome/app/chrome_exe_main_gtk.cc:18

This is exactly the same behavior I saw with 16.0.912.77~r118311-1:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=660187


I can't use strace directly since there is some suid helper:

Failed to move to new PID namespace: Operation not permitted

If I replace chromium-sandbox with a wrapper shell script then I can see

29492 execve(/usr/lib/chromium/chromium, [/usr/lib/chromium/chromium, 
--type=zygote], [/* 37 vars */]) = 0
29492 brk(0)= 0x2d344000
29492 uname({sys=Linux, node=mv78100, ...}) = 0
...
29492 stat64(/home, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
29492 stat64(/home/lindi, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
29492 stat64(/home/lindi/.pki, {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
29492 stat64(/home/lindi/.pki/nssdb, {st_mode=S_IFDIR|0700, st_size=4096, 
...}) = 0
29492 statfs64(/home/lindi/.pki/nssdb, 88, {f_type=NFS_SUPER_MAGIC, 
f_bsize=4096, f_blocks=69946375, f_bfree=17608227, f_bavail=14055152, 
f_files=0, f_ffree=0, f_fsid={0, 0}, f_namelen=255, f_frsize=4096}) = 0
29492 uname({sys=Linux, node=mv78100, ...}) = 0
29492 readlink(/proc/self/exe, /usr/lib/chromium/chromium, 4096) = 26
29492 open(/usr/lib/chromium/chrome.pak, O_RDONLY|O_LARGEFILE) = 4
29492 fstat64(4, {st_mode=S_IFREG|0644, st_size=3484478, ...}) = 0
29492 mmap2(NULL, 3484478, PROT_READ, MAP_SHARED, 4, 0) = 0x4216
29492 gettid()  = 29492
29492 clock_gettime(CLOCK_MONOTONIC, {384255, 54286444}) = 0
29492 write(2, [29492:29492:384255054286:ERROR:data_pack.cc(133)] Entry #3 in 
data pack points off end of file. Was the file corrupted?\n, 121) = 121
29492 munmap(0x4216, 3484478)   = 0
29492 close(4)  = 0
29492 gettid()  = 29492
29492 clock_gettime(CLOCK_MONOTONIC, {384255, 56244162}) = 0
29492 write(2, [29492:29492:384255056244:FATAL:resource_bundle_posix.cc(56)] 
Check failed: resources_data_. failed to load chrome.pak\n, 119) = 119
29492 open(/proc/self/status, O_RDONLY|O_LARGEFILE) = 4
29492 read(4, Name:\tchromium\nState:\tR 
(running)\nTgid:\t29492\nPid:\t29492\nPPid:\t29490\nTracerPid:\t29490\nUid:\t1001\t1001\t1001\t1001\nGid:\t1001\t1001\t1001\t1001\nFDSize:\t32\nGroups:\t1001
 \nVmPeak:\t   90168 kB\nVmSize:\t   86764 kB\nVmLck:\t   0 kB\nVmHWM:\t
8672 kB\nVmRSS:\t8668 kB\nVmData:\t 444 kB\nVmStk:\t  88 
kB\nVmExe:\t   51300 kB\nVmLib:\t   31696 kB\nVmPTE:\t  64 
kB\nThreads:\t1\nSigQ:\t2/16382\nSigPnd:\t\nShdPnd:\t\nSigBlk:\t\nSigIgn:\t1000\nSigCgt:\t00018000\nCapInh:\t\nCapPrm:\t\nCapEff:\t\nCapBnd:\tfeff\nvoluntary_ctxt_switches:\t3301\nnonvoluntary_ctxt_switches:\t9\n,
 1024) = 664
29492 close(4)  = 0
29492 rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0
29492 tgkill(29492, 29492, SIGABRT) = 0
29492 --- SIGABRT (Aborted) @ 0 (0) ---
29492 +++ killed by SIGABRT +++



$ chromium --no-sandbox
Xlib:  extension RANDR missing on display :5.

Bug#674728: #674728 chromium: FTBFS on armel and armhf

2012-05-28 Thread Timo Juhani Lindfors
Hi,

for me it still fails to build even with your patch:

http://lindi.iki.fi/lindi/chromium/chromium-browser_18.0.1025.168~r134367-1lindi1_armel.build
http://lindi.iki.fi/lindi/chromium/chromium-browser_18.0.1025.168~r134367-1lindi1.debian.tar.gz

...

if test -e /usr/share/misc/config.sub ; then \
for i in ./src/sdch/open-vcdiff/config.sub 
./src/third_party/icu/source/config.sub ./src/third_party/hyphen/config.sub 
./src/third_party/libevent/config.sub ./src/third_party/libxml/src/config.sub 
./src/third_party/sqlite/src/config.sub 
./src/third_party/talloc/libreplace/config.sub 
./src/third_party/talloc/config.sub 
./src/third_party/tcmalloc/vendor/config.sub 
./src/third_party/mesa/MesaLib/bin/config.sub ; do \
if ! test -e $i.cdbs-orig ; then \
mv $i $i.cdbs-orig ; \
cp --remove-destination 
/usr/share/misc/config.sub $i ; \
fi ; \
done ; \
fi
if test -e /usr/share/gnulib/build-aux/config.rpath ; then \
for i in 
./src/third_party/yasm/source/patched-yasm/config/config.rpath ; do \
if ! test -e $i.cdbs-orig ; then \
mv $i $i.cdbs-orig ; \
cp --remove-destination 
/usr/share/gnulib/build-aux/config.rpath $i ; \
fi ; \
done ; \
fi
cd 
/home/lindi/debian/debian-chromium/chromium-browser-18.0.1025.168~r134367/src 
 GYP_GENERATORS=make GYP_DEFINES=use_system_v8=true disable_sse2=1 
proprietary_codecs=1 use_gnome_keyring=1 disable_nacl=1 target_arch=arm 
disable_nacl=1 linux_use_tcmalloc=0 enable_webrtc=0 use_cups=1  arm_thumb=0 
armv7=0 arm_neon=0  werror= build_ffmpegsumo=0 use_system_bzip2=1 
use_system_libjpeg=1 use_system_libpng=1 use_system_sqlite=0 
use_system_libxml=1 use_system_libxslt=1 use_system_zlib=1 
use_system_libevent=1 use_system_icu=0 use_system_yasm=1 use_system_ffmpeg=1 
use_system_vpx=1 use_system_xdg_utils=1 use_system_flac=1 use_system_libwebp=1 
use_system_speex=1  use_pulseaudio=1 
linux_sandbox_path=/usr/lib/chromium/chromium-sandbox 
linux_sandbox_chrome_path=/usr/lib/chromium/chromium  javascript_engine=v8  
python build/gyp_chromium --no-circular-check build/all.gyp
Updating projects from gyp files...
Traceback (most recent call last):
  File build/gyp_chromium, line 171, in module
sys.exit(gyp.main(args))
  File /usr/lib/pymodules/python2.7/gyp/__init__.py, line 471, in main
options.circular_check)
  File /usr/lib/pymodules/python2.7/gyp/__init__.py, line 111, in Load
depth, generator_input_info, check, circular_check)
  File /usr/lib/pymodules/python2.7/gyp/input.py, line 2303, in Load
[dependency_nodes, flat_list] = BuildDependencyList(targets)
  File /usr/lib/pymodules/python2.7/gyp/input.py, line 1411, in 
BuildDependencyList
dependency_node = dependency_nodes[dependency]
KeyError: 'build/linux/system.gyp:v8#host while trying to load target 
v8/tools/gyp/v8.gyp:v8_shell#host'
make: *** [debian/configure-stamp] Error 1
dpkg-buildpackage: error: debian/rules build gave error exit status 2


-Timo



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



Bug#672439: #672439 ufw: destroy all iptable rules on purging (breaks e.g. fail2ban)

2012-05-25 Thread Timo Juhani Lindfors
Hi,

using two different packages that try to manage the firewall rules at
the same time is inherently difficult. I'm not sure if there can be a
good solution to this bug at all.

Should ufw purge try invoke-rc.d fail2ban restart? That sounds like a
hack too.

Or should it just conflict with fail2ban?




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



Bug#673469: libwebkitgtk-1.0-0: segfaults all the time on armel, javascript related

2012-05-18 Thread Timo Juhani Lindfors
Package: libwebkitgtk-1.0-0
Version: 1.8.1-2
Severity: grave
Justification: renders package unusable

Steps to reproduce:
1) /usr/lib/webkitgtk-1.0-0/libexec/GtkLauncher
2) enter www.google.com as the address
3) search for debian bts

Expected results:
3) search results are shown

Actual results:
3) GtkLauncher segfaults almost instantly. You can see the rendered web
   site for a few seconds.

More info:
1) This happens on openmoko and on marvel development boards (mv78100).
2) This makes midori completely unusable :( Midori used to work just
   fine last year, I have not tried to find out which upgrade actually
   broke it.
3) Detailed information from debugger follows. It seems to try to read
   memory from virtual address 0x9 so there's probably a NULL pointer
   to some struct:

(sid)mv78100:~$ gdb --args /usr/lib/webkitgtk-1.0-0/libexec/GtkLauncher 
http://www.google.com/
GNU gdb (GDB) 7.4.1-debian
Copyright (C) 2012 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 arm-linux-gnueabi.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/...
Reading symbols from /usr/lib/webkitgtk-1.0-0/libexec/GtkLauncher...(no 
debugging symbols found)...done.
(gdb) run
Starting program: /usr/lib/webkitgtk-1.0-0/libexec/GtkLauncher 
http://www.google.com/
[Thread debugging using libthread_db enabled]
Using host libthread_db library /lib/arm-linux-gnueabi/libthread_db.so.1.
Xlib:  extension RANDR missing on display :4.
[New Thread 0x44af22a0 (LWP 1078)]
[New Thread 0x454122a0 (LWP 1079)]
[New Thread 0x45c332a0 (LWP 1080)]
[New Thread 0x464332a0 (LWP 1082)]
[Thread 0x454122a0 (LWP 1079) exited]
[New Thread 0x454122a0 (LWP 1083)]
[New Thread 0x4a8f92a0 (LWP 1084)]
[New Thread 0x4b2c72a0 (LWP 1085)]
[Thread 0x4a8f92a0 (LWP 1084) exited]
[New Thread 0x4a8f92a0 (LWP 1086)]
[New Thread 0x4bfea2a0 (LWP 1087)]
[Thread 0x4bfea2a0 (LWP 1087) exited]
[Thread 0x4a8f92a0 (LWP 1086) exited]
[New Thread 0x4a8f92a0 (LWP 1088)]
[New Thread 0x4bfea2a0 (LWP 1089)]
[New Thread 0x4c9c62a0 (LWP 1090)]
[New Thread 0x4d1c62a0 (LWP 1091)]
[New Thread 0x4d9c62a0 (LWP 1092)]
[Thread 0x4c9c62a0 (LWP 1090) exited]
[Thread 0x4bfea2a0 (LWP 1089) exited]
[Thread 0x4d1c62a0 (LWP 1091) exited]
[Thread 0x4a8f92a0 (LWP 1088) exited]
[Thread 0x4d9c62a0 (LWP 1092) exited]

Program received signal SIGSEGV, Segmentation fault.
0x41ac3320 in JSC::JSValue::get(JSC::ExecState*, JSC::Identifier const, 
JSC::PropertySlot) const () from /usr/lib/libjavascriptcoregtk-1.0.so.0
(gdb) info register
r0 0xbee361d8   3202572760
r1 0xfffb   4294967291
r2 0x4b2c85e0   1261209056
r3 0x4c17fcbc   1276640444
r4 0xbee361e0   3202572768
r5 0x9  9
r6 0x9  9
r7 0xfffb   4294967291
r8 0x14a330
r9 0x44b5e400   1152771072
r100x44b4b06c   1152692332
r110xbee361d8   3202572760
r120xbee36210   3202572816
sp 0xbee36170   0xbee36170
lr 0x41af9604   1102026244
pc 0x41ac3320   0x41ac3320 JSC::JSValue::get(JSC::ExecState*, 
JSC::Identifier const, JSC::PropertySlot) const+44
cpsr   0x6010   1610612752
(gdb) bt
#0  0x41ac3320 in JSC::JSValue::get(JSC::ExecState*, JSC::Identifier const, 
JSC::PropertySlot) const () from /usr/lib/libjavascriptcoregtk-1.0.so.0
#1  0x41af9604 in JITStubThunked_op_get_by_id_self_fail () from 
/usr/lib/libjavascriptcoregtk-1.0.so.0
#2  0x41af69e0 in cti_op_get_by_id_self_fail () from 
/usr/lib/libjavascriptcoregtk-1.0.so.0
#3  0x41af69e0 in cti_op_get_by_id_self_fail () from 
/usr/lib/libjavascriptcoregtk-1.0.so.0
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
(gdb) x/4i $pc
= 0x41ac3320 
_ZNK3JSC7JSValue3getEPNS_9ExecStateERKNS_10IdentifierERNS_12PropertySlotE+44: 
  ldr r6, [r5, #4]
   0x41ac3324 
_ZNK3JSC7JSValue3getEPNS_9ExecStateERKNS_10IdentifierERNS_12PropertySlotE+48: 
  mov r9, r4
   0x41ac3328 
_ZNK3JSC7JSValue3getEPNS_9ExecStateERKNS_10IdentifierERNS_12PropertySlotE+52: 
  ldrbr3, [r6, #9]
   0x41ac332c 
_ZNK3JSC7JSValue3getEPNS_9ExecStateERKNS_10IdentifierERNS_12PropertySlotE+56: 
  tst r3, #32
(gdb) thread apply all bt full

Thread 8 (Thread 0x4b2c72a0 (LWP 1085)):
#0  0x4188cb4c in __pthread_cond_timedwait (cond=0x44b5fa30, mutex=optimized 
out, abstime=0x4b2c6b98) at pthread_cond_timedwait.c:168
_a1 = -516
_nr = 0
_a1tmp = 1152776756
_a3 = 5
_a2 = 128
_a4 = 1261202280
__ret = optimized out
rt = {tv_sec = 0, tv_nsec = 86550}
futex_val = 5
buffer = {__routine = 0x4188c768 

Bug#673469: Acknowledgement (libwebkitgtk-1.0-0: segfaults all the time on armel, javascript related)

2012-05-18 Thread Timo Juhani Lindfors
Hi,

also epiphany-browser is now unusable:

Program received signal SIGSEGV, Segmentation fault.
0x42292320 in JSC::JSValue::get(JSC::ExecState*, JSC::Identifier const, 
JSC::PropertySlot) const () from /usr/lib/libjavascriptcoregtk-3.0.so.0
(gdb) bt
#0  0x42292320 in JSC::JSValue::get(JSC::ExecState*, JSC::Identifier const, 
JSC::PropertySlot) const () from /usr/lib/libjavascriptcoregtk-3.0.so.0
#1  0x422c8604 in JITStubThunked_op_get_by_id_self_fail () from 
/usr/lib/libjavascriptcoregtk-3.0.so.0
#2  0x422c59e0 in cti_op_get_by_id_self_fail () from 
/usr/lib/libjavascriptcoregtk-3.0.so.0
#3  0x422c59e0 in cti_op_get_by_id_self_fail () from 
/usr/lib/libjavascriptcoregtk-3.0.so.0
Backtrace stopped: previous frame identical to this frame (corrupt stack?)




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



Bug#667470: systemd: breaks sudo

2012-04-04 Thread Timo Juhani Lindfors
Hi,

I can reproduce this under wheezy when I install systemd from unstable.

-Timo



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



Bug#660929: systemtap: CVE-2012-0875 possibility for invalid reads resulting in kernel DoS

2012-02-22 Thread Timo Juhani Lindfors
package systemtap
severity 660886 grave
reassign 660886 src:systemtap
package src:systemtap
merge 660929 660886
thanks

Nico Golde n...@debian.org writes:
 the following CVE (Common Vulnerabilities  Exposures) id was
 published for systemtap.

Thanks but this was already reported as #660886, merging.

Ritesh, as I mentioned in #660886 squeeze is fortunately not
affected.



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



Bug#637234: linux-image-3.0.0-1-686-pae: I/O errors using ext4 under xen (also affects ext3 as of linux-image-3.1.0-1-amd64 et al)

2012-02-07 Thread Timo Juhani Lindfors
package linux-2.6
notfound 637234 3.0.0-3
found 637234 3.1.0-1~experimental.1
found 637234 3.1.1-1
found 637234 3.1.8-2
found 637234 3.2.4-1
thanks

dom0


amd64 squeeze with
Linux version 2.6.32-5-xen-amd64 (Debian 2.6.32-39) (da...@debian.org) (gcc 
version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Thu Nov 3 05:42:31 UTC 2011

config
--

name = 'lindi2'
vcpus = '4'
memory = '1024'
disk = [ 'file:/local/xen/lindi2/disk.img,xvda,w' ]
vif = [ 'mac=00:01:01:99:80:02' ]
on_crash = 'restart'

domU


amd64 wheezy with
Linux version 3.1.0-1-amd64 (Debian 3.1.0-1~experimental.1) (wa...@debian.org) 
(gcc version 4.6.1 (Debian 4.6.1-16) ) #1 SMP Thu Nov 3 19:35:59 UTC 2011

(also occurs with 3.1.1-1, 3.1.8-2 and 3.2.4-1 but listing the first
version where the bug occurs)

Using ext3 for rootfs. dmesg has

...
blkfront: barrier: empty write xvda op failed
blkfront: xvda: barrier or flush: disabled
end_request: I/O error, dev xvda, sector 16519664
end_request: I/O error, dev xvda, sector 16519664
...

Full dmesg attached.



dmesg_a.3.1.0-1~experimental.1.txt.xz
Description: Binary data

workaround
==

Setting barrier=0 for / in fstab seems to help. Thanks Konrad for the
tip, now I can continue working :-)



Bug#648361: uninstallable on kfreebsd-amd64

2011-11-15 Thread Timo Juhani Lindfors
Robert Millan r...@debian.org writes:
 Yes.  Probably better to use:

 ifneq (, $(filter FreeBSD GNU/kFreeBSD, $(UNAME)))


Is this the recommended way? If yes I'll add it to the FAQ next to

http://wiki.debian.org/Debian_GNU/kFreeBSD_FAQ#Q._How_do_I_detect_kfreebsd_with_preprocessor_directives_in_a_C_program.3F

-Timo



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



Bug#640960: CVE-?????: broken CTCP parsing can be used to crash the core

2011-09-09 Thread Timo Juhani Lindfors
Hi,

it seems ubuntu people backported the fix against 0.6.1:

https://launchpadlibrarian.net/79454811/quassel_0.6.1-0ubuntu1_0.6.1-0ubuntu1.2.diff.gz

maybe this could help with the squeeze backport?

-Timo



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



Bug#638210: libdap update to 3.10.2 makes packages that depends on libgdal1 FTBFS

2011-08-23 Thread Timo Juhani Lindfors
Hi,

trying to rebuild gdal 1.7.3-5 fails here with

libtool: compile:  g++ -g -O2 -fvisibility=hidden -Wall 
-I/home/lindi/debian/debian-libgdal1-1.7.0/gdal-1.7.3/port 
-I/home/lindi/debian/debian-libgdal1-1.7.0/gdal-1.7.3/gcore 
-I/home/lindi/debian/debian-libgdal1-1.7.0/gdal-1.7.3/alg 
-I/home/lindi/debian/debian-libgdal1-1.7.0/gdal-1.7.3/ogr 
-I/home/lindi/debian/debian-libgdal1-1.7.0/gdal-1.7.3/ogr/ogrsf_frmts 
-DOGR_ENABLED -I/home/lindi/debian/debian-libgdal1-1.7.0/gdal-1.7.3/port 
-I/usr/include -I/usr/include/libdap -I/usr/include/dap -DLIBDAP_39 -c 
dodsdataset2.cpp  -fPIC -DPIC -o ../o/.libs/dodsdataset2.o
dodsdataset2.cpp:53:26: fatal error: AISConnect.h: No such file or directory
compilation terminated.

since libdap-dev no longer has AISConnect.h:

libdap (3.11.1-1) unstable; urgency=low

  * New upstream release.
  * SONAME bump as libdap::AISConnect symbol dropped. Closes: #638022.

 -- Alastair McKinstry mckins...@debian.org  Tue, 16 Aug 2011 23:00:06 +0100

I have no idea what this stuff is for, it's just a build dependency of
build dependency of a package that I care about :-)

-Timo



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



Bug#638367: blank

2011-08-23 Thread Timo Juhani Lindfors
blank



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



Bug#634522: navit: FTBFS: dh_install: navit-graphics-qt-qpainter missing files (debian/tmp/usr/lib/navit/graphics/libgraphics_qt_qpainter*), aborting

2011-07-20 Thread Timo Juhani Lindfors
Hi,

happens here too. This blocks my attempts to debug a navit crash.

-Timo



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



Bug#630453: the tutorial's license don't pass the free island test

2011-06-16 Thread Timo Juhani Lindfors
Hi,

Kicad ki...@iridec.com.au writes:
 it's requested has been replaced with it's strongly encouraged.

 You can find copies of the modified document here:
 http://www.iridec.com.au/Kicad/KiCad_Tutorial_2011.pdf
 http://www.iridec.com.au/Kicad/KiCad_Tutorial_2011.odt

 Regards,
 David

thanks for granting a new license. Thanks for also updating the
tutorial to match a newer version of kicad (or was that Phil
Hutchinson's work?).

-Timo





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



Bug#630453: the tutorial's license don't pass the free island test

2011-06-14 Thread Timo Juhani Lindfors
Hi,

Georges Khaznadar georges.khazna...@free.fr writes:
 is it possible to have a single source package, giving two output packages
 in different sections like main and non-free?

 my idea is that it is not allowed,

this is not possible indeed since non-free stuff is not ok in the source
package either.

 so I should withdraw the conflicting
 file from kicad's source, to build a package kicad-X.XX+dfsg, and upload
 a package kicad-tutorial to the NEW queue.

Sounds possible. I would rather see the license fixed though. I already
started updating the tutorial with screenshots from a more recent kicad
before I noticed the first page banner.

-Timo



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



Bug#616662: Bug#627033: Bug#616662: new version available, test again?

2011-06-07 Thread Timo Juhani Lindfors
Hi,

[ The Cc: list is quite crazy, I know ]

anarcat anar...@anarcat.ath.cx writes:
 Wait - we're blocking Chrome 11 from entering wheezy because it doesn't
 compile on ARM? Isn't that platform for small embeded devices where it
 wouldn't make sense to run Chromium anyways?

Version 5.0.375.99~r51029-3+arm1 runs on my openmoko:

http://lindi.iki.fi/lindi/chromium/benchmark/alexa-top200-sites-US/5.0.375.99~r51029-3+arm1/

http://lindi.iki.fi/lindi/chromium/benchmark/page_cycler/5.0.375.99~r51029-3+arm1/report.html

http://lindi.iki.fi/lindi/chromium/benchmark/results.txt


 Can't we make an exception here and upload a package that will migrate
 to testing and try to make the package build on ARMel in experimental?

I have no problem with that at least.




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



Bug#616662: new version available, test again?

2011-06-05 Thread Timo Juhani Lindfors
Hi,

Adam D. Barratt a...@adam-barratt.org.uk writes:
 In any case, the current package FTBFS on armel still - see
 https://buildd.debian.org/status/fetch.php?pkg=chromium-browserarch=armelver=11.0.696.71~r86024-1stamp=1306431361

I've been trying to sort that out with Giuseppe Iuculano but it's quite
hopeless. Both ld.bfd and ld.gold fail (NULL pointer reference +
internal error). The gold issue has been reported upstream. I can't
debug the ld.bfd issue since if I run ld.bfd under gdb I run out of RAM
:(

-Timo




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



Bug#620056: Version 1.97 unusable, please restore the 1.13.x branch

2011-04-29 Thread Timo Juhani Lindfors

 So where do you get this 1.97?

Apparently from

http://www.kernel.org/pub/linux/status/powertop/powertop-1.97.tar.bz2

The git repo

http://git.kernel.org/?p=status/powertop/powertop.git;a=shortlog;h=HEAD

shows active development.



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



Bug#613589: /sbin/cfdisk: Bad Table error after fresh Squeeze install

2011-04-13 Thread Timo Juhani Lindfors
Hi,

thanks for the report. I can reproduce the problem with the attached
partition table image.



parttable1.img.xz
Description: Binary data

I see the code has

if (last = total_size) {
*errmsg = _(Partition ends in the final partial cylinder);
return -1;
}

and the check was added in

commit 7eda085c41faa3445b4b168ce78ab18dab87d98a
Author: Karel Zak k...@redhat.com
Date:   Thu Dec 7 00:25:39 2006 +0100

Imported from util-linux-2.9v tarball.


but I don't really know what to do about this. Maybe the error message
could be improved to say that this is an unsupported layout and that you
might want to use fdisk change to some other layout?



Bug#613589: /sbin/cfdisk: Bad Table error after fresh Squeeze install

2011-04-13 Thread Timo Juhani Lindfors
Olaf van der Spek olafvds...@gmail.com writes:
 In that case it should be forwarded upstream.

Sure, but I couldn't find the upstream BTS. I was just adding extra info
to the bug report since I hit the same bug.



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



Bug#619480: magit: Fails to configure for xemacs21

2011-04-08 Thread Timo Juhani Lindfors
Sven Joachim svenj...@gmx.de writes:
 -Depends: ${misc:Depends}, emacs23, git-core, dpkg (= 1.15.4) | install-info
 +Depends: ${misc:Depends}, emacs (= 23) | emacs23 | emacs-snapshot, 
 git-core, dpkg (= 1.15.4) | install-info

 +emacs19|emacs2[012]|xemacs*)

 -(if (member debian-emacs-flavor '(emacs23))
 +(if (and (= emacs-major-version 23)
 +  (not (featurep 'xemacs)))

I'm ok with the idea of both blacklisting old versions and only
supporting = 23.

However, this week I went through all the
emacsen-{startup,remove,install} scripts that are in the archive. Almost
every single script does something in a unique (and buggy?) way. For
example:

emacsen-startup
===

1) Some packages ship /etc/emacs/site-start.d/NNfoo and detect emacs
version using elisp. Some packages ship /etc/flavor/site-start.d/NNfoo
and do not need elisp check.

2) Some packages do the elisp check against debian-emacs-flavor, others
use plain flavor (that's a bug, right?).

3) Some packages handle removed but not purged packages in
/etc/emacs/sites-start.d/NNfoo and other don't. Some handle it by using
file-exists-p against an *.el file and some against an *.elc file.

4) Some packages call debian-pkg-add-load-path-item or setq load-path
(bug?) in /etc/emacs/site-start.d/NNfoo and others rely on subdirs.el to
do the work automatically. Is this perhaps a relic of some old emacs
version that did not have subdirs.el?

emacsen-install
===

1) Some packages generate a byte-compilation log and save it in
/usr. Some put it to /tmp. Some remove it after installation, some
don't. Some even compress and log rotate byte-compilation logs...

2) Some packages create absolute symlinks to *.el files (against policy)
and only some use relative symlinks.

(The above list might contain errors since I didn't write proper notes
when I went through the packages, sorry about that in advance.

Do we really want to continue on this path?

With dh_pysupport there's debian/pyversions that lists the python
versions that a package supports. Would something like
debian/emacsversions make sense?

-Timo

P.S. If you wonder why I had

(if (member debian-emacs-flavor '(emacs23))

the reason was that I was subconsciously planning to replace it with

(if (member debian-emacs-flavor '(#EMACSVERSIONS#))

that dh would then fill out :-)



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



Bug#619480: magit: Fails to configure for xemacs21

2011-04-05 Thread Timo Juhani Lindfors
Rémi Vanicat vani...@debian.org writes:
 It seem good. Could you replace the Rémi by Rémi in copyright?

Sure, sorry about that. I still use iso-8859-1 locally so encodings
cause extra headaches.



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



Bug#619480: magit: Fails to configure for xemacs21

2011-04-05 Thread Timo Juhani Lindfors
Hi Sven,

Sven Joachim svenj...@gmx.de writes:
 I think that dropping support for emacs-snapshot and future Emacs
 versions like emacs24 is rather unfortunate.  How about

 (if (and (= emacs-major-version 23)
(not (featurep 'xemacs)))

 instead, to support emacs23 _and later_?

Thanks for the feedback, much appreciated. The above comparison works
for magit.emacsen-startup but magit.emacsen-install is a shell script
that can't do such a comparison (same goes for debian/control).

Would adding emacs24 and emacs-snapshot to the lists in

./debian/magit.emacsen-startup
./debian/magit.emacsen-install
./debian/control

be sufficient? I'm quite sure we can update the packaging before emacs25
is released...

-Timo



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



Bug#619480: magit: Fails to configure for xemacs21

2011-04-03 Thread Timo Juhani Lindfors
Hi,

Rémi Vanicat vani...@debian.org writes:
 After some test [1], and some discussion [2] on the magit mailing list,
 the conclusion is that we won't wrote the needed xemacs compatibilities
 layers, but will accept patch.

 So for now you should drop xemacs support of magit in Debian.

thanks for the information.

I was expecting this outcome and was already quietly investigating how
this should be done. It seems I should either

1) ship /etc/emacs23/site-start.d/50magit.el instead of
   /etc/emacs/site-start.d/50magit.el

OR

2) modify /etc/emacs/site-start.d/50magit.el to check the value of the
   debian-emacs-flavor variable.

(and of course modify emacsen-install to not byte-compile for xemacs21)

Option 1) sounds nice since then I don't need to modify upstream
files. However, if you upgrade magit the old
/etc/emacs/site-start.d/50magit.el will still be left lying around since
it's a conffile.

-Timo




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



Bug#619480: magit: Fails to configure for xemacs21

2011-04-03 Thread Timo Juhani Lindfors
Rémi Vanicat vani...@debian.org writes:
 If /etc/emacs/site-start.d/50magit.el is  conffile dpkg should do it
 (well I would test to be sure, but it is what I understood reading the
 documentation.)

That's what I though too but I'm probably missing something here since
the old file still exists after upgrade:

(sid)lindi1:~/scm/build-area$ find /etc 2 /dev/null | grep magit
(sid)lindi1:~/scm/build-area$ sudo dpkg -i magit_0.8.2+20110220-1_all.deb
Selecting previously deselected package magit.
(Reading database ... 231645 files and directories currently installed.)
Unpacking magit (from magit_0.8.2+20110220-1_all.deb) ...
Setting up magit (0.8.2+20110220-1) ...
install/magit: Handling install of emacsen flavor emacs
install/magit: Handling install of emacsen flavor emacs23
install/magit: byte-compiling for emacs23
Processing triggers for install-info ...
(sid)lindi1:~/scm/build-area$ find /etc 2 /dev/null | grep magit
/etc/emacs/site-start.d/50magit.el
(sid)lindi1:~/scm/build-area$ sudo dpkg -i magit_1.0.0-1~try3_all.deb
(Reading database ... 231659 files and directories currently installed.)
Preparing to replace magit 0.8.2+20110220-1 (using magit_1.0.0-1~try3_all.deb) 
...
remove/magit: Handling removal of emacsen flavor emacs
remove/magit: Handling removal of emacsen flavor emacs23
emacsen-common: purging byte-compiled files for emacs23
Unpacking replacement magit ...
Setting up magit (1.0.0-1~try3) ...
install/magit: Handling install of emacsen flavor emacs23
Processing triggers for install-info ...
(sid)lindi1:~/scm/build-area$ find /etc 2 /dev/null | grep magit
/etc/emacs23/site-start.d/50magit.el
/etc/emacs/site-start.d/50magit.el
(sid)lindi1:~/scm/build-area$ cat /var/lib/dpkg/info/magit.conffiles
/etc/emacs23/site-start.d/50magit.el

-1~try3 is available from git or

http://lindi.iki.fi/lindi/tmp/magit/

if you want to take a look (but it's ok if you are too busy, I can look
at this more closely myself too).




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



Bug#620506: FTBFS: HTTP request sent, awaiting response... 404 Not Found

2011-04-02 Thread Timo Juhani Lindfors
Package: debian-installer-6.0-netboot-amd64
Version: 20110106.squeeze1
Severity: serious

Steps to reproduce:
1) fakeroot apt-get --build source debian-installer-6.0-netboot-amd64

Expected results:
1) package builds from source

Actual results:
1) build fails with

Reading package lists... Done
Building dependency tree
Reading state information... Done
Picking 'debian-installer-netboot-images' as source package instead of 
'debian-installer-6.0-netboot-amd64'
Need to get 5369 B of source archives.
Get:1 http://apt-proxy/debian/ squeeze/main debian-installer-netboot-images 
20110106.squeeze1 (dsc) [1836 B]
Get:2 http://apt-proxy/debian/ squeeze/main debian-installer-netboot-images 
20110106.squeeze1 (tar) [3533 B]
Fetched 5369 B in 0s (373 kB/s)
dpkg-source: info: extracting debian-installer-netboot-images in 
debian-installer-netboot-images-20110106.squeeze1
dpkg-source: info: unpacking 
debian-installer-netboot-images_20110106.squeeze1.tar.gz
dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor): -g -O2
dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin: vendor):
dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin: vendor): -g -O2
dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor): -g -O2
dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin: vendor):
dpkg-buildpackage: source package debian-installer-netboot-images
dpkg-buildpackage: source version 20110106.squeeze1
dpkg-buildpackage: source changed by Julien Cristau jcris...@debian.org
dpkg-buildpackage: host architecture amd64
 dpkg-source --before-build debian-installer-netboot-images-20110106.squeeze1
 debian/rules clean
dh clean
   dh_testdir
   dh_auto_clean
   dh_clean
 debian/rules build
dh build
   dh_testdir
   dh_auto_configure
   dh_auto_build
   dh_auto_test
 debian/rules binary
dh binary
   dh_testroot
   dh_prep
   dh_installdirs
   debian/rules override_dh_auto_install
make[1]: Entering directory 
`/home/lindi/tmp/debian-installer-netboot-images-20110106.squeeze1'
./get-images.sh
--2011-04-02 13:51:17--  
http://ftp.debian.org/debian/dists/squeeze-proposed-updates/main/installer-amd64/20110106+squeeze1/images/netboot/netboot.tar.gz
Resolving ftp.debian.org... 130.89.149.226, 2001:610:1908:a000::149:226
Connecting to ftp.debian.org|130.89.149.226|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2011-04-02 13:51:17 ERROR 404: Not Found.

--2011-04-02 13:51:17--  
http://ftp.debian.org/debian/dists/squeeze-proposed-updates/main/installer-amd64/20110106+squeeze1/images/MANIFEST
Resolving ftp.debian.org... 130.89.149.226, 2001:610:1908:a000::149:226
Connecting to ftp.debian.org|130.89.149.226|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2011-04-02 13:51:17 ERROR 404: Not Found.

make[1]: *** [override_dh_auto_install] Error 1
make[1]: Leaving directory 
`/home/lindi/tmp/debian-installer-netboot-images-20110106.squeeze1'
make: *** [binary] Error 2
dpkg-buildpackage: error: debian/rules binary gave error exit status 2
Build command 'cd debian-installer-netboot-images-20110106.squeeze1  
dpkg-buildpackage -b -uc' failed.
E: Child process failed

More info:
1) I know this is a special package so feel free to lower severity if
this is difficult to fix.

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

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=fi_FI (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash



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



Bug#616662: FTBFS: internal error in value_from_output_section, at ../../gold/reloc.cc:1508

2011-03-06 Thread Timo Juhani Lindfors
Package: chromium-browser
Version: 10.0.648.114~r75702-1
Severity: serious

Steps to reproduce:
1) apt-get source chromium-browser
2) cd chromium-browser-10.0.648.114~r75702
3) debuild

Expected results:
3) chromium-browser builds from source

Actual results:
3) build fails with

  CC(target) 
out/Release/obj.target/ffmpegsumo/third_party/ffmpeg/patched-ffmpeg-mt/libavcodec/arm/h264pred_init_arm.o
  CC(target) 
out/Release/obj.target/ffmpegsumo/third_party/ffmpeg/patched-ffmpeg-mt/libavcodec/arm/mpegvideo_arm.o
  CC(target) 
out/Release/obj.target/ffmpegsumo/third_party/ffmpeg/patched-ffmpeg-mt/libavcodec/arm/mpegvideo_armv5te.o
  CC(target) 
out/Release/obj.target/ffmpegsumo/third_party/ffmpeg/patched-ffmpeg-mt/libavcodec/arm/mpegvideo_armv5te_s.o
  SOLINK(target) out/Release/obj.target/third_party/ffmpeg/libffmpegsumo.so
/usr/bin/ld.gold.real: internal error in value_from_output_section, at 
../../gold/reloc.cc:1508
collect2: ld returned 1 exit status
make[1]: *** [out/Release/obj.target/third_party/ffmpeg/libffmpegsumo.so] Error 
1
make[1]: Leaving directory 
`/build/debian/debian-chromium-browser/chromium-browser-10.0.648.114~r75702/src'
make: *** [debian/stamp-makefile-build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

More info:
1) full build log attached.
2) binutils is version 2.21.0.20110302-1
3) the internal error happens in

// Get the output value corresponding to an input offset if we
// couldn't find it in the hash table.

templateint size
typename elfcpp::Elf_typessize::Elf_Addr
Merged_symbol_valuesize::value_from_output_section(
const Relobj* object,
unsigned int input_shndx,
typename elfcpp::Elf_typessize::Elf_Addr input_offset) const
{
  section_offset_type output_offset;
  bool found = object-merge_map()-get_output_offset(NULL, input_shndx,
  input_offset,
  output_offset);

  // If this assertion fails, it means that some relocation was
  // against a portion of an input merge section which we didn't map
  // to the output file and we didn't explicitly discard.  We should
  // always map all portions of input merge sections.
  gold_assert(found);

  if (output_offset == -1)
return 0;
  else
return this-output_start_address_ + output_offset;
}

4) I'm rebuilding with VERBOSE=1 so that I can get the exact ld command
to see if it can be reproduced and then check if older ld.gold makes
this happen also.






chromium-browser_10.0.648.114~r75702-1_armel.build.xz
Description: Binary data


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: armel (armv5tel)

Kernel: Linux 2.6.32-5-kirkwood
Locale: LANG=en_US.UTF-8, LC_CTYPE=fi_FI (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash


Bug#614086: FTBFS: undefined reference to symbol 'pango_layout_set_indent'

2011-02-19 Thread Timo Juhani Lindfors
Package: dates
Version: 0.4.8-1+b1
Severity: serious

Steps to reproduce:
1) apt-get source dates
2) cd dates-0.4.8
3) debuild

Expected results:
3) dates builds from sources

Actual results:
3) build fails with

libtool: link: gcc -std=gnu99 -std=c99 -Wall -pthread -DORBIT2=1 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 
-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo 
-I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 
-I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libdrm 
-I/usr/include/evolution-data-server-2.32 -I/usr/include/ 
-I/usr/include/libxml2 -I/usr/include/gconf/2 -I/usr/include/libsoup-2.4 
-I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -g 
-O2 -g -O2 -Wl,-O1 -Wl,--as-needed -o dates dates_gtk.o dates_main.o 
dates_callbacks.o gconf-bridge.o -pthread  /usr/lib/libgtk-x11-2.0.so 
/usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libpangoft2-1.0.so 
/usr/lib/libgdk_pixbuf-2.0.so -lm /usr/lib/libpangocairo-1.0.so 
/usr/lib/libcairo.so /usr/lib/libpango-1.0.so /usr/lib/libfreetype.so 
-lfontconfig -lecal-1.2 -lical -licalss -licalvcal -ledataserver-1.2 
/usr/lib/libxml2.so -lsoup-2.4 /usr/lib/libgio-2.0.so 
/usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so 
/usr/lib/libgthread-2.0.so -lrt /usr/lib/libgconf-2.so /usr/lib/libglib-2.0.so 
./.libs/libgtkdatesview.a -pthread
/usr/bin/ld: /usr/lib/libgtk-x11-2.0.so: undefined reference to symbol 
'pango_layout_set_indent'
/usr/bin/ld: note: 'pango_layout_set_indent' is defined in DSO 
/usr/lib/libpango-1.0.so so try adding it to the linker command line
/usr/lib/libpango-1.0.so: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
make[3]: *** [dates] Error 1
make[3]: Leaving directory 
`/home/lindi/debian/debian-dates/dates-0.4.8/debian/build/standard/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory 
`/home/lindi/debian/debian-dates/dates-0.4.8/debian/build/standard/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
`/home/lindi/debian/debian-dates/dates-0.4.8/debian/build/standard'
make: *** [debian/stamp-makefile-build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
debuild: fatal error at line 1329:
dpkg-buildpackage -rfakeroot -D -us -uc failed

More info:
1) Full build log is attached



dates_0.4.8-1_amd64.build.xz
Description: Binary data

2) Adding -lpango-1.0 to the failing command causes

/usr/bin/ld: ./.libs/libgtkdatesview.a(dates_view.o): undefined
reference to symbol 'ceil@@GLIBC_2.2.5'
/usr/bin/ld: note: 'ceil@@GLIBC_2.2.5' is defined in DSO
/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib/libm.so so try
adding it to the linker command line
/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib/libm.so: could not
read symbols: Invalid operation

3) Further adding -lm causes that command to succeed.




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

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=fi_FI (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages dates depends on:
ii  evolution-data-server  2.32.2-2  evolution database backend server
ii  libc6  2.11.2-11 Embedded GNU C Library: Shared lib
ii  libecal1.2-7   2.30.3-2  Client library for evolution calen
ii  libedataserver1.2-13   2.30.3-2  Utility library for evolution data
ii  libgconf2-42.28.1-6  GNOME configuration database syste
ii  libglib2.0-0   2.28.0-2  The GLib library of C routines
ii  libgtk2.0-02.20.1-2  The GTK+ graphical user interface 
ii  libical0   0.44-3iCalendar library implementation i
ii  libpango1.0-0  1.28.3-1+squeeze1 Layout and rendering of internatio

dates recommends no packages.

dates suggests no packages.

-- no debconf information


Bug#614129: gbirthday tries to open addressbook directly and fails with evolution 2.32

2011-02-19 Thread Timo Juhani Lindfors

As mentioned on IRC I can reproduce this bug.




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



Bug#612964: [pkg-fso-maint] fix

2011-02-12 Thread Timo Juhani Lindfors
Lancelot du Lac lance...@contrees-du-reve.com writes:
 Calibration is not perfect, I did it through trial and error.

Did you write /etc/pointercal yourself? The one from pkg-fso has
always been ok for me so I wonder if devices really vary that much.



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



Bug#612964: /etc/pointercal

2011-02-12 Thread Timo Juhani Lindfors
lance...@contrees-du-reve.com writes:
 My /etc/pointercal:
 557 38667 -4654632 -51172 121 46965312 65536

same here:
  557 38667 -4654632 -51172 121 46965312 65536

 I don't thing I ever edited that file. By calibration above, I meant 
 the option that I've added in my xorg.conf.

ah ok.



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



Bug#612618: [Pkg-chromium-maint] Bug#612618: FTBFS: chrome/common/metrics_helpers.cc:22:20: error: prtime.h: No such file or directory

2011-02-12 Thread Timo Juhani Lindfors
Giuseppe Iuculano giuse...@iuculano.it writes:
 On 02/09/2011 04:42 PM, Timo Juhani Lindfors wrote:
 chrome/common/metrics_helpers.cc:22:20: error: prtime.h: No such file or 
 directory

 Have you installed libnspr4-dev?

After setting

VERBOSE  ?= 1

in debian/rules I see

  g++ -g -O2 -g -O2 -Werror -pthread -fno-exceptions -Wall 
-Wno-unused-parameter -Wno-missing-field-initializers -D_FILE_OFFSET_BITS=64 
-fvisibility=hidden -pipe -fPIC -fno-strict-aliasing -I/usr/include/libxml2 
-pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include 
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 
-I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 
-I/usr/include/libpng12 -I/usr/include/libdrm -O2 -fno-ident -fdata-sections 
-ffunction-sections -fno-rtti -fno-threadsafe-statics 
-fvisibility-inlines-hidden -Wno-abi -fno-tree-sink '-DNO_TCMALLOC' 
'-DNO_HEAPCHECKER' '-DDISABLE_NACL' '-DCHROMIUM_BUILD' '-DENABLE_REMOTING=1' 
'-DUSE_PROPRIETARY_CODECS' '-DENABLE_GPU=1' '-DGLEW_MX' '-DGL_GLEXT_PROTOTYPES' 
'-DHAVE_XINPUT2' '-DUSE_SYSTEM_LIBBZ2' '-DUSE_SYSTEM_ICU' '-DUSE_SYSTEM_LIBXML' 
'-DUSE_SYSTEM_ZLIB' '-D__STDC_FORMAT_MACROS' '-DNDEBUG' '-DNVALGRIND' 
'-DDYNAMIC_ANNOTATIONS_ENABLED=0' -Iout/Release/obj/gen -Igpu -I. -Ithird_party 
-Iout/Release/obj/gen/chrome -Ithird_party/mesa/MesaLib/include 
-Iout/Release/obj/gen/app -Iout/Release/obj/gen/app/app_resources -Iskia/config 
-Ithird_party/skia/include/config -Ithird_party/skia/include/core 
-Ithird_party/skia/include/effects -Iskia/ext -Ithird_party/harfbuzz/src 
-Ithird_party/harfbuzz/contrib -Ithird_party/sqlite -Ithird_party/npapi 
-Ithird_party/npapi/bindings -MMD -MF 
out/Release/.deps/out/Release/obj.target/common/chrome/common/metrics_helpers.o.d.raw
 -c -o out/Release/obj.target/common/chrome/common/metrics_helpers.o 
chrome/common/metrics_helpers.cc
chrome/common/metrics_helpers.cc:22:20: error: prtime.h: No such file or 
directory

which lacks -I/usr/include/nspr.





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



Bug#612618: [Pkg-chromium-maint] Bug#612618: FTBFS: chrome/common/metrics_helpers.cc:22:20: error: prtime.h: No such file or directory

2011-02-11 Thread Timo Juhani Lindfors
Giuseppe Iuculano giuse...@iuculano.it writes:
 Have you installed libnspr4-dev?

yes, it is a build dependency so it was installed automatically:


# dpkg-query -W libnspr4-dev
libnspr4-dev4.8.6-1

# dpkg -L libnspr4-dev|grep prtime.h
/usr/include/nspr/prtime.h

# ls -l /usr/include/nspr/prtime.h
-rw-r--r-- 1 root root 12204 Mar  3  2009 /usr/include/nspr/prtime.h




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



Bug#612618: FTBFS: chrome/common/metrics_helpers.cc:22:20: error: prtime.h: No such file or directory

2011-02-09 Thread Timo Juhani Lindfors
Package: chromium-browser
Version: 9.0.597.84~r72991
Severity: grave

Steps to reproduce:
1) apt-get source chromium-browser
2) cd chromium-browser-9.0.597.84~r72991
3) debuild

Expected results
3) chromium-browser builds from source

Actual results:
3) build fails with

CXX(target) out/Release/obj.target/common/chrome/common/indexed_db_key.o
  CXX(target) 
out/Release/obj.target/common/chrome/common/indexed_db_param_traits.o
  CXX(target) out/Release/obj.target/common/chrome/common/logging_chrome.o
  CXX(target) out/Release/obj.target/common/chrome/common/message_router.o
  CXX(target) out/Release/obj.target/common/chrome/common/metrics_helpers.o
chrome/common/metrics_helpers.cc:22:20: error: prtime.h: No such file or 
directory
make[1]: *** [out/Release/obj.target/common/chrome/common/metrics_helpers.o] 
Error 1
make[1]: Leaving directory 
`/build/debian/debian-chromium-browser/chromium-browser-9.0.597.84~r72991/src'
make: *** [debian/stamp-makefile-build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2



-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: armel (armv5tel)

Kernel: Linux 2.6.32-5-kirkwood
Locale: LANG=en_US.UTF-8, LC_CTYPE=fi_FI (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash



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



Bug#611518: chromium-browser: FTBFS v8/src/arm/macro-assembler-arm.cc:61:3: error: #error For thumb inter-working we require an architecture which supports blx

2011-01-30 Thread Timo Juhani Lindfors
Package: chromium-browser
Version: 9.0.597.45~r70550-1
Severity: serious
Justification: FTBFS on armel

Steps to reproduce:
1) apt-get source chromium-browser  cd chromium-browser*
2) sed -i 's/VERBOSE=0/VERBOSE=1/' debian/rules
3) debuild -e DEB_BUILD_OPTIONS=parallel=3 nocheck

Expected results:
3) chromium-browser builds from source

Actual results:
3) build fails with various errors:

distcc[27257] ERROR: compile 
/local/ccache/tmp/SkBlitRow_.tmp.debian-armel.27243.ii on 10.0.2.2 failed
distcc[27257] ERROR: compile 
/local/ccache/tmp/SkBlitRow_.tmp.debian-armel.27243.ii on localhost failed
{standard input}:135: Error: selected processor does not support `smulbb 
r9,r9,r3'
{standard input}:136: Error: selected processor does not support `smulbb 
r10,r10,r3'
{standard input}:181: Error: selected processor does not support `smulbb 
r6,r6,r3'
distcc[30203] ERROR: compile (null) on localhost failed
v8/src/arm/macro-assembler-arm.cc:61:3: error: #error For thumb inter-working 
we require an architecture which supports blx
distcc[30202] ERROR: compile v8/src/arm/macro-assembler-arm.cc on 10.0.2.2 
failed
v8/src/arm/macro-assembler-arm.cc:61:3: error: #error For thumb inter-working 
we require an architecture which supports blx
distcc[30202] ERROR: compile v8/src/arm/macro-assembler-arm.cc on localhost 
failed
distcc[671] ERROR: compile (null) on localhost failed
v8/src/arm/macro-assembler-arm.cc:61:3: error: #error For thumb inter-working 
we require an architecture which supports blx
distcc[670] ERROR: compile v8/src/arm/macro-assembler-arm.cc on 10.0.2.2 failed
v8/src/arm/macro-assembler-arm.cc:61:3: error: #error For thumb inter-working 
we require an architecture which supports blx
distcc[670] ERROR: compile v8/src/arm/macro-assembler-arm.cc on localhost failed
dpkg-buildpackage: error: debian/rules build gave error exit status 2

More info:
1) The complete build log is attached as
chromium-browser_9.0.597.45~r70550-1_armel.build.xz



chromium-browser_9.0.597.45~r70550-1_armel.build.xz
Description: Binary data

-- System Information:
Debian Release: 6.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: armel (armv5tejl)

Kernel: Linux 2.6.32-5-versatile
Locale: LANG=C, LC_CTYPE=fi_FI (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages chromium-browser depends on:
pn  chromium-browser-inspe none(no description available)
ii  libasound2 1.0.23-2.1shared library for ALSA applicatio
ii  libatk1.0-01.30.0-1  The ATK accessibility toolkit
ii  libbz2-1.0 1.0.5-6   high-quality block-sorting file co
ii  libc6  2.11.2-10 Embedded GNU C Library: Shared lib
ii  libcairo2  1.8.10-6  The Cairo 2D vector graphics libra
ii  libdbus-1-31.2.24-4  simple interprocess messaging syst
ii  libdbus-glib-1-2   0.88-2.1  simple interprocess messaging syst
ii  libevent-1.4-2 1.4.13-stable-1   An asynchronous event notification
ii  libexpat1  2.0.1-7   XML parsing C library - runtime li
ii  libfontconfig1 2.8.0-2.1 generic font configuration library
ii  libfreetype6   2.4.2-2.1 FreeType 2 font engine, shared lib
ii  libgcc11:4.4.5-10GCC support library
ii  libgconf2-42.28.1-6  GNOME configuration database syste
ii  libgl1-mesa-glx [libgl 7.7.1-4   A free implementation of the OpenG
ii  libglewmx1.5   1.5.4-1   The OpenGL Extension Wrangler - ru
ii  libglib2.0-0   2.24.2-1  The GLib library of C routines
ii  libgtk2.0-02.20.1-2  The GTK+ graphical user interface 
ii  libicu44   4.4.2-2   International Components for Unico
ii  libjpeg62  6b1-1 The Independent JPEG Group's JPEG 
ii  libnspr4-0d4.8.6-1   NetScape Portable Runtime Library
ii  libnss3-1d 3.12.8-2  Network Security Service libraries
ii  libpango1.0-0  1.28.3-1+squeeze1 Layout and rendering of internatio
ii  libpng12-0 1.2.44-1  PNG library - runtime
ii  libstdc++6 4.4.5-10  The GNU Standard C++ Library v3
ii  libv8-2.2.24   2.2.24-7  V8 JavaScript Engine
ii  libx11-6   2:1.3.3-4 X11 client-side library
ii  libxext6   2:1.1.2-1 X11 miscellaneous extension librar
ii  libxml22.7.8.dfsg-2  GNOME XML library
ii  libxrender11:0.9.6-1 X Rendering Extension client libra
ii  libxslt1.1 1.1.26-6  XSLT 1.0 processing library - runt
ii  libxss11:1.2.1-1 X11 Screen Saver extension library
pn  xdg-utils  none(no description available)
ii  zlib1g 1:1.2.3.4.dfsg-3  compression library - runtime

chromium-browser recommends no 

Bug#611518: chromium-browser: FTBFS v8/src/arm/macro-assembler-arm.cc:61:3: error: #error For thumb inter-working we require an architecture which supports blx

2011-01-30 Thread Timo Juhani Lindfors
Hi,

the contents of src/v8 seems match what is in libv8. Would it be
possible to avoid compiling src/v8 if chromium-browser is anyway using
external libv8?



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



Bug#609448: linux-source-2.6.37: source code not included for drivers/staging/ft1000/ft1000-pcmcia/boot.h?

2011-01-09 Thread Timo Juhani Lindfors
Package: linux-source-2.6.37
Version: 2.6.37-1~experimental.1
Severity: serious

drivers/staging/ft1000/ft1000-pcmcia/boot.h seems to contain firmware
in binary form. Is the source code available somewhere?

(This is the only blob I could find with
http://www.linux-libre.fsfla.org/pub/linux-libre/releases/2.6.37-libre/deblob-2.6.37)

$ head -n50 linux-source-2.6.37/drivers/staging/ft1000/ft1000-pcmcia/boot.h
//---
// FT1000 driver for Flarion Flash OFDM NIC Device
//
// Copyright (C) 2002 Flarion Technologies, All rights reserved.
//
// This program is free software; you can redistribute it and/or modify it
// under the terms of the GNU General Public License as published by the Free
// Software Foundation; either version 2 of the License, or (at your option) any
// later version. This program is distributed in the hope that it will be 
useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of 
MERCHANTABILITY
// or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
// more details. You should have received a copy of the GNU General Public
// License along with this program; if not, write to the
// Free Software Foundation, Inc., 59 Temple Place -
// Suite 330, Boston, MA 02111-1307, USA.
//---
//
// File: boot.h
//
// Description:boatloader
//
// History:
// 1/11/05WhcPorted to Linux.
//
//---
#ifndef _BOOTH_
#define _BOOTH_

// Official bootloader
unsigned char bootimage [] = {
0x00,0x00,0x01,0x5E,0x00,0x00
,0x00,0x00,0x00,0x00,0x02,0xD7
,0x00,0x00,0x01,0x5E,0x46,0xB3
,0xE6,0x02,0x00,0x98,0xE6,0x8C
,0x00,0x98,0xFB,0x92,0xFF,0xFF
,0x98,0xFB,0x94,0xFF,0xFF,0x98
,0xFB,0x06,0x08,0x00,0x98,0xFB
,0x96,0x84,0x00,0x98,0xFB,0x08
,0x1C,0x00,0x98,0xFB,0x51,0x25
,0x10,0x1C,0x00,0xE6,0x51,0x01
,0x07,0xFD,0x4C,0xFF,0x20,0xF5
,0x51,0x02,0x20,0x08,0x00,0x4C
,0xFF,0x20,0x3C,0x00,0xC0,0x64
,0x98,0xC0,0x66,0x98,0xC0,0x68
,0x98,0xC0,0x6A,0x98,0xC0,0x6C
,0x98,0x90,0x08,0x90,0x09,0x90
,0x0A,0x90,0x0B,0x90,0x0C,0x90
,0x0D,0x90,0x0E,0x90,0x0F,0x90
,0x04,0x90,0x06,0xFB,0x51,0x22
,0x16,0x08,0x03,0xFB,0x51,0x52
...



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

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=fi_FI (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash



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



Bug#609448: linux-source-2.6.37: source code not included for drivers/staging/ft1000/ft1000-pcmcia/boot.h?

2011-01-09 Thread Timo Juhani Lindfors
Ben Hutchings b...@decadent.org.uk writes:
 I do check for blobs in each new upstream version but apparently I
 missed this one.

Thanks a lot for your work. Are you using the same deblob script or is
there some heuristics used for new versions?









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



Bug#606282: Needs to link statically with libbfd

2010-12-24 Thread Timo Juhani Lindfors
Julien Cristau jcris...@debian.org writes:
 Any progress with that?  If a fix is not forthcoming in the next few
 days I'll have to remove ksplice from squeeze.

I got the following reply:

From: Keith Winstein keith.winst...@ksplice.com
Subject: Re: Comments requested on a patch
To: Luca Bruno lu...@debian.org
Cc: de...@ksplice.com, Timo Juhani Lindfors timo.lindf...@iki.fi
Date: Fri, 17 Dec 2010 14:28:31 -0500

Hello,

Thanks for this. This patch looks fine.

Best regards,
Keith Winstein
Ksplice

On Fri, Dec 17, 2010 at 11:01 AM, Luca Bruno lu...@debian.org wrote:
 Hi,
 I'm currently finalizing last bits of the ksplice package for Squeeze
 release, and I'm going to apply some more patches on top of plain
 0.9.9, separately listed at http://lindi.iki.fi/lindi/ksplice/
 While most of them were just backported from your git repo, I am a bit
 concerned about linux-markers one, and I'm seeking your comment.
 The author (Timo, CC:ed here) previously tried to contact you, but
 mails were bouncing.

 Patch looks good, and markers were really removed in 2.6.32, so I'm
 inclined to apply this, but I'd like to hear your opinion before that.

 I'd also like to raise the urgent flag here, as the release is
 approaching and I'd like not to miss it.

 Cheers, Luca

 --
  .''`.  ** Debian GNU/Linux **  | Luca Bruno (kaeso)
 : :'  :   The Universal O.S.    | lucab (AT) debian.org
 `. `'`                          | GPG Key ID: 3BFB9FB3
  `-     http://www.debian.org  | Debian GNU/Linux Developer







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



Bug#606951: nsca: starts under user nobody instead of nagios

2010-12-20 Thread Timo Juhani Lindfors
Hi,

I can confirm the bug, strace shows just

4361  stat(/var/lib/nagios3/rw/nagios.cmd, 0x7fff2ee45bb0) = -1 EACCES 
(Permission denied)
4361  open(/var/run/nagios/nsca.dump, O_WRONLY|O_CREAT|O_APPEND, 0666) = -1 
EACCES (Permission denied)

I can confirm that removing --chuid nobody from /etc/init.d/nsca
indeed makes passive checks work.

Is there any way to have send_nsca fail in the future in cases like
this? Now it just happily reported 1 data packet(s) sent to host
successfully. when nsca was discarding the report...






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



Bug#606282: Needs to link statically with libbfd

2010-12-14 Thread Timo Juhani Lindfors
Luca Bruno lu...@debian.org writes:
 Brian is completely right on this, and I've just done that.
 Anyway, I'm waiting for feedback from Timo, who has submitted a patch
 to upstream to ensure compatibility with oue 2.6.32 stock kernel.

My emails to de...@ksplice.com seem to persistently bounce with an
error from google apps. I am now trying to send from another email
address.



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



Bug#606520: linux-tools-2.6.36: /usr/bin/perf_2.6.36 links against openssl but copyright lists only GPLv2 without exceptions

2010-12-09 Thread Timo Juhani Lindfors
Package: linux-tools-2.6.36
Version: 2.6.36-1~experimental.1
Severity: serious

/usr/share/doc/linux-tools-2.6.36/copyright gives me the impression
that we have a license to distribute /usr/bin/perf_2.6.36 only under
the terms of the GPLv2. Is this correct?

It seems that perf_2.6.36 uses openssl:

$ ldd /usr/bin/perf_2.6.36|grep ssl
libssl.so.0.9.8 = /usr/lib/libssl.so.0.9.8 (0x7f20fad1f000)

Has perf upstream given an exception to GPLv2 to allow us to do this
or is this indeed a real problem?

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

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=fi_FI (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages linux-tools-2.6.36 depends on:
ii  binutils2.20.1-15The GNU assembler, linker and bina
ii  libc6   2.11.2-7 Embedded GNU C Library: Shared lib
ii  libelf1 0.148-1  library to read and write ELF file
ii  libperl5.10 5.10.1-16shared Perl library
ii  libpython2.62.6.6-6  Shared Python runtime library (ver
ii  perl5.10.1-16Larry Wall's Practical Extraction 
ii  python  2.6.6-3+squeeze1 interactive high-level object-orie
ii  python-support  1.0.10   automated rebuilding support for P

Versions of packages linux-tools-2.6.36 recommends:
ii  linux-base   2.6.36-1~experimental.1 Linux image base package

Versions of packages linux-tools-2.6.36 suggests:
pn  linux-doc-2.6.36  none (no description available)

-- no debconf information



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



Bug#606520: linux-tools-2.6.36: /usr/bin/perf_2.6.36 links against openssl but copyright lists only GPLv2 without exceptions

2010-12-09 Thread Timo Juhani Lindfors
Ben Hutchings b...@decadent.org.uk writes:
 I have no idea what the upstream developers intended, they seem a bit
 clueless about distribution.  I only just realised that they try to use
 libbfd (GPLv3, incompatible) even though perf can get the same
 functionality from libiberty (GPLv2)!

Hmm, are you planning to file a separate bug report about that?




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



Bug#606520: linux-tools-2.6.36: /usr/bin/perf_2.6.36 links against openssl but copyright lists only GPLv2 without exceptions

2010-12-09 Thread Timo Juhani Lindfors
Ben Hutchings b...@decadent.org.uk writes:
 Since perf doesn't use any of the functionality in libssl via Python,
 I'm not convinced there's a problem here.

Good. Would it be appropriate to describe this in copyright file
though?



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



Bug#602476: [Pkg-utopia-maintainers] Bug#602476: policykit-1: FTBFS on kfreebsd-*: sys/signalfd.h: No such file or directory

2010-11-17 Thread Timo Juhani Lindfors
Michael Biebl bi...@debian.org writes:
 | gposixsignal.c:26:26: error: sys/signalfd.h: No such file or directory

Hmm. Is signalfd() used by _g_posix_signal_source_new() is a
Linux-only feature? Man page says

VERSIONS
 signalfd() is available on Linux since kernel 2.6.22.  Working
 support is provided in glibc since version 2.8.  The signalfd4()
 system call (see NOTES) is available on Linux since kernel 2.6.27.

and it is also listed in Re: Porting upstart to kfreebsd at

http://www.mail-archive.com/debian-...@lists.debian.org/msg04855.html

under Linux-specific thing that the current and next versions
use/will use are.

This code did not exist in 0.96-3 so maybe you just need to ask
upstream to think about how they want to this on non-Linux systems?
(I'm assuming this 0.99-1 is not targeting squeeze so we are not in a
hurry.)





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



Bug#571636: Keyboard not working in X after upgrade to 7.5

2010-10-25 Thread Timo Juhani Lindfors
Hi,

I hit this too. Only after stracing X and seeing

read(11, 
N:input/event1\nS:char/13:65\nE:ID_INPUT=1\nE:ID_INPUT_KEY=1\nE:XKBMODEL=pc105\nE:XKBLAYOUT=fi\nE:XKBVARIANT=fi\nE:XKBOPTIONS=\nE:DMI_VENDOR=n,
 4096) = 134

I was able to guess that X gets this information from udev. This took
me 20 minutes, I'm quite sure more average users are not going to
figure this out on their own. My pre-upgrade snapshot does not show
/etc/default/keyboard -- did the upgrade copy these values from
xorg.conf to that file?

Would it be possible to add a check that'd warn about non-existent
keyboard layouts in /etc/default/keyboard? How do I get the list of
existing layouts?






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



Bug#599251: FTBFS: waits for user input at latex path [/usr/bin/latex]

2010-10-06 Thread Timo Juhani Lindfors
Package: liblatex-driver-perl
Version: 0.08-1
Severity: serious
Justification: policy 4.9: all _required targets_ must be non-interactive.

Steps to reproduce:
1) sudo apt-get build-dep liblatex-driver-perl
2) fakeroot apt-get --build source liblatex-driver-perl

Expected results:
2) liblatex-driver-perl builds

Actual results:
2) build stops and waits for user input:

dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor): -g -O2
dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin: vendor): 
dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin: vendor): -g -O2
dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor): -g -O2
dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin: vendor): 
dpkg-buildpackage: source package liblatex-driver-perl
dpkg-buildpackage: source version 0.08-1
dpkg-buildpackage: source changed by Salvatore Bonaccorso 
salvatore.bonacco...@gmail.com
dpkg-buildpackage: host architecture amd64
 dpkg-source --before-build liblatex-driver-perl-0.08
 debian/rules clean
dh --with quilt clean
   dh_testdir
   dh_auto_clean
   dh_quilt_unpatch
No patch removed
   dh_clean
 debian/rules build
dh --with quilt build
   dh_testdir
   dh_quilt_patch
Applying patch fix-manpage-has-bad-whatis-entry.patch
patching file lib/LaTeX/Driver/FilterProgram.pm
patching file lib/LaTeX/Driver/Paths.pm

Applying patch fix-manpage-latex2ps.patch
patching file scripts/latex2ps

Applying patch fix-manpage-latex2pdf.patch
patching file scripts/latex2pdf

Applying patch fix-manpage-latex2dvi.patch
patching file scripts/latex2dvi

Now at patch fix-manpage-latex2dvi.patch
   dh_auto_configure

LaTeX::Driver v0.08
---

LaTeX::Driver runs either the 'latex' or 'pdflatex' command on a LaTeX
document.  If unresolved cross references, bibliographic references or
index definitions are found then 'bibtex' or 'makeindex' will be run
as appropriate and 'latex' or 'pdflatex' re-run as necessary.  The
output will be postprocessed with the 'dvips' and 'ps2pdf' programs if
necessary to create PDF, DVI or PostScript documents.

To use the module you will first need to install LaTeX on your system
and make sure the above programs are available.  Answer the following
questions to confirm their locations, then run 'make', 'make test' and
'make install'.

latex path [/usr/bin/latex] 



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

Kernel: Linux 2.6.32-5+lindi.1-amd64 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=fi_FI (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages liblatex-driver-perl depends on:
ii  ghostscript 8.71~dfsg2-6 The GPL Ghostscript PostScript/PDF
ii  libclass-accessor-perl  0.34-1   Perl module that automatically gen
ii  libexception-class-perl 1.31-1   module that allows you to declare 
ii  libfile-slurp-perl  .13-1single call read  write file rout
ii  libtemplate-perl2.22-0.1 template processing system written
ii  perl5.10.1-14Larry Wall's Practical Extraction 
ii  perl-modules5.10.1-14Core Perl modules
ii  texlive-binaries [texlive-b 2009-7   Binaries for TeX Live
ii  texlive-latex-base  2009-10  TeX Live: Basic LaTeX packages

liblatex-driver-perl recommends no packages.

liblatex-driver-perl suggests no packages.

-- no debconf information



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



Bug#599251: FTBFS: waits for user input at latex path [/usr/bin/latex]

2010-10-06 Thread Timo Juhani Lindfors
Salvatore Bonaccorso salvatore.bonacco...@gmail.com writes:
 Ok, this is indeed not directly the cause. It's more how the ttpromt
 in Makefile.PL works, in sbuild/chroot environment these will work
 without waiting for confirmation and if we build int interactively it
 waits for confirmation.

 I will prepare the fix and ask for release team then for the unblock.

Thanks! Is this ttprompt common in perl packages?




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



Bug#590263: mupdf: tested to work on armel

2010-09-18 Thread Timo Juhani Lindfors
Hi,

just for your info, mupdf 0.7-2 seems to work fine on armel now. Thank
you!




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



Bug#590263: mupdf: FTBFS due to inappropriate CPU options

2010-09-11 Thread Timo Juhani Lindfors
package mupdf
tag 590263 patch
thanks

Hi,

I've been using my unofficial mupdf package on armel since 2009. When
I noticed that mupdf is in debian I tried installing it and then noticed

mkdir -p build/release
mkdir -p build/generated
CC build/release/base_cpudep.o
cc1: error: unrecognized command line option -mmmx
cc1: error: unrecognized command line option -msse
cc1: error: unrecognized command line option -msse2
fitz/base_cpudep.c:1: error: bad value (k8) for -march= switch


in 
https://buildd.debian.org/fetch.cgi?pkg=mupdf;ver=0.6-1;arch=armel;stamp=1283843178

The attached patch uses these special compiler options only on amd64
and is tested to fix the build on at least armel.


best regards,
Timo Lindfors
From b72c53a7a0af115b9a680ce1381bf32ec68fd335 Mon Sep 17 00:00:00 2001
From: Timo Juhani Lindfors timo.lindf...@iki.fi
Date: Sat, 11 Sep 2010 13:50:36 +0100
Subject: [PATCH] Use -mmmx -msse -msse2 -march=k8 -DARCH_X86 only on x86_64

---
 Makerules |6 +-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/Makerules b/Makerules
index a441176..5ff1dc8 100644
--- a/Makerules
+++ b/Makerules
@@ -2,6 +2,7 @@
 
 OS := $(shell uname)
 OS := $(OS:MINGW%=MINGW)
+MACHINE := $(shell uname -m)
 
 LIBS := -ljbig2dec -lopenjpeg -ljpeg -lz -lm
 CFLAGS := -Wall --std=gnu99 -Ifitz -Imupdf $(THIRD_INCS)
@@ -26,10 +27,13 @@ endif
 X11LIBS = -lX11 -lXext
 PDFVIEW_EXE = $(X11VIEW_EXE)
 ifeq  $(build) release
-CFLAGS += -mmmx -ftree-vectorize -msse -msse2 -march=k8 -DARCH_X86
+CFLAGS += -ftree-vectorize
+ifeq $(MACHINE) x86_64
+CFLAGS += -mmmx -msse -msse2 -march=k8 -DARCH_X86
 ARCH_SRC = archx86.c
 endif
 endif
+endif
 
 ifeq $(OS) Darwin
 CFLAGS += -I$(HOME)/include -I/usr/X11R6/include
-- 
1.7.1



Bug#592544: [pkg-fso-maint] Bug#592544: New license

2010-08-11 Thread Timo Juhani Lindfors
Scott Howard showard...@gmail.com writes:
 Upstream has changed their license [1].

When did they change the license?

Is it still too late to upload the updated packages to Debian or can
squeeze be released regardless of this license incompatilibity in the
version that it ships?




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



Bug#592544: zhone: depends on libevas-svn-06-engines-x which has incompatible license (GPL + advertising clause)?

2010-08-10 Thread Timo Juhani Lindfors
Package: zhone
Version: 0-git20090610-7
Severity: serious

[ X-Debbugs-CC: pkg-fso-ma...@lists.alioth.debian.org set]

1) /usr/share/doc/zhone/copyright has

This package was debianized by Joachim Breitner nome...@debian.org on
Fri, 08 Aug 2008 23:08:17 -0300

It was downloaded from git://git.freesmartphone.org/zhone.git

The following copyrights apply to the frameworkd sourcecode:
 * Copyright © 2008 Openmoko, Inc.
 * Copyright © 2007 Johannes 'Josch' Schauer
 * Copyright © 2008 Michael 'Mickey' Lauer
 * Copyright © 2008 Jan 'Shoragan' LÌbbe
 * Copyright © 2008 Daniel 'Alphaone' Willmann

For the Debian packaging:
 * Copyright © 2008 Joachim Breitner nome...@debian.org

The zhone source and the Debian packaging are distributed under the following
license:

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
General Public License for more details.

On Debian systems, the complete text of the GNU General Public License can
be found in /usr/share/common-licenses/GPL-2 file.

2) zhone depends on libevas-svn-06-engines-x

3) /usr/share/doc/libevas-svn-06-engines-x/copyright has

This package was debianized by Debian Pkg-e Team 
pkg-e-de...@lists.alioth.debian.org
Sat, 07 Jul 2007 09:29:10 +.

It was downloaded from http://download.enlightenment.org/

Upstream Authors:

Enlightenment team enlightenment-de...@lists.sourceforge.net

Copyright:

Copyright (C) 2000 Carsten Haitzler and various contributors (see 
AUTHORS)
src/modules/engines/fb/evas_fb.h: Copyright (c) 1999 - Carsten Haitzler
src/modules/engines/fb/evas_fb_main.c: Copyright (c) 1999 - Carsten Haitzler

License:

  Permission is hereby granted, free of charge, to any person obtaining a
  copy of this software and associated documentation files (the Software),
  to deal in the Software without restriction, including without limitation
  the rights to use, copy, modify, merge, publish, distribute, sublicense,
  and/or sell copies of the Software, and to permit persons to whom the
  Software is furnished to do so, subject to the following conditions:

  The above copyright notice and this permission notice shall be included in
  all copies of the Software, its documentation and marketing  publicity
  materials, and acknowledgment shall be given in the documentation,
  materials and software packages that this Software was used.

  THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
  THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

On Debian systems, the complete text of the BSD License can be found
in `/usr/share/common-licenses/BSD'.


Am I missing something here? Isn't it impossible to satisfy both the
GPL and the advertising clause at the same time?


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

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=fi_FI (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages zhone depends on:
ii  dbus 1.2.24-3simple interprocess messaging syst
ii  libevas-svn-06-engines-x 0.9.9.49898-1   Evas module providing the X11 engi
ii  python   2.6.5-12interactive high-level object-orie
ii  python-cairo 1.8.8-1+b1  Python bindings for the Cairo vect
ii  python-dbus  0.83.1-1simple interprocess messaging syst
ii  python-ecore 0.5.0+r49824-1  Python bindings for the Enlightenm
ii  python-edbus 0.5.0+r49577-1  Python bindings for the Enlightenm
ii  python-edje  0.5.0+r49747-1  Python bindings for the Enlightenm
ii  python-evas  0.5.0+r49677-1  Python bindings for the Enlightenm
ii  zhone-illume-glue0-git20090610-7 freesmartphone.org demo GUI - Illu

zhone recommends no packages.

zhone suggests no packages.

-- no debconf information



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



Bug#588426: linux-image-2.6.32-5-amd64: fail to boot in a kvm virtual machine

2010-07-18 Thread Timo Juhani Lindfors

This should probably be merged with #588509?





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



Bug#588509: also 2.6.32-17 hangs

2010-07-16 Thread Timo Juhani Lindfors

I booted 2.6.32-17 once and it hang at

Write protecting the kernel read-only data: 4220k




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



Bug#588509: linux-image-2.6.32-5-amd64: hangs under Xen after Write protecting the kernel read-only data: 4220k

2010-07-16 Thread Timo Juhani Lindfors

Here's some debugging output. I booted domU with an older kernel to be able to 
install 

On opensuse dom0 I ran

sudo gdbserver-xen 127.0.0.1: --attach 37

where 37 is domid printed by xm list and then used

sudo gdb /local/lindi/vmlinux-2.6.32-5-amd64
(gdb) target remote 127.0.0.1:

to start the debugger. It seems that the kernel is stuck trying to
print information about a kernel OOPS:

(gdb) info threads
* 1 Remote target  0x812f8c78 in __ticket_spin_lock (
lock=value optimized out)
at 
/build/buildd-linux-2.6_2.6.32-17-amd64-FO3n8v/linux-2.6-2.6.32/debian/build/source_amd64_none/arch/x86/include/asm/spinlock.h:114

(gdb) bt full
#0  0x812f8c78 in __ticket_spin_lock (lock=value optimized out)
at 
/build/buildd-linux-2.6_2.6.32-17-amd64-FO3n8v/linux-2.6-2.6.32/debian/build/source_amd64_none/arch/x86/include/asm/spinlock.h:114
inc = 1
tmp = 0
#1  __raw_spin_lock (lock=value optimized out)
at 
/build/buildd-linux-2.6_2.6.32-17-amd64-FO3n8v/linux-2.6-2.6.32/debian/build/source_amd64_none/arch/x86/include/asm/spinlock.h:190
No locals.
#2  __spin_lock (lock=value optimized out)
at 
/build/buildd-linux-2.6_2.6.32-17-amd64-FO3n8v/linux-2.6-2.6.32/debian/build/source_amd64_none/include/linux/spinlock_api_smp.h:337
No locals.
#3  _spin_lock (lock=value optimized out)
at 
/build/buildd-linux-2.6_2.6.32-17-amd64-FO3n8v/linux-2.6-2.6.32/debian/build/source_amd64_none/kernel/spinlock.c:138
No locals.
#4  0x8104d344 in vprintk (
fmt=0x813a8798 1BUG: unable to handle kernel , 
args=0x88003fdb93a8)
at 
/build/buildd-linux-2.6_2.6.32-17-amd64-FO3n8v/linux-2.6-2.6.32/debian/build/source_amd64_none/kernel/printk.c:705
printed_len = 0
current_log_level = 4
flags = 0
p = value optimized out
#5  0x812f6eec in printk (fmt=0x815d13c0 )
at 
/build/buildd-linux-2.6_2.6.32-17-amd64-FO3n8v/linux-2.6-2.6.32/debian/build/source_amd64_none/kernel/printk.c:595
---Type return to continue, or q return to quit---
args = {{gp_offset = 8, fp_offset = 48, 
overflow_arg_area = 0x88003fdb9488, 
reg_save_area = 0x88003fdb93c8}}
r = 1
#6  0x810311b0 in show_fault_oops (address=value optimized out, 
error_code=value optimized out, regs=value optimized out)
at 
/build/buildd-linux-2.6_2.6.32-17-amd64-FO3n8v/linux-2.6-2.6.32/debian/build/source_amd64_none/arch/x86/mm/fault.c:583
No locals.
#7  no_context (address=value optimized out, 
error_code=value optimized out, regs=value optimized out)
at 
/build/buildd-linux-2.6_2.6.32-17-amd64-FO3n8v/linux-2.6-2.6.32/debian/build/source_amd64_none/arch/x86/mm/fault.c:658
tsk = 0x88003fdb4000
flags = 0
sig = value optimized out
#8  0x81031429 in __bad_area_nosemaphore (regs=0x88003fdb9598, 
error_code=value optimized out, address=18446744071582043416, 
si_code=196609)
at 
/build/buildd-linux-2.6_2.6.32-17-amd64-FO3n8v/linux-2.6-2.6.32/debian/build/source_amd64_none/arch/x86/mm/fault.c:741
tsk = 0x88003fdb4000
#9  0x812f9015 in ?? ()
at 
/build/buildd-linux-2.6_2.6.32-17-amd64-FO3n8v/linux-2.6-2.6.32/debian/build/source_amd64_none/arch/x86/kernel/entry_64.S:1383
No locals.
#10 0x0005398d646e415d in ?? ()
No symbol table info available.
#11 0xd5de35ab in ?? ()
---Type return to continue, or q return to quit---
No symbol table info available.
#12 0x0002 in ?? ()
No symbol table info available.
#13 0x000c82198774ef00 in ?? ()
No symbol table info available.
#14 0x0001 in ?? ()
No symbol table info available.
#15 0x8800032e6040 in ?? ()
No symbol table info available.
#16 0x0202 in ?? ()
No symbol table info available.
#17 0x8800 in ?? ()
No symbol table info available.
#18 0x813a87b8 in ?? ()
__kcrctab_unregister_net_sysctl_table = 2623496682
__kstrtab_unregister_net_sysctl_table = unregister_net_sysctl_table
net_sysctl_ro_root = {root_list = {next = 0x814649b0, 
prev = 0x814a6350}, default_set = {list = {
  next = 0x88003fe34c08, prev = 0x88003d8dd808}, 
parent = 0x814649c0, is_seen = 0}, lookup = 0, 
  permissions = 0x812e4313 net_ctl_ro_header_perms}
sysctl_pernet_ops = {list = {next = 0x8149bcc0, 
prev = 0x814a6140}, 
  init = 0x812e4323 sysctl_net_init, 
  exit = 0x812e4375 sysctl_net_exit}
__ksymtab_register_net_sysctl_table = {value = 18446744071581877167, 
  name = 0x81422f46 register_net_sysctl_table}
__kstrtab_register_net_sysctl_table = register_net_sysctl_table
__initcall_sysctl_init4 = 0
---Type return to continue, or q return to quit---
__kcrctab_register_net_sysctl_table = 829491708

Bug#588509: linux-image-2.6.32-5-amd64: hangs under Xen after Write protecting the kernel read-only data: 4220k

2010-07-16 Thread Timo Juhani Lindfors

Here's some debugging output. I installed
linux-image-2.6.32-5-amd64-dbg and linux-source-2.6.32 and then used

sudo gdbserver-xen 127.0.0.1: --attach 37

where 37 is the domid printed by xm list and

sudo gdb /local/lindi/vmlinux-2.6.32-5-amd64
(gdb) target remote 127.0.0.1:

on the opensuse dom0 to attach gdb to linux. It seems that Linux (-17)
is stuck trying to print an OOPS:

(gdb) info threads
* 1 Remote target  0x812f8c78 in __ticket_spin_lock (
lock=value optimized out)
at 
/build/buildd-linux-2.6_2.6.32-17-amd64-FO3n8v/linux-2.6-2.6.32/debian/build/source_amd64_none/arch/x86/include/asm/spinlock.h:114

(gdb) bt full
#0  0x812f8c78 in __ticket_spin_lock (lock=value optimized out)
at 
/build/buildd-linux-2.6_2.6.32-17-amd64-FO3n8v/linux-2.6-2.6.32/debian/build/source_amd64_none/arch/x86/include/asm/spinlock.h:114
inc = 1
tmp = 0
#1  __raw_spin_lock (lock=value optimized out)
at 
/build/buildd-linux-2.6_2.6.32-17-amd64-FO3n8v/linux-2.6-2.6.32/debian/build/source_amd64_none/arch/x86/include/asm/spinlock.h:190
No locals.
#2  __spin_lock (lock=value optimized out)
at 
/build/buildd-linux-2.6_2.6.32-17-amd64-FO3n8v/linux-2.6-2.6.32/debian/build/source_amd64_none/include/linux/spinlock_api_smp.h:337
No locals.
#3  _spin_lock (lock=value optimized out)
at 
/build/buildd-linux-2.6_2.6.32-17-amd64-FO3n8v/linux-2.6-2.6.32/debian/build/source_amd64_none/kernel/spinlock.c:138
No locals.
#4  0x8104d344 in vprintk (
fmt=0x813a8798 1BUG: unable to handle kernel , 
args=0x88003fdb93a8)
at 
/build/buildd-linux-2.6_2.6.32-17-amd64-FO3n8v/linux-2.6-2.6.32/debian/build/source_amd64_none/kernel/printk.c:705
printed_len = 0
current_log_level = 4
flags = 0
p = value optimized out
#5  0x812f6eec in printk (fmt=0x815d13c0 )
at 
/build/buildd-linux-2.6_2.6.32-17-amd64-FO3n8v/linux-2.6-2.6.32/debian/build/source_amd64_none/kernel/printk.c:595
---Type return to continue, or q return to quit---
args = {{gp_offset = 8, fp_offset = 48, 
overflow_arg_area = 0x88003fdb9488, 
reg_save_area = 0x88003fdb93c8}}
r = 1
#6  0x810311b0 in show_fault_oops (address=value optimized out, 
error_code=value optimized out, regs=value optimized out)
at 
/build/buildd-linux-2.6_2.6.32-17-amd64-FO3n8v/linux-2.6-2.6.32/debian/build/source_amd64_none/arch/x86/mm/fault.c:583
No locals.
#7  no_context (address=value optimized out, 
error_code=value optimized out, regs=value optimized out)
at 
/build/buildd-linux-2.6_2.6.32-17-amd64-FO3n8v/linux-2.6-2.6.32/debian/build/source_amd64_none/arch/x86/mm/fault.c:658
tsk = 0x88003fdb4000
flags = 0
sig = value optimized out
#8  0x81031429 in __bad_area_nosemaphore (regs=0x88003fdb9598, 
error_code=value optimized out, address=18446744071582043416, 
si_code=196609)
at 
/build/buildd-linux-2.6_2.6.32-17-amd64-FO3n8v/linux-2.6-2.6.32/debian/build/source_amd64_none/arch/x86/mm/fault.c:741
tsk = 0x88003fdb4000
#9  0x812f9015 in ?? ()
at 
/build/buildd-linux-2.6_2.6.32-17-amd64-FO3n8v/linux-2.6-2.6.32/debian/build/source_amd64_none/arch/x86/kernel/entry_64.S:1383
No locals.
#10 0x0005398d646e415d in ?? ()
No symbol table info available.
#11 0xd5de35ab in ?? ()
---Type return to continue, or q return to quit---
No symbol table info available.
#12 0x0002 in ?? ()
No symbol table info available.
#13 0x000c82198774ef00 in ?? ()
No symbol table info available.
#14 0x0001 in ?? ()
No symbol table info available.
#15 0x8800032e6040 in ?? ()
No symbol table info available.
#16 0x0202 in ?? ()
No symbol table info available.
#17 0x8800 in ?? ()
No symbol table info available.
#18 0x813a87b8 in ?? ()
__kcrctab_unregister_net_sysctl_table = 2623496682
__kstrtab_unregister_net_sysctl_table = unregister_net_sysctl_table
net_sysctl_ro_root = {root_list = {next = 0x814649b0, 
prev = 0x814a6350}, default_set = {list = {
  next = 0x88003fe34c08, prev = 0x88003d8dd808}, 
parent = 0x814649c0, is_seen = 0}, lookup = 0, 
  permissions = 0x812e4313 net_ctl_ro_header_perms}
sysctl_pernet_ops = {list = {next = 0x8149bcc0, 
prev = 0x814a6140}, 
  init = 0x812e4323 sysctl_net_init, 
  exit = 0x812e4375 sysctl_net_exit}
__ksymtab_register_net_sysctl_table = {value = 18446744071581877167, 
  name = 0x81422f46 register_net_sysctl_table}
__kstrtab_register_net_sysctl_table = register_net_sysctl_table
__initcall_sysctl_init4 = 0
---Type return to continue, or q return to quit---
__kcrctab_register_net_sysctl_table = 829491708

Bug#588509: linux-image-2.6.32-5-amd64: hangs under Xen after Write protecting the kernel read-only data: 4220k

2010-07-16 Thread Timo Juhani Lindfors


I changed

static atomic64_t last_value = ATOMIC64_INIT(0);

to

volatile static atomic64_t last_value = ATOMIC64_INIT(0);

but then Linux got stuck in

(gdb) bt 8
#0  panic (fmt=0x0) at 
/local/lindi/debian-linux-2.6/linux-2.6-2.6.32/debian/build/source_amd64_none/kernel/panic.c:137
#1  0x812e550f in find_early_table_space (use_gbpages=value optimized 
out, use_pse=value optimized out, end=value optimized out)
at 
/local/lindi/debian-linux-2.6/linux-2.6-2.6.32/debian/build/source_amd64_none/arch/x86/mm/init.c:80
#2  init_memory_mapping (use_gbpages=value optimized out, use_pse=value 
optimized out, end=value optimized out)
at 
/local/lindi/debian-linux-2.6/linux-2.6-2.6.32/debian/build/source_amd64_none/arch/x86/mm/init.c:271
#3  0x814f0e25 in ?? ()
#4  0x814ed9d0 in start_kernel () at 
/local/lindi/debian-linux-2.6/linux-2.6-2.6.32/debian/build/source_amd64_none/init/main.c:546
#5  0x8307f000 in ?? ()
#6  0x8308 in ?? ()
#7  0x83081000 in ?? ()
(More stack frames follow...)

without printing anything. The check in question is probably

e820_table_start = find_e820_area(start, max_pfn_mappedPAGE_SHIFT,
tables, PAGE_SIZE);
if (e820_table_start == -1UL)
panic(Cannot find space for the kernel page tables);


Any idea what is going on?


-Timo







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



Bug#588509: linux-image-2.6.32-5-amd64: hangs under Xen after Write protecting the kernel read-only data: 4220k

2010-07-16 Thread Timo Juhani Lindfors
package linux-image-2.6.32-5-amd64
tags 588509 patch
thanks

The trouble I had in message #47 was caused by accidental
mem=nopentium option that got enabled when I installed my modified
package. When I remove that I can boot:

[0.00] Initializing cgroup subsys cpuset
[0.00] Initializing cgroup subsys cpu
[0.00] Linux version 2.6.32-5-amd64 (Debian 2.6.32-17+lindi1) 
(li...@kurp.hut.fi) (gcc version 4.3.5 (Debian 4.3.5-1) ) #1 SMP Fri Jul 16 
18:55:57 EEST 2010
[0.00] Command line: root=/dev/xvda ro console=hvc0
[0.00] KERNEL supported cpus:
[0.00]   Intel GenuineIntel
[0.00]   AMD AuthenticAMD
[0.00]   Centaur CentaurHauls
[0.00] ACPI in unprivileged domain disabled
[0.00] BIOS-provided physical RAM map:
[0.00]  Xen:  - 000a (usable)
[0.00]  Xen: 000a - 0010 (reserved)
[0.00]  Xen: 0010 - 4000 (usable)
[0.00] DMI not present or invalid.
[0.00] last_pfn = 0x4 max_arch_pfn = 0x4
[0.00] init_memory_mapping: -4000
[0.00] RAMDISK: 016a3000 - 02fb5000
[0.00] No NUMA configuration found
[0.00] Faking a node at -4000
[0.00] Bootmem setup node 0 -4000
[0.00]   NODE_DATA [8000 - ]
[0.00]   bootmap [0001 -  00017fff] pages 8
[0.00] (7 early reservations) == bootmem [00 - 004000]
[0.00]   #0 [00 - 001000]   BIOS data page == [00 
- 001000]
[0.00]   #1 [00031b8000 - 00031d5000]   XEN PAGETABLES == [00031b8000 
- 00031d5000]
[0.00]   #2 [006000 - 008000]   TRAMPOLINE == [006000 
- 008000]
[0.00]   #3 [000100 - 0001682794]TEXT DATA BSS == [000100 
- 0001682794]
[0.00]   #4 [00016a3000 - 0002fb5000]  RAMDISK == [00016a3000 
- 0002fb5000]
[0.00]   #5 [0002fb5000 - 00031b8000]   XEN START INFO == [0002fb5000 
- 00031b8000]
[0.00]   #6 [10 - 2e2000]  PGTABLE == [10 
- 2e2000]
[0.00] Zone PFN ranges:
[0.00]   DMA  0x - 0x1000
[0.00]   DMA320x1000 - 0x0010
[0.00]   Normal   0x0010 - 0x0010
[0.00] Movable zone start PFN for each node
[0.00] early_node_map[2] active PFN ranges
[0.00] 0: 0x - 0x00a0
[0.00] 0: 0x0100 - 0x0004
[0.00] SFI: Simple Firmware Interface v0.7 http://simplefirmware.org
[0.00] SMP: Allowing 1 CPUs, 0 hotplug CPUs
[0.00] No local APIC present
[0.00] APIC: disable apic facility
[0.00] PM: Registered nosave memory: 000a - 0010
[0.00] Allocating PCI resources starting at 4000 (gap: 
4000:c000)
[0.00] Booting paravirtualized kernel on Xen
[0.00] Xen version: 3.4.1_19718_04-2.1 (preserve-AD)
[0.00] NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1
[0.00] PERCPU: Embedded 30 pages/cpu @88000320b000 s90328 r8192 
d24360 u122880
[0.00] pcpu-alloc: s90328 r8192 d24360 u122880 alloc=30*4096
[0.00] pcpu-alloc: [0] 0
[0.00] Xen: using vcpu_info placement
[0.00] Built 1 zonelists in Node order, mobility grouping on.  Total 
pages: 257979
[0.00] Policy zone: DMA32
[0.00] Kernel command line: root=/dev/xvda ro console=hvc0
[0.00] PID hash table entries: 4096 (order: 3, 32768 bytes)
[0.00] Initializing CPU#0
[0.00] Checking aperture...
[0.00] No AGP bridge found
[0.00] Memory: 996936k/1048576k available (3067k kernel code, 384k 
absent, 51256k reserved, 1879k data, 588k init)
[0.00] SLUB: Genslabs=14, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, 
Nodes=1
[0.00] Hierarchical RCU implementation.
[0.00] NR_IRQS:4352 nr_irqs:256
[0.00] Console: colour dummy device 80x25
[0.00] console [tty0] enabled
[0.00] console [hvc0] enabled
[0.00] installing Xen timer for CPU 0
[0.00] Detected 2393.998 MHz processor.
[0.004000] Calibrating delay loop (skipped), value calculated using timer 
frequency.. 4787.99 BogoMIPS (lpj=9575992)
[0.004000] Security Framework initialized
[0.004000] SELinux:  Disabled at boot.
[0.004000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
[0.004000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
[0.004000] Mount-cache hash table entries: 256
[0.004000] Initializing cgroup subsys ns
[0.004000] Initializing cgroup subsys cpuacct
[0.004000] Initializing cgroup subsys devices
[0.004000] Initializing cgroup subsys freezer
[0.004000] Initializing cgroup subsys net_cls
[

Bug#588509: linux-image-2.6.32-5-amd64: hangs under Xen after Write protecting the kernel read-only data: 4220k

2010-07-15 Thread Timo Juhani Lindfors

Sorry, I forgot to include Xen version number information:

$ sudo xm info
host   : overlord2
release: 2.6.31.12-0.2-xen
version: #1 SMP 2010-03-16 21:25:39 +0100
machine: x86_64
nr_cpus: 4
nr_nodes   : 1
cores_per_socket   : 4
threads_per_core   : 1
cpu_mhz: 2394
hw_caps: 
bfebfbff:20100800::0140:e3bd::0001:
virt_caps  : hvm
total_memory   : 8189
free_memory: 16
max_free_memory: 2420
max_para_memory: 2416
max_hvm_memory : 2402
node_to_cpu: node0:0-3
node_to_memory : node0:16
xen_major  : 3
xen_minor  : 4
xen_extra  : .1_19718_04-2.1
xen_caps   : xen-3.0-x86_64 xen-3.0-x86_32p hvm-3.0-x86_32 
hvm-3.0-x86_32p hvm-3.0-x86_64
xen_scheduler  : credit
xen_pagesize   : 4096
platform_params: virt_start=0x8000
xen_changeset  : 19718
cc_compiler: gcc version 4.4.1 [gcc-4_4-branch revision 150839] 
(SUSE Linux)
cc_compile_by  : abuild
cc_compile_domain  :
cc_compile_date: Tue Oct 27 16:31:01 UTC 2009
xend_config_format : 4

(If these look odd it is because Dom0 runs openSUSE 11.2)




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



Bug#584946: [Pkg-chromium-maint] Bug#584946: chromium-browser: segfault on startup on armel (openmoko freerunner)

2010-06-29 Thread Timo Juhani Lindfors
Giuseppe Iuculano giuse...@iuculano.it writes:
 Could you try version 5.0.375.86~r49890-1 when it will be available in
 armel please?

At least -4 does not seem to build:

CC(target) 
out/Release/obj.target/ffmpegsumo/third_party/ffmpeg/source/patched-ffmpeg-mt/libavcodec/bitstream.o
/tmp/ccMn32OM.s: Assembler messages:
/tmp/ccMn32OM.s:66: Error: selected processor does not support `rev r1,r1'
/tmp/ccMn32OM.s:154: Error: selected processor does not support `rev r5,r5'
/tmp/ccMn32OM.s:224: Error: selected processor does not support `rev r2,r2'
/tmp/ccMn32OM.s:1009: Error: selected processor does not support `rev16 r2,r2'
/tmp/ccMn32OM.s:1030: Error: selected processor does not support `rev r1,r1'
/tmp/ccMn32OM.s:1088: Error: selected processor does not support `rev16 r1,r1'
/tmp/ccMn32OM.s:1119: Error: selected processor does not support `rev r2,r2'
/tmp/ccMn32OM.s:1208: Error: selected processor does not support `rev r1,r1'

-- 
https://buildd.debian.org/fetch.cgi?pkg=chromium-browser;ver=5.0.375.86~r49890-4;arch=armel;stamp=125133

-Timo



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



Bug#584946: chromium-browser: segfault on startup on armel (openmoko freerunner)

2010-06-25 Thread Timo Juhani Lindfors
Hi,

version 5.0.375.70~r48679-2 seems to start on openmoko!

I can use the menus but trying to load any page results in a dialog
that shows an error message that can not be copypasted. It says
something about The following page(s) have become unresponsive
 Hitting wait button multiple times does not seem to have any
effect. All this time chromium-browser uses about 50% of all cpu time
and is not swapping.

On startup it prints

Xlib:  extension RANDR missing on display :0.0.
[24903:24903:75735169231:ERROR:chrome/browser/renderer_host/render_sandbox_host_linux.cc(326)]
 Could not get pid

However, if I start it with --no-sandbox then I don't get that at
startup but instead I get

Illegal instruction

when I quit chromium. The illegal instruction can be seen in gdb:

Program received signal SIGILL, Illegal instruction.
0x420c6f68 in ?? () from /usr/lib/libv8.so.2.2.7
(gdb) bt
#0  0x420c6f68 in ?? () from /usr/lib/libv8.so.2.2.7
Cannot access memory at address 0x5fa
(gdb) x/5i 0x420c6f68
= 0x420c6f68:  blx r3
   0x420c6f6c:  ldr r5, [r4, #4]
   0x420c6f70:  ldr r3, [r4, #8]
   0x420c6f74:  cmp r5, r3
   0x420c6f78:  beq 0x420c6fd4

Afaik blx is not part of the ARMv4 instruction set. From libv8 sources
I can find multiple occurences of blx but also

#if defined(__ARM_ARCH_5T__)|| \
defined(__ARM_ARCH_5TE__)   || \
defined(CAN_USE_ARMV6_INSTRUCTIONS)
# define CAN_USE_ARMV5_INSTRUCTIONS 1
# define CAN_USE_THUMB_INSTRUCTIONS 1
#endif

...

#if defined(USE_THUMB_INTERWORK) || defined(CAN_USE_ARMV5_INSTRUCTIONS)
#define USE_BLX 1
#endif

I'll recompile libv8 on ARMv4 and see if that helps.


-Timo



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



Bug#584946: [Pkg-chromium-maint] Bug#584946: chromium-browser: segfault on startup on armel (openmoko freerunner)

2010-06-25 Thread Timo Juhani Lindfors
Giuseppe Iuculano giuse...@iuculano.it writes:
 Could you try version 5.0.375.86~r49890-1 when it will be available in
 armel please?

Sure but the blx instructions in libv8 will still be a problem, right?

I used -march=armv4 but the build of libv8 failed with

g++ -o obj/release/arm/macro-assembler-arm.os -c -g -O2 -g -Wall -O2 
-fno-strict-aliasing -Wall -Werror -W -Wno-unused-parameter -Wnon-virtual-dtor 
-pedantic -march=armv4t -O3 -fomit-frame-pointer -fdata-sections 
-ffunction-sections -ansi -fno-rtti -fno-exceptions -fvisibility=hidden -Wall 
-Werror -W -Wno-unused-parameter -Wnon-virtual-dtor -pedantic -march=armv4t -O3 
-fomit-frame-pointer -fdata-sections -ffunction-sections -ansi -fPIC 
-DV8_TARGET_ARCH_ARM -DV8_SHARED -DENABLE_VMSTATE_TRACKING 
-DENABLE_LOGGING_AND_PROFILING -DENABLE_DEBUGGER_SUPPORT -Isrc 
src/arm/macro-assembler-arm.cc
src/arm/macro-assembler-arm.cc:59:3: error: #error For thumb inter-working we 
require an architecture which supports blx
In file included from src/log.h:31,
 from src/spaces.h:32,
 from src/v8.h:64,
 from src/arm/macro-assembler-arm.cc:28:
src/platform.h:138: note: the mangling of 'va_list' has changed in GCC 4.4
scons: *** [obj/release/arm/macro-assembler-arm.os] Error 1
scons: building terminated because of errors.
make: *** [debian/stamp-scons-build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
Script done, file is ../build.log

and I'm not quite sure how to proceed.

-Timo



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



Bug#586681: [Pkg-sysvinit-devel] Bug#586681: initscripts: apt-get dist-upgrade from etch to lenny fails

2010-06-21 Thread Timo Juhani Lindfors
 Do you want to continue [Y/n]? y
 E: This installation run will require temporarily removing the essential 
 package initscripts due to a Conflicts/Pre-Depends loop. This is often bad, 
 but if you really want to do it, activate the APT::Force-LoopBreak option.
 E: Internal Error, Could not early remove initscripts

Looks like a duplicate of #501855



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



Bug#584946: [Pkg-chromium-maint] Bug#584946:

2010-06-11 Thread Timo Juhani Lindfors
Hi,

I can confirm that chromium-browser does not crash under QEMU started
with

qemu-system-arm -nographic -M versatilepb -kernel vmlinuz-2.6.32-3-versatile 
-initrd initrd.img-2.6.32-3-versatile -hda 
debian_sid_2010-03-31_armel_small1.qcow2 -append root=/dev/sda1 
console=ttyAMA0 -redir tcp:5022::22

Also, if I install qemu on my openmoko I can start chromium with
qemu-arm. It does print warnings

qemu: Unsupported syscall: 250
qemu: Unsupported syscall: 250
[32654:32720:594952643325:ERROR:net/base/network_change_notifier_netlink_linux.cc(34)]
 Error creating netlink socket: Address family not supported by protocol
[32654:32654:594995574635:ERROR:chrome/app/chrome_dll_main.cc(234)] Gdk: shmat 
failed: error 22 (Invalid argument)
[32654:32720:595015435103:ERROR:net/socket/ssl_client_socket_nss.cc(1298)] 
handshake failed; NSS error code -5938, net_error -107
[32689:32689:595119602811:ERROR:chrome/browser/renderer_host/render_sandbox_host_linux.cc(326)]
 Could not get pid

and eventually an error about unresponsive page but gets much further
than without qemu.

-Timo



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



Bug#584946: [Pkg-chromium-maint] Bug#584946: now reported upstream

2010-06-11 Thread Timo Juhani Lindfors
package chromium-browser
forwarded 584946 http://code.google.com/p/chromium/issues/detail?id=463345
thanks

Hi,

it's now upstream at http://code.google.com/p/chromium/issues/detail?id=46334

-Timo



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



Bug#574111: E: main.c: Failed to create '/tmp/pulse-$USER': Permission denied

2010-04-06 Thread Timo Juhani Lindfors
Giuseppe Iuculano giuse...@iuculano.it writes:
 a binNMU (pulseaudio_0.9.10-3+lenny2+b1 on amd64) was uploaded some
 minutes ago and this now should be fixed.
 Could you confirm this please?

pulseaudio 0.9.10-3+lenny2+b1 starts and plays audio on amd64, thank
you very much!




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



Bug#576457: should be merged with 574111?

2010-04-05 Thread Timo Juhani Lindfors
Hi,

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=574111

covers the same issue for stable, was reported 16 March and has a
patch. Maybe this bug should be merged with it?




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



  1   2   >