Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jan 2013 05:06:29 GMT
From:      anonymous <meenavik@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/175121: buildapp does not produce executable file
Message-ID:  <201301080506.r0856TLf073085@red.freebsd.org>
Resent-Message-ID: <201301080510.r085A1en082815@freefall.freebsd.org>

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

>Number:         175121
>Category:       ports
>Synopsis:       buildapp does not produce executable file
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 08 05:10:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     anonymous
>Release:        9.1 STABLE
>Organization:
private, home use
>Environment:
FreeBSD MNIHKLOM.jesgroup.in.th 9.1-STABLE FreeBSD 9.1-STABLE #3 r244945: Wed Jan  2 12:34:17 ICT 2013     root@:/kaitag/obj/usr/src/sys/THUNYALICE  amd64

>Description:
buildapp installed from devel/buildapp does not produce executable file as in the example for hello-world.

details of problem can be viewed at FreeBSD forums, http://forums.freebsd.org/showthread.php?t=36770.


>How-To-Repeat:
% buildapp \
    --eval '(defun main (argv) (declare (ignore argv)) (write-line "Hello, world"))' \
    --entry main \
    --output hello-world

>Fix:
Build buildapp from outside port tree and install. Do this

#  git clone git://github.com/xach/buildapp.git
#  cd buildapp
#  make
#  make install

(with the help and suggestions from Zach Bean)

Patch attached with submission follows:

--- /home/meenavik/buildapp/Makefile	2013-01-07 22:22:58.000000000 +0700
+++ /kaitag/MANEE/usr/ports/devel/buildapp/work/buildapp-1.1/Makefile	2010-02-16 08:25:31.000000000 +0700
@@ -1,7 +1,7 @@
 DESTDIR = /usr/local
 
 buildapp: command-line.lisp utils.lisp buildapp.lisp dumper.lisp package.lisp
-	sbcl --noinform --no-userinit --no-sysinit --disable-debugger \
+	sbcl --noinform --no-userinit --no-sysinit \
 	  --eval "(require 'asdf)" \
 	  --eval "(require 'buildapp)" \
           --eval "(buildapp::build-buildapp)" \


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



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