Your message dated Wed, 27 Feb 2002 10:32:45 +0100
with message-id <[EMAIL PROTECTED]>
and subject line is fixed
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--------------------------------------
Received: (at submit) by bugs.debian.org; 22 Feb 2002 09:12:02 +0000
>From [EMAIL PROTECTED] Fri Feb 22 03:12:02 2002
Return-path: <[EMAIL PROTECTED]>
Received: from mikilab.doshisha.ac.jp [202.23.156.50] 
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 16eBkH-0001SX-00; Fri, 22 Feb 2002 03:12:01 -0600
Received: from atoron (localhost [127.0.0.1])
        by mikilab.doshisha.ac.jp (8.9.3/3.7W) with SMTP id SAA07495
        for <[EMAIL PROTECTED]>; Fri, 22 Feb 2002 18:11:30 +0900
X-Authentication-Warning: mikilab.doshisha.ac.jp: Host localhost [127.0.0.1] claimed 
to be atoron
Date: Fri, 22 Feb 2002 18:10:17 +0900
From: Junichi Uekawa <[EMAIL PROTECTED]>
To: submit bug tracking system <[EMAIL PROTECTED]>
Subject: b-f build process somehow wrong.
Message-Id: <[EMAIL PROTECTED]>
Organization: Netfort project
X-Mailer: Sylpheed version 0.6.5 (GTK+ 1.2.10; i386-debian-linux-gnu)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Delivered-To: [EMAIL PROTECTED]

Package: boot-floppies

Boot-floppies build process has some problems.
I have tried to address some.

It still stops with "whiptail" being linked to slang1,
and other things.

I think it's progressing well, but please 
inspect the patch

I don't really know in detail the 
build process of boot-floppies, and it could be a local
configuration error.





Index: Makefile
===================================================================
RCS file: /home/dancer/debian-boot/localcvs/boot-floppies-dancer/Makefile,v
retrieving revision 1.1.1.4
diff -u -r1.1.1.4 Makefile
--- Makefile    2002/02/22 07:03:19     1.1.1.4
+++ Makefile    2002/02/22 09:07:36
@@ -55,7 +55,7 @@
        [ -d updates ] || mkdir -p updates
 
 build::        localfiles
-       $(MAKE) utils
+       #$(MAKE) utils
 ifeq ($(architecture), i386)
        $(MAKE) resc1440.bin resc1440-s.bin
        $(MAKE) resc1440compact.bin
@@ -290,7 +290,7 @@
 include make/rescue
 include make/drivers
 include make/tftp
-include make/utils
+#include make/utils
 
 ##
 ## optional file with special rules for this architecture
Index: config
===================================================================
RCS file: /home/dancer/debian-boot/localcvs/boot-floppies-dancer/make/checks,v
retrieving revision 1.1.1.2
diff -u -r1.1.1.2 checks
--- make/checks 2001/12/20 03:59:16     1.1.1.2
+++ make/checks 2002/02/22 09:07:36
@@ -81,7 +81,7 @@
        @echo "checking for i18n packages which will mess up non-i18n build"
        @perl -e \
          '%M = ("libnewt-utf8-0"=>1, "libnewt-utf8-pic"=>1,  \
-                "slang1-utf8"=>1, "slang1-utf8-pic"=>1); \
+                "slang1a-utf8"=>1, "slang1-utf8-pic"=>1); \
           $$/ = "\n\n"; \
           @Q = (); \
           while (<>) { \
Index: make/i18n
===================================================================
RCS file: /home/dancer/debian-boot/localcvs/boot-floppies-dancer/make/i18n,v
retrieving revision 1.1.1.2
diff -u -r1.1.1.2 i18n
--- make/i18n   2001/12/20 03:59:16     1.1.1.2
+++ make/i18n   2002/02/22 09:07:36
@@ -2,7 +2,7 @@
 ## packages we need for i18n, used by 'make check'
 ##
 ifeq ($(USE_LANGUAGE_CHOOSER), true)
-depends_checks += libpng2-dev slang1-utf8 slang1-utf8-pic \
+depends_checks += libpng2-dev slang1a-utf8 slang1-utf8-pic \
                  libnewt-utf8-0 \
                  bogl-bterm libbogl-dev locales
 # i386 i18n is wierd in that we is it mixed i18n and non-i18n, thus
Index: make/root
===================================================================
RCS file: /home/dancer/debian-boot/localcvs/boot-floppies-dancer/make/root,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 root
--- make/root   2001/12/10 06:29:19     1.1.1.1
+++ make/root   2002/02/22 09:07:36
@@ -19,9 +19,9 @@
 # language dependancy
 ifeq ($(USE_LANGUAGE_CHOOSER),true)
 rootlinguadep = utilities/dbootstrap/po/all-utf utilities/dbootstrap/dbootstrap-lc 
utilities/dbootstrap/po/C.trm
-ifeq ($(architecture),i386)
-rootlinguadep += utilities/dbootstrap/po/$(LINGUA).trm utilities/dbootstrap/dbootstrap
-endif
+#ifeq ($(architecture),i386)
+#rootlinguadep += utilities/dbootstrap/po/$(LINGUA).trm 
+utilities/dbootstrap/dbootstrap
+#endif
 else
 rootlinguadep = utilities/dbootstrap/po/$(LINGUA).trm utilities/dbootstrap/dbootstrap
 endif
Index: scripts/rootdisk/EXTRACT_LIST_i18n
===================================================================
RCS file: 
/home/dancer/debian-boot/localcvs/boot-floppies-dancer/scripts/rootdisk/EXTRACT_LIST_i18n,v
retrieving revision 1.1.1.3
diff -u -r1.1.1.3 EXTRACT_LIST_i18n
--- scripts/rootdisk/EXTRACT_LIST_i18n  2001/12/20 03:59:28     1.1.1.3
+++ scripts/rootdisk/EXTRACT_LIST_i18n  2002/02/22 09:07:37
@@ -1,3 +1,3 @@
 bogl-bterm 0.1.8-1
 libnewt-utf8-0 0.50.17-9
-slang1-utf8
+slang1a-utf8
Index: scripts/rootdisk/EXTRACT_LIST_i386_non-i18n-mixed-build
===================================================================
RCS file: 
/home/dancer/debian-boot/localcvs/boot-floppies-dancer/scripts/rootdisk/EXTRACT_LIST_i386_non-i18n-mixed-build,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 EXTRACT_LIST_i386_non-i18n-mixed-build
--- scripts/rootdisk/EXTRACT_LIST_i386_non-i18n-mixed-build     2001/12/20 03:59:29    
 1.1.1.1
+++ scripts/rootdisk/EXTRACT_LIST_i386_non-i18n-mixed-build     2002/02/22 09:07:37
@@ -1,2 +1,2 @@
 libnewt-utf8-0 0.50.17-9
-slang1-utf8
+slang1a-utf8
Index: utilities/Makefile
===================================================================
RCS file: /home/dancer/debian-boot/localcvs/boot-floppies-dancer/utilities/Makefile,v
retrieving revision 1.1.1.2
diff -u -r1.1.1.2 Makefile
--- utilities/Makefile  2001/12/20 03:59:31     1.1.1.2
+++ utilities/Makefile  2002/02/22 09:07:37
@@ -12,9 +12,12 @@
 
 SUBDIRS        := libfdisk dbootstrap writemaps
 
+
 ifeq ($(USE_LANGUAGE_CHOOSER),true)
 # bogl enabled
 SUBDIRS        += bogl
+# dbootstrap needs this
+export LC=true
 endif
 
 SPLIT_OBJECTS  := floppy_split.o
