From owner-freebsd-current@FreeBSD.ORG Sun Apr 20 07:49:22 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4503437B401 for ; Sun, 20 Apr 2003 07:49:22 -0700 (PDT) Received: from mail.gmx.net (pop.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 1696943FE1 for ; Sun, 20 Apr 2003 07:49:21 -0700 (PDT) (envelope-from mdcki@gmx.net) Received: (qmail 27131 invoked by uid 65534); 20 Apr 2003 14:49:15 -0000 Received: from cvpn016.gwdg.de (EHLO gmx.net) (134.76.22.16) by mail.gmx.net (mp016-rz3) with SMTP; 20 Apr 2003 16:49:15 +0200 Message-ID: <3EA2B39C.2040905@gmx.net> Date: Sun, 20 Apr 2003 16:50:04 +0200 From: Marcin Dalecki User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4a) Gecko/20030419 X-Accept-Language: en-us, en, pl, ru MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: /usr/port/editors/openoffice-pl X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Apr 2003 14:49:22 -0000 I did encounter the following name space clash problem: ystem.c:83: conflicting types for `getpwnam_r' /usr/include/pwd.h:160: previous declaration of `getpwnam_r' dmake: Error code 1, while making '../../unxfbsd.pro/obj/system.obj' during the compilation of the above package mentionen in the subject. The reson is the fact that the getpwnam_r function clash completely.