LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   installing X window system issues (https://www.linuxquestions.org/questions/linux-from-scratch-13/installing-x-window-system-issues-4175439990/)

k84834 12-04-2012 07:30 AM

installing X window system issues
 
Hi
I want to install X window system on my LFS, I have installed packages in section VI, chapter 24, from util-macros up to Xorg Appllications. all packages have been installed correctly but when I installed "Xorg Libraries" the "xft-config" program have not been installed .
now I have installed Xorg applications but below application haven't been installed:
appres, xlsclients, xmodmap, xrefresh, xdpr, xpr, xprop, xrandr, xrdb, xset, xsetroot, xvinfo, xwd, xwininfo, xwvd

and below info is about installing xorg applications.
Code:

configure: creating ./config.status
config.status: creating Makefile
config.status: creating man/Makefile
config.status: creating config.h
config.status: executing depfiles commands
make  all-recursive
make[1]: Entering directory `/sources/xc/app/xlsatoms-1.1.1'
Making all in man
make[2]: Entering directory `/sources/xc/app/xlsatoms-1.1.1/man'
  GEN    xlsatoms.1
make[2]: Leaving directory `/sources/xc/app/xlsatoms-1.1.1/man'
make[2]: Entering directory `/sources/xc/app/xlsatoms-1.1.1'
  CC    xlsatoms.o
xlsatoms.c: In function ‘do_name’:
xlsatoms.c:137:2: warning: format not a string literal, argument types not checked [-Wformat-nonliteral]
xlsatoms.c: In function ‘say_batch’:
xlsatoms.c:217:6: warning: format not a string literal, argument types not checked [-Wformat-nonliteral]
xlsatoms.c: In function ‘main’:
xlsatoms.c:194:16: warning: ‘high’ may be used uninitialized in this function [-Wuninitialized]
xlsatoms.c:191:15: note: ‘high’ was declared here
  CCLD  xlsatoms
make[2]: Leaving directory `/sources/xc/app/xlsatoms-1.1.1'
make[1]: Leaving directory `/sources/xc/app/xlsatoms-1.1.1'
Making install in man
make[1]: Entering directory `/sources/xc/app/xlsatoms-1.1.1/man'
make[2]: Entering directory `/sources/xc/app/xlsatoms-1.1.1/man'
make[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/share/man/man1" || /bin/mkdir -p "/usr/share/man/man1"
 /usr/bin/install -c -m 644 xlsatoms.1 '/usr/share/man/man1'
make[2]: Leaving directory `/sources/xc/app/xlsatoms-1.1.1/man'
make[1]: Leaving directory `/sources/xc/app/xlsatoms-1.1.1/man'
make[1]: Entering directory `/sources/xc/app/xlsatoms-1.1.1'
make[2]: Entering directory `/sources/xc/app/xlsatoms-1.1.1'
test -z "/usr/bin" || /bin/mkdir -p "/usr/bin"
  /usr/bin/install -c xlsatoms '/usr/bin'
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/sources/xc/app/xlsatoms-1.1.1'
make[1]: Leaving directory `/sources/xc/app/xlsatoms-1.1.1'
/sources/xc/app
rm: remove write-protected regular file `xlsatoms-1.1.1/depcomp'? no
rm: remove write-protected regular file `xlsatoms-1.1.1/config.sub'? no
rm: remove write-protected regular file `xlsatoms-1.1.1/install-sh'? no
rm: remove write-protected regular file `xlsatoms-1.1.1/config.guess'? no
rm: remove write-protected regular file `xlsatoms-1.1.1/missing'? no
rm: cannot remove `xlsatoms-1.1.1': Directory not empty
blfs [ /sources/xc/app ]$

what are late questions in code sections?
how I install rest of program that have not been installed?

k84834 12-04-2012 07:58 AM

I again installed Xorg applications and pass to question like "rm: remove write-protected regular file `xlsatoms-1.1.1/depcomp'?" "yes", then all program have been installed except "appres" !
it is troublesome for me later ?!! or I pass to install next package?

stoat 12-04-2012 08:15 AM

To me, you shouldn't be seeing those questions. I wonder if you appropriately and adequately dealt with the issue of installing as root with the script.


All times are GMT -5. The time now is 11:07 AM.