#4979: gnutls-3.3.1
-------------------------+-----------------------
 Reporter:  fo           |       Owner:  fo
     Type:  enhancement  |      Status:  assigned
 Priority:  normal       |   Milestone:  7.6
Component:  BOOK         |     Version:  SVN
 Severity:  normal       |  Resolution:
 Keywords:               |
-------------------------+-----------------------

Comment (by fo):

 There is a regression, causing the error:


 {{{
 make  all-am
 make[4]: Entering directory '/tmp//gnutls-3.3.1/guile/src'
   CC       guile_gnutls_v_2_la-core.lo
 core.c: In function 'scm_init_gnutls':
 core.c:3369:3: error: 'gnutls_secure_malloc' undeclared
 (first use in this function)
    gnutls_secure_malloc = scm_malloc;
    ^
 core.c:3369:3: note: each undeclared identifier is reported only once for
 each
 function it appears in
 Makefile:1447: recipe for target 'guile_gnutls_v_2_la-core.lo' failed
 make[4]: *** [guile_gnutls_v_2_la-core.lo] Error 1
 make[4]: Leaving directory '/tmp//gnutls-3.3.1/guile/src'
 Makefile:1339: recipe for target 'all' failed
 make[3]: *** [all] Error 2
 make[3]: Leaving directory '/tmp//gnutls-3.3.1/guile/src'
 Makefile:1300: recipe for target 'all-recursive' failed
 make[2]: *** [all-recursive] Error 1
 make[2]: Leaving directory '/tmp//gnutls-3.3.1/guile'
 Makefile:1372: recipe for target 'all-recursive' failed
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory '/tmp//gnutls-3.3.1'
 Makefile:1299: recipe for target 'all' failed
 make: *** [all] Error 2
 }}}

 I have built a patch that fixes that. Not sure how unsecured it becomes.

 But there is a problem. The docs are all rebuilt (man and info), with two
 consequences: I am not sure what the dependencies are used to do that, and
 the build time increases to about 2.6 SBU.

 There is a switch that I could add: --disable-doc. However, I believe most
 people would like to have at least the man pages.

 I will attach the patch and wait until tomorrow for any possible help,
 which I would much appreciate.

 Alternatives:

 I am doing something wrong and it fails only in my system. But version in
 the book does not fail.

 We skip this update and wait either for a patch or a new version.

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/4979#comment:2>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to