From owner-freebsd-qa Sun Jan 20 15:24:31 2002 Delivered-To: freebsd-qa@freebsd.org Received: from amsfep16-int.chello.nl (amsfep16-int.chello.nl [213.46.243.25]) by hub.freebsd.org (Postfix) with ESMTP id A80B737B400; Sun, 20 Jan 2002 15:24:28 -0800 (PST) Received: from iae.nl ([213.46.9.162]) by amsfep16-int.chello.nl (InterMail vM.5.01.03.06 201-253-122-118-106-20010523) with ESMTP id <20020120232044.SCFW2652.amsfep16-int.chello.nl@iae.nl>; Mon, 21 Jan 2002 00:20:44 +0100 Message-ID: <3C4B508C.28FF02D@iae.nl> Date: Mon, 21 Jan 2002 00:19:40 +0100 From: Hans Ottevanger X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.5-RC i386) X-Accept-Language: en MIME-Version: 1.0 To: qa@freebsd.org Cc: re@freebsd.org Subject: 4.5 RC2 and "@LongLink" Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-qa@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi folks, I have been doing a few installations of 4.5 RC2 from CDROM today. There were no real surprises, except that a file "/usr/@LongLink" appears when the ports distribution is installed, during or after installation (using /stand/sysinstall). It has mode 0 and date Jan 1, 1970. The contents of this file is: ports/x11-toolkits/py-wxPython/files/patch-contrib::stc::contrib::src::stc:: \ scintilla::src::PosRegExp.cxx as a single string, followed by a '\0'. I think this file is created due to the fact that the ports distribution is unpacked with cpio, and packed with tar during the release build. Cpio cannot read filenames longer than 100 characters, at least not in the way tar deals with them. And of course the content of the @LongLink file is a filename of 105 characters. The file itself is unpacked into /usr/ports, but its name is truncated. BTW it is the only file with a name longer than 100 characters in the whole ports distribution. Maybe this can still be fixed before 4.5 RELEASE, otherwise it would need some explanation for the innocent end user. Kind regards, Hans To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-qa" in the body of the message