From owner-freebsd-current@FreeBSD.ORG Sun Oct 23 15:52:33 2005 Return-Path: X-Original-To: current@freebsd.org 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 0A52216A420 for ; Sun, 23 Oct 2005 15:52:33 +0000 (GMT) (envelope-from gregorynou@altern.org) Received: from esemetz.metz.supelec.fr (esemetz.metz.supelec.fr [193.48.224.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CF3843D6D for ; Sun, 23 Oct 2005 15:52:29 +0000 (GMT) (envelope-from gregorynou@altern.org) Received: from smtp.metz.supelec.fr (smtp.metz.supelec.fr [193.48.224.205]) by esemetz.metz.supelec.fr (8.11.6/8.9.3) with ESMTP id j9NFqQI13829 for ; Sun, 23 Oct 2005 17:52:26 +0200 Received: from [193.48.225.2] (nou.rez-metz.supelec.fr [193.48.225.2]) by smtp.metz.supelec.fr (8.11.6/8.11.6) with ESMTP id j9NFkFK19478 for ; Sun, 23 Oct 2005 17:46:16 +0200 Message-ID: <435BB1B8.9050603@altern.org> Date: Sun, 23 Oct 2005 17:52:24 +0200 From: Gregory Nou User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051009) X-Accept-Language: en-us, en MIME-Version: 1.0 To: current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Suspected problem with /libexec/ld-elf.so.1 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: Sun, 23 Oct 2005 15:52:33 -0000 Hi, I'm experiencing lots of weird problems since my last cvsup (yesterday) Everything I have installed using packages or sources after the cvsup doesn't work, exiting with weird error messages like for example: % pdflatex rapport.tex zsh: exec format error: pdflatex or % texi2pdf rapport.tex pdflatex: 2: Syntax error: ")" unexpected /usr/local/bin/texi2dvi: pdflatex exited with bad status, quitting. and also : /libexec/ld-elf.so.1: some_lib_here: unsupported file layout % xpdf /libexec/ld-elf.so.1: /usr/local/lib/libt1.so.5: unsupported file layout % kile /libexec/ld-elf.so.1: /usr/X11R6/lib/libqt-mt.so.3: unsupported file layout Is someone experiencing the same problem ? -- Gregory