set -e; /usr/bin/touch -f /tmp/pkgsrc/devel/cmake/work/.buildlink/.buildlink_curses_done set -e; sedsrc=../../archivers/libarchive/files/build/pkgconfig/libarchive.pc.in; src=/usr/lib/pkgconfig/libarchive.pc; dst=/tmp/pkgsrc/devel/cmake/work/.buildlink/lib/pkgconfig/libarchive.pc; /bin/mkdir -p /tmp/pkgsrc/devel/cmake/work/.buildlink/lib/pkgconfig; if [ ! -f ${dst} ]; then if [ -f ${src} ]; then echo "Symlinking ${src}"; /bin/ln -sf ${src} ${dst}; else echo "Creating ${dst}"; /usr/bin/sed -e s,@prefix@,/usr, -e s,@exec_prefix@,/usr, -e s,@libdir@,/usr/lib, -e s,@includedir@,/usr/include, -e s,@VERSION@,3.3.2dev, -e s,@LIBS@,-llzma -lbz2 -lz, ${sedsrc} > ${dst}; fi fi Creating /tmp/pkgsrc/devel/cmake/work/.buildlink/lib/pkgconfig/libarchive.pc sed: unknown option -- b Usage: sed [-aElnru] command [file ...] sed [-aElnru] [-e command] [-f command_file] [-I[extension]] [-i[extension]] [file ...] *** Error code 1 Stop. make[1]: stopped in /usr/pkgsrc/devel/cmake set -e; /bin/rm -f /tmp/pkgsrc/devel/cmake/work/.warning/*.tmp; test -d /tmp/pkgsrc/devel/cmake/work/.warning || exit 0; cd /tmp/pkgsrc/devel/cmake/work/.warning; for file in ./*; do test "$file" != "./*" || exit 0; break; done; /bin/cat ./* | /usr/bin/sed -e "s|^|WARNING: |" 1>&2; /bin/mv -f ./* /tmp/pkgsrc/devel/cmake/work/.warning-done set -e; /bin/rm -f /tmp/pkgsrc/devel/cmake/work/.error/*.tmp; test -d /tmp/pkgsrc/devel/cmake/work/.error || exit 0; cd /tmp/pkgsrc/devel/cmake/work/.error; for file in ./*; do test "$file" != "./*" || exit 0; break; done; /bin/cat * | /usr/bin/sed -e "s|^|ERROR: |" 1>&2; if /usr/bin/awk 'END { exit (NR > 0) ? 0 : 1; }' ./*; then /bin/mv -f ./* /tmp/pkgsrc/devel/cmake/work/.error-done; exit 1; fi *** Error code 1 Stop. make: stopped in /usr/pkgsrc/devel/cmake Exit 1