From owner-freebsd-arm@freebsd.org Sat Jul 21 09:43:03 2018 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F37710446C6 for ; Sat, 21 Jul 2018 09:43:03 +0000 (UTC) (envelope-from nmingotti@gmail.com) Received: from mail-wm0-x235.google.com (mail-wm0-x235.google.com [IPv6:2a00:1450:400c:c09::235]) (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 C2F4584005 for ; Sat, 21 Jul 2018 09:43:02 +0000 (UTC) (envelope-from nmingotti@gmail.com) Received: by mail-wm0-x235.google.com with SMTP id z13-v6so11964407wma.5 for ; Sat, 21 Jul 2018 02:43:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=to:from:subject:message-id:date:user-agent:mime-version :content-language; bh=weS/v79A95TL+Ir+JEcZefynfmvhmBDheN7Ifv1wKsA=; b=RnGTw9Ow2kSsGuXy/pz5NpKowsaAYEa8LDZtWCSE88U8pYxMiIlLmRDC0Ca+kz0HB2 cOtfxinRLqEkvTOrtJqFV2U2AGPqQmToyPbSMP0jKOxkpylwZBWoWzz8FAuoiI8G8XCB rUZj1vD3i954WgxlgBIrzkOXNyEvWWCv36OoPd4Qt+XBm4TN3kXNK7tPPlSIo+2OI9CD 3t7rYZy9W7TyHbZ2ePJNh2BD65ZcBcHh4igsTRlc+QoX0bOX7VR4YpX8c6F/5t+I0x/n C4epZq+SPe7lyd6IIQkeOBPyUCOMXvcef9FElj3aDjHG29mp+6/iZ67sKT17dgPP6CFD GbqQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-language; bh=weS/v79A95TL+Ir+JEcZefynfmvhmBDheN7Ifv1wKsA=; b=jc9kdpLZ5zG006ZzMwD9NQleg1MieOfQV/BIBfWuLJudwu4Z0jSS6/KsvSQFqKE9Pn LY3ACtxOZLZVCkwdmMUiv7MtfrY/NVNqilkNOush4BRMipqSEAWITo1GDz3B/8dhIQA3 XYcZ5nRJPieX4jBl1qPwZVhp2O2sOrvJn6rh/+QyHglIVqQUqMgVmZriBGy6wBHg+SRG out/o+RinKEJbNrge8YXLjrA2vCInGOJliOjZcnYN6NZvk05svpvinfdFMbLbBGw7BS2 uGzW6J8O3PEb3Bma8CYOwzUZTrIigAsOp0XWwT8yN5G2owndZCAIJpcFm4nWfWHtCDoU 4fYw== X-Gm-Message-State: AOUpUlGS558yQ4aeIVQjaBZtFyPVgkD8k5v/rm6axXBhIH0wypDjlFbb acWRqwSFhpNnUbMYsJk6nek= X-Google-Smtp-Source: AAOMgpdFY8qB4GcVt8NWNgeoYEjGwFx72Q2t3zfGdOWD630GlWKjNLV/0vHdIdUU3C+dlFdhLPebdg== X-Received: by 2002:a1c:4e0f:: with SMTP id g15-v6mr3260905wmh.49.1532166181272; Sat, 21 Jul 2018 02:43:01 -0700 (PDT) Received: from [172.16.0.150] (net-188-219-105-237.cust.vodafonedsl.it. [188.219.105.237]) by smtp.gmail.com with ESMTPSA id b11-v6sm4315516wrv.82.2018.07.21.02.42.59 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 21 Jul 2018 02:43:00 -0700 (PDT) To: freebsd-arm@freebsd.org, Nicola Mingotti From: Nicola Mingotti Subject: Issues with packages Message-ID: <43092f74-f303-35cc-765a-3634f1a90127@gmail.com> Date: Sat, 21 Jul 2018 11:43:00 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 Content-Language: en-US Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jul 2018 09:43:03 -0000 Hi all, I am working with FreeBSD-11.1 in BeagleBone Black Rev.C. In the last week I needed to have a webcam streaming from the BBB and i discovered there are some issues with packages. Problem. There are missing popular packages for ARM. For example _ffmpeg_ and _vlc_ but also e.g. _kde..._ I was able to compile the following missing packages from ports without making any change to the Makefiles. with : #> make -DBATCH install #> make package for packages: ------------------------------------------------------------- vlc-2.2.8_6,4.txz ffmpeg0-0.7.17_14,1.txz opencv-core-3.4.1_1.txz ffmpeg-4.0.1,1.txz leptonica-1.76.0.txz tesseract-3.05.02_1.txz ------------------------------------------------------------- I compiled those packages directly on the BBB with the following caveat. Before running the "make" i was checking all dependencies of each package in FreshPorts and resolving them one by one installing the relevant *packages*. The reason for this is of course that BBB is very slow, if it had to recursively compile all stuff it needed for e.g. ffmpg i could never make it. So, if i can compile the packages the central system should also be able to do it. Maybe there are some issues there. Bye -- -------------------------- Dr. Nicola Mingotti R&D - Borghi Srl CTO - BondInsider --------------------------