unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* guile.m4 seems missing
@ 2013-06-14 22:49 Maurizio Boriani
  2013-06-16 15:12 ` Ludovic Courtès
  0 siblings, 1 reply; 5+ messages in thread
From: Maurizio Boriani @ 2013-06-14 22:49 UTC (permalink / raw)
  To: bug-guix


Hi all,
   while trying to build guix from latest git, I got an error:

./configure: line 7068: syntax error near unexpected token `retval,'
./configure: line 7068: `  GUILE_CHECK(retval,'

guile.m4 seems missing from m4 directory. Added it, run ./bootstrap and
then ./configure works fine.

thanks,

maurizio

-- 
Maurizio Boriani 
GPG: key: 0xCC0FBF8
IRC: defocus@irc.freenode.net

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

* Re: guile.m4 seems missing
  2013-06-14 22:49 guile.m4 seems missing Maurizio Boriani
@ 2013-06-16 15:12 ` Ludovic Courtès
  2013-06-17 11:04   ` Maurizio Boriani
  0 siblings, 1 reply; 5+ messages in thread
From: Ludovic Courtès @ 2013-06-16 15:12 UTC (permalink / raw)
  To: Maurizio Boriani; +Cc: bug-guix

Hi,

Maurizio Boriani <baux@gnu.org> skribis:

>    while trying to build guix from latest git, I got an error:
>
> ./configure: line 7068: syntax error near unexpected token `retval,'
> ./configure: line 7068: `  GUILE_CHECK(retval,'
>
> guile.m4 seems missing from m4 directory. Added it, run ./bootstrap and
> then ./configure works fine.

Yes, the idea is to get third-party m4 files from the packages that
provide it (pkg.m4, guile.m4, etc.)  I know some projects prefer to copy
them locally to be on the safe side.  What’s your take on this?

Thanks,
Ludo’.

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

* Re: guile.m4 seems missing
  2013-06-16 15:12 ` Ludovic Courtès
@ 2013-06-17 11:04   ` Maurizio Boriani
  2013-06-17 16:06     ` Ludovic Courtès
  0 siblings, 1 reply; 5+ messages in thread
From: Maurizio Boriani @ 2013-06-17 11:04 UTC (permalink / raw)
  To: bug-guix

>>>>> "Ludovic" == Ludovic Courtès <ludo@gnu.org> writes:

    Ludovic> Hi, Maurizio Boriani <baux@gnu.org> skribis:

    >> guile.m4 seems missing from m4 directory. Added it, run
    >> ./bootstrap and then ./configure works fine.

    Ludovic> Yes, the idea is to get third-party m4 files from the
    Ludovic> packages that provide it (pkg.m4, guile.m4, etc.)  I know
    Ludovic> some projects prefer to copy them locally to be on the safe
    Ludovic> side.  What’s your take on this?

guix too copy some of them in m4 directory by bootstrap script. 
Should be copied this one also? May I patch it for you?

I'm using guile installed on /opt/.

    Ludovic> Thanks, Ludo’.

thanks,

maurizio

-- 
Maurizio Boriani 
GPG: key: 0xCC0FBF8
IRC: defocus@irc.freenode.net

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

* Re: guile.m4 seems missing
  2013-06-17 11:04   ` Maurizio Boriani
@ 2013-06-17 16:06     ` Ludovic Courtès
  2013-06-17 16:30       ` Maurizio Boriani
  0 siblings, 1 reply; 5+ messages in thread
From: Ludovic Courtès @ 2013-06-17 16:06 UTC (permalink / raw)
  To: Maurizio Boriani; +Cc: bug-guix

Maurizio Boriani <baux@gnu.org> skribis:

>>>>>> "Ludovic" == Ludovic Courtès <ludo@gnu.org> writes:
>
>     Ludovic> Hi, Maurizio Boriani <baux@gnu.org> skribis:
>
>     >> guile.m4 seems missing from m4 directory. Added it, run
>     >> ./bootstrap and then ./configure works fine.
>
>     Ludovic> Yes, the idea is to get third-party m4 files from the
>     Ludovic> packages that provide it (pkg.m4, guile.m4, etc.)  I know
>     Ludovic> some projects prefer to copy them locally to be on the safe
>     Ludovic> side.  What’s your take on this?
>
> guix too copy some of them in m4 directory by bootstrap script. 
> Should be copied this one also? May I patch it for you?

Currently the ‘bootstrap’ script doesn’t copy any m4 file.

I’m happy with things being this way.  I was just asking whether you had
strong feelings that our repo should contain all the m4 files.

Thanks,
Ludo’.

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

* Re: guile.m4 seems missing
  2013-06-17 16:06     ` Ludovic Courtès
@ 2013-06-17 16:30       ` Maurizio Boriani
  0 siblings, 0 replies; 5+ messages in thread
From: Maurizio Boriani @ 2013-06-17 16:30 UTC (permalink / raw)
  To: bug-guix

>>>>> "Ludovic" == Ludovic Courtès <ludo@gnu.org> writes:

    >> 
    >> guix too copy some of them in m4 directory by bootstrap script.
    >> Should be copied this one also? May I patch it for you?

    Ludovic> Currently the ‘bootstrap’ script doesn’t copy any m4 file.
    Ludovic> I’m happy with things being this way.  I was just asking
    Ludovic> whether you had strong feelings that our repo should
    Ludovic> contain all the m4 files.

I know, in you repo there only m4/guix.m4 (your own macros).

Not bootstrap directly copy, but indirectly during 'autoreconf -vfi'. 
I was looking if is a bug which guile.m4 isn't copied too or not but
'til now I didn't investigate it deeply, may be something wrong with 
my /opt guile installation.  

    Ludovic> Thanks, Ludo’.

thanks,

maurizio

-- 
Maurizio Boriani 
GPG: key: 0xCC0FBF8
IRC: defocus@irc.freenode.net

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

end of thread, other threads:[~2013-06-17 16:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-14 22:49 guile.m4 seems missing Maurizio Boriani
2013-06-16 15:12 ` Ludovic Courtès
2013-06-17 11:04   ` Maurizio Boriani
2013-06-17 16:06     ` Ludovic Courtès
2013-06-17 16:30       ` Maurizio Boriani

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

	https://git.savannah.gnu.org/cgit/guix.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).