GNU bug report logs - #44069
BUg building from the emacs repo on https://savannah.gnu.org/git/?group=emacs

Previous Next

Package: emacs;

Reported by: George R Goffe <grgoffe <at> yahoo.com>

Date: Sun, 18 Oct 2020 22:02:02 UTC

Severity: normal

Tags: moreinfo

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 44069 in the body.
You can then email your comments to 44069 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#44069; Package emacs. (Sun, 18 Oct 2020 22:02:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to George R Goffe <grgoffe <at> yahoo.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sun, 18 Oct 2020 22:02:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: George R Goffe <grgoffe <at> yahoo.com>
To: "bug-gnu-emacs <at> gnu.org" <bug-gnu-emacs <at> gnu.org>
Subject: BUg building from the emacs repo on
 https://savannah.gnu.org/git/?group=emacs
Date: Sun, 18 Oct 2020 22:01:19 +0000 (UTC)
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






Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#44069; Package emacs. (Sun, 18 Oct 2020 23:15:02 GMT) Full text and rfc822 format available.

Message #8 received at 44069 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Kangas <stefankangas <at> gmail.com>
To: George R Goffe <grgoffe <at> yahoo.com>, 44069 <at> debbugs.gnu.org
Subject: Re: bug#44069: BUg building from the emacs repo on
 https://savannah.gnu.org/git/?group=emacs
Date: Sun, 18 Oct 2020 16:13:58 -0700
George R Goffe via "Bug reports for GNU Emacs, the Swiss army knife of
text editors" <bug-gnu-emacs <at> 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




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#44069; Package emacs. (Mon, 19 Oct 2020 19:51:01 GMT) Full text and rfc822 format available.

Message #11 received at 44069 <at> debbugs.gnu.org (full text, mbox):

From: George R Goffe <grgoffe <at> yahoo.com>
To: "44069 <at> debbugs.gnu.org" <44069 <at> debbugs.gnu.org>, 
 Stefan Kangas <stefankangas <at> gmail.com>
Subject: Re: bug#44069: BUg building from the emacs repo on
 https://savannah.gnu.org/git/?group=emacs
Date: Mon, 19 Oct 2020 19:50:34 +0000 (UTC)
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 <at> gmail.com> wrote: 





George R Goffe via "Bug reports for GNU Emacs, the Swiss army knife of
text editors" <bug-gnu-emacs <at> 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




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#44069; Package emacs. (Mon, 19 Oct 2020 22:42:02 GMT) Full text and rfc822 format available.

Message #14 received at 44069 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Kangas <stefankangas <at> gmail.com>
To: George R Goffe <grgoffe <at> yahoo.com>,
 "44069 <at> debbugs.gnu.org" <44069 <at> debbugs.gnu.org>
Subject: Re: bug#44069: BUg building from the emacs repo on
 https://savannah.gnu.org/git/?group=emacs
Date: Mon, 19 Oct 2020 15:41:41 -0700
George R Goffe <grgoffe <at> 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?




Added tag(s) moreinfo. Request was from Stefan Kangas <stefan <at> marxist.se> to control <at> debbugs.gnu.org. (Wed, 04 Nov 2020 15:50:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#44069; Package emacs. (Sun, 06 Dec 2020 15:59:02 GMT) Full text and rfc822 format available.

Message #19 received at 44069 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Stefan Kangas <stefankangas <at> gmail.com>
Cc: George R Goffe <grgoffe <at> yahoo.com>,
 "44069 <at> debbugs.gnu.org" <44069 <at> debbugs.gnu.org>
Subject: Re: bug#44069: BUg building from the emacs repo on
 https://savannah.gnu.org/git/?group=emacs
Date: Sun, 06 Dec 2020 16:58:14 +0100
Stefan Kangas <stefankangas <at> 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




bug closed, send any further explanations to 44069 <at> debbugs.gnu.org and George R Goffe <grgoffe <at> yahoo.com> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Sun, 06 Dec 2020 15:59:03 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 04 Jan 2021 12:24:11 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 118 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.