Your message dated Thu, 03 Feb 2005 14:02:16 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#293452: fixed in eric 3.6.1-3
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; 3 Feb 2005 14:46:27 +0000
>From [EMAIL PROTECTED] Thu Feb 03 06:46:27 2005
Return-path: <[EMAIL PROTECTED]>
Received: from pb-d-128-141-29-19.cern.ch (localhost.localdomain) 
[128.141.29.19] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CwiFX-0001uO-00; Thu, 03 Feb 2005 06:46:27 -0800
Received: from andrew by localhost.localdomain with local (Exim 4.34)
        id 1CwiF1-00032l-Oe; Thu, 03 Feb 2005 15:45:55 +0100
Content-Type: multipart/mixed; boundary="===============1426133603=="
MIME-Version: 1.0
From: Andrew Maier <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: /usr/bin/eric3: eric is looking for python in /usr/local/bin
X-Mailer: reportbug 3.2
Date: Thu, 03 Feb 2005 15:45:55 +0100
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

This is a multi-part MIME message sent by reportbug.

--===============1426133603==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: eric
Version: 3.6.1-2
Severity: grave
File: /usr/bin/eric3
Tags: patch
Justification: renders package unusable

I assume it is only a glitch, but it renders the package unusable. eric
tries to look for python in /usr/local/bin and not it /usr/bin.

This patch should fix it:

--- /usr/bin/eric3      2005-02-01 10:53:39.000000000 +0100
+++ /usr/bin/eric3.patched      2005-02-03 15:41:24.000000000 +0100
@@ -1,4 +1,4 @@
 #!/bin/sh
 PYTHONPATH=${PYTHONPATH:+$PYTHONPATH:}/usr/share/eric
 export PYTHONPATH
-exec /usr/local/bin/python
/usr/lib/python2.3/site-packages/eric/eric3.py $*
+exec /usr/bin/python /usr/lib/python2.3/site-packages/eric/eric3.py $*


regards,

        Andrew


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-am
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages eric depends on:
ii  bicyclerepair                 0.9-3      A refactoring tool for python
ii  python                        2.3.4-5    An interactive high-level object-o
ii  python-qt3                    3.13-4     Qt3 bindings for Python (default v
ii  python-qtext                  3.13-4     Qt extensions for PyQt (default ve

-- no debconf information

--===============1426133603==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="eric3.patch"

--- /usr/bin/eric3      2005-02-01 10:53:39.000000000 +0100
+++ /usr/bin/eric3.patched      2005-02-03 15:41:24.000000000 +0100
@@ -1,4 +1,4 @@
 #!/bin/sh
 PYTHONPATH=${PYTHONPATH:+$PYTHONPATH:}/usr/share/eric
 export PYTHONPATH
-exec /usr/local/bin/python /usr/lib/python2.3/site-packages/eric/eric3.py $*
+exec /usr/bin/python /usr/lib/python2.3/site-packages/eric/eric3.py $*

--===============1426133603==--

---------------------------------------
Received: (at 293452-close) by bugs.debian.org; 3 Feb 2005 19:08:27 +0000
>From [EMAIL PROTECTED] Thu Feb 03 11:08:27 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CwmL5-0000QW-00; Thu, 03 Feb 2005 11:08:27 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1CwmF6-0001Zk-00; Thu, 03 Feb 2005 14:02:16 -0500
From: Torsten Marek <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#293452: fixed in eric 3.6.1-3
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 03 Feb 2005 14:02:16 -0500
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Source: eric
Source-Version: 3.6.1-3

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

eric_3.6.1-3.diff.gz
  to pool/main/e/eric/eric_3.6.1-3.diff.gz
eric_3.6.1-3.dsc
  to pool/main/e/eric/eric_3.6.1-3.dsc
eric_3.6.1-3_all.deb
  to pool/main/e/eric/eric_3.6.1-3_all.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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Torsten Marek <[EMAIL PROTECTED]> (supplier of updated eric 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 [EMAIL PROTECTED])


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

Format: 1.7
Date: Thu,  3 Feb 2005 16:40:23 +0100
Source: eric
Binary: eric
Architecture: source all
Version: 3.6.1-3
Distribution: unstable
Urgency: low
Maintainer: Torsten Marek <[EMAIL PROTECTED]>
Changed-By: Torsten Marek <[EMAIL PROTECTED]>
Description: 
 eric       - full featured Python IDE
Closes: 293452
Changes: 
 eric (3.6.1-3) unstable; urgency=low
 .
   * Fix typo in Suggests:, there is no package qt3-docs,
     only qt3-doc
   * New upload because path to python binary in wrappers
     were wrong (Closes: #293452).
Files: 
 d3ab671f382cdeced806eeb8cdd74e9a 571 python optional eric_3.6.1-3.dsc
 1f8e9e116257c37f050bd428d41245c4 8701 python optional eric_3.6.1-3.diff.gz
 1ae278540d19dd8e6fb5874f20d6d93a 1614108 python optional eric_3.6.1-3_all.deb

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

iD8DBQFCAm7iQxSObRjqNFcRAvo0AKDlNb38RqCDGg703L22ZVjt5xs1kQCfZqI8
INltP7eHzVFQg27UIyVUMIE=
=b6IF
-----END PGP SIGNATURE-----


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

Reply via email to