Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Sep 2020 09:48:11 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r550670 - head/databases/pgloader3
Message-ID:  <202009300948.08U9mBEe074959@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Sep 30 09:48:11 2020
New Revision: 550670
URL: https://svnweb.freebsd.org/changeset/ports/550670

Log:
  Mark BROKEN
  
  Fatal CIRCULAR-DEPENDENCY:
    Circular dependency: ((#<LOAD-OP> . #<SYSTEM "simple-date">) (#<LOAD-OP> . #<SYSTEM "simple-date-postgres-glue">) (#<LOAD-OP> . #<MODULE "simple-date-postgres-glue" "simple-date">) (#<LOAD-OP> . #<CL-SOURCE-FILE "simple-date-postgres-glue" "simple-date" "cl-postgres-glue">) (#<PREPARE-OP> . #<CL-SOURCE-FILE "simple-date-postgres-glue" "simple-date" "cl-postgres-glue">) (#<PREPARE-OP> . #<MODULE "simple-date-postgres-glue" "simple-date">) (#<PREPARE-OP> . #<SYSTEM "simple-date-postgres-glue">))
  Fatal error in "buildapp" : Error #<SILENT-EXIT-ERROR #x3020005BBF5D>
  
  Reported by:	pkg-fallout

Modified:
  head/databases/pgloader3/Makefile

Modified: head/databases/pgloader3/Makefile
==============================================================================
--- head/databases/pgloader3/Makefile	Wed Sep 30 09:46:38 2020	(r550669)
+++ head/databases/pgloader3/Makefile	Wed Sep 30 09:48:11 2020	(r550670)
@@ -12,6 +12,8 @@ COMMENT=	Data loading tool for PostgreSQL,using the CO
 
 LICENSE=	PostgreSQL
 
+BROKEN=		fails to build
+
 BUILD_DEPENDS=	ccl:lang/ccl
 LIB_DEPENDS=	libsqlite3.so:databases/sqlite3 \
 		libtdsodbc.so:databases/freetds



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009300948.08U9mBEe074959>