[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#141204: marked as done (Can't install properly due to 'dpkg --print-architecture')



Your message dated Wed, 02 Oct 2002 09:06:45 -0400
with message-id <E17wjDB-0002GV-00@auric.debian.org>
and subject line Bug#141204: fixed in emacs-dl-canna 1.4-5
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; 4 Apr 2002 20:17:27 +0000
>From stomina@rccp.tsukuba.ac.jp Thu Apr 04 14:17:27 2002
Return-path: <stomina@rccp.tsukuba.ac.jp>
Received: from libra1.rccp.tsukuba.ac.jp [130.158.109.69] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 16tDfi-000757-00; Thu, 04 Apr 2002 14:17:27 -0600
Received: from localhost.localdomain.rccp.tsukuba.ac.jp (libra1 [127.0.0.1])
	by libra1.rccp.tsukuba.ac.jp (8.11.6/8.11.6) with ESMTP id g34KHM030128
	for <submit@bugs.debian.org>; Fri, 5 Apr 2002 05:17:23 +0900
Date: Fri, 05 Apr 2002 05:17:22 +0900
Message-ID: <jskit772p7x.wl@libra.rccp.tsukuba.ac.jp>
From: Shin-ichi Tominaga <stomina@rccp.tsukuba.ac.jp>
To: submit@bugs.debian.org
Subject: Can't install properly due to 'dpkg --print-architecture'
User-Agent: Wanderlust/2.8.1 (Something) Emacs/20.7 Mule/4.0 (HANANOEN)
MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya")
Content-Type: text/plain; charset=US-ASCII
Delivered-To: submit@bugs.debian.org

Package: emacs-dl-canna
Version: 1.4-4

When I installed this package using apt-get, it said

# apt-get install emacs-dl-canna
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
  apel libcanna1g make 
The following NEW packages will be installed:
  apel emacs-dl-canna libcanna1g make 
0 packages upgraded, 4 newly installed, 0 to remove and 0  not upgraded.
Need to get 968kB of archives. After unpacking 2785kB will be used.
Do you want to continue? [Y/n] 
Get:1 ftp://ftp.jp.debian.org testing/main make 3.79.1-13 [386kB]
Get:2 ftp://ftp.jp.debian.org testing/main apel 10.3+cvs.2001.12.05-5 [129kB]
Get:3 ftp://ftp.jp.debian.org testing/main libcanna1g 3.5b2-44 [425kB]
Get:4 ftp://ftp.jp.debian.org testing/main emacs-dl-canna 1.4-4 [27.9kB]       
Fetched 968kB in 9s (100kB/s)                                                  
Preconfiguring packages ...
Selecting previously deselected package make.
(Reading database ... 10017 files and directories currently installed.)
Unpacking make (from .../make_3.79.1-13_i386.deb) ...
Selecting previously deselected package apel.
Unpacking apel (from .../apel_10.3+cvs.2001.12.05-5_all.deb) ...
Selecting previously deselected package libcanna1g.
Unpacking libcanna1g (from .../libcanna1g_3.5b2-44_i386.deb) ...
Selecting previously deselected package emacs-dl-canna.
Unpacking emacs-dl-canna (from .../emacs-dl-canna_1.4-4_i386.deb) ...
Setting up make (3.79.1-13) ...

Setting up apel (10.3+cvs.2001.12.05-5) ...
install/apel: Byte-compiling for emacs20 ... done.

Setting up libcanna1g (3.5b2-44) ...

Setting up emacs-dl-canna (1.4-4) ...
dpkg: warning, architecture `i386-none' not in remapping table
install/apel: Byte-compiling for emacs20 ... exited. (already compiled)
dpkg: warning, architecture `i386-none' not in remapping table
install/dl-canna: Byte-compiling for emacs20 .../usr/lib/emacsen-common/packages/install/emacs-dl-canna: cd: /usr/lib/emacs/20.7/i386-none-debian-linux-gnu: No such file or directory
 done.

I think this warning message is comming from the script
/usr/lib/emacsen-common/packages/install/emacs-dl-canna.
In this script, there is a definition using "dpkg -print-architecture".
I execute this command in my machine,

$ dpkg --print-architecture
dpkg: warning, architecture `i386-none' not in remapping table
i386-none

I guess this is the source of error.

I try to overcome this problem, and find that installing gcc package is
clear this problem.

# apt-get install gcc-2.95      
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
  binutils gcc 
The following NEW packages will be installed:
  binutils gcc gcc-2.95 
0 packages upgraded, 3 newly installed, 0 to remove and 0  not upgraded.
...

After that, dpkg returns right answer like

$ dpkg --print-architecture
i386

and I can install emacs-dl-canna package properly.

# apt-get install emacs-dl-canna
Reading Package Lists... Done
Building Dependency Tree... Done
The following NEW packages will be installed:
  emacs-dl-canna 
0 packages upgraded, 1 newly installed, 0 to remove and 0  not upgraded.
Need to get 0B/27.9kB of archives. After unpacking 180kB will be used.
Selecting previously deselected package emacs-dl-canna.
(Reading database ... 10347 files and directories currently installed.)
Unpacking emacs-dl-canna (from .../emacs-dl-canna_1.4-4_i386.deb) ...
Setting up emacs-dl-canna (1.4-4) ...
install/apel: Byte-compiling for emacs20 ... exited. (already compiled)
install/dl-canna: Byte-compiling for emacs20 ... done.

So this package needs "Depend: gcc" or some modification of install script.

Thanks.


---------------------------------------
Received: (at 141204-close) by bugs.debian.org; 2 Oct 2002 13:14:14 +0000
>From katie@auric.debian.org Wed Oct 02 08:14:14 2002
Return-path: <katie@auric.debian.org>
Received: from auric.debian.org [206.246.226.45] (mail)
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 17wjKQ-0007Fj-00; Wed, 02 Oct 2002 08:14:14 -0500
Received: from katie by auric.debian.org with local (Exim 3.35 1 (Debian))
	id 17wjDB-0002GV-00; Wed, 02 Oct 2002 09:06:45 -0400
From: Matej Vela <vela@debian.org>
To: 141204-close@bugs.debian.org
X-Katie: $Revision: 1.26 $
Subject: Bug#141204: fixed in emacs-dl-canna 1.4-5
Message-Id: <E17wjDB-0002GV-00@auric.debian.org>
Sender: Archive Administrator <katie@auric.debian.org>
Date: Wed, 02 Oct 2002 09:06:45 -0400
Delivered-To: 141204-close@bugs.debian.org

We believe that the bug you reported is fixed in the latest version of
emacs-dl-canna, which is due to be installed in the Debian FTP archive:

emacs-dl-canna_1.4-5.diff.gz
  to pool/main/e/emacs-dl-canna/emacs-dl-canna_1.4-5.diff.gz
emacs-dl-canna_1.4-5.dsc
  to pool/main/e/emacs-dl-canna/emacs-dl-canna_1.4-5.dsc
emacs-dl-canna_1.4-5_i386.deb
  to pool/main/e/emacs-dl-canna/emacs-dl-canna_1.4-5_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 141204@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matej Vela <vela@debian.org> (supplier of updated emacs-dl-canna package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Wed,  2 Oct 2002 13:29:37 +0200
Source: emacs-dl-canna
Binary: emacs-dl-canna
Architecture: source i386
Version: 1.4-5
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Matej Vela <vela@debian.org>
Description: 
 emacs-dl-canna - Canna DL module for emacs20-dl
Closes: 140900 141204
Changes: 
 emacs-dl-canna (1.4-5) unstable; urgency=low
 .
   * QA upload.
   * canna.el: Apply patch from ISHIKAWA Mutsumi to allow Japanese input in
     Subject line in mew (>= 2.0) draft mode.  Closes: #140900.
   * debian/emacsen-install, debian/emacsen-remove: Unlike
     `dpkg --print-architecture', `dpkg --print-installation-architecture'
     doesn't depend on gcc.  Closes: #141204.
   * Switch to debhelper 4.
   * Change priority to extra, catching up with the override file.
   * debian/README.Rebuild: Remove it now that we have build dependencies.
   * debian/changelog: Remove obsolete Emacs local variables.
   * Remove dh_make templates.
   * Conforms to Standards version 3.5.7.
Files: 
 c203840f47f93f14dec8080462b7f08b 617 editors extra emacs-dl-canna_1.4-5.dsc
 6a7638b016db3c14118ae64c03f649a9 5301 editors extra emacs-dl-canna_1.4-5.diff.gz
 4271c8350dfc87cc738fbb5d069a3c9b 28414 editors extra emacs-dl-canna_1.4-5_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.0 (GNU/Linux)

iD8DBQE9mti1xBYivKllgY8RApo0AKCRXUVX/VKjNrZ8xkDxClv0X9C/dwCgzgfk
S8A/hdX7uZ7Hdec/nZ04ydk=
=XcTF
-----END PGP SIGNATURE-----



Reply to: