From owner-freebsd-current@FreeBSD.ORG Fri Mar 16 18:35:50 2007 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7413F16A404 for ; Fri, 16 Mar 2007 18:35:50 +0000 (UTC) (envelope-from thierry.delhaise@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.185]) by mx1.freebsd.org (Postfix) with ESMTP id D55DA13C4B0 for ; Fri, 16 Mar 2007 18:35:49 +0000 (UTC) (envelope-from thierry.delhaise@gmail.com) Received: by nf-out-0910.google.com with SMTP id k27so342467nfc for ; Fri, 16 Mar 2007 11:35:48 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer; b=SGzxG7JquVrBx+c6bz/LlGNia9Hy6PhXxxWAK4LoTGh2RxSZQdibkyYeov9i/7HWlAl3aMObs0aMuLOUyR3f6mioiaIgZfhoZJL5iyzjG5rzBXwwtQtXyC4aTqd+bPEwt2zcFBsM7nNYVMDCC+Jxeka0bEWI0fCVJV+GOwmHMUw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer; b=kuL0AdHcD6/uJUQbOrt6FgQrd3G4+oCyX8+R1EG4dPvNDpQ8QAiEAFZV4JbDDLGYiY9ZrdT2Iz11exHSx7FwV00VCSq0oliuKJSIZ1pH81qwUkLrYRoyDO3KZiXEm/EWRL3iu5peLtkD78t70/8EjB5bcr8U5UxQFv5ZKAzgOy8= Received: by 10.82.138.6 with SMTP id l6mr3694072bud.1174068480986; Fri, 16 Mar 2007 11:08:00 -0700 (PDT) Received: from ?192.168.1.2? ( [82.127.84.97]) by mx.google.com with ESMTP id g8sm7516717muf.2007.03.16.11.07.59; Fri, 16 Mar 2007 11:08:00 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.2) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: current@FreeBSD.org From: Thierry DELHAISE Date: Fri, 16 Mar 2007 19:07:57 +0100 X-Mailer: Apple Mail (2.752.2) Cc: Subject: xdm loging problem on CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 16 Mar 2007 18:35:50 -0000 Hi all, I would like to report (suite to my previous post) that since the mistaken symbol is the function __use_pts() normaly owned by libc (if my previous dig in CURRENT was correct), I suspect a problem in MY OWN build tree : I can't imagine a problem relative to libc, I think many others would have encountered many problem before me. So I'm currently csup'ing CURRENT and will "buildworld, buildkernel, installkernel, installworld". Since I 've discovered the problem with xorg package, I've deinstalled xorg (but not xorg-libraries package since I've a dependency on I dont want to break) and will reinstall it via ports when my new system will be installed. I'll report here if the problem is again reproductible ... Best regards Thierry