unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#45086: Bug(?) in repo version of emacs?
       [not found] <786296403.5057789.1607293317548.ref@mail.yahoo.com>
@ 2020-12-06 22:21 ` George R Goffe via Bug reports for GNU Emacs, the Swiss army knife of text editors
       [not found]   ` <handler.45086.B.160729340526665.ack@debbugs.gnu.org>
                     ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: George R Goffe via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2020-12-06 22:21 UTC (permalink / raw)
  To: 45086

Howdy,

I just built emacs from the source repo at https://git.savannah.gnu.org/git/emacs.git.

My configure options start with:  ./configure --prefix=/usr/lsd/$osname --verbose 

When it came time to do a make install the build results went to /usr/local. There are several Makefiles with "prefix =/usr/local instead of what I asked for in configure /usr/lsd/Linux. I'm building outside the source tree. I did a "git pull" inside the source directory and then ran autogen.sh and then created and cd'd to the external directory where "my" ./configure + options was executed... including make clean depend, make, make install.

Am I doing something wrong?

I have a f ull build log available if you'd like to see it.

Thanks,

George...





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

* bug#45086: Fw: bug#45086: Acknowledgement (Bug(?) in repo version of emacs?)
       [not found]   ` <handler.45086.B.160729340526665.ack@debbugs.gnu.org>
@ 2020-12-07  3:29     ` George R Goffe via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2020-12-07  3:37       ` George R Goffe via Bug reports for GNU Emacs, the Swiss army knife of text editors
  0 siblings, 1 reply; 5+ messages in thread
From: George R Goffe via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2020-12-07  3:29 UTC (permalink / raw)
  To: 45086

Hi,

I goofed and incorrectly reported my goof as a bug when it was NOT.

I got the email below and tried to send mail to "45086@debbugs.gnu.org" to correct and apologize for reporting the goof as a bug but yahoo seems to think this is an invalid email address.

I'm not sure what to do at this fime.

Best regards and STAY SAFE!

George...

 ----- Forwarded Message -----

From: GNU bug Tracking System <help-debbugs@gnu.org>
To: George R Goffe <grgoffe@yahoo.com>
Sent: Sunday, December 6, 2020, 2:24:03 PM PST
Subject: bug#45086: Acknowledgement (Bug(?) in repo version of emacs?)


Thank you for filing a new bug report with debbugs.gnu.org.

This is an automatically generated reply to let you know your message
has been received.

Your message is being forwarded to the package maintainers and other
interested parties for their attention; they will reply in due course.

Your message has been sent to the package maintainer(s):
bug-gnu-emacs@gnu.org

If you wish to submit further information on this problem, please
send it to 45086@debbugs.gnu.org.

Please do not send mail to help-debbugs@gnu.org unless you wish
to report a problem with the Bug-tracking system.

-- 
45086: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45086
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems





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

* bug#45086: Bug report was just a UFU (User Foul Up); Sorry to bother you.
  2020-12-06 22:21 ` bug#45086: Bug(?) in repo version of emacs? George R Goffe via Bug reports for GNU Emacs, the Swiss army knife of text editors
       [not found]   ` <handler.45086.B.160729340526665.ack@debbugs.gnu.org>
@ 2020-12-07  3:33   ` George R Goffe via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2020-12-07  3:33   ` bug#45086: Bug(?) in repo version of emacs? Eli Zaretskii
  2 siblings, 0 replies; 5+ messages in thread
From: George R Goffe via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2020-12-07  3:33 UTC (permalink / raw)
  To: 45086@debbugs.gnu.org

Hi,

I had made several errors in the "configure" script operands and was VERY premature in reporting this as a bug. It's just a UFU.

I apologize for reporting this.

Best regards and STAY SAFE!

George...





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

* bug#45086: Bug(?) in repo version of emacs?
  2020-12-06 22:21 ` bug#45086: Bug(?) in repo version of emacs? George R Goffe via Bug reports for GNU Emacs, the Swiss army knife of text editors
       [not found]   ` <handler.45086.B.160729340526665.ack@debbugs.gnu.org>
  2020-12-07  3:33   ` bug#45086: Bug report was just a UFU (User Foul Up); Sorry to bother you George R Goffe via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2020-12-07  3:33   ` Eli Zaretskii
  2 siblings, 0 replies; 5+ messages in thread
From: Eli Zaretskii @ 2020-12-07  3:33 UTC (permalink / raw)
  To: George R Goffe, George R Goffe; +Cc: 45086

> Date: Sun, 6 Dec 2020 22:21:57 +0000 (UTC)
> From: George R Goffe via "Bug reports for GNU Emacs,
>  the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
> 
> I just built emacs from the source repo at https://git.savannah.gnu.org/git/emacs.git.
> 
> My configure options start with:  ./configure --prefix=/usr/lsd/$osname --verbose 
> 
> When it came time to do a make install the build results went to /usr/local. There are several Makefiles with "prefix =/usr/local instead of what I asked for in configure /usr/lsd/Linux.

Which build products went to /usr/local, and what Makefiles have this
wrong prefix?

> I'm building outside the source tree.

That could be part of the reason.





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

* bug#45086: Acknowledgement (Bug(?) in repo version of emacs?)
  2020-12-07  3:29     ` bug#45086: Fw: bug#45086: Acknowledgement (Bug(?) in repo version of emacs?) George R Goffe via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2020-12-07  3:37       ` George R Goffe via Bug reports for GNU Emacs, the Swiss army knife of text editors
  0 siblings, 0 replies; 5+ messages in thread
From: George R Goffe via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2020-12-07  3:37 UTC (permalink / raw)
  To: 45086

I tried to send the email again by re-cut/paste and it worked so another false alarm. Sigh...

I'm going to soak my head now and stop sending emails for a while. Argh.

Best regards,

George...






On Sunday, December 6, 2020, 7:29:24 PM PST, George R Goffe <grgoffe@yahoo.com> wrote: 





Hi,

I goofed and incorrectly reported my goof as a bug when it was NOT.

I got the email below and tried to send mail to "45086@debbugs.gnu.org" to correct and apologize for reporting the goof as a bug but yahoo seems to think this is an invalid email address.

I'm not sure what to do at this fime.

Best regards and STAY SAFE!

George...

----- Forwarded Message -----

From: GNU bug Tracking System <help-debbugs@gnu.org>
To: George R Goffe <grgoffe@yahoo.com>
Sent: Sunday, December 6, 2020, 2:24:03 PM PST
Subject: bug#45086: Acknowledgement (Bug(?) in repo version of emacs?)


Thank you for filing a new bug report with debbugs.gnu.org.

This is an automatically generated reply to let you know your message
has been received.

Your message is being forwarded to the package maintainers and other
interested parties for their attention; they will reply in due course.

Your message has been sent to the package maintainer(s):
bug-gnu-emacs@gnu.org

If you wish to submit further information on this problem, please
send it to 45086@debbugs.gnu.org.

Please do not send mail to help-debbugs@gnu.org unless you wish
to report a problem with the Bug-tracking system.

-- 
45086: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45086
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems





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

end of thread, other threads:[~2020-12-07  3:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <786296403.5057789.1607293317548.ref@mail.yahoo.com>
2020-12-06 22:21 ` bug#45086: Bug(?) in repo version of emacs? George R Goffe via Bug reports for GNU Emacs, the Swiss army knife of text editors
     [not found]   ` <handler.45086.B.160729340526665.ack@debbugs.gnu.org>
2020-12-07  3:29     ` bug#45086: Fw: bug#45086: Acknowledgement (Bug(?) in repo version of emacs?) George R Goffe via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-12-07  3:37       ` George R Goffe via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-12-07  3:33   ` bug#45086: Bug report was just a UFU (User Foul Up); Sorry to bother you George R Goffe via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-12-07  3:33   ` bug#45086: Bug(?) in repo version of emacs? Eli Zaretskii

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).