From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23973 invoked by alias); 9 Aug 2012 22:09:29 -0000 Received: (qmail 23962 invoked by uid 22791); 9 Aug 2012 22:09:28 -0000 X-SWARE-Spam-Status: No, hits=-4.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-vb0-f41.google.com (HELO mail-vb0-f41.google.com) (209.85.212.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 09 Aug 2012 22:09:14 +0000 Received: by vbkv13 with SMTP id v13so1057362vbk.0 for ; Thu, 09 Aug 2012 15:09:14 -0700 (PDT) MIME-Version: 1.0 Received: by 10.58.91.148 with SMTP id ce20mr842445veb.16.1344550153903; Thu, 09 Aug 2012 15:09:13 -0700 (PDT) Received: by 10.58.236.198 with HTTP; Thu, 9 Aug 2012 15:09:13 -0700 (PDT) In-Reply-To: References: Date: Thu, 09 Aug 2012 22:09:00 -0000 Message-ID: Subject: Re: ucontext.h not installed correctly From: "Carlos O'Donell" To: Xin Tong Cc: libc-ports@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org X-SW-Source: 2012-08/txt/msg00085.txt.bz2 On Wed, Aug 8, 2012 at 11:18 PM, Xin Tong wrote: > 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. Please describe exactly what you mean by "not installed correctly?" Is it installed in the wrong stop, is it installed in the right location but corrupted etc. Without posting any real information we can't help. It would be nice if you started your port using trunk, committed, upstream, and had your changes rolled into 2.17. That way the core developers could help you add support for your port. Cheers, Carlos.