From owner-freebsd-multimedia@FreeBSD.ORG Mon Oct 28 16:56:59 2013 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A1CCBE04 for ; Mon, 28 Oct 2013 16:56:59 +0000 (UTC) (envelope-from william88@gmail.com) Received: from mail-lb0-x22e.google.com (mail-lb0-x22e.google.com [IPv6:2a00:1450:4010:c04::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 310002D3E for ; Mon, 28 Oct 2013 16:56:58 +0000 (UTC) Received: by mail-lb0-f174.google.com with SMTP id q8so3063881lbi.19 for ; Mon, 28 Oct 2013 09:56:56 -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=isT9XtgPe6zeiaOf9OrWJTFnfEnVX2szLTmsiPeglRY=; b=G96EAYwK4pB/NL2g4K61+coNeRiN0eLot+EvxDs/QK8IitzE+FSsJ2G93tnLHtBHiD VPl8piyVbWHe9HZ3QjnZmn3oBCkyj8NLbjnljcjOrVlscp1XQCHnCdXbU9PfmlzH94+/ sfYW/JlP+5mSe1aU0wKUFVq70QG8ZAU7deLv0jon3f6AloNCyFq5dDkHVGsw6cZ2lp8W cL1ZyM3QOsL+XVqSDlNbBOFz1/odjlyXwssO5uf9TFHvJEv0IHqgfcEa6ikNeown0oUj ukelAX1ay6ZCHXmF+T0rTf03Xh3tzY4U1eCHL+x0kzd659yf9+xmvP1GA290uCbOtlAL wl1A== MIME-Version: 1.0 X-Received: by 10.112.59.134 with SMTP id z6mr2284678lbq.28.1382979415889; Mon, 28 Oct 2013 09:56:55 -0700 (PDT) Received: by 10.114.176.34 with HTTP; Mon, 28 Oct 2013 09:56:55 -0700 (PDT) In-Reply-To: References: Date: Mon, 28 Oct 2013 14:56:55 -0200 Message-ID: Subject: Re: vlc-2.1.0.4 fails with libssh2 enabled From: William Grzybowski To: Kevin Oberman Content-Type: text/plain; charset=ISO-8859-1 Cc: multimedia@freebsd.org X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Oct 2013 16:56:59 -0000 It looks like it is an openssl problem. Have you tried installing the openssl package from ports? On Mon, Oct 28, 2013 at 2:52 PM, Kevin Oberman wrote: > Since the vlc port was updated last week I have been unable to update. I > have selected libssh2 in the configuration, but when configure is run, it > ways libssh2 is not found. > checking for SFTP... no > configure: error: Library libssh2 needed for sftp was not found > ===> Script "configure" failed unexpectedly. > Please report the problem to multimedia@FreeBSD.org [maintainer] and attach > the "/usr/ports/multimedia/vlc/work/vlc-2.1.0/config.log" including the > output > of the failure of your make command. Also, it might be a good idea to > provide > an overview of all packages installed on your system (e.g. a > /usr/sbin/pkg_info > -Ea). > *** [do-configure] Error code 1 > > Looking into the log I find: > configure:31648: checking for SFTP > configure:31655: $PKG_CONFIG --exists --print-errors "libssh2" > configure:31658: $? = 0 > configure:31672: $PKG_CONFIG --exists --print-errors "libssh2" > configure:31675: $? = 0 > configure:31689: result: no > Package libssl was not found in the pkg-config search path. > Perhaps you should add the directory containing `libssl.pc' > to the PKG_CONFIG_PATH environment variable > Package 'libssl', required by 'libssh2', not found > Package 'libcrypto', required by 'libssh2', not found > > But pkg-config has no problem with libssh2: > # pkg-config --exists --print-errors libssh2 > # echo $? > 0 > # > > configure for this sftp is a bit convoluted for my poor sh skills, but I > can't figure out why it's failing. It makes it through the tests at 31675, > but then files the library test. But I manually execute that test and it > passes. > # pkg-config --libs "libssh2" > -L/usr/local/lib -lssh2 -Wl,-rpath=/usr/lib:/usr/local/lib > # echo $? > 0 > # > > Anyone with good sh ability want to look into this? In the interim, I have > re-installed vlc without support for sftp. > > If I don't se anything on this in te next day, I'll open a PR, but I'm > hoping that this is a trivial tweak that can be quickly be fixed by someone. > > Thanks! > -- > R. Kevin Oberman, Network Engineer > E-mail: rkoberman@gmail.com > _______________________________________________ > freebsd-multimedia@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia > To unsubscribe, send any mail to "freebsd-multimedia-unsubscribe@freebsd.org" -- William Grzybowski ------------------------------------------ Curitiba/PR - Brasil