From owner-freebsd-current@FreeBSD.ORG Mon May 28 21:17:09 2007 Return-Path: X-Original-To: freebsd-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 AB0D416A482 for ; Mon, 28 May 2007 21:17:09 +0000 (UTC) (envelope-from chrcoluk@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by mx1.freebsd.org (Postfix) with ESMTP id 115C613C457 for ; Mon, 28 May 2007 21:17:08 +0000 (UTC) (envelope-from chrcoluk@gmail.com) Received: by ug-out-1314.google.com with SMTP id u2so986649uge for ; Mon, 28 May 2007 14:17:07 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=cSBjcsk0Ie4LzXB8FDX7NBjl6NRLCk+metHmS5+xsXJa/aUthsBcuKlXvD+Qa8wmD6jTsF0Tmd/aSJh+pKeDOW8ZB8V8uAJAm4ZwfynXxcRXh8Ar65ma9nkXiMj+hXs7Vi929f3ar2tpetUQVgzLVtpoxrubJVkhMTA9cFAx2NE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=miXpfjQqo3MCJd7mysKsz6+5P/Re8psu7TzM/Xscxfir00TvbX78mu+99PdwLefPEsyNFYMC2t42lIWKg/F67ywtXdX/gZFRfu6Q7r3IeEvnvFKtT+e2hby9+Iwq+4XwtQfUENGsM7WSZXlfyMMvE/UHXdndaYgsjgiduALg/iU= Received: by 10.66.255.7 with SMTP id c7mr5526819ugi.1180385409791; Mon, 28 May 2007 13:50:09 -0700 (PDT) Received: by 10.67.24.16 with HTTP; Mon, 28 May 2007 13:50:09 -0700 (PDT) Message-ID: <3aaaa3a0705281350x1f6bbf47s44a3664875c5c215@mail.gmail.com> Date: Mon, 28 May 2007 21:50:09 +0100 From: Chris To: "Giorgos Keramidas" In-Reply-To: <20070528164056.GC2188@kobe.laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070527215727.GD67158@lassie.student.utwente.nl> <20070528003710.GB13910@rot13.obsecurity.org> <20070528005004.GA45015@kobe.laptop> <20070528074747.GA81264@titan.klemm.apsfilter.org> <20070528164056.GC2188@kobe.laptop> Cc: Marijn van Vliet , freebsd-current@freebsd.org, Kris Kennaway Subject: Re: Xorg 7.2 update 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: Mon, 28 May 2007 21:17:09 -0000 On 28/05/07, Giorgos Keramidas wrote: > On 2007-05-28 09:47, Andreas Klemm wrote: > > Hi, > > 1st of all, thanks for providing 7.2 in the tree ! > > Well said. The Ports team and the people who did the pretest runs with > the xorg update, before it was even committed, are the ones who deserve > all the thanks. Thank you all guys :) > > > I had another little problem with xorg. While you did an upgrade > > installation, I nuked all of my ports and started over. > > > > I discovered, that an installation by compiling all myself failed > > very early. > > > > Its easily to reproduce by installing on a vanilla empty system. > > > > Sorry I didn't save the error message. > > Oh I did both :) > > First I tried "pkg_delete *", and rebuild everything. One tricky part > here is that despite the fact that _nothing_ is installed, you have to > export XORG_UPGRADE='yes' in the environment before building from > scratch. It's kind of unintuitive that you have to specify _UPGRADE_ > for a clean installation, but it works fine. > > Then, I updated my ports tree again, after a couple of days: > > portsnap fetch update > > and rebuilt everything with: > > portupgrade -vu -N -ar > > A new version of the freetype2 port triggered a full xorg update, this > time using portupgrade. XORG_UPGRADE='yes' is still required in the > running environment. > > It's hard to guess without seeing the exact error message, but if it was > related to `x11/xorg-libraries', then you were probably bitten by the > lack of $XORG_UPGRADE in the environment. If you do repeat the build, > can you try catching any errors inside a script(1) session? That would > be nice to have :) > > - Giorgos > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > My concerns are these. 1 - Was this tested on freebsd 5. if no should the port have been made to not install on 5.x, on a 5.x server I admin it has completely hosed the ports setup I had to use pgdb -F to remove all x11 dependencies that wont compile there is at least 5 diff x11 ports now that wont compile or install with pkg_add. 2 - I read UPDATING but there is no mention of the USE_NONDEFAULT_X11BASE=yes I had to set on freebsd 6.1 servers, is it assumed everyone is using either 6.2 or 7.0? and is USE_NONDEFAULT_X11BASE=yes the correct one to use when also using WITHOUT_X11= yes and WITHOUT_XPM= yes?