Something went wrong while setting issue due date.
Binary Compilation with defsystems having the same suffix
Describe the problem here. base.asd
(asdf:defsystem base
:version "0"
:description "BASE"
:class asdf/bundle:program-system
:build-operation asdf/bundle:program-op
:build-pathname "base"
:licence "Copyright"
:depends-on (iolib/base cl-unicode)
:serial t
;; components likely need manual reordering
)
ecl -load ~/.quicklisp/setup.lisp -load base.asd
(asdf:make :base)
Condition of type: SIMPLE-ERROR
Error code 1 when executing
(RUN-PROGRAM "gcc" ...)
Binary not created
Provide details regarding ECL version (or preferably commit), operating system and if revelant the build options and versions of the build tools.
(lisp-implementation-version) "16.1.3"
(ext:lisp-implementation-vcs-id)` "470ad979be2ba25af2631e163846ddaed528ce2b"
(software-type) "Linux"
(software-version) "4.8.0-34-generic"
(machine-type)"x86_64"
*features* (:QUICKLISP :ASDF-PACKAGE-SYSTEM :ASDF3.1 :ASDF3 :ASDF2 :ASDF :OS-UNIX
:NON-BASE-CHARS-EXIST-P :ASDF-UNICODE :WALKER :CDR-1 :CDR-5 :LINUX :FORMATTER
:CDR-7 :ECL-WEAK-HASH :LITTLE-ENDIAN :ECL-READ-WRITE-LOCK :LONG-LONG :UINT64-T
:UINT32-T :UINT16-T :RELATIVE-PACKAGE-NAMES :LONG-FLOAT :UNICODE :DFFI
:CLOS-STREAMS :CMU-FORMAT :UNIX :ECL-PDE :DLOPEN :CLOS :THREADS :BOEHM-GC
:ANSI-CL :COMMON-LISP :IEEE-FLOATING-POINT :CDR-14 :PREFIXED-API :FFI :X86_64
:COMMON :ECL)
Some additional notes.