From debbugs-submit-bounces@debbugs.gnu.org Wed May 30 12:12:12 2012 Received: (at submit) by debbugs.gnu.org; 30 May 2012 16:12:12 +0000 Received: from localhost ([127.0.0.1]:50480 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SZlVJ-0004ac-Kj for submit@debbugs.gnu.org; Wed, 30 May 2012 12:12:11 -0400 Received: from eggs.gnu.org ([208.118.235.92]:55771) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SZhZp-0006RU-HQ for submit@debbugs.gnu.org; Wed, 30 May 2012 08:00:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SZhYE-00077j-6d for submit@debbugs.gnu.org; Wed, 30 May 2012 07:58:59 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,HTML_MESSAGE, RCVD_IN_DNSWL_HI autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:47166) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SZhYE-00077b-3I for submit@debbugs.gnu.org; Wed, 30 May 2012 07:58:54 -0400 Received: from eggs.gnu.org ([208.118.235.92]:58469) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SZhY9-0001n6-AS for bug-gnu-emacs@gnu.org; Wed, 30 May 2012 07:58:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SZhY4-00075r-Ff for bug-gnu-emacs@gnu.org; Wed, 30 May 2012 07:58:48 -0400 Received: from mail-ey0-f169.google.com ([209.85.215.169]:64531) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SZhY4-00075K-9M for bug-gnu-emacs@gnu.org; Wed, 30 May 2012 07:58:44 -0400 Received: by eaan1 with SMTP id n1so1593311eaa.0 for ; Wed, 30 May 2012 04:58:41 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:from:date:message-id:subject:to :content-type:x-gm-message-state; bh=TLGhY2fMasfql5H2JAJn6JKOlts60uGxT2RHTi0otTM=; b=IO4Q6U4QPCJUr8eJzy8yybvcLUD5T0sUyydGz3kPP9B3/Jrb/UwJX7uUXprWPx5emS i5+cSMhWiXDEL9Aw4qSMaouu6m1MAZKFirfhOeSPbAzYzxTzItkclBuFsXSlIFeRZgVM g5uvXAvTnxBDsfdf9Mnc5z8XMHnH2NYjdjEE4tHitoYDtz6B7s/j4QRgJlOxvd/zCWsQ h/4rbBVxAWMuxSdpKBL8vMjNTHS9Sq/FhHfgf8BQumR7NNlaRVDd6308qDpmYm8reOyz FMMKhPT9w1XKHw6Ewgap9271hXU5WiVBsXYWinqYluvT4kW4qYm83su/SIQDjIyFS0GM 5nEQ== Received: by 10.14.101.144 with SMTP id b16mr5994480eeg.225.1338379121050; Wed, 30 May 2012 04:58:41 -0700 (PDT) MIME-Version: 1.0 Received: by 10.14.2.4 with HTTP; Wed, 30 May 2012 04:58:20 -0700 (PDT) X-Originating-IP: [82.117.198.198] From: =?UTF-8?B?TWFya28gS29jacSH?= Date: Wed, 30 May 2012 13:58:20 +0200 Message-ID: Subject: Emacs git head configuration / build problem on windows using msysgit and mingw To: bug-gnu-emacs@gnu.org Content-Type: multipart/alternative; boundary=bcaec52159cb15c31104c13faccb X-Gm-Message-State: ALoCoQnskbRP1/uOXNxcTcw6VBjA5mZsTDT6w01RO0k/Ol3fHfd3LexmnS/aTxzyhQCRLkMO0nJb X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.17 X-Spam-Score: -6.9 (------) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Wed, 30 May 2012 12:12:08 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) --bcaec52159cb15c31104c13faccb Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi all, When building Emacs on windows configured with prefix option install fails.because of the wrong install dir. For exmaple, I configured emacs with configure.bat --prefix c:/opt/emacs --cflags -Os The problem is that, because of the extra space added after prefix location, installer tries to install files to "c:/opt/emacs /bin" which doesn't exist. Seems like commit 529e95d75180241f67fd8b700316907036726c90 is resposible for that. When I reverted that commit, I was able to build and install Emacs again. Best regards, Marko Koci=C4=87 --bcaec52159cb15c31104c13faccb Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi all,

When building Emacs on windows configured with prefix option= install fails.because of the wrong install dir.

For exmaple, I conf= igured emacs with
configure.bat --prefix c:/opt/emacs --cflags -Os

The problem is that, because of the extra space added after prefix loca= tion, installer tries to install files to "c:/opt/emacs /bin" whi= ch doesn't exist.
Seems like commit 529e95d75180241f67fd8b7003169070= 36726c90 is resposible for that. When I reverted that commit, I was able to= build and install Emacs again.

Best regards,
Marko Koci=C4=87

--bcaec52159cb15c31104c13faccb-- From debbugs-submit-bounces@debbugs.gnu.org Wed May 30 14:17:22 2012 Received: (at 11589-done) by debbugs.gnu.org; 30 May 2012 18:17:23 +0000 Received: from localhost ([127.0.0.1]:50707 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SZnSU-0008ID-Kl for submit@debbugs.gnu.org; Wed, 30 May 2012 14:17:22 -0400 Received: from mtaout20.012.net.il ([80.179.55.166]:62949) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SZnSS-0008Hz-Cx for 11589-done@debbugs.gnu.org; Wed, 30 May 2012 14:17:20 -0400 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0M4U00K00LCU7100@a-mtaout20.012.net.il> for 11589-done@debbugs.gnu.org; Wed, 30 May 2012 21:15:27 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.210.75]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M4U00KQ7LDR1O30@a-mtaout20.012.net.il>; Wed, 30 May 2012 21:15:27 +0300 (IDT) Date: Wed, 30 May 2012 21:15:36 +0300 From: Eli Zaretskii Subject: Re: bug#11589: Emacs git head configuration / build problem on windows using msysgit and mingw In-reply-to: To: Marko =?utf-8?Q?Koci=C4=87?= Message-id: <83obp51qnr.fsf@gnu.org> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-transfer-encoding: QUOTED-PRINTABLE X-012-Sender: halo1@inter.net.il References: X-Spam-Score: -1.2 (-) X-Debbugs-Envelope-To: 11589-done Cc: 11589-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.2 (-) > From: Marko Koci=C4=87 > Date: Wed, 30 May 2012 13:58:20 +0200 >=20 > When building Emacs on windows configured with prefix option instal= l > fails.because of the wrong install dir. >=20 > For exmaple, I configured emacs with > configure.bat --prefix c:/opt/emacs --cflags -Os >=20 > The problem is that, because of the extra space added after prefix > location, installer tries to install files to "c:/opt/emacs /bin" w= hich > doesn't exist. > Seems like commit 529e95d75180241f67fd8b700316907036726c90 is respo= sible > for that. When I reverted that commit, I was able to build and inst= all > Emacs again. Thanks for the report. This bug was fixed in the repository 2 days ago, but it was fixed on the release branch and the fix wasn't yet merged with the trunk. It will be, shortly. From unknown Sat Jun 21 10:43:25 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 28 Jun 2012 11:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator