public inbox for libc-ports@sourceware.org
 help / color / mirror / Atom feed
From: Xin Tong <xerox.time.tech@gmail.com>
To: libc-ports@sourceware.org
Subject: ucontext.h not installed correctly
Date: Thu, 09 Aug 2012 03:18:00 -0000	[thread overview]
Message-ID: <CALKntY3=gJc-Pu=K7JwbnEb0QacdkKT-o2n=ruzzZP2zNJCqWw@mail.gmail.com> (raw)

I am porting gnu libc to a different operating system on i386. I find
my glibc-2.14.1/stdlib/ucontext is not installed correctly ( in face
not installed). looking at the installation log.  I think the
"./Rules:124: target `/home ... " might be responsible for the issue.


make[4]: Entering directory
`/home/xtong/git/omnios/libs/libc/glibc/glibc-2.14.1/stdlib'
../Rules:124: target
`/home/xtong/git/omnios/libs/libc/glibc/glibc-2.14.1-x86-omnios-builddir/stdlib/test-as-const-ucontext_i'
given more than once in the same rule.
../Rules:124: target
`/home/xtong/git/omnios/libs/libc/glibc/glibc-2.14.1-x86-omnios-builddir/stdlib/test-as-const-ucontext_i'
given more than once in the same rule.
/usr/bin/install -c -m 644 stdlib.h
/home/xtong/git/omnios/usr/lib/glibc-2.14.1-x86/include/stdlib.h
/usr/bin/install -c -m 644 bits/stdlib.h
/home/xtong/git/omnios/usr/lib/glibc-2.14.1-x86/include/bits/stdlib.h
/usr/bin/install -c -m 644 bits/stdlib-ldbl.h
/home/xtong/git/omnios/usr/lib/glibc-2.14.1-x86/include/bits/stdlib-ldbl.h
/usr/bin/install -c -m 644 monetary.h
/home/xtong/git/omnios/usr/lib/glibc-2.14.1-x86/include/monetary.h
/usr/bin/install -c -m 644 bits/monetary-ldbl.h
/home/xtong/git/omnios/usr/lib/glibc-2.14.1-x86/include/bits/monetary-ldbl.h
/usr/bin/install -c -m 644 ../sysdeps/generic/inttypes.h
/home/xtong/git/omnios/usr/lib/glibc-2.14.1-x86/include/inttypes.h
/usr/bin/install -c -m 644 ../sysdeps/generic/stdint.h
/home/xtong/git/omnios/usr/lib/glibc-2.14.1-x86/include/stdint.h
/usr/bin/install -c -m 644 ../sysdeps/wordsize-32/bits/wordsize.h
/home/xtong/git/omnios/usr/lib/glibc-2.14.1-x86/include/bits/wordsize.h
/usr/bin/install -c -m 644 errno.h
/home/xtong/git/omnios/usr/lib/glibc-2.14.1-x86/include/errno.h
/usr/bin/install -c -m 644 sys/errno.h
/home/xtong/git/omnios/usr/lib/glibc-2.14.1-x86/include/sys/errno.h
/usr/bin/install -c -m 644 ../sysdeps/omnios/bits/errno.h
/home/xtong/git/omnios/usr/lib/glibc-2.14.1-x86/include/bits/errno.h
/usr/bin/install -c -m 644
../../glibc-2.14.1/sysdeps/omnios/i386/sys//ucontext.h
/home/xtong/git/omnios/usr/lib/glibc-2.14.1-x86/include/ucontext.h
/usr/bin/install -c -m 644
../../glibc-2.14.1/sysdeps/omnios/i386//sys/ucontext.h
/home/xtong/git/omnios/usr/lib/glibc-2.14.1-x86/include/sys/ucontext.h

I added this Makefile to make sure that the ucontext_i.sym is
converted to ucontext_i.h , why does it complain about the same rule
being given more than once.

/home/xtong/git/omnios/libs/libc/glibc/glibc-omnios/sysdeps/omnios/i386/Makefile

# make sure ucontext_i.h is generated.
ifeq ($(subdir),stdlib)
gen-as-const-headers += ucontext_i.sym
endif

             reply	other threads:[~2012-08-09  3:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-09  3:18 Xin Tong [this message]
2012-08-09 22:09 ` Carlos O'Donell

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='CALKntY3=gJc-Pu=K7JwbnEb0QacdkKT-o2n=ruzzZP2zNJCqWw@mail.gmail.com' \
    --to=xerox.time.tech@gmail.com \
    --cc=libc-ports@sourceware.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).