Bug#221031: debian-installer: Accept udebs from local mirror with file: URL

2003-11-16 Thread Daniel Schepler
Package: debian-installer
Severity: wishlist
Version: 20031113

It seems the current debian-installer build process completely ignores
entries with file: in /etc/apt/sources.list.  It would be nice if it
were possible to build the package using a local mirror without having
to set up a local web server just for this, or search through it
manually for udebs to put in localudebs.

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux frobnitz 2.6.0-test9 #1 Thu Oct 30 13:37:15 PST 2003 i686
Locale: LANG=en, LC_CTYPE=en (ignored: LC_ALL set to en_US.UTF-8)


-- 
Daniel Schepler  "Please don't disillusion me.  I
[EMAIL PROTECTED]haven't had breakfast yet."
 -- Orson Scott Card


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



Bug#216528: Patch for busybox-cvs compilation

2003-12-18 Thread Daniel Schepler
Here's a patch which works for me to get the busybox-cvs package
building again.  It also incorporates the previously submitted patch
for the S390 compile errors.
-- 
Daniel Schepler  "Please don't disillusion me.  I
[EMAIL PROTECTED]haven't had breakfast yet."
 -- Orson Scott Card
diff -urN busybox-cvs-20030926.old/debian/changelog busybox-cvs-20030926/debian/changelog
--- busybox-cvs-20030926.old/debian/changelog	2003-12-18 02:08:25.0 -0800
+++ busybox-cvs-20030926/debian/changelog	2003-12-18 02:26:12.693398424 -0800
@@ -1,3 +1,14 @@
+busybox-cvs (20030926-2.2) unstable; urgency=low
+
+  * NMU
+  * Renamed the symbol R_390_GOTOFF to R_390_GOTOFF32 in
+modutils/obj/obj_s390{,x}.c.  Closes: #216528
+Thanks to Roland Stigge <[EMAIL PROTECTED]>.
+  * Update _IOR invocation in util-linux/fdisk.c so that the package will
+build with linux-kernel-headers.
+
+ -- Daniel Schepler <[EMAIL PROTECTED]>  Thu, 18 Dec 2003 02:26:12 -0800
+
 busybox-cvs (20030926-2.1) unstable; urgency=low
 
   * NMU
diff -urN busybox-cvs-20030926.old/modutils/obj/obj_s390.c busybox-cvs-20030926/modutils/obj/obj_s390.c
--- busybox-cvs-20030926.old/modutils/obj/obj_s390.c	2003-12-18 02:08:25.0 -0800
+++ busybox-cvs-20030926/modutils/obj/obj_s390.c	2003-12-18 02:21:32.342146540 -0800
@@ -201,7 +201,7 @@
 *(unsigned int *) loc += isym->gotent.offset;
   break;
 
-case R_390_GOTOFF:
+case R_390_GOTOFF32:
   assert(got != 0);
   *loc += v - got;
   break;
@@ -261,7 +261,7 @@
 /* The next three don't need got entries but the address
of the got itself.  */
 	case R_390_GOTPC:
-	case R_390_GOTOFF:
+	case R_390_GOTOFF32:
 	  gotneeded = 1;
   break;
 
diff -urN busybox-cvs-20030926.old/modutils/obj/obj_s390x.c busybox-cvs-20030926/modutils/obj/obj_s390x.c
--- busybox-cvs-20030926.old/modutils/obj/obj_s390x.c	2003-12-18 02:08:25.0 -0800
+++ busybox-cvs-20030926/modutils/obj/obj_s390x.c	2003-12-18 02:22:55.569095452 -0800
@@ -231,7 +231,7 @@
 *(unsigned int *) loc += isym->gotent.offset >> 1;
   break;
 
-case R_390_GOTOFF:
+case R_390_GOTOFF32:
   assert(got != 0);
   *loc += v - got;
   break;
@@ -294,7 +294,7 @@
of the got itself.  */
case R_390_GOTPC:
 case R_390_GOTPCDBL:
-   case R_390_GOTOFF:
+   case R_390_GOTOFF32:
  gotneeded = 1;
   break;
 
