[blfs-dev] ... r12879 - in trunk/BOOK: . introduction/welcome x/lib xsoft/graphweb

2014-03-19 Thread Fernando de Oliveira
Em 19-03-2014 17:02, ken@... escreveu:
 Author: ken
 Date: Wed Mar 19 13:02:11 2014
 New Revision: 12879
 
 Log:
 mozconfigs for firefox and xulrunner : move the pulse option above 'It is 
 recommended not to touch anything below this line'.
 
 Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/x/lib/xulrunner.xml
trunk/BOOK/xsoft/graphweb/firefox.xml

Thanks! :-)


-- 
[]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] [blfs-book] r12879 - in trunk/BOOK: . introduction/welcome x/lib xsoft/graphweb

2014-03-19 Thread Bruce Dubbs
k...@higgs.linuxfromscratch.org wrote:
 Author: ken Date: Wed Mar 19 13:02:11 2014 New Revision: 12879

 Log: mozconfigs for firefox and xulrunner : move the pulse option
 above 'It is recommended not to touch anything below this line'.

Have I ever mentioned that I really dislike the phrase It is 
recommended...  Recommended by who?  These should be reworded.

If it's upstream, then say Upstream developers recommend...

If it's us, then work around it.

In this example we have

# It is recommended not to touch anything below this line

How about

# Users generally do not need to change anything below this line

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


[blfs-dev] shouldn't nss be recommended for openjdk?

2014-03-19 Thread Pierre Labastie
Hi,

In the icedtea-openjdk commands, there is --enable-nss, while I cannot see
NSS in the dependencies, direct or indirect...

I may be doing something wrong, though, so please tell me.

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


Re: [blfs-dev] [blfs-book] r12879 - in trunk/BOOK: . introduction/welcome x/lib xsoft/graphweb

2014-03-19 Thread Ken Moffat
On Wed, Mar 19, 2014 at 03:24:16PM -0500, Bruce Dubbs wrote:
 k...@higgs.linuxfromscratch.org wrote:
  Author: ken Date: Wed Mar 19 13:02:11 2014 New Revision: 12879
 
  Log: mozconfigs for firefox and xulrunner : move the pulse option
  above 'It is recommended not to touch anything below this line'.
 
 Have I ever mentioned that I really dislike the phrase It is 
 recommended...  Recommended by who?  These should be reworded.
 
 If it's upstream, then say Upstream developers recommend...
 
 If it's us, then work around it.
 
 In this example we have
 
 # It is recommended not to touch anything below this line
 
 How about
 
 # Users generally do not need to change anything below this line
 
-- Bruce

 Sounds good, but I'm doing other things at the moment.  Change it
if you like.  'De gustibus non est disputandum' as my old latin master
would have said.

 What gets me is the phrase The BLFS staff has determined, e.g. in
mutt : I think 'staff' should have a plural form of the verb[¹], but I
would feel a lot more comfortable with the BLFS editors have
determined.  As with many things in the books, perhaps it's only
me who gets upset.

¹ - a verb in the singular would be appropriate for a wizard's staff
made of sapient pearwood.

 Let the anglo-american grammar skirmishes recommence ;)

ĸen
-- 
das eine Mal als Tragödie, dieses Mal als Farce
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

[blfs-dev] what about gtk+3 in icedtea ?

2014-03-19 Thread Pierre Labastie
Hi again,

Now I see that gtk+3 is required, while configure tests explicitely for gtk+2...

Is there something to be added so that it accepts gtk+3 (maybe in pkg-config
files or so)?

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


Re: [blfs-dev] shouldn't nss be recommended for openjdk?

2014-03-19 Thread Fernando de Oliveira
Em 19-03-2014 18:50, Pierre Labastie escreveu:
 Hi,
 
 In the icedtea-openjdk commands, there is --enable-nss, while I cannot see
 NSS in the dependencies, direct or indirect...
 
 I may be doing something wrong, though, so please tell me.
 
 Regards
 Pierre


You are probably right. Please, would you fix it?

Thanks.


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


[blfs-dev] graphviz-2.36.0 and PHP-5.5.10

2014-03-19 Thread Fernando de Oliveira
I had this problem today. Don't know if it is just me, if I did
something wrong. Had to use --disable-php.

Was trying to test the new guile.

