Problem building master

Stef Walter stefw at collabora.co.uk
Wed Jun 1 17:29:57 CEST 2011


On 05/28/2011 08:28 PM, Nikos Mavrogiannopoulos wrote:
> On 05/28/2011 06:33 PM, Stef Walter wrote:
>> On 05/28/2011 04:29 PM, Nikos Mavrogiannopoulos wrote:
>>> On 05/27/2011 11:08 AM, Stef Walter wrote:
>>>
>>>> I get the following error when building master. It's not clear to me
>>>> how to fix it: aes-x86.c: In function 'check_optimized_aes': 
>>>> aes-x86.c:153:3: error: can't find a register in class 'BREG' while 
>>>> reloading 'asm'
>>> Hello Stef,
>>>  This quite strange. Which compiler and which CPU do you build for? 
>> Here it is:
>> stef at stef-laptop:~$ gcc --version
>> gcc (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2
> 
> Is it on x86-64 or x86 (32-bit)? Does the attached patch work around
> the issue for you?

This does fix it for me. I see that you included it in gnutls master.
Thanks :)

>> And lastly, some very strange behavior occurred when building the
>> documentation. It would just get stuck in a make loop and keep building
>> the man pages over and over. I've included the output below.
> 
> I'll try to check it out. Thanks.

Sadly the building of manpages still gets stuck in this loop.

I think what happens is this:

 * doc/manpages/Makefile.am: gets updated by the build process (which
   is a strange way to do it)
 * The manpages then rebuild because a file was changed/touched.

Ad infinitum.

Every time I build gnutls I see this as a change:

stef at stef-laptop:~/projects/gnutls$ git status
# On branch master
# Changes not staged for commit:
#   (use "git add <file>..." to update what will be committed)
#   (use "git checkout -- <file>..." to discard changes in working
directory)
#
#	modified:   doc/manpages/Makefile.am
#
no changes added to commit (use "git add" and/or "git commit -a")

Cheers,

Stef




More information about the Gnutls-devel mailing list