From owner-freebsd-pkg-fallout@FreeBSD.ORG Fri Jan 24 05:47:04 2014 Return-Path: Delivered-To: pkg-fallout@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5BDAD5BB for ; Fri, 24 Jan 2014 05:47:04 +0000 (UTC) Received: from beefy3.isc.freebsd.org (beefy3.isc.freebsd.org [IPv6:2001:4f8:3:ffe0:4072:0:16:3a]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 47F7616A5; Fri, 24 Jan 2014 05:47:04 +0000 (UTC) Received: from beefy3.isc.freebsd.org (localhost [127.0.0.1]) by beefy3.isc.freebsd.org (8.14.7/8.14.7) with ESMTP id s0O5l4Mb095800; Fri, 24 Jan 2014 05:47:04 GMT (envelope-from pkg-fallout@FreeBSD.org) Received: (from root@localhost) by beefy3.isc.freebsd.org (8.14.7/8.14.7/Submit) id s0O5l3ak095182; Fri, 24 Jan 2014 05:47:03 GMT (envelope-from pkg-fallout@FreeBSD.org) Date: Fri, 24 Jan 2014 05:47:03 GMT From: pkg-fallout@FreeBSD.org Message-Id: <201401240547.s0O5l3ak095182@beefy3.isc.freebsd.org> To: h2+fbsdports@fsfe.org Subject: [LEGACY - 91amd64-default][biology/ugene] Build failed for ugene-1.13.0 during fetch Cc: pkg-fallout@FreeBSD.org X-BeenThere: freebsd-pkg-fallout@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Fallout logs from package building List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jan 2014 05:47:04 -0000 You are receiving this mail as a port that you maintain is failing to build on the FreeBSD package build server. Please investigate the failure and submit a PR to fix build. Maintainer: h2+fbsdports@fsfe.org Last committer: danfe@FreeBSD.org Ident: $FreeBSD: head/biology/ugene/Makefile 339938 2014-01-16 17:17:15Z danfe $ Log URL: http://beefy3.isc.freebsd.org/bulk/91amd64-default/2014-01-23_15h56m33s/logs/ugene-1.13.0.log Build URL: http://beefy3.isc.freebsd.org/bulk/91amd64-default/2014-01-23_15h56m33s Log: ====>> Building biology/ugene build started at Fri Jan 24 05:46:55 UTC 2014 port directory: /usr/ports/biology/ugene building for: FreeBSD pkg.FreeBSD.org 9.1-RELEASE-p10 FreeBSD 9.1-RELEASE-p10 amd64 maintained by: h2+fbsdports@fsfe.org Makefile ident: $FreeBSD: head/biology/ugene/Makefile 339938 2014-01-16 17:17:15Z danfe $ Poudriere version: 3.1-pre ---Begin Environment--- OSVERSION=901000 UNAME_v=FreeBSD 9.1-RELEASE-p10 UNAME_r=9.1-RELEASE-p10 BLOCKSIZE=K MAIL=/var/mail/root STATUS=1 MASTERMNT=/usr/local/poudriere/data/build/91amd64-default/ref PKG_EXT=tbz FORCE_PACKAGE=yes tpid=87285 PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin POUDRIERE_BUILD_TYPE=bulk PKGNG=0 PKGNAME=ugene-1.13.0 PKG_DELETE=pkg_delete PKG_ADD=pkg_add PWD=/root MASTERNAME=91amd64-default USER=root HOME=/root POUDRIERE_VERSION=3.1-pre LOCALBASE=/usr/local PACKAGE_BUILDING=yes PKG_VERSION=pkg_version ---End Environment--- ---Begin OPTIONS List--- ===> The following configuration options are available for ugene-1.13.0: DOCS=on: Install official UGENE documentation (PDF) ===> Use 'make config' to modify these settings ---End OPTIONS List--- --CONFIGURE_ARGS-- --with-qt-includes=/usr/local/include/qt4 --with-qt-libraries=/usr/local/lib/qt4 --with-extra-includes=/usr/local/include --with-extra-libs=/usr/local/lib --End CONFIGURE_ARGS-- --CONFIGURE_ENV-- TMPDIR="/tmp" QTDIR="/usr/local" QMAKE="/usr/local/bin/qmake-qt4" MOC="/usr/local/bin/moc-qt4" RCC="/usr/local/bin/rcc" UIC="/usr/local/bin/uic-qt4" QMAKESPEC="/usr/local/share/qt4/mkspecs/freebsd-$(ccver="$(c++ --version)"; case "$ccver" in *clang*) echo clang ;; *) echo g++ ;; esac)" TMPDIR="/tmp" SHELL=/bin/sh CONFIG_SHELL=/bin/sh --End CONFIGURE_ENV-- --MAKE_ENV-- TMPDIR="/tmp" TMPDIR="/tmp" SHELL=/bin/sh NO_LINT=YES PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" CFLAGS="-O2 -pipe -fno-strict-aliasing" CPP="cpp" CPPFLAGS="" LDFLAGS="" CXX="c++" CXXFLAGS="-O2 -pipe -fno-strict-aliasing" MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -o root -g wheel -m 555" BSD_INSTALL_LIB="install -s -o root -g wheel -m 444" BSD_INSTALL_SCRIPT="install -o root -g wheel -m 555" BSD_INSTALL_DATA="install -o root -g wheel -m 444" BSD_INSTALL_MAN="install -o root -g wheel -m 444" --End MAKE_ENV-- --SUB_LIST-- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/ugene DOCSDIR=/usr/local/share/ugene/manuals EXAMPLESDIR=/usr/local/share/examples/ugene WWWDIR=/usr/local/www/ugene ETCDIR=/usr/local/etc/ugene --End SUB_LIST-- ---Begin make.conf--- USE_PACKAGE_DEPENDS=yes BATCH=yes WRKDIRPREFIX=/wrkdirs PORTSDIR=/usr/ports PACKAGES=/packages DISTDIR=/distfiles DISABLE_MAKE_JOBS=poudriere ---End make.conf--- ===> Cleaning for ugene-1.13.0 =================================================== =========================================================================== =================================================== =========================================================================== =================================================== =========================================================================== =================================================== ===> License GPLv2 accepted by the user => WorkflowDesigner_UserManual.pdf doesn't seem to exist in /distfiles/ugene. => Attempting to fetch http://ugene.unipro.ru/downloads/WorkflowDesigner_UserManual.pdf fetch: http://ugene.unipro.ru/downloads/WorkflowDesigner_UserManual.pdf: size mismatch: expected 1288440, actual 8963233 => Attempting to fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ugene/WorkflowDesigner_UserManual.pdf fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ugene/WorkflowDesigner_UserManual.pdf: File unavailable (e.g., file not found, no access) => Couldn't fetch it - please try to retrieve this => port manually into /distfiles/ugene and try again. *** [do-fetch] Error code 1 Stop in /usr/ports/biology/ugene. ===> Cleaning for ugene-1.13.0