Bug#560570: console-setup: FTBFS: Couldn't open ckb/rules/xorg.xml

2009-12-12 Thread Anton Zinoviev
tags 560570 unreproducible
thank you

On Fri, Dec 11, 2009 at 09:54:15AM +0100, Lucas Nussbaum wrote:
 Source: console-setup
 Version: 1.50
 Severity: serious
 User: debian...@lists.debian.org
 Usertags: qa-ftbfs-20091210 qa-ftbfs
 Justification: FTBFS on amd64
 
 Hi,
 
 During a rebuild of all packages in sid, your package failed to build on
 amd64.

Can you test this again?  Maybe there was something wrong with your 
build environment?

  ./xmlreader KeyboardNames.pl
  Couldn't open ckb/rules/xorg.xml:
  No such file or directory at ./xmlreader line 67

The file ckb/rules/xorg.xml exists in the source package and it is a 
static file - nothing removes or changes it.

Anton Zinoviev



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



please unblock debian-edu-install (udeb)

2009-12-12 Thread Holger Levsen
Hi,

please unblock debian-edu-install, it contains two udebs not used by the 
debian-installer by default.


thanks,
Holger


signature.asc
Description: This is a digitally signed message part.


Bug#560814: console-setup: Wrong toggle when three keyboard layout are set

2009-12-12 Thread Goran Vulić
Package: console-setup
Version: 1.28
Severity: normal

Toggle through different keyboard layout are incorrect when three layout are 
set.
Toggle through layout reproduce this:
first,second,third,second, array repeat
Expected result is:
first,second,third, array repeat

