All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Petr Štetiar" <ynezz@true.cz>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH][geodegx] geodegx: Fix glibc configure error
Date: Mon, 9 Nov 2009 10:32:04 +0100	[thread overview]
Message-ID: <20091109093204.GF16449@ibawizard.net> (raw)
In-Reply-To: <be7a9f3d0911070857t179c5c31o7f066945c5738917@mail.gmail.com>

Otavio Salvador <otavio@ossystems.com.br> [2009-11-07 14:57:49]:

> Hello,
> 
> 2009/11/6 Petr Štetiar <ynezz@true.cz>:
> > I build dev and I found this fix on the web using Google, now looking it up
> > again I found yours and Hrw's conversation on #oe http://pastebin.com/f6640d6f7
> > It seems, that it's 4.3.3 issue?
> 
> Yes; you and hrw are the two persons that found it; maybe it is gcc
> related indeed; while you're on it, do you mind to test it?

My bad, of course it's glibc related, nothing to do with GCC.

configure.in:

[..snip..]

	# Find what sysdep directories exist.
	sysnames_add_ons=
	sysnames=
	for b in $base ''; do
	  for m0 in $mach ''; do
	    for v in /$vendor ''; do
	      test "$v" = / && continue
	      for o in /$ostry ''; do
		test "$o" = / && continue
		for m in $multi_arch_d $mach ''; do
		  for d in $add_ons_pfx ''; do
		    for a in $add_ons_sfx ''; do
		      if test -n "$m0$m0sub$b$v$o$m$msub"; then
			try_srcdir="${srcdir}/"
			case "$d" in
			/*) try_srcdir= ;;
			esac
			try="${d}sysdeps$m0$m0sub$b$v$o$m$msub$a"
			test -n "$enable_debug_configure" &&
			echo "$0 [DEBUG]: try $try" >&2
			if test -d "$try_srcdir$try"; then
			  sysnames="$sysnames $try"
			  { test -n "$o" || test -n "$b"; } && os_used=t
			  { test -n "$m" || test -n "$m0"; } && machine_used=t
			  case x${m0:-$m} in
			  x*/$submachine) submachine_used=t ;;
			  esac
			  if test -n "$d"; then
			    case "$sysnames_add_ons" in
			    *" $d "*) ;;
			    *|'') sysnames_add_ons="$sysnames_add_ons $d" ;;
			    esac
			  fi
			fi
		      fi
		    done
		  done
		done
	      done
	    done
	  done
	done

[..snip..]

	if test -z "$submachine_used" && test -n "$submachine"; then
	  AC_MSG_ERROR(The $submachine subspecies of $host_cpu is not supported.)
	fi
	AC_SUBST(submachine)



  reply	other threads:[~2009-11-09  9:33 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-06 10:48 [PATCH][geodegx] geodegx: Linux 2.6.31.4 Petr Štetiar
2009-11-06 10:48 ` [PATCH][geodegx] geodegx: Fix glibc configure error Petr Štetiar
2009-11-06 12:13   ` Otavio Salvador
2009-11-06 14:05     ` Petr Štetiar
2009-11-07 16:57       ` Otavio Salvador
2009-11-09  9:32         ` Petr Štetiar [this message]
2009-11-09 11:27           ` Otavio Salvador
2009-11-06 12:09 ` [PATCH][geodegx] geodegx: Linux 2.6.31.4 Otavio Salvador
2009-11-06 14:07   ` Petr Štetiar
2009-11-07 16:55     ` Otavio Salvador

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=20091109093204.GF16449@ibawizard.net \
    --to=ynezz@true.cz \
    --cc=openembedded-devel@lists.openembedded.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.