unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#44069: BUg building from the emacs repo on https://savannah.gnu.org/git/?group=emacs
       [not found] <1805158068.813522.1603058479960.ref@mail.yahoo.com>
@ 2020-10-18 22:01 ` George R Goffe via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2020-10-18 23:13   ` Stefan Kangas
  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-10-18 22:01 UTC (permalink / raw)
  To: 44069

Hi,

I just downloaded the source for emacs from the above site and received this error message from gcc.

Am I doing something wrong or is this a bug?

Best regards and STAY SAFE!!! VOTE!!!

George...


make[1]: Entering directory '/export/home/tools/emacs/obj-x86_64-pc-linux-gnu/src'
  CC       fns.o
fns.c: In function ‘merge_vectors’:
fns.c:2009:1: error: wrong number of arguments specified for ‘access’ attribute
 2009 | {
      | ^
fns.c:2009:1: note: expected between 1 and 3, found 4
make[1]: *** [Makefile:401: fns.o] Error 1
  CC       print.o







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

* bug#44069: BUg building from the emacs repo on https://savannah.gnu.org/git/?group=emacs
  2020-10-18 22:01 ` bug#44069: BUg building from the emacs repo on https://savannah.gnu.org/git/?group=emacs George R Goffe via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2020-10-18 23:13   ` Stefan Kangas
  2020-10-19 19:50     ` 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: Stefan Kangas @ 2020-10-18 23:13 UTC (permalink / raw)
  To: George R Goffe, 44069

George R Goffe via "Bug reports for GNU Emacs, the Swiss army knife of
text editors" <bug-gnu-emacs@gnu.org> writes:

> I just downloaded the source for emacs from the above site and
> received this error message from gcc.
>
> Am I doing something wrong or is this a bug?

How did you download and try to build Emacs?  Please include the exact
commands you used.

> make[1]: Entering directory '/export/home/tools/emacs/obj-x86_64-pc-linux-gnu/src'
>   CC       fns.o
> fns.c: In function ‘merge_vectors’:
> fns.c:2009:1: error: wrong number of arguments specified for ‘access’ attribute
>  2009 | {
>       | ^
> fns.c:2009:1: note: expected between 1 and 3, found 4
> make[1]: *** [Makefile:401: fns.o] Error 1
>   CC       print.o





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

* bug#44069: BUg building from the emacs repo on https://savannah.gnu.org/git/?group=emacs
  2020-10-18 23:13   ` Stefan Kangas
@ 2020-10-19 19:50     ` George R Goffe via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2020-10-19 22:41       ` Stefan Kangas
  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-10-19 19:50 UTC (permalink / raw)
  To: 44069@debbugs.gnu.org, Stefan Kangas

Stefan,

Thanks for responding.

Here's the URL where I got the "git clone" command from:

https://savannah.gnu.org/git/?group=emacs

1) git clone...
2) cd emacs
3) ./autogen.sh
4) ./configure

Do you want all the options I specified?





On Sunday, October 18, 2020, 4:14:00 PM PDT, Stefan Kangas <stefankangas@gmail.com> wrote: 





George R Goffe via "Bug reports for GNU Emacs, the Swiss army knife of
text editors" <bug-gnu-emacs@gnu.org> writes:

> I just downloaded the source for emacs from the above site and
> received this error message from gcc.
>
> Am I doing something wrong or is this a bug?

How did you download and try to build Emacs?  Please include the exact
commands you used.


> make[1]: Entering directory '/export/home/tools/emacs/obj-x86_64-pc-linux-gnu/src'
>   CC       fns.o
> fns.c: In function ‘merge_vectors’:
> fns.c:2009:1: error: wrong number of arguments specified for ‘access’ attribute
>  2009 | {
>       | ^
> fns.c:2009:1: note: expected between 1 and 3, found 4
> make[1]: *** [Makefile:401: fns.o] Error 1
>   CC       print.o





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

* bug#44069: BUg building from the emacs repo on https://savannah.gnu.org/git/?group=emacs
  2020-10-19 19:50     ` George R Goffe via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2020-10-19 22:41       ` Stefan Kangas
  2020-12-06 15:58         ` Lars Ingebrigtsen
  0 siblings, 1 reply; 5+ messages in thread
From: Stefan Kangas @ 2020-10-19 22:41 UTC (permalink / raw)
  To: George R Goffe, 44069@debbugs.gnu.org

George R Goffe <grgoffe@yahoo.com> writes:

> Here's the URL where I got the "git clone" command from:
>
> https://savannah.gnu.org/git/?group=emacs
>
> 1) git clone...

I assume that this was:

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

> 2) cd emacs
> 3) ./autogen.sh
> 4) ./configure
>
> Do you want all the options I specified?

Yes, please.  We would need the exact commands in order to try to
reproduce the error you are seeing, including all command line flags.
This also includes how you ran "make".

Did you get any errors when running any of the above commands?

Could you also tell us what system (including its version) that you are
using?





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

* bug#44069: BUg building from the emacs repo on https://savannah.gnu.org/git/?group=emacs
  2020-10-19 22:41       ` Stefan Kangas
@ 2020-12-06 15:58         ` Lars Ingebrigtsen
  0 siblings, 0 replies; 5+ messages in thread
From: Lars Ingebrigtsen @ 2020-12-06 15:58 UTC (permalink / raw)
  To: Stefan Kangas; +Cc: George R Goffe, 44069@debbugs.gnu.org

Stefan Kangas <stefankangas@gmail.com> writes:

>> 2) cd emacs
>> 3) ./autogen.sh
>> 4) ./configure
>>
>> Do you want all the options I specified?
>
> Yes, please.  We would need the exact commands in order to try to
> reproduce the error you are seeing, including all command line flags.
> This also includes how you ran "make".
>
> Did you get any errors when running any of the above commands?
>
> Could you also tell us what system (including its version) that you are
> using?

More information was requested, but none was received, so I'm closing
this bug report.  If this is still an issue, please respond to the
debbugs address and we'll reopen the report.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





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

end of thread, other threads:[~2020-12-06 15:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1805158068.813522.1603058479960.ref@mail.yahoo.com>
2020-10-18 22:01 ` bug#44069: BUg building from the emacs repo on https://savannah.gnu.org/git/?group=emacs George R Goffe via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-10-18 23:13   ` Stefan Kangas
2020-10-19 19:50     ` George R Goffe via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-10-19 22:41       ` Stefan Kangas
2020-12-06 15:58         ` Lars Ingebrigtsen

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