From owner-freebsd-mono@FreeBSD.ORG Tue May 19 22:35:59 2015 Return-Path: Delivered-To: freebsd-mono@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 26EFA5EF for ; Tue, 19 May 2015 22:35:59 +0000 (UTC) Received: from mail-ie0-x233.google.com (mail-ie0-x233.google.com [IPv6:2607:f8b0:4001:c03::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E3FF41FCC for ; Tue, 19 May 2015 22:35:58 +0000 (UTC) Received: by iesa3 with SMTP id a3so25807599ies.2 for ; Tue, 19 May 2015 15:35:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=xuo0mFH0s1p1tqtzEVnO/m0M1EUAin1bz4kKF/onkcw=; b=YaELjsTWehnufZQ8/r66MmyIfKMafLtec26ivTi2+rDfl2aDpwoyvqgcUjTq1hhKUE QpRAX26kqydNmaWP0Kq9KU37axhyeBMCmUYcKg6pfVDTpawuGCiuzSrCWnbklkjJ6JxC r7+nCyYwW/1TJtKvNlvzR4P/gJYGt4TGWwDs7YlLtqlXo0MQPEprYUfz+CFh3rUxcHKI nf0VviaPcz4IdweNbft0aYtxDs/6Ujp2cwR0uhTwnFWG64Bjj0SBU4wZfs3Y6YCc6h+p cwnGBH0dxAgdyI/sBt4DBeUDhr7aw32IsJXPIV8BBhG/YsJJYYT6i1KEmTw6H+rKqrME 6FDw== MIME-Version: 1.0 X-Received: by 10.50.137.100 with SMTP id qh4mr7882145igb.1.1432074958226; Tue, 19 May 2015 15:35:58 -0700 (PDT) Received: by 10.64.236.10 with HTTP; Tue, 19 May 2015 15:35:58 -0700 (PDT) In-Reply-To: <2A6241FA-F023-4B2F-96CB-16D6DEFA478B@adamw.org> References: <555B3C1A.7010408@gmail.com> <2A6241FA-F023-4B2F-96CB-16D6DEFA478B@adamw.org> Date: Wed, 20 May 2015 06:35:58 +0800 Message-ID: Subject: Re: Problem when build KeePass fromn ports From: Ben Woods To: Adam Weinberger , "freebsd-mono@freebsd.org" Cc: "pilot513@gmail.com" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-mono@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Mono and C# applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2015 22:35:59 -0000 Hi pilot513, Thanks for your email. I can confirm I am having the same issue and am already looking into it. Can you please file a bug report at https://bugs.freebsd.org/bugzilla/ ? Make sure it includes security/keepass in the title. This issue is related to the update of mono to the 4.x branch, which occurred the day after security/keepass was committed to the ports tree. I am already discussing it with the keepass upstream project here: http://sourceforge.net/p/keepass/discussion/329221/thread/72db1a65/ Regards, Ben On Tuesday, May 19, 2015, Adam Weinberger wrote: > Forwarding to maintainer. > > # Adam > > > -- > Adam Weinberger > adamw@adamw.org > http://www.adamw.org > > > Begin forwarded message: > > > > From: pilot513 > > > Subject: Problem when build KeePass fromn ports > > Date: 19 May, 2015 at 7:35:22 MDT > > To: adamw@FreeBSD.org > > > > Hello. > > > > Today i try build "keepass" (2.29) from ports on > > 10.1-RELEASE-p10 FreeBSD 10.1-RELEASE-p10 #14 r282879: Thu May 14 > 11:47:49 MSK 2015 > > ports updated > > > > Can you help me ? > > > > > > > > I get: > > ===> Configuring for keepass-2.29 > > ===> Building for keepass-2.29 > > (cd /usr/ports/security/keepass/work/KeePass-2.29-Source && > /usr/local/bin/icotool -x KeePass/KeePass.ico) > > (cd /usr/ports/security/keepass/work/KeePass-2.29-Source/Build && > /bin/sh PrepMonoDev.sh) > > (cd /usr/ports/security/keepass/work/KeePass-2.29-Source && > /usr/bin/env MONO_SHARED_DIR="/usr/ports/security/keepass/work" TZ=UTC > XDG_DATA_HOME=/usr/ports/security/keepass/work > XDG_CONFIG_HOME=/usr/ports/security/keepass/work > HOME=/usr/ports/security/keepass/work NO_PIE=yes SHELL=/bin/sh NO_LINT=YES > PREFIX=/usr/local LOCALBASE=/usr/local LIBDIR="/usr/lib" CC="cc" > CFLAGS="-O2 -pipe -march=nocona -fstack-protector -fno-strict-aliasing" > CPP="cpp" CPPFLAGS="" LDFLAGS=" -fstack-protector" LIBS="" CXX="c++" > CXXFLAGS="-O2 -pipe -march=nocona -fstack-protector -fno-strict-aliasing " > MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" > BSD_INSTALL_LIB="install -s -m 444" BSD_INSTALL_SCRIPT="install -m 555" > BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" > /usr/local/bin/xbuild /t:KeePass /p:Configuration=Release) > > XBuild Engine Version 12.0 > > Mono, Version 4.0.1.0 > > Copyright (C) 2005-2013 Various Mono authors > > > > Build started 19.05.2015 13:32:15. > > __________________________________________________ > > : warning : Default tasks file > /usr/local/lib/mono/3.5/Microsoft.Common.tasks not found, ignoring. > > > /usr/ports/security/keepass/work/KeePass-2.29-Source/KeePassLib/KeePassLib.csproj: > warning : Could not find project file > /usr/local/lib/mono/3.5/Microsoft.CSharp.targets, to import. Ignoring. > > > /usr/ports/security/keepass/work/KeePass-2.29-Source/KeePass/KeePass.csproj: > warning : Could not find project file > /usr/local/lib/mono/3.5/Microsoft.CSharp.targets, to import. Ignoring. > > > /usr/ports/security/keepass/work/KeePass-2.29-Source/Translation/TrlUtil/TrlUtil.csproj: > warning : Could not find project file > /usr/local/lib/mono/3.5/Microsoft.CSharp.targets, to import. Ignoring. > > Project > "/usr/ports/security/keepass/work/KeePass-2.29-Source/KeePass.sln" (KeePass > target(s)): > > Target ValidateSolutionConfiguration: > > : error : Error initializing task Message: Not registered task Message. > > Build FAILED. > > Warnings: > > : warning : Default tasks file > /usr/local/lib/mono/3.5/Microsoft.Common.tasks not found, ignoring. > > > /usr/ports/security/keepass/work/KeePass-2.29-Source/KeePassLib/KeePassLib.csproj: > warning : Could not find project file > /usr/local/lib/mono/3.5/Microsoft.CSharp.targets, to import. Ignoring. > > > /usr/ports/security/keepass/work/KeePass-2.29-Source/KeePass/KeePass.csproj: > warning : Could not find project file > /usr/local/lib/mono/3.5/Microsoft.CSharp.targets, to import. Ignoring. > > > /usr/ports/security/keepass/work/KeePass-2.29-Source/Translation/TrlUtil/TrlUtil.csproj: > warning : Could not find project file > /usr/local/lib/mono/3.5/Microsoft.CSharp.targets, to import. Ignoring. > > Errors: > > /usr/ports/security/keepass/work/KeePass-2.29-Source/KeePass.sln > (KeePass) -> > > (ValidateSolutionConfiguration target) -> > > : error : Error initializing task Message: Not > registered task Message. > > 4 Warning(s) > > 1 Error(s) > > Time Elapsed 00:00:00.3799920 > > *** Error code 1 > > > > Stop. > > make: stopped in /usr/ports/security/keepass > > > > > > > > -- Thanks! > > _ > > .(_)_ > > /, \ . > > <_) |\ > > __/._ .-|/_ ` . ' > > ( . ) . | . > > : .d8b-'/ _ \.-./ _ > > a:f.-.-..-.--.--._ ( ( Y `n ____________'...`__________ > > '/ '-. . - : : # .v . ----==----- . > > .'-. ' .-,_.-' ( )_#_/ `-._. - --- -- > > ._.-' O/ # `/:_ --- - > > '., .-' "' # ` `=. . - > > _.-' # `-: > > . > > `: > > ' > > > > -- -- From: Benjamin Woods woodsb02@gmail.com