unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* release candidate build failure
@ 2011-03-01  6:41 Sean Sieger
  2011-03-01  7:46 ` Glenn Morris
  0 siblings, 1 reply; 12+ messages in thread
From: Sean Sieger @ 2011-03-01  6:41 UTC (permalink / raw)
  To: emacs-devel

if not exist ../same-dir.tst cp -f ../site-lisp/subdirs.el c:/Users/Sean/Downloa
ds/emacs-23.3/nt/../site-lisp
if not exist ../same-dir.tst cp -rf ../etc c:/Users/Sean/Downloads/emacs-23.3/nt
/..
cp -rf icons c:/Users/Sean/Downloads/emacs-23.3/nt/../etc
if not exist ../same-dir.tst cp -rf ../info c:/Users/Sean/Downloads/emacs-23.3/n
t/..
if not exist ../same-dir.tst cp -f ../COPYING c:/Users/Sean/Downloads/emacs-23.3
/nt/..
cp -f ../COPYING c:/Users/Sean/Downloads/emacs-23.3/nt/../bin
rm ../same-dir.tst
rm c:/Users/Sean/Downloads/emacs-23.3/nt/../same-dir.tst
rm: cannot remove `c:/Users/Sean/Downloads/emacs-23.3/nt/../same-dir.tst': No su
ch file or directory
make: [install] Error 1 (ignored)




^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: release candidate build failure
  2011-03-01  6:41 release candidate build failure Sean Sieger
@ 2011-03-01  7:46 ` Glenn Morris
  2011-03-01  8:28   ` Sean Sieger
  0 siblings, 1 reply; 12+ messages in thread
From: Glenn Morris @ 2011-03-01  7:46 UTC (permalink / raw)
  To: Sean Sieger; +Cc: emacs-devel

Sean Sieger wrote:

> make: [install] Error 1 (ignored)
                          ^^^^^^^^^
That seems harmless. What's the actual failure?



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: release candidate build failure
  2011-03-01  7:46 ` Glenn Morris
@ 2011-03-01  8:28   ` Sean Sieger
  2011-03-01 12:22     ` Juanma Barranquero
                       ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Sean Sieger @ 2011-03-01  8:28 UTC (permalink / raw)
  To: emacs-devel

Glenn Morris <rgm@gnu.org> writes:

    > make: [install] Error 1 (ignored)
                              ^^^^^^^^^
    That seems harmless. What's the actual failure?

make install is not creating a bin directory and copying the binaries to
it.




^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: release candidate build failure
  2011-03-01  8:28   ` Sean Sieger
@ 2011-03-01 12:22     ` Juanma Barranquero
  2011-03-01 12:35       ` Sean Sieger
  2011-03-01 12:32     ` Chong Yidong
  2011-03-01 18:24     ` Eli Zaretskii
  2 siblings, 1 reply; 12+ messages in thread
From: Juanma Barranquero @ 2011-03-01 12:22 UTC (permalink / raw)
  To: Sean Sieger; +Cc: emacs-devel

On Tue, Mar 1, 2011 at 09:28, Sean Sieger <sean.sieger@gmail.com> wrote:

> make install is not creating a bin directory and copying the binaries to it.

How did you build it?

I've built with

  cd nt
  configure --no-opt  ; plus -I, etc.
  make all
  make install

and everything's OK.  That's on Windows 7 SP1 64-bit, using gcc (GCC)
3.4.5 (mingw-vista special r3)

    Juanma



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: release candidate build failure
  2011-03-01  8:28   ` Sean Sieger
  2011-03-01 12:22     ` Juanma Barranquero
@ 2011-03-01 12:32     ` Chong Yidong
  2011-03-01 12:46       ` Sean Sieger
  2011-03-01 18:24     ` Eli Zaretskii
  2 siblings, 1 reply; 12+ messages in thread
From: Chong Yidong @ 2011-03-01 12:32 UTC (permalink / raw)
  To: Sean Sieger; +Cc: emacs-devel

Sean Sieger <sean.sieger@gmail.com> writes:

> Glenn Morris <rgm@gnu.org> writes:
>
>     > make: [install] Error 1 (ignored)
>                               ^^^^^^^^^
>     That seems harmless. What's the actual failure?
>
> make install is not creating a bin directory and copying the binaries to
> it.

That's... interesting.

I don't see any changes since 23.2.94 that seem likely to cause a
regression.  The only build-related change was the change to Makefile.in
in 100490, which should not even have any effect on Windows.  I recall
that 23.2.94 built with no problems, is that right?

(BTW, if there really is a problem that we have to fix in the sources,
don't apply the fix and make the Windows binaries rightaway; we'd need
to make another release candidate, so wait for that.)



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: release candidate build failure
  2011-03-01 12:22     ` Juanma Barranquero
@ 2011-03-01 12:35       ` Sean Sieger
  2011-03-01 13:15         ` Sean Sieger
  0 siblings, 1 reply; 12+ messages in thread
From: Sean Sieger @ 2011-03-01 12:35 UTC (permalink / raw)
  To: emacs-devel

Juanma Barranquero <lekktu@gmail.com> writes:

    On Tue, Mar 1, 2011 at 09:28, Sean Sieger <sean.sieger@gmail.com> wrote:

    > make install is not creating a bin directory and copying the binaries to it.

    How did you build it?

    I've built with

      cd nt
      configure --no-opt  ; plus -I, etc.
      make all
      make install

    and everything's OK.  That's on Windows 7 SP1 64-bit, using gcc (GCC)
    3.4.5 (mingw-vista special r3)

        Juanma

Thanks, Juanma.  I will try again.




^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: release candidate build failure
  2011-03-01 12:32     ` Chong Yidong
@ 2011-03-01 12:46       ` Sean Sieger
  0 siblings, 0 replies; 12+ messages in thread
From: Sean Sieger @ 2011-03-01 12:46 UTC (permalink / raw)
  To: emacs-devel

Chong Yidong <cyd@stupidchicken.com> writes:

    Sean Sieger <sean.sieger@gmail.com> writes:

    > Glenn Morris <rgm@gnu.org> writes:
    >
    >     > make: [install] Error 1 (ignored)
    >                               ^^^^^^^^^
    >     That seems harmless. What's the actual failure?
    >
    > make install is not creating a bin directory and copying the binaries to
    > it.

    That's... interesting.

    I don't see any changes since 23.2.94 that seem likely to cause a
    regression.  The only build-related change was the change to Makefile.in
    in 100490, which should not even have any effect on Windows.  I recall
    that 23.2.94 built with no problems, is that right?

Yep.  So it surprised me.

    (BTW, if there really is a problem that we have to fix in the sources,
    don't apply the fix and make the Windows binaries rightaway; we'd need
    to make another release candidate, so wait for that.)

Like I told Juanma, I'll try building afresh and report back.




^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: release candidate build failure
  2011-03-01 12:35       ` Sean Sieger
@ 2011-03-01 13:15         ` Sean Sieger
  0 siblings, 0 replies; 12+ messages in thread
From: Sean Sieger @ 2011-03-01 13:15 UTC (permalink / raw)
  To: emacs-devel

Sean Sieger <sean.sieger@gmail.com> writes:

    Juanma Barranquero <lekktu@gmail.com> writes:

        On Tue, Mar 1, 2011 at 09:28, Sean Sieger <sean.sieger@gmail.com> wrote:

        > make install is not creating a bin directory and copying the
        > binaries to it.

        How did you build it?

        I've built with

          cd nt
          configure --no-opt  ; plus -I, etc.
          make all
          make install

        and everything's OK.  That's on Windows 7 SP1 64-bit, using gcc (GCC)
        3.4.5 (mingw-vista special r3)

            Juanma

    Thanks, Juanma.  I will try again.

And did, but with make all and everything went fine.




