[Bug 267403] 'make cabal-configure' fails for the Haskell port math/hs-syfco

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 28 Oct 2022 15:52:49 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267403

            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=237691&action=edit
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-cabal)
I am getting this error:

$ make cabal-configure
cd /disk-samsung/freebsd-ports/math/hs-syfco/work/syfco-1.1-34-g0f0f6a6 && 
/usr/bin/env XDG_DATA_HOME=/disk-samsung/freebsd-ports/math/hs-syfco/work 
XDG_CONFIG_HOME=/disk-samsung/freebsd-ports/math/hs-syfco/work 
XDG_CACHE_HOME=/disk-samsung/freebsd-ports/math/hs-syfco/work/.cache 
HOME=/disk-samsung/freebsd-ports/math/hs-syfco/work
PATH=/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=/disk-samsung/freebsd-ports/math/hs-syfco/work/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig
MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES
PREFIX=/usr/local  LOCALBASE=/usr/local  CC="cc" CFLAGS="-O2 -pipe
-fno-omit-frame-pointer  -fstack-protector-strong -fno-strict-aliasing " 
CPP="cpp" CPPFLAGS="-fno-omit-frame-pointer"  LDFLAGS="
-fstack-protector-strong " LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe
-fno-omit-frame-pointer -fstack-protector-strong -fno-strict-aliasing
-fno-omit-frame-pointer  "  MANPREFIX="/usr/local" CCACHE_DIR="/tmp/.ccache"
BSD_INSTALL_PROGRAM="install  -s -m 555"  BSD_INSTALL_LIB="install  -s -m 0644"
 BSD_INSTALL_SCRIPT="install  -m 555"  BSD_INSTALL_DATA="install  -m 0644" 
BSD_INSTALL_MAN="install  -m 444"
HOME=/disk-samsung/freebsd-ports/math/hs-syfco/work/cabal-home cabal configure
--disable-benchmarks --disable-tests --flags="-relocatable"  
Warning: No remote package servers have been specified. Usually you would have
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 =>
base>=4.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

-- 
You are receiving this mail because:
You are the assignee for the bug.