Re: [blfs-support] xine-ui-0.99.7 build failure

2014-04-07 Thread Robin
On 7 April 2014 19:46, Robin rc.rattusrat...@gmail.com wrote:
   ^
 network.c: In function ‘main’:
 network.c:1258:39: error: ‘CPPFunction’ undeclared (first use in this 
 function)
rl_attempted_completion_function = (CPPFunction *)completion_function;
^
 network.c:1258:39: note: each undeclared identifier is reported only
 once for each function it appears in
 network.c:1258:52: error: expected expression before ‘)’ token
rl_attempted_completion_function = (CPPFunction *)completion_function;
 ^
 network.c: At top level:
 network.c:884:15: warning: ‘completion_function’ defined but not used
 [-Wunused-function]
  static char **completion_function(const char *text, int start, int end) {
^
 Makefile:651: recipe for target 'xine_remote-network.o' failed
 make[4]: *** [xine_remote-network.o] Error 1
 make[4]: Leaving directory '/sources/audio/xine-ui-0.99.7/src/xitk'
 Makefile:671: recipe for target 'all-recursive' failed
 make[3]: *** [all-recursive] Error 1
 make[3]: Leaving directory '/sources/audio/xine-ui-0.99.7/src/xitk'
 Makefile:334: recipe for target 'all-recursive' failed
 make[2]: *** [all-recursive] Error 1
 make[2]: Leaving directory '/sources/audio/xine-ui-0.99.7/src'
 Makefile:381: recipe for target 'all-recursive' failed
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory '/sources/audio/xine-ui-0.99.7'
 Makefile:321: recipe for target 'all' failed
 make: *** [all] Error 2

 Seems to match https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741847

 Patch was applied. xine-lib-1.2.4, shared-mime-info-1.2, AAlib-1.4rc5
 and cURL-7.35.0 dependencies installed.


 Thanks

 --
 rob


Changes in readline?

Just building LVM2, same problem.

Noticed this in BLFS Version 2014-04-06 LVM2:

sed -i s/CPPFunction/rl_completion_func_t/ tools/lvm.c


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

Re: [blfs-support] xine-ui-0.99.7 build failure

2014-04-07 Thread Pierre Labastie
Le 07/04/2014 22:24, Robin a écrit :
 On 7 April 2014 19:46, Robin rc.rattusrat...@gmail.com wrote:
   ^
 network.c: In function ‘main’:
 network.c:1258:39: error: ‘CPPFunction’ undeclared (first use in this 
 function)
rl_attempted_completion_function = (CPPFunction *)completion_function;
^
 [...]
 Seems to match https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741847

 Patch was applied. xine-lib-1.2.4, shared-mime-info-1.2, AAlib-1.4rc5
 and cURL-7.35.0 dependencies installed.


 Thanks

 --
 rob
 
 
 Changes in readline?
 
 Just building LVM2, same problem.
 
 Noticed this in BLFS Version 2014-04-06 LVM2:
 
 sed -i s/CPPFunction/rl_completion_func_t/ tools/lvm.c
 
 
Some packages are still using functions which have been deprecated in readline
since 2004... As of readline 6.3, these function are not available anymore, so
the said packages fail...
I guess we may expect to find a few other places where this hits...
I create a ticket for xine-ui, but do not fix it tonight, it is too late...
Pierre
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Re: [blfs-support] xine-ui-0.99.7 build failure

2014-04-07 Thread Robin
On 7 April 2014 22:24, Pierre Labastie pierre.labas...@neuf.fr wrote:
 Le 07/04/2014 22:24, Robin a écrit :
 On 7 April 2014 19:46, Robin rc.rattusrat...@gmail.com wrote:
   ^
 network.c: In function ‘main’:
 network.c:1258:39: error: ‘CPPFunction’ undeclared (first use in this 
 function)
rl_attempted_completion_function = (CPPFunction *)completion_function;
^
 [...]
 Seems to match https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741847

 Patch was applied. xine-lib-1.2.4, shared-mime-info-1.2, AAlib-1.4rc5
 and cURL-7.35.0 dependencies installed.


 Thanks

 --
 rob


 Changes in readline?

 Just building LVM2, same problem.

 Noticed this in BLFS Version 2014-04-06 LVM2:

 sed -i s/CPPFunction/rl_completion_func_t/ tools/lvm.c


 Some packages are still using functions which have been deprecated in readline
 since 2004... As of readline 6.3, these function are not available anymore, so
 the said packages fail...
 I guess we may expect to find a few other places where this hits...
 I create a ticket for xine-ui, but do not fix it tonight, it is too late...
 Pierre
 --

There's no rush.

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