Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I am trying to config Ushare, and then apply the patch. I get an error when trying to configure it, "endian test failed" (see the thread http://www.geexbox.org/forum/viewtop...p=64510#p64510 for more information). It appears to be looking for a directory called "altivec.h". I will attempt to attach the config.log.
I doubt it...I did install kernel headers in the past, but that kernel bugged out, and I had reverted back to the older kernel. I just tried to install kernel headers again (below).
Code:
[root@HOME ~]# yum install kernel-devel kernel-headers
Loaded plugins: protectbase, refresh-packagekit
Excluding Packages in global exclude list
Finished
2 packages excluded due to repository protections
Setting up Install Process
Parsing package install arguments
Package kernel-devel-2.6.27.21-170.2.56.fc10.i686 installed and not available
No package kernel-headers available.
Nothing to do
Can you help show me how to install the build-essential package?
Also, do you know where is a good onlind guide to Linux, that covers the basics of issues such as these?
Last edited by bg3075; 05-31-2009 at 06:44 PM.
Reason: change
Package 1:make-3.81-14.fc10.i386 already installed and latest version
Package gcc-4.3.2-7.i386 already installed and latest version
Package gcc-c++-4.3.2-7.i386 already installed and latest version
Package kernel-devel-2.6.27.21-170.2.56.fc10.i686 installed and not available
Nothing to do
What about the build-essential package, is that a simple process to build?
Right hang on, because altivec.h is a platform specific header. What exactly are you trying to do? What distro are you using? You realise GeeXboX is a live cd environment, right?
Sorry, this is my first post here...just edited my signature (below). I am running Fedora 10. I am only installing Ushare, not GeexBox. Ushare is all needed to share media from the pc to Xbox 360. GeexBox appears to be a media center bootloader.
cd ushare-1.1a-NeToU/
./configure ( or ./configure --enable-dlna )
And configure ( and make ) runs with no errors.
.....
'altivec.h' is 'ppc architecure' only ?, and
'altivec.h' is not present on x86 Linux, AFAIK.
.....
_____________________________
( i386 Fedora 10, pentium 4.)
.....
cd ushare-1.1a-NeToU/
./configure ( or ./configure --enable-dlna )
And configure ( and make ) runs with no errors.
.....
'altivec.h' is 'ppc architecure' only ?, and
'altivec.h' is not present on x86 Linux, AFAIK.
.....
_____________________________
( i386 Fedora 10, pentium 4.)
.....
Thanks for the help, but unfortunately I am still getting an error on configure:
configure: error: C preprocessor "/lib/cpp" fails sanity check
May be missing 'glibc-devel' ??
# yum -y install glibc-devel
... will install or update glibc-devel .
About pkgconfig :
# yum search pkg
# yum -y install pkgconfig
... which will provide /usr/bin/pkg-config .
And please do not build pkgconfig yourself.
.....
All the above may cure your errors / problems generally.
.....
May be missing 'glibc-devel' ??
# yum -y install glibc-devel
... will install or update glibc-devel .
About pkgconfig :
# yum search pkg
# yum -y install pkgconfig
... which will provide /usr/bin/pkg-config .
And please do not build pkgconfig yourself.
.....
All the above may cure your errors / problems generally.
.....
Thanks...followed your advice, returned both packages are installed and latest version.
Distribution: pclos2010.12, Slack1337 DebSqueeze, +50+ other Linux OS, for test only.
Posts: 9,293
Rep:
Ref. post # 3 :
Quote:
2 packages excluded due to repository protections
Please have a look in /etc/yum.conf
( 'cat /etc/yum.conf' )
to se what's excluded. If you have a line saying
exclude=kernel-headers glibc-headers
then please edit the text to allow :
# yum -y install kernel-headers glibc-headers
( Either uncomment the exclude line with a hash mark ( # ) or delete it.)
... The 2 packages are on the install DVD too.
Then I guess, the problems are solved ... the "endian test failed"
error origins from a missing package 'glibc-headers' .
... And probably also the error
" configure: error: C preprocessor "/lib/cpp" fails sanity check "
.....
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.