Custom Query (19676 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (61 - 63 of 19676)

Ticket Resolution Summary Owner Reporter
#4876 fixed Make the skip the rest of page of the Xorg libraries clearer blfs-book@… Grotty
Description

Two problems with the page at http://www.linuxfromscratch.org/blfs/view/svn/x/xorg7.html :

  1. The instruction "If you've decided to use the standard /usr prefix, you can omit the remainder of this page." should be enhanced; a lot of people are missing it (and hence recursive symlinks is a recurring problem in #lfs-support). Make it red or put it in a box or something :-).
  1. Users who are using the single page version of the book have no idea where the "remainder of this page" ends. Even if they read the instruction they are getting it wrong. The instruction should be made clearer for these people; for example "skip the remainder of this section and continue from section X.Y".
#2176 fixed xfs uuid link dnicholson@… Eric Hobbs
Description

The link for uuid on the xfs page links to a php extension which requres that libuuid be installed.

#5257 invalid gstreamer-0.10.36 compile error blfs-book@… Howard Rosenorn
Description

In trying to build Midori-0.5.8, WebKitGTK+-1.10.2 is required even though WebKitGTK+-2.4.4 has been built.

GStreamer-0.10.36 is required for WebKitGTK+-1.10.2

gstreamer-0.10.36 compile error: grammar.tab.c: In function 'priv_gst_parse_yyparse': grammar.tab.c:67:25: error: too many arguments to function 'priv_gst_parse_yylex'

#define yylex priv_gst_parse_yylex

Here's the full output.

Making all in parse make[4]: Entering directory '/xc/gstreamer-0.10.36/gst/parse'

CC libgstparse_la-lex.priv_gst_parse_yy.lo

lex.priv_gst_parse_yy.c:1009:5: warning: redundant redeclaration of 'priv_gst_parse_yyget_column' [-Wredundant-decls]

lex.priv_gst_parse_yy.c:4:19: note: previous declaration of 'priv_gst_parse_yyget_column' was here

static inline int priv_gst_parse_yyget_column (void * yyscanner);

lex.priv_gst_parse_yy.c:1011:6: warning: redundant redeclaration of 'priv_gst_parse_yyset_column' [-Wredundant-decls]

lex.priv_gst_parse_yy.c:5:20: note: previous declaration of 'priv_gst_parse_yyset_column' was here

static inline void priv_gst_parse_yyset_column (int column_no , void * yyscanner);

CC libgstparse_la-grammar.tab.lo

grammar.tab.c: In function 'priv_gst_parse_yyparse': grammar.tab.c:67:25: error: too many arguments to function 'priv_gst_parse_yylex'

#define yylex priv_gst_parse_yylex

grammar.tab.c:1818:16: note: in expansion of macro 'yylex'

if (yychar == YYEMPTY)

./grammar.y:38:5: note: declared here

int priv_gst_parse_yylex (void * yylval_param , yyscan_t yyscanner);

Makefile:507: recipe for target 'libgstparse_la-grammar.tab.lo' failed make[4]: * [libgstparse_la-grammar.tab.lo] Error 1 make[4]: Leaving directory '/xc/gstreamer-0.10.36/gst/parse' Makefile:1399: recipe for target 'all-recursive' failed make[3]: * [all-recursive] Error 1 make[3]: Leaving directory '/xc/gstreamer-0.10.36/gst' Makefile:758: recipe for target 'all' failed make[2]: * [all] Error 2 make[2]: Leaving directory '/xc/gstreamer-0.10.36/gst' Makefile:657: recipe for target 'all-recursive' failed make[1]: * [all-recursive] Error 1 make[1]: Leaving directory '/xc/gstreamer-0.10.36' Makefile:563: recipe for target 'all' failed make: * [all] Error 2

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.