Date: Fri, 28 Oct 2022 15:52:49 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 267403] 'make cabal-configure' fails for the Haskell port math/hs-syfco Message-ID: <bug-267403-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267403 Bug ID: 267403 Summary: 'make cabal-configure' fails for the Haskell port math/hs-syfco Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: yuri@freebsd.org Created attachment 237691 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D237691&action= =3Dedit Makefile While attempting to port the Syfco project (https://github.com/reactive-systems/syfco and following) instructions from= the handbook (https://docs.freebsd.org/en/books/porters-handbook/book/#using-ca= bal) I am getting this error: $ make cabal-configure cd /disk-samsung/freebsd-ports/math/hs-syfco/work/syfco-1.1-34-g0f0f6a6 &&= =20 /usr/bin/env XDG_DATA_HOME=3D/disk-samsung/freebsd-ports/math/hs-syfco/work= =20 XDG_CONFIG_HOME=3D/disk-samsung/freebsd-ports/math/hs-syfco/work=20 XDG_CACHE_HOME=3D/disk-samsung/freebsd-ports/math/hs-syfco/work/.cache=20 HOME=3D/disk-samsung/freebsd-ports/math/hs-syfco/work PATH=3D/usr/local/libexec/ccache:/disk-samsung/freebsd-ports/math/hs-syfco/= work/.bin:/home/yuri/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr= /local/bin PKG_CONFIG_LIBDIR=3D/disk-samsung/freebsd-ports/math/hs-syfco/work/.pkgconf= ig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkg= config MK_DEBUG_FILES=3Dno MK_KERNEL_SYMBOLS=3Dno SHELL=3D/bin/sh NO_LINT=3DYES PREFIX=3D/usr/local LOCALBASE=3D/usr/local CC=3D"cc" CFLAGS=3D"-O2 -pipe -fno-omit-frame-pointer -fstack-protector-strong -fno-strict-aliasing "=20 CPP=3D"cpp" CPPFLAGS=3D"-fno-omit-frame-pointer" LDFLAGS=3D" -fstack-protector-strong " LIBS=3D"" CXX=3D"c++" CXXFLAGS=3D"-O2 -pipe -fno-omit-frame-pointer -fstack-protector-strong -fno-strict-aliasing -fno-omit-frame-pointer " MANPREFIX=3D"/usr/local" CCACHE_DIR=3D"/tmp/.cc= ache" BSD_INSTALL_PROGRAM=3D"install -s -m 555" BSD_INSTALL_LIB=3D"install -s = -m 0644" BSD_INSTALL_SCRIPT=3D"install -m 555" BSD_INSTALL_DATA=3D"install -m 06= 44"=20 BSD_INSTALL_MAN=3D"install -m 444" HOME=3D/disk-samsung/freebsd-ports/math/hs-syfco/work/cabal-home cabal conf= igure --disable-benchmarks --disable-tests --flags=3D"-relocatable"=20=20 Warning: No remote package servers have been specified. Usually you would h= ave one specified in the config file. Resolving dependencies... cabal: Could not resolve dependencies: [__0] trying: syfco-1.2.1.2 (user goal) [__1] next goal: base (dependency of syfco) [__1] rejecting: base-4.16.3.0/installed-4.16.3.0 (conflict: syfco =3D> base>=3D4.7 && <4.13) [__1] fail (backjumping, conflict set: base, syfco) After searching the rest of the dependency tree exhaustively, these were the goals I've had most trouble fulfilling: syfco, base *** Error code 1 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-267403-7788>