#2810: Xorg issues. Part 1.
--------------------+-------------------------------------------------------
 Reporter:  Spinal  |       Owner:  blfs-b...@…                   
     Type:  defect  |      Status:  new                           
 Priority:  normal  |   Milestone:  6.4                           
Component:  BOOK    |     Version:  SVN                           
 Severity:  normal  |    Keywords:                                
--------------------+-------------------------------------------------------
 Here's a small collection of Xorg issues found in fresh svn book.

 1) Introduction to Xorg-7.4:[[BR]]

 done 2>&1 | tee -a ../xorg-${section}-compile.log #log the entire loop

 ''' '-a' parameter for 'tee' is probably unneeded'''

 2) Same section of the book:

 ... $XORG_PREFIX/share/man as a MANDATORY_MANPATH in /etc/man_db.conf.

 '''But MANPATH_MAP and MANDB_MAP are forgotten'''

 3) xcb-proto-1.1:

 '''No need in running make'''

 4) xcursor-themes:

 Failes to compile if ${XORG_PREFIX} is not in PATH variable. That is the
 case, until we have xorg-server installed and environment reloaded with
 relogin.

 Here's the solution:
 {{{
 /etc/profile.d/X.sh:
 if [ -d <XORG_PREFIX>/bin ]; then
         pathappend <XORG_PREFIX>/bin
 fi
 }}}
 Then run su - and you should be set up.

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/2810>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to