Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Nov 2002 21:20:31 +0100 (CET)
From:      Matthias Buelow <mkb@informatik.uni-wuerzburg.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/45120: sam editor port broken out of box
Message-ID:  <200211072020.gA7KKVFC004327@wi4d22.informatik.uni-wuerzburg.de>

next in thread | raw e-mail | index | archive | help

>Number:         45120
>Category:       ports
>Synopsis:       sam editor port broken out of box
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 07 12:30:02 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Matthias Buelow
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD reiher.informatik.uni-wuerzburg.de 4.7-STABLE FreeBSD 4.7-STABLE #3: Wed Oct 16 20:40:58 CEST 2002 root@reiher.informatik.uni-wuerzburg.de:/usr/obj/usr/src/sys/REIHER i386

>Description:

Sam is the default Plan9 editor.  It is provided on FreeBSD through
the ports mechanism.  <ports>/editors/sam installs a program that
wants to create temp files in /usr/tmp, a directory that does not
exist per default on FreeBSD.  Sam replies to the insult of having
its wish denied by raising IOT/ABRT and dump core.

>How-To-Repeat:

Install sam via ports.
Then just invoke it:

$ sam
sam: panic: can't create buffer file
sam: panic: can't create buffer file
Abort (core dumped) 

>Fix:

The easy workaround is providing a pkg-message which instructs
the user to create /usr/tmp, or a symlink to from, say, /var/tmp
to /usr/tmp.

Otherwise, a patch should be provided which changes /usr/tmp to
/var/tmp in the sam source.

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211072020.gA7KKVFC004327>