-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (850, 'stable'), (190, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-built-in-option (PREEMPT)
Locale: LANG=en_US.UTF-8, lc_ctype=sr_rs.ut...@latin (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages console-setup depends on:
ii  console-terminus  4.26-2.1   Fixed-width fonts for fast reading
ii  debconf [debconf-2.0] 1.5.24 Debian configuration management sy
ii  xkb-data  1.3-2  X Keyboard Extension (XKB) configu

Versions of packages console-setup recommends:
ii  console-tools1:0.2.3dbs-65.1 Linux console and font utilities

Versions of packages console-setup suggests:
ii  lsb-base  3.2-20 Linux Standard Base 3.2 init scrip

-- debconf information:
* console-setup/variant: Serbia - Latin
  console-setup/fontsize-text: 16
* console-setup/compose: No compose key
  console-setup/modelcode: pc105
  console-setup/switch: Right Logo key
  console-setup/fontsize: 16
* console-setup/charmap: UTF-8
  console-setup/layoutcode: rs,rs,us,
  console-setup/optionscode: lv3:ralt_switch,grp:rwin_switch,grp:rwin_toggle
  debian-installer/console-setup/title:
* console-setup/layout: Serbia
  console-setup/variantcode: latin,,
  console-setup/codesetcode: CyrSlav
* console-setup/dont_ask_layout:
* console-setup/altgr: Right Alt
* console-setup/ttys: /dev/tty[1-6]
* console-setup/model: Generic 105-key (Intl) PC
* console-setup/fontsize-fb: 16
* console-setup/codeset: # Cyrillic - Slavic languages (also Bosnian and 
Serbian Latin)
  console-setup/toggle: Right Logo key
* console-setup/fontface: TerminusBold



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



Bug#560570: console-setup: FTBFS: Couldn't open ckb/rules/xorg.xml

2009-12-12 Thread Lucas Nussbaum
On 12/12/09 at 14:58 +0200, Anton Zinoviev wrote:
 tags 560570 unreproducible
 thank you
 
 On Fri, Dec 11, 2009 at 09:54:15AM +0100, Lucas Nussbaum wrote:
  Source: console-setup
  Version: 1.50
  Severity: serious
  User: debian...@lists.debian.org
  Usertags: qa-ftbfs-20091210 qa-ftbfs
  Justification: FTBFS on amd64
  
  Hi,
  
  During a rebuild of all packages in sid, your package failed to build on
  amd64.
 
 Can you test this again?  Maybe there was something wrong with your 
 build environment?
 
   ./xmlreader KeyboardNames.pl
   Couldn't open ckb/rules/xorg.xml:
   No such file or directory at ./xmlreader line 67
 
 The file ckb/rules/xorg.xml exists in the source package and it is a 
 static file - nothing removes or changes it.

Please post your build log (including dependencies installation) so we
can diff it with mine.
-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |



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



Bug#548128: Similar Problem

2009-12-12 Thread Frans Pop
On Friday 11 December 2009, Frans Pop wrote:
 On Friday 11 December 2009, Frans Pop wrote:
  And that looks to be the issue described in this bug report:
  http://bugs.debian.org/502336

 I've just done some debugging in rdate of this problem, and it looks to
 be a calculation bug in rdate (either due to incorrect handling of
 overflow or maybe endianness). See the BR linked above for details.

So, if the problem is simply that rdate fails when the current system time 
is before the epoch (1-1-1970), how about we include a trivial command to 
set the date to the epoch before calling rdate as a workaround until rdate 
gets fixed.

The attached code does the job.

/*
 * Copyright (c) 2009 Frans Pop f...@debian.org
 * Licence: GPL version 2 or later
 */

/*
 * set-date-epoch.c: Set the system date to the epoch
 */
#include sys/time.h

#include err.h
#include time.h

int
main(int argc, char **argv)
{
	struct timeval new;

	new.tv_sec = 0;
	new.tv_usec = 0;
	if (settimeofday(new, NULL) == -1)
		err(1, Could not set time of day);

	return 0;
}


Bug#524952: marked as done (installation-reports: Lenny apparently does not install compiler (not the 4.1/4.3 issue))

2009-12-12 Thread Debian Bug Tracking System
Your message dated Sat, 12 Dec 2009 18:39:03 +0100
with message-id 20091212173903.ga15...@dedibox.ebzao.info
and subject line Re: Bug#524952: installation-reports: Lenny apparently does 
not install compiler (not the 4.1/4.3 issue)
has caused the Debian Bug report #524952,
regarding installation-reports: Lenny apparently does not install compiler (not 
the 4.1/4.3 issue)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
524952: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=524952
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: installation-reports
Severity: serious
Justification: no longer builds from source



-- Package-specific info:

Boot method: CD
Image version: 501 netinst x86
Date: April 12 - 2009

Machine: Unknown MB - Phoenix 6.00 PG BIOS / VIA chipset
Partitions: df -Tl will do; the raw partition table is preferred


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

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

Comments/Problems:

This all stems from trying to install an nvidia driver and boils down to 
compiler not installed.  gcc, cc, make all command not found.  No man entries 
either.  No symlink to gcc and can't even find the gcc executable (gcc*).
This also happened with 500 netinst.  I'm puzzled as to why nobody else seems 
to be reporting this.

-- 

Please make sure that the hardware-summary log file, and any other
installation logs that you think would be useful are attached to this
report. Please compress large files using gzip.

Once you have filled out this report, mail it to sub...@bugs.debian.org.

==
Installer lsb-release:
==
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION=Debian GNU/Linux installer
DISTRIB_RELEASE=5.0 (lenny) - installer build 20090123lenny1
X_INSTALLATION_MEDIUM=cdrom

==
Installer hardware-summary:
==
umame -a: Linux subsonic 2.6.26-2-486 #1 Thu Mar 26 00:13:41 UTC 2009 i686 
unknown
lspci -knn: 00:00.0 Host bridge [0600]: VIA Technologies, Inc. VT8377 
[KT400/KT600 AGP] Host Bridge [1106:3189]
lspci -knn: 00:01.0 PCI bridge [0604]: VIA Technologies, Inc. VT8235 PCI Bridge 
[1106:b168]
lspci -knn: 00:10.0 USB Controller [0c03]: VIA Technologies, Inc. VT82x 
UHCI USB 1.1 Controller [1106:3038] (rev 80)
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: Kernel modules: uhci-hcd
lspci -knn: 00:10.1 USB Controller [0c03]: VIA Technologies, Inc. VT82x 
UHCI USB 1.1 Controller [1106:3038] (rev 80)
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: Kernel modules: uhci-hcd
lspci -knn: 00:10.2 USB Controller [0c03]: VIA Technologies, Inc. VT82x 
UHCI USB 1.1 Controller [1106:3038] (rev 80)
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: Kernel modules: uhci-hcd
lspci -knn: 00:10.3 USB Controller [0c03]: VIA Technologies, Inc. USB 2.0 
[1106:3104] (rev 82)
lspci -knn: Kernel driver in use: ehci_hcd
lspci -knn: Kernel modules: ehci-hcd
lspci -knn: 00:11.0 ISA bridge [0601]: VIA Technologies, Inc. VT8235 ISA Bridge 
[1106:3177]
lspci -knn: 00:11.1 IDE interface [0101]: VIA Technologies, Inc. 
VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE [1106:0571] (rev 06)
lspci -knn: Kernel driver in use: VIA_IDE
lspci -knn: Kernel modules: via82cxxx
lspci -knn: 00:11.5 Multimedia audio controller [0401]: VIA Technologies, Inc. 
VT8233/A/8235/8237 AC97 Audio Controller [1106:3059] (rev 50)
lspci -knn: 00:12.0 Ethernet controller [0200]: VIA Technologies, Inc. VT6102 
[Rhine-II] [1106:3065] (rev 74)
lspci -knn: Kernel driver in use: via-rhine
lspci -knn: Kernel modules: via-rhine
lspci -knn: 01:00.0 VGA compatible controller [0300]: nVidia Corporation NV17 
[GeForce4 MX 440] [10de:0171] (rev a3)
lsmod: Module  Size  Used by
lsmod: ufs63876  0 
lsmod: qnx47684  0 
lsmod: ntfs  180288  0 
lsmod: dm_mod 45384  0 
lsmod: md_mod 65940  0 
lsmod: xfs   446708  0 
lsmod: reiserfs  186880  0 
lsmod: jfs   

Processed: Affects lenny and squeeze

2009-12-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 found 548128 0.97
Bug #548128 [clock-setup] rdate fails when the system clock is set to a very 
old date
Bug Marked as found in versions clock-setup/0.97.

End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#560570: console-setup: FTBFS: Couldn't open ckb/rules/xorg.xml

2009-12-12 Thread Samuel Thibault
Anton Zinoviev, le Sat 12 Dec 2009 14:58:57 +0200, a écrit :
 On Fri, Dec 11, 2009 at 09:54:15AM +0100, Lucas Nussbaum wrote:
  Source: console-setup
  Version: 1.50
  Severity: serious
  User: debian...@lists.debian.org
  Usertags: qa-ftbfs-20091210 qa-ftbfs
  Justification: FTBFS on amd64
  
  Hi,
  
  During a rebuild of all packages in sid, your package failed to build on
  amd64.
 
 Can you test this again?  Maybe there was something wrong with your 
 build environment?
 
   ./xmlreader KeyboardNames.pl
   Couldn't open ckb/rules/xorg.xml:
   No such file or directory at ./xmlreader line 67
 
 The file ckb/rules/xorg.xml exists in the source package and it is a 
 static file - nothing removes or changes it.

It's a symlink to a file that xkb-data provides. I guess what is wrong
here is that the xkb-data dep is only a -Indep dep.

Samuel



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