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

Bug#153282: marked as done (mklibs: Don't impose constraints on what my cross tools are called)



Your message dated Wed, 7 Aug 2002 20:54:28 -0700
with message-id <20020808035428.GB8356@kimdon.org>
and subject line close
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 maintonly) by bugs.debian.org; 17 Jul 2002 14:38:11 +0000
>From dwhedon@kimdon.org Wed Jul 17 09:38:11 2002
Return-path: <dwhedon@kimdon.org>
Received: from 12-233-47-38.client.attbi.com (oink) [12.233.47.38] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 17UpwR-0000Jm-00; Wed, 17 Jul 2002 09:38:11 -0500
Received: by oink (Postfix, from userid 1000)
	id 83294735D9; Wed, 17 Jul 2002 07:40:14 -0700 (PDT)
Subject: mklibs: Don't impose constraints on what my cross tools are called
From: "David Kimdon" <dwhedon@debian.org>
To: "Debian Bug Tracking System" <maintonly@bugs.debian.org>
X-Mailer: reportbug 1.99.47
Date: Wed, 17 Jul 2002 07:40:14 -0700
Message-Id: <20020717144014.83294735D9@oink>
Delivered-To: maintonly@bugs.debian.org

Package: mklibs
Version: 0.1.2
Severity: minor
Tags: patch

At present when using mklibs in a cross build setup my tools need to be
called something like /path/to/tool/bin/prefix-gcc.  Sometimes the tools I
want to use are /path/to/tool/bin/gcc.  mklibs shouldn't force me to
have a '-' in the tool name.  The included patch fixes it.

BTW, it might make more sense to have this option --prefix rather than
--target, though this is a minor issue.

-David


Index: mklibs.py
===================================================================
RCS file: /cvs/debian-boot/mklibs/mklibs.py,v
retrieving revision 1.1.1.1
diff -u -b -B -w -p -u -r1.1.1.1 mklibs.py
--- mklibs.py	2002/06/11 19:58:46	1.1.1.1
+++ mklibs.py	2002/07/17 14:36:26
@@ -235,7 +235,7 @@ for opt, arg in optlist:
     elif opt == "--libc-extras-dir":
         libc_extras_dir = arg
     elif opt == "--target":
-        target = arg + "-"
+        target = arg
     else:
         print "WARNING: unknown option: " + opt + "\targ: " + arg
 


-- System Information:
Debian Release: 3.0
Architecture: i386
Kernel: Linux oink 2.4.18 #31 Fri May 31 09:20:28 PDT 2002 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages mklibs depends on:
ii  python                        2.1.3-3    An interactive object-oriented scr

-- no debconf information


---------------------------------------
Received: (at 153282-done) by bugs.debian.org; 8 Aug 2002 03:51:20 +0000
>From dwhedon@kimdon.org Wed Aug 07 22:51:20 2002
Return-path: <dwhedon@kimdon.org>
Received: from 12-233-47-38.client.attbi.com (oink) [12.233.47.38] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 17ceKW-0006Y7-00; Wed, 07 Aug 2002 22:51:20 -0500
Received: by oink (Postfix, from userid 1000)
	id 9CB167358A; Wed,  7 Aug 2002 20:54:28 -0700 (PDT)
Date: Wed, 7 Aug 2002 20:54:28 -0700
From: David Kimdon <dwhedon@debian.org>
To: 153282-done@bugs.debian.org
Subject: close
Message-ID: <20020808035428.GB8356@kimdon.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.4i
Delivered-To: 153282-done@bugs.debian.org


I submitted this bug, and it isn't really a bug.  Matt's manpage
suggestions have been incorporated already.

-David



Reply to: