From: Jon Bernard <jbernard@debian.org>
To: sparclinux@vger.kernel.org
Subject: Re: liburcu: debian sparc fail to configure
Date: Fri, 06 Aug 2010 00:13:29 +0000 [thread overview]
Message-ID: <20100806001327.GA1685@starquasia> (raw)
In-Reply-To: <20100805221352.GA30108@Krystal>
* Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca> wrote:
> * Jon Bernard (jbernard@debian.org) wrote:
> > * Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca> wrote:
> > > Hi Jon,
> > >
> > > What's the cpuinfo spec of the build machine ?
> >
> > Here is the contents of /proc/cpuinfo:
> >
> > cpu : TI UltraSparc IIIi (Jalapeno)
>
> http://en.wikipedia.org/wiki/SPARC#SPARC_microprocessor_specifications
>
> UltraSPARC IIIi (Jalapeño) .... V9 / JPS1
>
> so it should be a sparcv9.
>
> Can you try a uname -a to see which kernel version/architecture this
> is? I wonder if it's a 32 or 64-bit kernel.
Looks to be 64-bit:
Linux lebrun 2.6.32-bpo.5-sparc64-smp #1 SMP Sat Jun 12 03:45:52 UTC 2010 sparc64 GNU/Linux
> You might also want to try modifying configure.ac to add:
>
> sparc) ARCHTYPE="sparc64" ;;
>
> below (or above)
> sparc64) ARCHTYPE="sparc64" ;;
>
> and try to build this (and run the library tests) on the machine to see
> if it works.
This /should/ work. Debian has dropped support for pre-v9 sparc
processors [1]. So regardless of wether autoconf detects sparc or
sparc64, setting ARCHTYPE="sparc64" seems the right thing to do in this
case.
[1]: http://wiki.debian.org/Sparc64
J
> I suspect that this machine has a 32-bit kernel, hence the "sparc"
> rather than sparc64 host cpu. I'm not sure what's the best way to detect
> the machine type for these though, as really old sparcs before v9 will
> be tagged as "sparc". So basically, shipping the library with a distro
> targeting sparc64 is always fine, because these are v9+, but shipping
> the lib with a distro targeting old sparcs would be incorrect (at
> runtime) on these old machines. Now when the distro for old sparcs is
> deployed on the v9+ machines, then that works. So I really don't know
> what's the best approach there. Is the Linux kernel still supporting
> pre-v9 sparc boxes ?
>
> Thanks,
>
> Mathieu
>
> > fpu : UltraSparc IIIi integrated FPU
> > pmu : ultra3i
> > prom : OBP 4.11.4 2003/07/23 08:04
> > type : sun4u
> > ncpus probed : 2
> > ncpus active : 2
> > D$ parity tl1 : 0
> > I$ parity tl1 : 0
> > Cpu0ClkTck : 000000003bb94e80
> > Cpu1ClkTck : 000000003bb94e80
> > MMU Type : Cheetah+
> > State:
> > CPU0: online
> > CPU1: online
> >
> > I belive sun4u means this is a pre-sparcv9 box, no?
> >
> > J
> >
> > >
> > > Basically, liburcu supports sparc starting from v9. Hopefully the build
> > > machine you are trying to use is at least a v9.
> > >
> > > So yes, liburcu only recornises host "sparc64", not "sparc", because
> > > AFAIK all sparcv9+ are labeled "sparc64" rather than "sparc". But I
> > > might be wrong here. This is why having the cpuinfo information would be
> > > helpful. Also knowing the kernel configuration might help.
> > >
> > > Usually, sparcv9+ are 64-bit Linux kernels with a 32-bit userland.
> > >
> > > Thanks,
> > >
> > > Mathieu
> > >
> > > * Pierre-Marc Fournier (pierre-marc.fournier@polymtl.ca) wrote:
> > > > As the maintainer of liburcu, Mathieu will be more able to help with
> > > > this than me. We do have a sparc machine in the lab. Maybe it will be
> > > > possible to reproduce the bug on it.
> > > >
> > > > pmf
> > > >
> > > > On 08/03/2010 05:39 PM, Jon Bernard wrote:
> > > >> Hey Pierre-Marc, I have a bug filled against liburcu in debian [1] that
> > > >> fails to build and I am hoping you have an idea for this. The full build
> > > >> log is here [2]. Unfortunately, the build daemon box that the build
> > > >> fails on is determined to be of host type 'sparc', but the porterboxes
> > > >> that I have access to are determined to be of host type 'sparc64', and
> > > >> so the build doesn't fail for me, only on the buildd machine ;) I cannot
> > > >> think of a way to duplicate this environment and so I thought you may
> > > >> have an idea. Any suggestions on this are much appreciated. If you need
> > > >> any additional information, don't hesitate to ask.
> > > >>
> > > >> Cheers,
> > > >>
> > > >> J
> > > >>
> > > >> [1]: http://bugs.debian.org/cgi-bin/bugreport.cgi?bugX6543
> > > >> [2]: https://buildd.debian.org/fetch.cgi?pkg=liburcu&arch=sparc&ver=0.4.6-1&stamp\x1277013595&file=log&as=raw
> > > >
> > >
> > > --
> > > Mathieu Desnoyers
> > > Operating System Efficiency R&D Consultant
> > > EfficiOS Inc.
> > > http://www.efficios.com
>
> --
> Mathieu Desnoyers
> Operating System Efficiency R&D Consultant
> EfficiOS Inc.
> http://www.efficios.com
prev parent reply other threads:[~2010-08-06 0:13 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-05 22:13 liburcu: debian sparc fail to configure Mathieu Desnoyers
2010-08-05 23:15 ` David Miller
2010-08-06 0:13 ` Jon Bernard [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100806001327.GA1685@starquasia \
--to=jbernard@debian.org \
--cc=sparclinux@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.