From owner-freebsd-questions@FreeBSD.ORG Sun Jun 6 17:13:11 2010 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 B271A1065676 for ; Sun, 6 Jun 2010 17:13:11 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4D2DE8FC18 for ; Sun, 6 Jun 2010 17:13:10 +0000 (UTC) Received: by wyf28 with SMTP id 28so2668957wyf.13 for ; Sun, 06 Jun 2010 10:13:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:reply-to:date :message-id:subject:from:to:cc:content-type; bh=DrwwTGX6wUSgUaqVrsg7GAkrFaewDQIyE4sohBe+eQg=; b=QECA/d4+YArwKXR/vPDKYDgFKM1P/AUvXNWJBHxX5gkNFFblKZhmDG7TYMAdPULpET C6Qyx6WMu4Zy6p2PekNv8iZuc1sPRm+pLmvHGNR0pXKQ37v2sEMZ2nTRjpSOP2k6dLRg zh9fcHo3dFclSKzYDXHOFXm6t4hw3KSuPSGqs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:cc :content-type; b=P91SOxtKCsLi4aFtEmPT+4HDRNjsQ4B2EU26OYXtijw6+w7/7LQn2VoPOHXdcoInK4 Z3VFKGtxt8Q6YUMNy7eEhU+R8zm0VNbmkjPI67ZxUOtnPWz2N2A7eu8Hn9caBxUH/9mn IbGYzuSUqITMq3Bq5+TMd3aAH70t9+q86KwJk= MIME-Version: 1.0 Received: by 10.227.137.134 with SMTP id w6mr12903082wbt.100.1275844390044; Sun, 06 Jun 2010 10:13:10 -0700 (PDT) Received: by 10.216.183.5 with HTTP; Sun, 6 Jun 2010 10:13:09 -0700 (PDT) Date: Sun, 6 Jun 2010 17:13:09 +0000 Message-ID: From: "b. f." To: Giorgos Tsiapaliokas Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org Subject: Re: errors with kde4 and xorg X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bf1783@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jun 2010 17:13:11 -0000 >hello, > >i am trying to compile xorg and kde 4 but i receive these 2 errors. > >i have updated the ports. The errors are all coming from a failure to install the dependency textproc/iso8879. What is the output of 'make -C /usr/ports/textproc/iso8879 checksum' ? If it fails, try deleting the distfiles that are incomplete/corrupted, and fetching them again. If it works, but the installation still fails, try installing a package, rather than a port, for textproc/iso8879, and then continuing with your other port builds. textproc/iso8879 may be modified soon, because unqualified use of 'unzip' in the install target seems to be causing confusion between the new base system unzip and archivers/unzip, which may have consequences for the extraction of files, and is triggering warnings on tinderboxes. b.