From owner-freebsd-ports@freebsd.org Wed Aug 2 08:42:59 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AB564DCA2DF for ; Wed, 2 Aug 2017 08:42:59 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 667E2802D5 for ; Wed, 2 Aug 2017 08:42:59 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 049EA28451 for ; Wed, 2 Aug 2017 10:42:55 +0200 (CEST) Received: from illbsd.quip.test (ip-86-49-16-209.net.upcbroadband.cz [86.49.16.209]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 3C6C228423 for ; Wed, 2 Aug 2017 10:42:54 +0200 (CEST) To: FreeBSD Ports From: Miroslav Lachman <000.fbsd@quip.cz> Subject: x11-fm/doublecmd build failure Message-ID: <5981908D.8000608@quip.cz> Date: Wed, 2 Aug 2017 10:42:53 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:42.0) Gecko/20100101 Firefox/42.0 SeaMonkey/2.39 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Aug 2017 08:42:59 -0000 I am trying to build doublecmd in poudriere but it is always failing with message: /wrkdirs/usr/ports/x11-fm/doublecmd/work/doublecmd-0.7.8/src/fFindDlg.pas(34,44) Fatal: (10022) Can't find unit DateTimePicker used by fFindDlg How can I fix this error? I am building on 10.3 amd64 with LibreSSL ---Begin OPTIONS List--- ===> The following configuration options are available for doublecmd-0.7.8_4: DEBUG=off: Build with debugging support DOCS=on: Build and/or install documentation ====> Packer plugins to work with archives WCX_CPIO=on: CPIO format support WCX_DEB=on: Debian package archive support WCX_RPM=on: Red Hat package archive support WCX_UNBZ2=on: BZIP2 format support WCX_UNRAR=on: RAR format support WCX_ZIP=on: ZIP format support ====> Plugins to display and search extended file attributes WDX_RPM=on: Red Hat package file information WDX_DEB=on: Debian package file information WDX_SVN=on: Subversion repository information WDX_XPI=on: Mozilla plugin file information WDX_SCRIPTS=on: Add support to use custom Lua scripts ====> File system plugins WFX_FTP=on: FTP protocol support WFX_SAMBA=on: SMB protocol support ====> Internal viewer plugins WLX_MPLAYER=off: Use MPlayer for multimedia files ====> Search plugins DSX_LOCATE=on: Support locate command ====> Options available for the single LCL: you have to select exactly one of them GTK2=on: GTK+ 2 GUI toolkit support QT4=off: Qt 4 toolkit support ===> Use 'make config' to modify these settings ---End OPTIONS List--- make.conf options WITH_BDB_VER=5 WITH_GHOSTSCRIPT_VER=9 DEFAULT_VERSIONS=apache=2.4 perl5=5.24 mysql=10.1m php=7.1 python=2.7 python3=3.5 pgsql=9.5 ssl=libressl DISABLE_LICENSES=yes I can provide full poudriere build log if it will help.