Hi,
pgcharts recently started to FTBFS in both testing (emacs 27)
and unstable (emacs 28):
debian/rules override_dh_auto_build
make[1]: Entering directory '/build/pgcharts-1.0+2017-09-16'
mkdir -p build/bin
mkdir -p /build/pgcharts-1.0+2017-09-16/debian/home
buildapp --logfile /tmp/pgcharts-build.log \
--require sb-posix \
--load /usr/share/common-lisp/source/cl-asdf/build/asdf.lisp \
--asdf-path . \
--asdf-tree /usr/share/common-lisp/systems \
--load-system pgcharts \
--load src/image.lisp \
--load debian/settings.lisp \
--entry pgcharts:main \
--dynamic-space-size 4096 \
--compress-core \
--output build/bin/pgcharts
; compiling file "/usr/share/common-lisp/source/cl-asdf/build/asdf.lisp" (written 24 SEP 2022 09:05:35 AM):
; file: /usr/share/common-lisp/source/cl-asdf/build/asdf.lisp
; in: DEFUN CALL-WITH-OUTPUT
; (WITH-OUTPUT-TO-STRING (STREAM NIL :ELEMENT-TYPE UIOP/STREAM::ELEMENT-TYPE)
; (FUNCALL FUNCTION STREAM))
; --> LET
; ==>
; (MAKE-STRING 31 :ELEMENT-TYPE UIOP/STREAM::ELEMENT-TYPE)
;
; note: could not stack allocate:
; (WITH-OUTPUT-TO-STRING (STREAM NIL :ELEMENT-TYPE ELEMENT-TYPE)
; (FUNCALL FUNCTION STREAM))
; in: DEFUN SLURP-STREAM-STRING
; (WITH-OUTPUT-TO-STRING
; (UIOP/STREAM::OUTPUT NIL :ELEMENT-TYPE UIOP/STREAM::ELEMENT-TYPE)
; (UIOP/STREAM:COPY-STREAM-TO-STREAM UIOP/STREAM::INPUT UIOP/STREAM::OUTPUT
; :ELEMENT-TYPE UIOP/STREAM::ELEMENT-TYPE))
; --> LET
; ==>
; (MAKE-STRING 31 :ELEMENT-TYPE UIOP/STREAM::ELEMENT-TYPE)
;
; note: could not stack allocate:
; (WITH-OUTPUT-TO-STRING (OUTPUT NIL :ELEMENT-TYPE ELEMENT-TYPE)
; (COPY-STREAM-TO-STREAM INPUT OUTPUT :ELEMENT-TYPE ELEMENT-TYPE))
; wrote /build/pgcharts-1.0+2017-09-16/debian/home/.cache/common-lisp/sbcl-2.2.9.debian-linux-x64/usr/share/common-lisp/source/cl-asdf/build/asdf-tmpGHU3ALSV.fasl
; compilation finished in 0:00:13.588
;
; compilation unit finished
; printed 2 notes
;; loading file #P"/usr/share/common-lisp/source/cl-asdf/build/asdf.lisp"
;; loading system "pgcharts"
Fatal NAME-CONFLICT:
USE-PACKAGE #<PACKAGE "PGCHARTS.SQL"> causes name-conflicts in
#<PACKAGE "PGCHARTS"> between the following symbols:
PGCHARTS.SQL:READ-QUERIES, POSTMODERN:READ-QUERIES
See also:
The ANSI Standard, Section 11.1.1.2.5
make[1]: *** [debian/rules:32: override_dh_auto_build] Error 1
Andreas