Index: utilities/dbootstrap/Makefile
===================================================================
RCS file: 
/home/dancer/debian-boot/localcvs/boot-floppies-dancer/utilities/dbootstrap/Makefile,v
retrieving revision 1.1.1.3
diff -u -r1.1.1.3 Makefile
--- utilities/dbootstrap/Makefile       2002/02/22 07:05:14     1.1.1.3
+++ utilities/dbootstrap/Makefile       2002/02/22 09:07:37
@@ -68,7 +68,7 @@
 endif
 
 ifeq ($(LC),true)
-CFLAGS += -DUSE_LANGUAGE_CHOOSER -DUSE_LANGUAGE_VARIANTS
+CFLAGS += -DUSE_LANGUAGE_CHOOSER -DUSE_LANGUAGE_VARIANTS -DUTF8
 endif
 
 ifdef KBD
Index: utilities/dbootstrap/langs/Makefile
===================================================================
RCS file: 
/home/dancer/debian-boot/localcvs/boot-floppies-dancer/utilities/dbootstrap/langs/Makefile,v
retrieving revision 1.1.1.3
diff -u -r1.1.1.3 Makefile
--- utilities/dbootstrap/langs/Makefile 2002/01/07 01:04:03     1.1.1.3
+++ utilities/dbootstrap/langs/Makefile 2002/02/22 09:07:37
@@ -17,6 +17,11 @@
 
 LIBS            = -lnewt -lslang
 
+
+ifeq ($(LC),true)
+CFLAGS+= -DUTF8
+endif
+
 ifeq ($(HAVE_UTF_CONSOLE),true)
 CFLAGS          += -DHAVE_UTF_CONSOLE
 LANG_GEN_FLAG   = 1


-- 
[EMAIL PROTECTED]  http://www.netfort.gr.jp/~dancer




---------------------------------------
Received: (at 135162-done) by bugs.debian.org; 27 Feb 2002 09:32:49 +0000
>From [EMAIL PROTECTED] Wed Feb 27 03:32:49 2002
Return-path: <[EMAIL PROTECTED]>
Received: from mail.uni-kl.de (uni-kl.de) [131.246.137.52] 
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 16g0S7-0000Io-00; Wed, 27 Feb 2002 03:32:48 -0600
Received: from mailinf.rhrk.uni-kl.de (mailinf.rhrk.uni-kl.de [131.246.137.54])
        by uni-kl.de (8.10.2+Sun/8.11.5) with ESMTP id g1R9WjY07852
        for <[EMAIL PROTECTED]>; Wed, 27 Feb 2002 10:32:45 +0100 (MET)
Received: from domino.informatik.uni-kl.de (domino.informatik.uni-kl.de 
[131.246.161.19])
        by mailinf.rhrk.uni-kl.de (8.10.2+Sun/8.11.5) with ESMTP id g1R9Wj707175
        for <[EMAIL PROTECTED]>; Wed, 27 Feb 2002 10:32:46 +0100 (MET)
Received: from zombie (rotes255.wohnheim.uni-kl.de [131.246.178.65])
        by domino.informatik.uni-kl.de (8.11.6/8.11.6) with ESMTP id g1R9WjK06822
        for <[EMAIL PROTECTED]>; Wed, 27 Feb 2002 10:32:45 +0100 (MET)
Received: from inet by zombie with local (Exim 3.34 #1 (Debian))
        id 16g0S5-0000Nv-00
        for <[EMAIL PROTECTED]>; Wed, 27 Feb 2002 10:32:45 +0100
Date: Wed, 27 Feb 2002 10:32:45 +0100
From: Eduard Bloch <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: is fixed
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.27i
Sender: Eduard Bloch <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]

Is fixed with my recent changes.

-- 
> Die 3 goldenen R's bei Microsoft Systemen:
> Retry, Reboot, Reinstall .....
Die 3 F's bei Debian-Unstable: Find the bug, Fix the bug, Fire the maintainer


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

Reply via email to