LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
楼主: 老李飞刀

[已解决]XORG安装xcursor-themes时出错

[复制链接]
 楼主| 发表于 2009-2-18 00:36:12 | 显示全部楼层
我怀疑是我的安装顺序可能有问题,方便整理一下你的安装顺序来看看吗?我格掉,重新两次都在那里有问题。。。。
回复 支持 反对

使用道具 举报

发表于 2009-2-18 00:59:32 | 显示全部楼层
在xorg之前的软件,我参考了http://www.linuxsir.cn/bbs/thread298237.html
里面的安装顺序,软件的版本我是按照BLFS SVN的文档来下载和安装的,xorg我安装的是7.4
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-2-18 01:59:46 | 显示全部楼层
我也很安照手册的步骤来了呀,难道是人品问题
还检查了一下是不是有的东西没下载完,好像也没有呀。。。。。
看来是人品的问题了。。。。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-2-18 08:10:23 | 显示全部楼层
彻底失望呀。。。。。。。。。
换成装XORG7.2,还是在这一步这里出问题,难道真的是人品了。

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking return type of signal handlers... void
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for XCURSORGEN... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
make  all-am
make[1]: Entering directory `/usr/src/xorg7.2/app/xcursorgen-1.0.1'
if gcc -DHAVE_CONFIG_H -I. -I. -I.    -I/usr/include/libpng12 -I/usr/X11R7/include   -g -O2 -MT xcursorgen-xcursorgen.o -MD -MP -MF ".deps/xcursorgen-xcursorgen.Tpo" -c -o xcursorgen-xcursorgen.o `test -f 'xcursorgen.c' || echo './'`xcursorgen.c; \
        then mv -f ".deps/xcursorgen-xcursorgen.Tpo" ".deps/xcursorgen-xcursorgen.Po"; else rm -f ".deps/xcursorgen-xcursorgen.Tpo"; exit 1; fi
gcc  -g -O2   -o xcursorgen  xcursorgen-xcursorgen.o -L/usr/X11R7/lib -lX11 -lXcursor -lpng12   
sed -e 's|__vendorversion__|"" ""|'  < xcursorgen.man > xcursorgen.1x
make[1]: Leaving directory `/usr/src/xorg7.2/app/xcursorgen-1.0.1'
make[1]: Entering directory `/usr/src/xorg7.2/app/xcursorgen-1.0.1'
test -z "/usr/X11R7/bin" || mkdir -p -- "/usr/X11R7/bin"
  /usr/bin/install -c 'xcursorgen' '/usr/X11R7/bin/xcursorgen'
test -z "/usr/X11R7/share/man/man1" || mkdir -p -- "/usr/X11R7/share/man/man1"
/usr/bin/install -c -m 644 'xcursorgen.1x' '/usr/X11R7/share/man/man1/xcursorgen.1x'
make[1]: Leaving directory `/usr/src/xorg7.2/app/xcursorgen-1.0.1'
xcursorgen-1.0.1 ===============END

这是不是显示xcursorgen已经装上了,如果真是装上了。那怎么xcursor-themesle就是找不到呢。。。。。。
回复 支持 反对

使用道具 举报

发表于 2009-2-18 09:00:52 | 显示全部楼层
或者把xcursorgen-1.0.1再单独编译安装一次
还有,我怀疑是不是你的环境变量XORG_PREFIX="/usr/X11R7"的问题,我的就是XORG_PREFIX=/usr
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-2-19 04:04:48 | 显示全部楼层
单独编译安装好多次了,呵呵。后来把/usr/X11R7/bin下的xcursorgen拷到/usr/bin下,这一步过去了,不过下一步就出问题了。。
目前我把目标锁定在app没有装好。。。
也有可能是我的LFS是6.3,太低了??所以有些东西装不上。。
现在在做LFS的SVN版,快完工了。
完工之后再来用CBLFS的方式做一次。
脚本都做好。。
就等完工了。。。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-2-19 08:09:55 | 显示全部楼层
原来是PATH的原因。没有/usr/X11R7/bin
所以装了系统也认为没装。。。。。
我是在chroot下面装的
chroot时PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/X11R7/bin
这样就可以了。。。。。
回复 支持 反对

使用道具 举报

发表于 2009-2-19 18:26:30 | 显示全部楼层
Post by 老李飞刀;1949475
原来是PATH的原因。没有/usr/X11R7/bin
所以装了系统也认为没装。。。。。
我是在chroot下面装的
chroot时PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/X11R7/bin
这样就可以了。。。。。

我也是在chroot下安装xorg,没有出现你碰见的问题,我的PATH=PATH=/bin:/usr/bin:/sbin:/usr/sbin,现在看来还是跟XORG_PREFIX的设置有点关系,我看BLFS手册也说linux应该设为"/usr"
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-2-19 22:53:16 | 显示全部楼层
不指定是安装到/usr下面的,APP一步的东西安装到/usr/bin下面去,所以接下来的安装configure会找得到。
但指定安装在别的地方了就找不到了,就是这个问题嘛
回复 支持 反对

使用道具 举报

发表于 2009-2-20 10:12:37 | 显示全部楼层
你准备接下来安装什么kde,gnome还是xfce?
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表