flyfire / gmlive

Automatically exported from code.google.com/p/gmlive
GNU General Public License v2.0
0 stars 0 forks source link

gmlive-extra没有x86_64版本问题 #47

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
可以说目前所有的cpu都支持x86_64指令了。
我是一个archlinux 
x86_64用户,其用户交流源用有gmlive和gmlive-extra的PKGBUILD
文件下载。。
下了gmlive的PKGBUILD文件后,正常打包并且安装。。
但是makepkg -s 
gmlive-extra时,提示没有x86_64版本,,手动修改PKGBUILD添加一个
x86_64之后,打包过程中出错:

[yin@q gmlive-extra]$ makepkg -s 
==> Making package: gmlive-extra 0.3-2 x86_64 (Sat Mar 27 22:52:42 CST 
2010)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
  -> Found gmlive-extra-0.3.tar.gz in build dir
==> Validating source files with md5sums...
    gmlive-extra-0.3.tar.gz ... Passed
==> Extracting Sources...
  -> Extracting gmlive-extra-0.3.tar.gz with bsdtar
==> Removing existing pkg/ directory...
==> Entering fakeroot environment...
==> Starting build()...
g++ -O2 -g -m32 -c -o xpps.o xpps.cc
In file included from /usr/include/features.h:371,
                 from /usr/include/stdio.h:28,
                 from xpps.cc:1:
/usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or 
directory
make: *** [xpps.o] Error 1
==> ERROR: Build Failed.
    Aborting...
[yin@q gmlive-extra]$ 

什么问题呢?

Original issue reported on code.google.com by iam...@gmail.com on 27 Mar 2010 at 2:53