[blfs-dev] NSS

2013-04-04 Thread Fernando de Oliveira
I never noticed it, before. In make, there seems to be switches for 
system zlib to be used and linked.

Is zlib a Required Dependency?


[]s,
Fernando
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-dev] NSS

2013-04-04 Thread Randy McMurchy
On 4/4/2013 9:29 AM, Fernando de Oliveira wrote:
 I never noticed it, before. In make, there seems to be switches for
 system zlib to be used and linked.

 Is zlib a Required Dependency?

Zlib is installed in LFS, so it is expected to be installed and no need
to list it as a dependency.

-- 
Randy

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-dev] NSS

2013-04-04 Thread Fernando de Oliveira

--- Em qui, 4/4/13, Randy McMurchy ra...@linuxfromscratch.org escreveu:

 De: Randy McMurchy ra...@linuxfromscratch.org
 Assunto: Re: [blfs-dev] NSS
 Para: BLFS Development blfs-dev@linuxfromscratch.org
 Data: Quinta-feira, 4 de Abril de 2013, 11:33
 On 4/4/2013 9:29 AM, Fernando de
 Oliveira wrote:
  I never noticed it, before. In make, there seems to be
 switches for
  system zlib to be used and linked.
 
  Is zlib a Required Dependency?
 
 Zlib is installed in LFS, so it is expected to be installed
 and no need
 to list it as a dependency.
 
 -- 
 Randy

Thanks, Randy,

Forgot it and gorgot to look for it there.

[]s,
Fernando
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-dev] NSS

2013-04-04 Thread Fernando de Oliveira



--- Em qui, 4/4/13, Fernando de Oliveira escreveu:

 De: Fernando de Oliveira
 Assunto: Re: [blfs-dev] NSS
 Para: BLFS Development List
 Data: Quinta-feira, 4 de Abril de 2013, 11:38


 Forgot it and gorgot to look for it there.

:-  Sorry, s/gorgot/gorgot/ :-

[]s,
Fernando
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-dev] NSS

2013-04-04 Thread Fernando de Oliveira



--- Em qui, 4/4/13, Fernando de Oliveira fam...@yahoo.com.br escreveu:

 De: Fernando de Oliveira fam...@yahoo.com.br
 Assunto: Re: [blfs-dev] NSS
 Para: BLFS Development List blfs-dev@linuxfromscratch.org
 Data: Quinta-feira, 4 de Abril de 2013, 11:43
 
 
 
 --- Em qui, 4/4/13, Fernando de Oliveira escreveu:
 
  De: Fernando de Oliveira
  Assunto: Re: [blfs-dev] NSS
  Para: BLFS Development List
  Data: Quinta-feira, 4 de Abril de 2013, 11:38
 
 
  Forgot it and gorgot to look for it there.
 
 :-  Sorry, s/gorgot/gorgot/ :-

Am I ever going to write it right?

s/gorgot/forgot/g

[]s,
Fernando
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-dev] Cannot compile pygobject-3.4.2

2013-04-04 Thread Matt Burgess
On Thu, 2013-04-04 at 17:19 +, John Burrell wrote:
 Building on LFS-SVN-20130401
  
 I get this when compiling pygobject-3.4.2:
  
 In file included from /usr/include/python2.7/Python.h:126:0,
  from pyglib.c:26:
 /usr/include/python2.7/modsupport.h:27:1: error: '_PyArg_ParseTuple_SizeT' is 
 an unr
 ecognized format function type [-Werror=format=]
  PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) 
 Py_FORMAT_PARSETUPL
 E(PyArg_ParseTuple, 2, 3);
  ^
 cc1: some warnings being treated as errors
 make[3]: *** [libpyglib_gi_2_0_python_la-pyglib.lo] Error 1
 pygobject-3.4.2/gi/_glib'
  
 There doesn't seem to be an option in ./configure --help to stop treating
 warnings as errors. I got warnings in x7app with luit and xmodmap but could 
 use
 --disable-selective-werror to overcome the problem.
  
 Do you know of any option with ./configure that I can use to get this to 
 compile?

From the output above, CFLAGS=-Wno-error=format ./configure... *might*
do the trick.  If not, you could grep for '-Werror=format' in the source
tree to see where it's being set and whether there are additional
arguments to the 'format' parameter (see
http://gcc.gnu.org/onlinedocs/gcc-4.8.0/gcc/Warning-Options.html#Warning-Options
 for the upstream docs).

Regards,

Matt.

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page