Subject: Re: kdelibs: error in /usr/include/sys/select.h
To: Christos Zoulas <christos@zoulas.com>
From: Davide Zanon <d.zanon@infinito.it>
List: current-users
Date: 03/26/2005 14:22:06
On Friday 25 March 2005 22:45, Christos Zoulas wrote:
> On Mar 25,  8:51pm, d.zanon@infinito.it (Davide Zanon) wrote:
> -- Subject: Re: kdelibs: error in /usr/include/sys/select.h
>
> | On Friday 25 March 2005 18:06, Davide Zanon wrote:
> |
> | another question... after a succesful build.sh install=/, I have
> |
> | /*      $NetBSD: select.h,v 1.21 2005/03/10 00:25:45 kleink Exp $      
> | */
> |
> | in /usr/include/sys, but
> |
> | /*      $NetBSD: select.h,v 1.21.2.1 2005/03/19 13:23:15 tron Exp $    
> | */
> |
> | in /usr/obj/destdir.macppc/usr/include/sys
> |
> | This is *so* strange according to me...
>
> That is very strange. Which file has a newer timestamp?
>
> christos

% ls -l /usr/include/sys/select.h
-r--r--r--  1 root  wheel  3070 Mar 10 03:03 /usr/include.old/sys/select.h
% ls -l /usr/obj/destdir.macppc/usr/include/sys/select.h
-r--r--r--  1 root  wheel  3098 Mar 24 
22:20 /usr/obj/destdir.macppc/usr/include/sys/select.h

I'm too stupid! This was because I was using ./build.sh -u install=/, and the 
-u flag is wrong, of course. Sorry for the time I made you waste:)

david