From owner-freebsd-ports Thu Jan 16 5:58:48 2003 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95AF737B401; Thu, 16 Jan 2003 05:58:46 -0800 (PST) Received: from la-mail1.digilink.net (la1.digilink.net [205.147.0.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1ABD243E4A; Thu, 16 Jan 2003 05:58:46 -0800 (PST) (envelope-from metrol@metrol.net) Received: from metrol@metrol.net (metrol@[205.147.16.59]) by la-mail1.digilink.net (8.12.6/8.12.6) with ESMTP id h0GDwdIO017980 for ; Thu, 16 Jan 2003 05:58:40 -0800 (PST) Content-Type: text/plain; charset="koi8-r" From: Michael Collette To: Anatoliy Dmytriyev , kde@FreeBSD.org Subject: Re: [kde-freebsd] kdelibs-3.0.5.tar.bz2 is broken Date: Thu, 16 Jan 2003 05:58:33 -0800 User-Agent: KMail/1.4.3 Cc: freebsd-ports@FreeBSD.org References: <20030116125458.GJ6221@plab.ku.dk> In-Reply-To: <20030116125458.GJ6221@plab.ku.dk> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200301160558.33390.metrol@metrol.net> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thursday 16 January 2003 04:54 am, Anatoliy Dmytriyev wrote: > Hi! > > I tried to install x11/kdelibs3 and received message that archive > kdelibs-3.0.5.tar.bz2 is broken. > I checked this archive on the sites ftp.freebsd.org, ftp.dk.freebsd.org, > ftp.ru.freebsd.org (pub/FreeBSD/ports/distfiles/KDE/) - everywhere I > have the same message: > > bzip2: Compressed file ends unexpectedly; > perhaps it is corrupted? *Possible* reason follows. > bzip2: Undefined error: 0 > Input file = /usr/ports/distfiles/KDE/kdelibs-3.0.5.tar.bz2, > output file = (stdout) > > It is possible that the compressed file(s) have become corrupted. > You can use the -tvv option to test integrity of such files. > > You can use the `bzip2recover' program to attempt to recover > data from undamaged sections of corrupted files. > > ===> Patching for kdelibs-3.0.5_1 > ===> Applying FreeBSD patches for kdelibs-3.0.5_1 > patch: **** can't cd to /usr/ports/x11/kdelibs3/work/kdelibs-3.0.5: No > such file or directory > > >> Patch patch-kdecore-kasyncio.cpp failed to apply cleanly. > > *** Error code 1 > > Stop in /usr/ports/x11/kdelibs3. > > > Please, correct the mistake. Being this is the only report I've seen stating that this file is broken leads me to believe that the file in question is just fine. How this make process got past the MD5 check is interesting though. Might I recommend the following. First cvsup your ports tree. Then run the following commands. cd /usr/ports/x11/kdelibs3 make clean make distclean make build If that is still failing in the same manner I would then recommend removing the entire /usr/ports/x11/kdelibs3 directory followed by running cvsup again. This trick cleaned up a nasty little buildworld problem I was having a little while back. After all that if it's still not even getting past the patching process we'd probably need a good bit more information. The output of "uname -a" and a list of installed packages should be enough to give us a better idea as to what the problem truly is. It would also be very interesting to know if it works from the source code provided directly from KDE's servers, which should be the default site for downloading. Later on, -- "Outside of a dog, a book is man's best friend. Inside of a dog, it's too dark to read." - Groucho Marx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message