unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#21863: gcc 5 (5.2.1) breaks guile 1.8.7
@ 2015-11-08 17:16 Sergey
  2015-11-09 16:36 ` Sergey
  2016-06-24 15:46 ` Andy Wingo
  0 siblings, 2 replies; 6+ messages in thread
From: Sergey @ 2015-11-08 17:16 UTC (permalink / raw)
  To: 21863

Hello.

I attempt to build GNU Mailutis (current git) by gcc
5.2.1 but it is failed with

===
cat mu_address.doc mu_body.doc mu_debug.doc mu_mailbox.doc mu_message.doc mu_mime.doc mu_logger.doc mu_port.doc mu_scm.doc mu_util.doc  | \
         /usr/bin/guile-tools snarf-check-and-output-texi > guile-procedures.texi
ERROR: unknown doc attribute: (cname (hash . hash) (id . scm_mu_address_get_personal) (hash . hash))
make[2]: *** [guile-procedures.texi] Error 1
===

gcc 4.7 can build this.

It reminds https://savannah.gnu.org/bugs/?29583

-- 
Regards,
Sergey





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

* bug#21863: gcc 5 (5.2.1) breaks guile 1.8.7
  2015-11-08 17:16 bug#21863: gcc 5 (5.2.1) breaks guile 1.8.7 Sergey
@ 2015-11-09 16:36 ` Sergey
  2016-06-24 15:46 ` Andy Wingo
  1 sibling, 0 replies; 6+ messages in thread
From: Sergey @ 2015-11-09 16:36 UTC (permalink / raw)
  To: 21863

On Sunday 08 November 2015, Sergey wrote:

> ERROR: unknown doc attribute: (cname (hash . hash) (id . scm_mu_address_get_personal) (hash . hash))
> make[2]: *** [guile-procedures.texi] Error 1

Some messages in bug-mailutils@ about it:

http://lists.gnu.org/archive/html/bug-mailutils/2015-11/msg00007.html
http://lists.gnu.org/archive/html/bug-mailutils/2015-11/msg00009.html
http://lists.gnu.org/archive/html/bug-mailutils/2015-11/msg00010.html

-- 
Regards,
Sergey





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

* bug#21863: gcc 5 (5.2.1) breaks guile 1.8.7
  2015-11-08 17:16 bug#21863: gcc 5 (5.2.1) breaks guile 1.8.7 Sergey
  2015-11-09 16:36 ` Sergey
@ 2016-06-24 15:46 ` Andy Wingo
  2016-07-05  7:12   ` Sergey
  1 sibling, 1 reply; 6+ messages in thread
From: Andy Wingo @ 2016-06-24 15:46 UTC (permalink / raw)
  To: Sergey; +Cc: 21863

On Sun 08 Nov 2015 18:16, Sergey <a_s_y@sama.ru> writes:

> I attempt to build GNU Mailutis (current git) by gcc
> 5.2.1 but it is failed with
>
> ===
> cat mu_address.doc mu_body.doc mu_debug.doc mu_mailbox.doc mu_message.doc mu_mime.doc mu_logger.doc mu_port.doc mu_scm.doc mu_util.doc  | \
>          /usr/bin/guile-tools snarf-check-and-output-texi > guile-procedures.texi
> ERROR: unknown doc attribute: (cname (hash . hash) (id . scm_mu_address_get_personal) (hash . hash))
> make[2]: *** [guile-procedures.texi] Error 1
> ===
>
> gcc 4.7 can build this.
>
> It reminds https://savannah.gnu.org/bugs/?29583

My understanding is that Guile 2.0.11 fixed this problem.  Are you still
seeing this with 2.0.11 ?

Regards,,

Andy





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

* bug#21863: gcc 5 (5.2.1) breaks guile 1.8.7
  2016-06-24 15:46 ` Andy Wingo
@ 2016-07-05  7:12   ` Sergey
  2016-07-05  7:58     ` Sergey
  2016-07-07  9:58     ` Andy Wingo
  0 siblings, 2 replies; 6+ messages in thread
From: Sergey @ 2016-07-05  7:12 UTC (permalink / raw)
  To: Andy Wingo, 21863

On Friday 24 June 2016, Andy Wingo wrote:

> > I attempt to build GNU Mailutis (current git) by gcc
> > 5.2.1 but it is failed with

> My understanding is that Guile 2.0.11 fixed this problem.
> Are you still seeing this with 2.0.11 ?

No. Replacement 1.8 to 2.0 is not always possible. I can't
build Mailutis with 2.0 as I see.

-- 
Regards, Sergey





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

* bug#21863: gcc 5 (5.2.1) breaks guile 1.8.7
  2016-07-05  7:12   ` Sergey
@ 2016-07-05  7:58     ` Sergey
  2016-07-07  9:58     ` Andy Wingo
  1 sibling, 0 replies; 6+ messages in thread
From: Sergey @ 2016-07-05  7:58 UTC (permalink / raw)
  To: Andy Wingo, 21863

On Tuesday 05 July 2016, Sergey wrote:

> > My understanding is that Guile 2.0.11 fixed this problem.
> > Are you still seeing this with 2.0.11 ?
> 
> No. Replacement 1.8 to 2.0 is not always possible. I can't
> build Mailutis with 2.0 as I see.
 
http://lists.gnu.org/archive/html/bug-mailutils/2015-11/msg00010.html

-- 
Regards, Sergey





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

* bug#21863: gcc 5 (5.2.1) breaks guile 1.8.7
  2016-07-05  7:12   ` Sergey
  2016-07-05  7:58     ` Sergey
@ 2016-07-07  9:58     ` Andy Wingo
  1 sibling, 0 replies; 6+ messages in thread
From: Andy Wingo @ 2016-07-07  9:58 UTC (permalink / raw)
  To: Sergey; +Cc: 21863

On Tue 05 Jul 2016 09:12, Sergey <a_s_y@sama.ru> writes:

> On Friday 24 June 2016, Andy Wingo wrote:
>
>> > I attempt to build GNU Mailutis (current git) by gcc
>> > 5.2.1 but it is failed with
>
>> My understanding is that Guile 2.0.11 fixed this problem.
>> Are you still seeing this with 2.0.11 ?
>
> No. Replacement 1.8 to 2.0 is not always possible. I can't
> build Mailutis with 2.0 as I see.

Ah, I see, you are seeing a bug with Guile 1.8.7, I missed that; I
thought this bug was with 2.0.9.

We could back-port the fix to Guile 1.8.7, but 2.2 is coming out soon,
at which point the branch will be doubly obsolete.  I am not sure that
we will make a 1.8 release either :/  No time, unfortunately.

Andy





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

end of thread, other threads:[~2016-07-07  9:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-08 17:16 bug#21863: gcc 5 (5.2.1) breaks guile 1.8.7 Sergey
2015-11-09 16:36 ` Sergey
2016-06-24 15:46 ` Andy Wingo
2016-07-05  7:12   ` Sergey
2016-07-05  7:58     ` Sergey
2016-07-07  9:58     ` Andy Wingo

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