From owner-freebsd-ports@freebsd.org Thu Aug 20 22:39:00 2020 Return-Path: Delivered-To: freebsd-ports@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C5C0A3AAF7F for ; Thu, 20 Aug 2020 22:39:00 +0000 (UTC) (envelope-from andy@neu.net) Received: from mail.neu.net (neu.net [104.225.8.138]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "freebsd-11-64", Issuer "freebsd-11-64" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BXfhM5T4pz46B8 for ; Thu, 20 Aug 2020 22:38:58 +0000 (UTC) (envelope-from andy@neu.net) Received: from neu.net (neu.net [104.225.8.138]) by mail.neu.net (8.15.2/8.15.2) with ESMTPS id 07KMcp7S007585 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Thu, 20 Aug 2020 18:38:51 -0400 (EDT) (envelope-from andy@neu.net) Date: Thu, 20 Aug 2020 18:38:50 -0400 (EDT) From: AN To: "Jack L." cc: FBSD Ports Mailing List Subject: Re: security/botan2 (botan2-2.14.0) In-Reply-To: Message-ID: References: User-Agent: Alpine 2.21.9999 (BSF 287 2018-06-16) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=0.0 required=2.9 tests=URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mail.neu.net X-Rspamd-Queue-Id: 4BXfhM5T4pz46B8 X-Spamd-Bar: ++ Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of andy@neu.net has no SPF policy when checking 104.225.8.138) smtp.mailfrom=andy@neu.net X-Spamd-Result: default: False [2.36 / 15.00]; R_SPF_NA(0.00)[no SPF record]; ARC_NA(0.00)[]; FREEFALL_USER(0.00)[andy]; FROM_HAS_DN(0.00)[]; NEURAL_SPAM_SHORT(0.51)[0.507]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[neu.net]; AUTH_NA(1.00)[]; NEURAL_SPAM_MEDIUM(0.85)[0.851]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; RCVD_COUNT_ONE(0.00)[1]; FREEMAIL_TO(0.00)[gmail.com]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:36236, ipnet:104.225.8.0/24, country:US]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[freebsd-ports]; ONCE_RECEIVED(0.10)[] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Aug 2020 22:39:00 -0000 That worked, thanks. On Thu, 20 Aug 2020, Jack L. wrote: > Date: Thu, 20 Aug 2020 15:19:58 -0700 > From: Jack L. > To: AN > Cc: FBSD Ports Mailing List > Subject: Re: security/botan2 (botan2-2.14.0) > > I was able to get around that by make clean deinstall install > > On Thu, Aug 20, 2020 at 2:54 PM AN wrote: > > > > (unknown build error) > > > > cd . && ln -fs libbotan-2.so.15 libbotan-2.so > > cd . && ln -fs libbotan-2.so.15 libbotan-2.so.15.15.0 > > c++ -L/usr/local/lib -fstack-protector -pthread build/obj/cli/argon2.o > > build/obj/cli/asn1.o build/obj/cli/bcrypt.o build/obj/cli/cc_enc.o > > build/obj/cli/cli.o build/obj/cli/cli_rng.o build/obj/cli/codec.o > > build/obj/cli/compress.o build/obj/cli/encryption.o > > build/obj/cli/entropy.o build/obj/cli/hash.o build/obj/cli/hmac.o > > build/obj/cli/main.o build/obj/cli/math.o build/obj/cli/pbkdf.o > > build/obj/cli/pk_crypt.o build/obj/cli/psk.o build/obj/cli/pubkey.o > > build/obj/cli/roughtime.o build/obj/cli/sandbox.o build/obj/cli/speed.o > > build/obj/cli/timing_tests.o build/obj/cli/tls_client.o > > build/obj/cli/tls_http_server.o build/obj/cli/tls_proxy.o > > build/obj/cli/tls_server.o build/obj/cli/tls_utils.o build/obj/cli/tss.o > > build/obj/cli/utils.o build/obj/cli/x509.o -L. -lbotan-2 -lboost_system > > -lbz2 -lcrypto -llzma -lz -pthread -fstack-protector-strong -o botan > > ld: error: undefined symbol: Botan::Processor_RNG::available() > > >>> referenced by cli_rng.cpp > > >>> > > build/obj/cli/cli_rng.o:(Botan_CLI::cli_make_rng(std::__1::basic_string > std::__1::char_traits, std::__1::allocator > const&, > > std::__1::basic_string, > > std::__1::allocator > const&)) > > >>> referenced by speed.cpp > > >>> build/obj/cli/speed.o:(Botan_CLI::Speed::go()) > > > > ld: error: undefined symbol: Botan::Processor_RNG::Processor_RNG() > > >>> referenced by cli_rng.cpp > > >>> > > build/obj/cli/cli_rng.o:(Botan_CLI::cli_make_rng(std::__1::basic_string > std::__1::char_traits, std::__1::allocator > const&, > > std::__1::basic_string, > > std::__1::allocator > const&)) > > >>> referenced by speed.cpp > > >>> build/obj/cli/speed.o:(Botan_CLI::Speed::go()) > > > > ld: error: undefined symbol: Botan::initialize_allocator() > > >>> referenced by sandbox.cpp > > >>> build/obj/cli/sandbox.o:(Botan_CLI::Sandbox::init()) > > c++: error: linker command failed with exit code 1 (use -v to see > > invocation) > > gmake[2]: *** [Makefile:73: botan] Error 1 > > gmake[2]: *** Waiting for unfinished jobs.... > > In file included from src/tests/unit_asio_stream.cpp:26: > > In file included from > > /usr/local/include/boost/beast/_experimental/test/stream.hpp:624: > > /usr/local/include/boost/beast/_experimental/test/impl/stream.hpp:192:34: > > warning: declaration shadows a field of 'boost::beast::test::stream' > > [-Wshadow] > > boost::shared_ptr in_, > > ^ > > /usr/local/include/boost/beast/_experimental/test/stream.hpp:113:30: note: > > previous declaration is here > > boost::shared_ptr in_; > > > > _______________________________________________ > > freebsd-ports@freebsd.org mailing list > > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > _______________________________________________ > freebsd-ports@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" >