^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: release candidate build failure
  2011-03-01  8:28   ` Sean Sieger
  2011-03-01 12:22     ` Juanma Barranquero
  2011-03-01 12:32     ` Chong Yidong
@ 2011-03-01 18:24     ` Eli Zaretskii
  2011-03-01 18:26       ` Sean Sieger
  2 siblings, 1 reply; 12+ messages in thread
From: Eli Zaretskii @ 2011-03-01 18:24 UTC (permalink / raw)
  To: Sean Sieger; +Cc: emacs-devel

> From: Sean Sieger <sean.sieger@gmail.com>
> Date: Tue, 01 Mar 2011 03:28:07 -0500
> 
> Glenn Morris <rgm@gnu.org> writes:
> 
>     > make: [install] Error 1 (ignored)
>                               ^^^^^^^^^
>     That seems harmless. What's the actual failure?
> 
> make install is not creating a bin directory and copying the binaries to
> it.

It built fine for me, FWIW.



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: release candidate build failure
  2011-03-01 18:24     ` Eli Zaretskii
@ 2011-03-01 18:26       ` Sean Sieger
  2011-03-01 18:48         ` Eli Zaretskii
  0 siblings, 1 reply; 12+ messages in thread
From: Sean Sieger @ 2011-03-01 18:26 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: emacs-devel

On Tue, Mar 1, 2011 at 1:24 PM, Eli Zaretskii <eliz@gnu.org> wrote:
>> From: Sean Sieger <sean.sieger@gmail.com>
>> Date: Tue, 01 Mar 2011 03:28:07 -0500
>>
>> Glenn Morris <rgm@gnu.org> writes:
>>
>>     > make: [install] Error 1 (ignored)
>>                               ^^^^^^^^^
>>     That seems harmless. What's the actual failure?
>>
>> make install is not creating a bin directory and copying the binaries to
>> it.
>
> It built fine for me, FWIW.

Do you also use `make all'?



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: release candidate build failure
  2011-03-01 18:26       ` Sean Sieger
@ 2011-03-01 18:48         ` Eli Zaretskii
  2011-03-01 18:54           ` Sean Sieger
  0 siblings, 1 reply; 12+ messages in thread
From: Eli Zaretskii @ 2011-03-01 18:48 UTC (permalink / raw)
  To: Sean Sieger; +Cc: emacs-devel

> Date: Tue, 1 Mar 2011 13:26:23 -0500
> From: Sean Sieger <sean.sieger@gmail.com>
> Cc: emacs-devel@gnu.org
> 
> On Tue, Mar 1, 2011 at 1:24 PM, Eli Zaretskii <eliz@gnu.org> wrote:
> >> From: Sean Sieger <sean.sieger@gmail.com>
> >> Date: Tue, 01 Mar 2011 03:28:07 -0500
> >>
> >> Glenn Morris <rgm@gnu.org> writes:
> >>
> >>     > make: [install] Error 1 (ignored)
> >>                               ^^^^^^^^^
> >>     That seems harmless. What's the actual failure?
> >>
> >> make install is not creating a bin directory and copying the binaries to
> >> it.
> >
> > It built fine for me, FWIW.
> 
> Do you also use `make all'?

No, just "make" followed by "make install INSTALL_DIR=d:/foo/bar".




^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: release candidate build failure
  2011-03-01 18:48         ` Eli Zaretskii
@ 2011-03-01 18:54           ` Sean Sieger
  0 siblings, 0 replies; 12+ messages in thread
From: Sean Sieger @ 2011-03-01 18:54 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: emacs-devel

>> Do you also use `make all'?
>
> No, just "make" followed by "make install INSTALL_DIR=d:/foo/bar".

Thank you.  Today I'm out to prove how limited I am.

Sorry for all the noise.



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2011-03-01 18:54 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-01  6:41 release candidate build failure Sean Sieger
2011-03-01  7:46 ` Glenn Morris
2011-03-01  8:28   ` Sean Sieger
2011-03-01 12:22     ` Juanma Barranquero
2011-03-01 12:35       ` Sean Sieger
2011-03-01 13:15         ` Sean Sieger
2011-03-01 12:32     ` Chong Yidong
2011-03-01 12:46       ` Sean Sieger
2011-03-01 18:24     ` Eli Zaretskii
2011-03-01 18:26       ` Sean Sieger
2011-03-01 18:48         ` Eli Zaretskii
2011-03-01 18:54           ` Sean Sieger

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).