Found references to this error, but no solution.

I am worried, because recently I updated php, and it may be a problem in
the book.

For my particular use, I am not worried.

Please, somene confirm if this is a local or a general problem (in this
case, a solution would be muc welcomed).

Thanks.

{{{
In file included from gv_php_init.c:14:0:
/usr/include/php/main/php.h:297:46: warning: function declaration isn't
a prototype [-Wstrict-prototypes]
 static inline ZEND_ATTRIBUTE_DEPRECATED void php_std_error_handling() {}
  ^
In file included from /usr/include/php/Zend/zend_alloc.h:27:0,
 from /usr/include/php/Zend/zend.h:252,
 from /usr/include/php/main/php.h:34,
 from gv_php_init.c:14:
gv_php_init.c: In function 'gv_string_writer':
/usr/include/php/Zend/../TSRM/TSRM.h:167:18: error: 'tsrm_ls' undeclared
(first use in this function)
 #define TSRMLS_C tsrm_ls
  ^
/usr/include/php/Zend/../TSRM/TSRM.h:168:21: note: in expansion of macro
'TSRMLS_C'
 #define TSRMLS_CC , TSRMLS_C
 ^
/usr/include/php/main/php_output.h:163:67: note: in expansion of macro
'TSRMLS_CC'
 #define PHPWRITE(str, str_len)  php_output_write((str), (str_len)
TSRMLS_CC)
   ^
gv_php_init.c:28:12: note: in expansion of macro 'PHPWRITE'
 return PHPWRITE(s, len);
^
/usr/include/php/Zend/../TSRM/TSRM.h:167:18: note: each undeclared
identifier is reported only once for each function it appears in
 #define TSRMLS_C tsrm_ls
  ^
/usr/include/php/Zend/../TSRM/TSRM.h:168:21: note: in expansion of macro
'TSRMLS_C'
 #define TSRMLS_CC , TSRMLS_C
 ^
/usr/include/php/main/php_output.h:163:67: note: in expansion of macro
'TSRMLS_CC'
 #define PHPWRITE(str, str_len)  php_output_write((str), (str_len)
TSRMLS_CC)
   ^
gv_php_init.c:28:12: note: in expansion of macro 'PHPWRITE'
 return PHPWRITE(s, len);
^
gv_php_init.c: In function 'gv_channel_writer':
/usr/include/php/Zend/../TSRM/TSRM.h:167:18: error: 'tsrm_ls' undeclared
(first use in this function)
 #define TSRMLS_C tsrm_ls
  ^
/usr/include/php/Zend/../TSRM/TSRM.h:168:21: note: in expansion of macro
'TSRMLS_C'
 #define TSRMLS_CC , TSRMLS_C
 ^
/usr/include/php/main/php_output.h:163:67: note: in expansion of macro
'TSRMLS_CC'
 #define PHPWRITE(str, str_len)  php_output_write((str), (str_len)
TSRMLS_CC)
   ^
gv_php_init.c:33:12: note: in expansion of macro 'PHPWRITE'
 return PHPWRITE(s, len);
^
gv_php_init.c: In function 'gv_string_writer':
gv_php_init.c:29:1: warning: control reaches end of non-void function
[-Wreturn-type]
 }
 ^
gv_php_init.c: In function 'gv_channel_writer':
gv_php_init.c:34:1: warning: control reaches end of non-void function
[-Wreturn-type]
 }
 ^
Makefile:2019: recipe for target 'libgv_php_la-gv_php_init.lo' failed
make[4]: *** [libgv_php_la-gv_php_init.lo] Error 1
make[4]: ** Esperando que outros processos terminem.
make[4]: Leaving directory
'/home/fernando/tmp/paco-build-2014.03.19-17h45m50s/graphviz-2.36.0/tclpkg/gv'
Makefile:2865: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
'/home/fernando/tmp/paco-build-2014.03.19-17h45m50s/graphviz-2.36.0/tclpkg/gv'
Makefile:603: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
'/home/fernando/tmp/paco-build-2014.03.19-17h45m50s/graphviz-2.36.0/tclpkg'
Makefile:774: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
'/home/fernando/tmp/paco-build-2014.03.19-17h45m50s/graphviz-2.36.0'
Makefile:583: recipe for target 'all' failed
make: *** [all] Error 2
}}}

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