From owner-freebsd-questions@FreeBSD.ORG Fri Dec 5 14:12:03 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D6491065672 for ; Fri, 5 Dec 2008 14:12:03 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from mail.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 2FEDC8FC16 for ; Fri, 5 Dec 2008 14:12:03 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (mail.rachie.is-a-geek.net [192.168.2.101]) by mail.rachie.is-a-geek.net (Postfix) with ESMTP id 02BEDAFBC02; Fri, 5 Dec 2008 05:12:02 -0900 (AKST) From: Mel To: freebsd-questions@freebsd.org Date: Fri, 5 Dec 2008 15:11:58 +0100 User-Agent: KMail/1.9.7 References: <49392F02.9010902@maydias.com> In-Reply-To: <49392F02.9010902@maydias.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200812051511.59715.fbsd.questions@rachie.is-a-geek.net> Cc: Warren Liddell Subject: Re: desperate Newb help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2008 14:12:03 -0000 On Friday 05 December 2008 14:39:14 Warren Liddell wrote: > I have been trying for quite a while now to try and get some assistance > from the various lists, google, forums an even man pages and so far not > a single piece of advise on how to solve my issue and im getting > desperate an ready to throw BSD in for goin back to godforbid windows, > so once i again i ask for some help with why QT refuses to compile > saying ..... > > I have used the little-endian an big-endian flag an it made no > difference, so plz someone have the kindness to help. > > ============================= > > The target system byte order could not be detected! > Turn on verbose messaging (-v) to see the final report. > You can use the -little-endian or -big-endian switch to > ./configure to continue. > ===> Script "configure" failed unexpectedly. > Please report the problem to kde@FreeBSD.org [maintainer] and attach the > "/usr/ports/databases/qt4-sql/work/qt-x11-opensource-src-4.4.1/src/sql/../. >.//config.log" I have no idea why 'configure' is run. No configure is run for me at all. Looks like your ports tree isn't sane. How do you upgrade your portstree? Instead of using portupgrade, could you just execute the following: make -C /usr/ports/databases/qt4-sql clean build -- Mel Problem with today's modular software: they start with the modules and never get to the software part.