#6118: poppler-0.31.0
-------------------------+--------------------------
 Reporter:  fo           |       Owner:  blfs-book@…
     Type:  enhancement  |      Status:  new
 Priority:  normal       |   Milestone:  7.7
Component:  BOOK         |     Version:  SVN
 Severity:  normal       |  Resolution:
 Keywords:               |
-------------------------+--------------------------

Comment (by bdubbs@…):

 With a little more research, I'm making progress.

 1.  'echo *' reports the proper utf-8 filenames when LC_ALL is set, but ls
 does not render the filename properly.

 2.  There is a switch we need for the extra files.  The following worked
 for me to get a clean build/test:

 {{{
 rm -rf testfiles
 git clone git://git.freedesktop.org/git/poppler/test testfiles
 source /usr/bin/setqt4

 ./configure --prefix=/usr     \
             --sysconfdir=/etc \
             --disable-static  \
             --enable-xpdf-headers \
             --with-testdatadir=$PWD/testfiles
 make
 LC_ALL=en_US.UTF-8 make check
 }}}

 This eliminates the external directory for the extra files fetched by git.

 The check_password test fails for me without the LC_ALL=en_US.UTF-8.

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

Reply via email to