diff -urN busybox-cvs-20030926.old/util-linux/fdisk.c busybox-cvs-20030926/util-linux/fdisk.c
--- busybox-cvs-20030926.old/util-linux/fdisk.c	2003-09-26 06:13:20.0 -0700
+++ busybox-cvs-20030926/util-linux/fdisk.c	2003-12-18 02:33:24.745061876 -0800
@@ -55,7 +55,7 @@
 #define BLKGETSIZE _IO(0x12,96)/* return device size */
 #define BLKFLSBUF  _IO(0x12,97)/* flush buffer cache */
 #define BLKSSZGET  _IO(0x12,104)   /* get block device sector size */
-#define BLKGETSIZE64 _IOR(0x12,114,8)  /* 8 = sizeof(u64) */
+#define BLKGETSIZE64 _IOR(0x12,114,uint64_t)  /* 8 = sizeof(u64) */
 
 /*
fdisk.h


Bug#229301: autopartkit: FTBFS: Cannot find install-sh

2004-01-24 Thread Daniel Schepler
Package: autopartkit
Severity: serious
Version: 0.73

>From my build log:

...
 debian/rules build
dh_testdir
if ./configure --prefix=/usr --sysconfdir=/etc \
--enable-small --enable-lvm; then \
: ; \
else \
echo "Dump of config.log: " ; cat config.log ; echo ; \
exit 1 ; \
fi
configure: error: cannot find install-sh or install.sh in . ./.. ./../..
Dump of config.log: 
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
...
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/bin/X11
PATH: /usr/games


## --- ##
## Core tests. ##
## --- ##

configure:1339: error: cannot find install-sh or install.sh in . ./.. ./../..
...
configure: exit 1

make: *** [configure-stamp] Error 1

According to the build logs at buildd.debian.org, every version
since version 0.70 has had this problem.

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux frobnitz 2.6.1 #1 Sun Jan 11 12:58:34 PST 2004 i686
Locale: LANG=en, LC_CTYPE=en (ignored: LC_ALL set to en_US.UTF-8)


-- 
Daniel Schepler  "Please don't disillusion me.  I
[EMAIL PROTECTED]haven't had breakfast yet."
 -- Orson Scott Card


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



Bug#229306: ftp.debian.org: Remove boot-floppies

2004-01-24 Thread Daniel Schepler
Package: ftp.debian.org
Severity: normal

I seem to remember that boot-floppies was declared obsolete just after
woody's release, so isn't it way past time to remove the boot-floppies
source package from sid?

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux frobnitz 2.6.1 #1 Sun Jan 11 12:58:34 PST 2004 i686
Locale: LANG=en, LC_CTYPE=en (ignored: LC_ALL set to en_US.UTF-8)


-- 
Daniel Schepler  "Please don't disillusion me.  I
[EMAIL PROTECTED]haven't had breakfast yet."
 -- Orson Scott Card


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



Bug#229438: di-packages-build: FTBFS: Missing Build-Depends

2004-01-24 Thread Daniel Schepler
Package: di-packages-build
Severity: serious
Version: 0.6

>From my build log:

...
dh_installdocs
dh_compress
dh_fixperms
dh_python
dh_python: Python is not installed, aborting. (Probably forgot to Build-Depend on 
python.)
make: *** [binary-indep] Error 1

If I pass --extrapackages python to pbuilder, the package builds fine.

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux frobnitz 2.6.1 #1 Sun Jan 11 12:58:34 PST 2004 i686
Locale: LANG=en, LC_CTYPE=en (ignored: LC_ALL set to en_US.UTF-8)


-- 
Daniel Schepler  "Please don't disillusion me.  I
[EMAIL PROTECTED]haven't had breakfast yet."
 -- Orson Scott Card


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



Bug#233157: countrychooser: FTBFS: Missing Build-Depends

2004-02-16 Thread Daniel Schepler
Package: countrychooser
Severity: serious
Version: 0.004

>From my build log:

...
 debian/rules build
dh_testdir
# Grab ISO codes from iso-codes package
./get-iso-codes
# Pick up SUPPORTED list of locales and keep only relevant information
./get-SUPPORTED
make: *** [build-stamp] Error 1

If I tell pbuilder to install locales in addition to the
Build-Depends, the package builds, although with some worrisome
warnings:

...
sk.po .. done.
sq.po uk.po .. done.
zh_CN.po .. done.
Use of uninitialized value in substitution (s///) at /usr/share/perl/5.8/Text/Tabs.pm 
line 22.
Use of uninitialized value in concatenation (.) or string at ./intltool-merge line 946.
Use of uninitialized value in join or string at /usr/share/perl/5.8/Text/Wrap.pm line 
34.
Use of uninitialized value in join or string at /usr/share/perl/5.8/Text/Wrap.pm line 
34.
Use of uninitialized value in substitution (s///) at /usr/share/perl/5.8/Text/Tabs.pm 
line 22.
Use of uninitialized value in concatenation (.) or string at ./intltool-merge line 946.
Use of uninitialized value in join or string at /usr/share/perl/5.8/Text/Wrap.pm line 
34.
Use of uninitialized value in join or string at /usr/share/perl/5.8/Text/Wrap.pm line 
34.
Use of uninitialized value in join or string at /usr/share/perl/5.8/Text/Wrap.pm line 
34.
Use of uninitialized value in join or string at /usr/share/perl/5.8/Text/Wrap.pm line 
34.
Use of uninitialized value in join or string at /usr/share/perl/5.8/Text/Wrap.pm line 
34.
Use of uninitialized value in substitution (s///) at /usr/share/perl/5.8/Text/Tabs.pm 
line 22.
Use of uninitialized value in concatenation (.) or string at ./intltool-merge line 946.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.2
Locale: LANG=en, LC_CTYPE=en (ignored: LC_ALL set to en_US.UTF-8)


-- 
Daniel Schepler  "Please don't disillusion me.  I
[EMAIL PROTECTED]haven't had breakfast yet."
 -- Orson Scott Card


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



Bug#235068: modconf: FTBFS: Cannot find unpacked kernel source

2004-02-27 Thread Daniel Schepler
Package: modconf
Version: 0.2.45
Severity: serious

>From my pbuilder build log:

...
 -> Considering  kernel-source
   -> Trying kernel-source
   -> Cannot install kernel-source; apt errors follow:
Reading Package Lists...
Building Dependency Tree...
Package kernel-source is a virtual package provided by:
  kernel-source-2.6.2 2.6.2-2
  kernel-source-2.6.0-test9 2.6.0-test9-1
  kernel-source-2.6.0-test11 2.6.0-test11-1
  kernel-source-2.6.0 2.6.0-2
  kernel-source-2.4.24 2.4.24-3
  kernel-source-2.4.23 2.4.23-1
  kernel-source-2.4.22 2.4.22-5
  kernel-source-2.4.21 2.4.21-6
  kernel-source-2.4.20 2.4.20-13
  kernel-source-2.4.19 2.4.19-11
  kernel-source-2.2.25 2.2.25-2
You should explicitly select one to install.
E: Package kernel-source has no installation candidate
 -> Considering kernel-source-2.2.25 to satisfy the dependency 
 -> Considering  perl-base
   -> Trying perl-base
 -> Installing  pcmcia-source kernel-source-2.2.25 perl-base
...
zcat ./Module-HOWTO.gz | perl mkdescr.pl >> descr
Description for NCR5380 is too long !!!
Description for 3c59x is too long !!!
Description for teles is too long !!!
gzip -9f descr
mkdir -p build/pcmcia-src || true
zcat /usr/src/pcmcia-cs.tar.gz | tar -x -C build/pcmcia-src
debian/mkkerneldesc.pl > build/kerneldsc
Cannot find kernel source. at debian/mkkerneldesc.pl line 20.
make[1]: *** [build/kerneldsc] Error 2
make[1]: Leaving directory `/tmp/buildd/modconf-0.2.45'
make: *** [build-stamp] Error 2

I'd suggest using a more specific kernel-source Build-Depends like
kernel-source-2.4 or kernel-source-2.4.24.  Also, the kernel-source
packages only include the tar.bz2 files, while a look at
debian/mkkerneldesc.pl indicates it expects to find unpacked trees.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.2
Locale: LANG=en, LC_CTYPE=en (ignored: LC_ALL set to en_US.UTF-8)

Versions of packages modconf depends on:
ii  modutils  2.4.26-1   Linux module utilities
ii  whiptail [whiptail-provider]  0.51.4-23  Displays user-friendly dialog boxe

-- no debconf information


-- 
Daniel Schepler  "Please don't disillusion me.  I
[EMAIL PROTECTED]haven't had breakfast yet."
 -- Orson Scott Card


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



Bug#214295: ddetect: FTBFS: Missing Build-Depends

2003-10-05 Thread Daniel Schepler
Package: ddetect
Severity: serious
Version: 0.43

>From my build log:

...
 debian/rules build
dh_testdir
/usr/bin/make
make[1]: Entering directory `/tmp/buildd/ddetect-0.43'
gcc -Wall -O2 -g --std=c99 -DARCH=i386 -DCPU=i386 -DCPU_TEXT='"i386"' -DSYSTEM=linux 
-c archdetect-generic.c
gcc -Wall -O2 -g --std=c99 -DARCH=i386 -DCPU=i386 -DCPU_TEXT='"i386"' -DSYSTEM=linux 
-c archdetect.c
archdetect.c:1:36: cdebconf/debconfclient.h: No such file or directory
archdetect.c: In function `main':
archdetect.c:15: warning: implicit declaration of function `debconfclient_new'
archdetect.c:15: warning: assignment makes pointer from integer without a cast
archdetect.c:16: error: dereferencing pointer to incomplete type
archdetect.c:19: warning: implicit declaration of function `printf'
make[1]: *** [archdetect.o] Error 1
make[1]: Leaving directory `/tmp/buildd/ddetect-0.43'
make: *** [build-stamp] Error 2

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux frobnitz 2.6.0-test4 #1 Thu Aug 28 00:56:57 PDT 2003 i686
Locale: LANG=C, LC_CTYPE=C


-- 
Daniel Schepler  "Please don't disillusion me.  I
[EMAIL PROTECTED]haven't had breakfast yet."
 -- Orson Scott Card


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



Bug#243128: libdebian-installer: FTBFS: Missing Build-Depends

2004-04-11 Thread Daniel Schepler
Package: libdebian-installer
Severity: serious
Version: 0.21
Tags: patch

>From my build log:

...
 debian/rules build
AUTOMAKE=automake-1.8 ACLOCAL=aclocal-1.8 \
autoreconf -i -v
/bin/sh: line 1: autoreconf: command not found
make: *** [configure] Error 127

Adding automake1.8, autoconf, and libtool to the Build-Depends fixes
the build for me.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.5
Locale: LANG=en, LC_CTYPE=en (ignored: LC_ALL set to en_US.UTF-8)

-- 
Daniel Schepler  "Please don't disillusion me.  I
[EMAIL PROTECTED]haven't had breakfast yet."
 -- Orson Scott Card


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



Bug#837327: Randomly FTBFS: Races in parallel build

2016-09-10 Thread Daniel Schepler
-setup-udeb
usr/share/console-setup/sun5.ekmap.gz
cat sun5.ekmap.gz
>debian/console-setup-sun5-ekmap/usr/share/console-setup/sun5.ekmap.gz
dh_movefiles -p console-setup-pc-ekbd
--sourcedir=debian/console-setup-udeb
usr/share/console-setup/pc105.ekbd.gz
cat pc105.ekbd.gz
>debian/console-setup-pc-ekbd/usr/share/console-setup/pc105.ekbd.gz
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2
-- 
Daniel Schepler



Bug#837327: Randomly FTBFS: Races in parallel build

2016-09-10 Thread Daniel Schepler
>> On Sat, 2016-09-10 at 17:52 +0200, Samuel Thibault wrote:
>> > Ah, I see. Could you try the attached patch?

The second patch looks good.  It just built 10 times in a row
successfully (between each, removing the unpacked source directory,
then freshly unpacking the source and applying the patch).
-- 
Daniel Schepler



Bug#706489: installation-report: MySQL has abysmal performance with default ext4 mount options

2013-04-30 Thread Daniel Schepler
Package: installation-reports
Version: 2.49
Severity: normal

The main issue I found, somewhat after the install: a MySQL application was
running insanely slowly (processing less than 15 simple INSERT queries per
second).  I eventually traced it down to the ext4 journalling daemon pegging
the I/O, and after some Google searching I found that adding "barrier=0" or
"nobarrier" to the mount options sped things up drastically.

I don't know whether this would be a sufficient reason for setting "nobarrier"
in the default ext4 flags on install, but it would at the very least be worth
some documentation somewhere.  (Sorry if this is already in the installation
manual, I didn't read the whole thing.)

-- Package-specific info:

Boot method: USB stick
Image version: Wheezy installer rc2 (hd-media/gtk)
Date: Sunday, 28 April 2013

Machine: Lenovo ideapad P400 Touch
Partitions:
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x000ce7eb

   Device Boot  Start End  Blocks   Id  System
/dev/sda1   *2048  1822851071   911424512   83  Linux
/dev/sda2  1920538624  195352371116492544   82  Linux swap / Solaris
/dev/sda3  1822851072  192053862348843776   83  Linux

Partition table entries are not in disk order


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

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

Comments/Problems:

The touchpad seemed very jerky and nearly unusable as a result.  On rebooting
into the main system the touchpad works OK.

Otherwise, the installation process was very smooth (and the "auxiliary" keys
on the keyboard even work without further configuration).


-- 

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="7.0 (wheezy) - installer build 20130415"
X_INSTALLATION_MEDIUM=hd-media

==
Installer hardware-summary:
==
uname -a: Linux frobozz 3.2.0-4-amd64 #1 SMP Debian 3.2.41-2 x86_64 GNU/Linux
lspci -knn: 00:00.0 Host bridge [0600]: Intel Corporation 3rd Gen Core 
processor DRAM Controller [8086:0154] (rev 09)
lspci -knn: Subsystem: Lenovo Device [17aa:3977]
lspci -knn: Kernel driver in use: agpgart-intel
lspci -knn: 00:02.0 VGA compatible controller [0300]: Intel Corporation 3rd Gen 
Core processor Graphics Controller [8086:0166] (rev 09)
lspci -knn: Subsystem: Lenovo Device [17aa:3904]
lspci -knn: 00:14.0 USB controller [0c03]: Intel Corporation 7 Series/C210 
Series Chipset Family USB xHCI Host Controller [8086:1e31] (rev 04)
lspci -knn: Subsystem: Lenovo Device [17aa:3977]
lspci -knn: Kernel driver in use: xhci_hcd
lspci -knn: 00:16.0 Communication controller [0780]: Intel Corporation 7 
Series/C210 Series Chipset Family MEI Controller #1 [8086:1e3a] (rev 04)
lspci -knn: Subsystem: Lenovo Device [17aa:3977]
lspci -knn: 00:1a.0 USB controller [0c03]: Intel Corporation 7 Series/C210 
Series Chipset Family USB Enhanced Host Controller #2 [8086:1e2d] (rev 04)
lspci -knn: Subsystem: Lenovo Device [17aa:3977]
lspci -knn: Kernel driver in use: ehci_hcd
lspci -knn: 00:1b.0 Audio device [0403]: Intel Corporation 7 Series/C210 Series 
Chipset Family High Definition Audio Controller [8086:1e20] (rev 04)
lspci -knn: Subsystem: Lenovo Device [17aa:3977]
lspci -knn: Kernel driver in use: snd_hda_intel
lspci -knn: 00:1c.0 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series 
Chipset Family PCI Express Root Port 1 [8086:1e10] (rev c4)
lspci -knn: Kernel driver in use: pcieport
lspci -knn: 00:1c.1 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series 
Chipset Family PCI Express Root Port 2 [8086:1e12] (rev c4)
lspci -knn: Kernel driver in use: pcieport
lspci -knn: 00:1d.0 USB controller [0c03]: Intel Corporation 7 Series/C210 
Series Chipset Family USB Enhanced Host Controller #1 [8086:1e26] (rev 04)
lspci -knn: Subsystem: Lenovo Device [17aa:3977]
lspci -knn: Kernel driver in use: ehci_hcd
lspci -knn:

Bug#706489: installation-reports: Would be nice to get xserver-xorg-input-tslib installed if appropriate

2013-05-03 Thread Daniel Schepler
clone 706489 -1
retitle -1 installation-reports: Would be nice to get
xserver-xorg-input-tslib installed if appropriate
severity 706489 wishlist
thanks

I guess I forgot to mention in my initial installation report that the
laptop's touchscreen doesn't function either in the installer or after
rebooting into the installed system.  After installing
xserver-xorg-input-tslib, that works just fine.  So, it would be nice if
the installer could do that automatically if the hardware detection finds a
touchscreen device (and maybe xserver-xorg-input-tslib could even be loaded
in the graphical installer).
-- 
Daniel Schepler


Bug#720002: busybox: FTBFS with make 3.82

2013-08-17 Thread Daniel Schepler
Source: busybox
Version: 1:1.20.0-8.1
Severity: important

>From my pbuilder build log, using a chroot with make 3.82-1 from experimental 
installed:

...
  GEN libbb/Kbuild
  GEN libbb/Config.in
make[1]: Leaving directory `/tmp/buildd/busybox-1.20.0/debian/build/udeb'
cat debian/config/pkg/udeb >> debian/build/udeb/.config
/usr/bin/make -C debian/build/udeb oldconfig
make[1]: Entering directory `/tmp/buildd/busybox-1.20.0/debian/build/udeb'
.config:417: *** missing separator.  Stop.
make[1]: *** [scripts_basic] Error 2
make[1]: Leaving directory `/tmp/buildd/busybox-1.20.0/debian/build/udeb'
make: *** [debian/build/udeb/.setup] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
-- 
Daniel Schepler


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1793417.sz01MSWvhq@frobozz



Bug#720719: debian-installer: FTBFS with make 3.82 from experimental: recipe commences before first target

2013-08-24 Thread Daniel Schepler
Source: debian-installer
Version: 20130613
Severity: important

>From my pbuilder build log, using a chroot image with make 3.82-1 from
experimental installed:

...
 fakeroot debian/rules clean
dh_testdir
dh_testroot
dh_clean
/usr/bin/make -C build reallyclean
make[1]: Entering directory `/tmp/buildd/debian-installer-20130613/build'
Makefile:560: *** recipe commences before first target.  Stop.
make[1]: Leaving directory `/tmp/buildd/debian-installer-20130613/build'
make: *** [clean] Error 2
dpkg-buildpackage: error: fakeroot debian/rules clean gave error exit status 2
-- 
Daniel Schepler


-- 
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/5354017.bUyfM8X1EF@frobozz



Bug#451434: installation-guide: FTBFS: Failure on Russian pdf

2007-11-15 Thread Daniel Schepler
Package: installation-guide
Version: 20070319
Severity: serious

From my pbuilder build log:

...
Creating XML files for language 'ru':
- creating post-install.xml
- creating partitioning.xml
...
Writing build.out/html/index.html for book
Info: creating temporary .tex file...
Info: creating temporary .dvi file...
Error: build of pdf failed with error code 1
Info: creating temporary .html file...
Info: creating .txt file...
Warning: The following formats failed to build: pdf
make: *** [build-stamp] Error 2
dpkg-buildpackage: failure: debian/rules build gave error exit status 2
-- 
Daniel Schepler




Bug#451434: installation-guide: FTBFS: Failure on Russian pdf

2007-11-16 Thread Daniel Schepler
On Friday 16 November 2007 08:52:45 am Frans Pop wrote:
> priority 451434 minor
> tags 451434 + unreproducible
> thanks
>
> On Thursday 15 November 2007, Daniel Schepler wrote:
> > From my pbuilder build log:
> > ...
> > Creating XML files for language 'ru':
> > - creating post-install.xml
> > - creating partitioning.xml
> > ...
> > Writing build.out/html/index.html for book
> > Info: creating temporary .tex file...
> > Info: creating temporary .dvi file...
> > Error: build of pdf failed with error code 1
> > Info: creating temporary .html file...
> > Info: creating .txt file...
> > Warning: The following formats failed to build: pdf
> > make: *** [build-stamp] Error 2
> > dpkg-buildpackage: failure: debian/rules build gave error exit status 2
>
> You do not show for which architecture the build is being done when it
> fails. I cannot reproduce the build failure in pbuilder myself for either
> i386 or alpha. As the build was successful when uploaded, I very much doubt
> that the failure would be specific to a single architecture version of the
> manual, so I did not let the build complete for all other architectures.
>
> Building Russian PDF for the Etch version does take *insanely long* because
> of the change from tetex to texlive, but it does eventually complete
> without failure.
> This has already been solved in SVN by adding a dependency on the cm-super
> package. So I expect any build issues to be fixed with the next upload of
> installation-guide (whenever that will be).
>
> As there is basically no reason why anyone should want to (re)build the
> Etch version of the manual on anything other than an Etch system and as the
> issue is unreproducible, I'm reducing the severity to minor.
>
> If you want us to look into your failure in more detail, please provide a
> full build log (gzipped), but I really don't think it is worth it.
>
> Do you perhaps have a time limit set for your builds?
>
> Cheers,
> FJP

OK, from the build log it was the i386 version that was failing first.  I've 
reproduced this on both amd64 and i386.  i386 build log is attached.

And no, no time limit set for the builds.
-- 
Daniel Schepler



build-log.gz
Description: GNU Zip compressed data


Bug#545070: console-setup: Fails to install in chroot

2009-09-04 Thread Daniel Schepler
Package: console-setup
Version: 1.44
Severity: serious
X-Debbugs-CC: inss...@packages.debian.org

When I try "apt-get install console-setup" in a pbuilder chroot, I get:

...
frobozz:/# apt-get install console-setup
Reading package lists... Done   
Building dependency tree
Reading state information... Done   
The following extra packages will be installed: 
  console-terminus xkb-data 
Suggested packages: 
  locales   
Recommended packages:   
  kbd console-tools 
The following NEW packages will be installed:   
  console-setup console-terminus xkb-data
0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/1949kB of archives.
After this operation, 7979kB of additional disk space will be used.
Do you want to continue [Y/n]?
WARNING: The following packages cannot be authenticated!
  console-terminus xkb-data console-setup
Install these packages without verification [y/N]? y
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously deselected package console-terminus.
(Reading database ... 9896 files and directories currently installed.)
Unpacking console-terminus (from .../console-terminus_4.28-1+pb1_all.deb) ...
Selecting previously deselected package xkb-data.
Unpacking xkb-data (from .../xkb-data_1.6-1+pb1_all.deb) ...
Selecting previously deselected package console-setup.
Unpacking console-setup (from .../console-setup_1.44+pb1_all.deb) ...
Setting up console-terminus (4.28-1+pb1) ...
Setting up xkb-data (1.6-1+pb1) ...
Setting up console-setup (1.44+pb1) ...
insserv: Service udev has to be enabled to start service keyboard-setup
insserv: exiting now!
dpkg: error processing console-setup (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 console-setup
E: Sub-process /usr/bin/dpkg returned an error code (1)

This is causing the package's reverse build-deps, like console-data,
to FTBFS.

Cc to insserv maintainer: it appears this is an error message from
insserv's update-rc.d.
-- 
Daniel Schepler



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



Bug#560262: console-setup: Causes usplash to dump out to text screen

2009-12-09 Thread Daniel Schepler
Package: console-setup
Version: 1.50
Severity: normal
X-Debbugs-CC: maximilian attems 

As the subject says: If I install both usplash and console-setup, then usplash 
exits out to a text screen about halfway through.  The last message I see on 
the text screen before more gets printed is that console-setup is setting the 
console fonts.

Probably console-setup should make sure its script executes before usplash 
starts, which might mean putting it into the initrd.  (Unfortunately I don't 
know the details of how that works.)

CC to the usplash maintainer.
-- 
Daniel Schepler



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



Bug#626025: console-setup: FTBFS: Bad number of antecedents at ./ckbcomp line 3078, line 372.

2011-05-07 Thread Daniel Schepler
Source: console-setup
Version: 1.73
Severity: serious

From my pbuilder build log:

...
./fbsdmap --terminfo >terminfo
./fbsdmap --termcap >termcap
make[2]: Leaving directory `/tmp/buildd/console-setup-1.73/Fonts'
cd Keyboard && /usr/bin/make build-mini-linux
make[2]: Entering directory `/tmp/buildd/console-setup-1.73/Keyboard'
./kbdcompiler amiga KeyboardNames.pl /usr/share/X11/xkb >amiga.ekmap
Compiling compact keymaps for amiga...
Bad number of antecedents at ./ckbcomp line 3078,  line 372.
./kbdcompiler: ckbcomp failed
make[2]: *** [amiga.ekmap] Error 2
rm amiga.ekmap
make[2]: Leaving directory `/tmp/buildd/console-setup-1.73/Keyboard'
make[1]: *** [build-mini-linux] Error 2
make[1]: Leaving directory `/tmp/buildd/console-setup-1.73'
make: *** [main_build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
-- 
Daniel Schepler



--
To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201105072002.42914.dschep...@gmail.com



Bug#359649: discover1: BinNMU will FTBFS

2006-03-28 Thread Daniel Schepler
Package: discover1
Version: 1.7.17
Severity: serious

I tried building discover1 with a version of 1.7.17+pb1 here and got this from
pbuilder:

...
sh debian/check-configure.sh
dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; 
using uid of process (1234)
debian: warning: no utmp entry available and LOGNAME not defined; using uid of 
process (1234)
Versions in AC_INIT/changelog do not match. Fix and run autogen.sh.
Configure says: 1.7.17   debian/changelog says: 1.7.17+pb1
make: *** [config.status] Error 1
-- 
Daniel Schepler


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