[blfs-dev] Dependency is missing or other requests to modify the book

2016-02-13 Thread Fernando de Oliveira
Please, someone take care of them.

These always bring trouble for me, I hate to fight and always end up
blocking some emails.

Many times, someone else, not me, had missed the point before me, when
the request is reasonable.

Since yesterday I was worried about those, and could  not do any work,
until decided to create the tickets.


Thanks.

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


Re: [blfs-dev] Dependency is missing (xinit)

2016-02-13 Thread Pierre Labastie
On 12/02/2016 16:36, Yukio Shiiya wrote:
> Hi,
> 
> I encountered an error on the following page.
> http://www.linuxfromscratch.org/blfs/view/7.8/x/xinit.html
> 
> # ./configure $XORG_CONFIG \
> --with-xinitdir=/etc/X11/app-defaults
> No package 'x11' found
> No package 'xproto' found
> 
> I think that "Xorg Libraries" and "Xorg Protocol Headers" should be 
> described as "Required Dependency".
> 
> Thanks,
> 

Those packages are in the (very long) chain of required dependencies for xinit:
(writing -> for "depends on") :
xinit -> twm -> xorg-server -> Xorg fonts -> font-utils -> xcursor-themes ->
bdftopcf -> mesa -> X libraries (inclidung libX11) -> libxcb -> libXau -> Xorg
protos (including xproto).

The book is correct.

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


Re: [blfs-dev] Dependency is missing or other requests to modify the book

2016-02-13 Thread Fernando de Oliveira
Em 13-02-2016 14:09, Fernando de Oliveira escreveu:
> Please, someone take care of them.
> 
> These always bring trouble for me, I hate to fight and always end up
> blocking some emails.
> 
> Many times, someone else, not me, had missed the point before me, when
> the request is reasonable.
> 
> Since yesterday I was worried about those, and could  not do any work,
> until decided to create the tickets.
> 
> 
> Thanks.
> 

Forgot to tell:

in valgrind, which is in configure already while host seems o appear
only in the testsm IIRC, related to darwin.

I have finished thunderbird, but will commit only tomorrow.

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


[blfs-dev] vlc and lua problem

2016-02-13 Thread Tim Tassonis

Hi all


When compiling and installing vlc 2.2.2 with lua 5.3.2 support according 
to BLFS svn , the compile went fine, but when I started vlc, I got the 
error:



core demux meta error: corrupt module: 
/usr/lib/vlc/plugins/lua/liblua_plugin.so




After some google "research" I found this post:

http://www.linuxquestions.org/questions/linux-from-scratch-13/vlc-and-corrupt-lua-module-errors-4175556933/


So, I recompiled lua with:

CFLAGS=' -fPIC -O2 -Wall -Wextra -DLUA_COMPAT_5_1 $(SYSCFLAGS) $(MYCFLAGS)'
make CFLAGS="$CFLAGS" linux


and the problem went away.


Maybe this could be noted on either the lua or the vlc page.


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