Port-xen archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: call for testing: xen 4.1 packages



On 3/30/2011, "Christoph Egger" <Christoph_Egger%gmx.de@localhost> wrote:

>On 30.03.11 18:20, Toby Karyadi wrote:
.. snipped for brevity...
>>
>> So, it's more likely that the problem is due to the build process. It
>> smells like differences due to use of BSD tools vs gnu tools or gcc
>> difference.
>
>What gcc version do you have on CentOS ?
>Can you boot xen when you compile it with gcc 4.1 (same version as on
>NetBSD) on Linux?
>
>Christoph

I'll install gcc 4.1.2, which is the version on my centos server and
I'll report back to you. 

I do remember that I encountered a problem during the build with 4.0
where the package uses sed instead of gsed due to more lenient nature of
the regex that gsed uses. I suspect that there are more tools that can
cause differences in the generated binary other than gcc. Is there a way
to setup the pkgsrc package to use gnu versions of the tools in a
wholesale manner? Or do you have to specify gsed, gawk, ggrep?, what
have you?

Result from gcc -v on my Centos 5.5 server:
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix
--enable-checking=release --with-system-zlib --enable-__cxa_atexit
--disable-libunwind-exceptions --enable-libgcj-multifile
--enable-languages=c,c++,objc,obj-c++,java,fortran,ada
--enable-java-awt=gtk --disable-dssi --enable-plugin
--with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre
--with-cpu=generic --host=x86_64-redhat-linux
Thread model: posix
gcc version 4.1.2 20080704 (Red Hat 4.1.2-48)

Result from gcc -v on my netbsd 5.99.45 server:
Using built-in specs.
Target: x86_64--netbsd
Configured with: /usr/src/tools/gcc/../../gnu/dist/gcc4/configure
--target=x86_64--netbsd --enable-long-long --enable-threads
--enable-__cxa_atexit --with-tune=nocona --disable-multilib
--disable-symvers --build=x86_64-unknown-netbsd5.0. --host=x86_64--netbsd
Thread model: posix
gcc version 4.1.3 20080704 prerelease (NetBSD nb2 20081120)


Home | Main Index | Thread Index | Old Index