[ create a new paste ] login | about

Link: http://codepad.org/Way5nKXi    [ raw code | fork ]

Plain Text, pasted on Dec 14:
* (asdf:make "static-fire/static")

; compiling file "/home/robert/Scratch/static-fire/static-fire.lisp" (written 14 DEC 2017 11:56:30 AM):
; compiling (DEFPACKAGE #:STATIC-FIRE ...)
; compiling (DEFUN ENTRY-POINT ...)

; /home/robert/.cache/common-lisp/sbcl-1.4.0.137-bb196b9-linux-x64/home/robert/Scratch/static-fire/static-fire-TMP.fasl written
; compilation finished in 0:00:00.002
; cc -o /home/robert/.cache/common-lisp/sbcl-1.4.0.137-bb196b9-linux-x64/home/robert/Scratch/static-fire/static-fire/static-runtime-tmpGHU3ALSV.UNSPECIFIC -g -Wl,--export-dynamic -no-pie
/usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crt1.o: In function `_start':
(.text+0x20): undefined reference to `main'
collect2: error: ld returned 1 exit status

debugger invoked on a UIOP/RUN-PROGRAM:SUBPROCESS-ERROR in thread
#<THREAD "main thread" RUNNING {1001B569A3}>:
  Subprocess (:PROCESS #<SB-IMPL::PROCESS :EXITED 1>)
 with command ("cc" "-o"
               "/home/robert/.cache/common-lisp/sbcl-1.4.0.137-bb196b9-linux-x64/home/robert/Scratch/static-fire/static-fire/static-runtime-tmpGHU3ALSV.UNSPECIFIC"
               "-g" "-Wl,--export-dynamic" "-no-pie")
 exited with error code 1

Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.

restarts (invokable by number or by possibly-abbreviated name):
  0: [CONTINUE                     ] IGNORE-ERROR-STATUS
  1: [RETRY                        ] Retry
                                     STATIC-RUNTIME-OP on #<PROGRAM-SYSTEM "static-fire/static">.
  2: [ACCEPT                       ] Continue, treating
                                     STATIC-RUNTIME-OP on #<PROGRAM-SYSTEM "static-fire/static">
                                     as having been successful.
  3:                                 Retry ASDF operation.
  4: [CLEAR-CONFIGURATION-AND-RETRY] Retry ASDF operation after resetting the
                                     configuration.
  5: [ABORT                        ] Exit debugger, returning to top level.

(UIOP/RUN-PROGRAM::%CHECK-RESULT 1 :COMMAND ("cc" "-o" "/home/robert/.cache/common-lisp/sbcl-1.4.0.137-bb196b9-linux-x64/home/robert/Scratch/static-fire/static-fire/static-runtime-tmpGHU3ALSV.UNSPECIFIC" "-g" "-Wl,--export-dynamic" "-no-pie") :PROCESS (:PROCESS #<SB-IMPL::PROCESS :EXITED 1>) :IGNORE-ERROR-STATUS NIL)
   source: (CERROR "IGNORE-ERROR-STATUS" 'SUBPROCESS-ERROR :COMMAND COMMAND
                   :CODE EXIT-CODE :PROCESS PROCESS)


Create a new paste based on this one


Comments: