Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 633844 - media-libs/opencv-3.3.0 contrib autodownloads tiny-dnn
Summary: media-libs/opencv-3.3.0 contrib autodownloads tiny-dnn
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Amy Liffey
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-09 14:21 UTC by Amy Liffey
Modified: 2018-01-21 08:36 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Amy Liffey gentoo-dev 2017-10-09 14:21:19 UTC
With FEATURES="network-sandbox" it silently dies.

-- tiny-dnn: Download: v1.0.0a3.tar.gz
-- 
=======================================================================
  Couldn't download files from the Internet.
  Please check the Internet access on this host.
=======================================================================

CMake Warning at /var/tmp/portage/media-libs/opencv-3.3.0-r2/work/opencv-3.3.0/cmake/OpenCVDownload.cmake:188 (message):
  tiny-dnn: Download failed: 6;"Couldn't resolve host name"

  For details please refer to the download log file:

  
  /var/tmp/portage/media-libs/opencv-3.3.0-r2/work/opencv-3.3.0-abi_x86_64.amd64/CMakeDownloadLog.txt


Call Stack (most recent call first):
  /var/tmp/portage/media-libs/opencv-3.3.0-r2/work/opencv_contrib-3.3.0/modules/dnn_modern/CMakeLists.txt:20 (ocv_download)


-- Failed to download tiny-dnn sources
-- Looking for tiny_dnn.h
-- Looking for tiny_dnn.h - not found
Comment 1 Larry the Git Cow gentoo-dev 2018-01-21 08:36:37 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b311829f28929c5dd15402b395365ccffb85ecd1

commit b311829f28929c5dd15402b395365ccffb85ecd1
Author:     Amy Liffey <amynka@gentoo.org>
AuthorDate: 2018-01-21 08:35:52 +0000
Commit:     Amy Liffey <amynka@gentoo.org>
CommitDate: 2018-01-21 08:36:21 +0000

    media-libs/opencv: fix cuda9 and autodownload
    
    - Fix cuda 9 compatibility
    Submitted-by: Todd Walter <twalter@rogers.com>
    
    - Remove autodownload tiny_dnn from contrib
    Submitted-by: Jonathan Scruggs <j.scruggs@gmail.com>
    
    - Add PYTHON_COMPAT 3_6
    
    Closes: https://bugs.gentoo.org/637078
    Closes: https://bugs.gentoo.org/633844
    Closes: https://bugs.gentoo.org/632116
    Package-Manager: Portage-2.3.13, Repoman-2.3.3

 media-libs/opencv/Manifest                         |   1 +
 .../opencv/files/opencv-3.3.0-cuda9-cmake.patch    |  87 ++++
 .../files/opencv-3.3.0-cuda9-compute20.patch       |  21 +
 .../opencv/files/opencv-3.3.0-cuda9-saturate.patch |  41 ++
 media-libs/opencv/metadata.xml                     |   1 +
 media-libs/opencv/opencv-3.3.0-r5.ebuild           | 466 +++++++++++++++++++++
 6 files changed, 617 insertions(+)