libtool warning

2017-10-22 Thread blubee blubeeme
Hello Anyone on this list seen these errors before? A lot of the files don't get copied to the staging area. /bin/mkdir -p '/usr/ports/graphics/utsushi/work/stage/usr/local/libexec/utsushi' /bin/sh ../libtool --mode=install install -s -m 555 main '/usr/ports/graphics/utsushi/work/stage/usr/

Re: libtool warning

2017-10-22 Thread Adam Weinberger
> On 22 Oct, 2017, at 6:39, blubee blubeeme wrote: > > Hello > > Anyone on this list seen these errors before? A lot of the files don't get > copied to the staging area. > > /bin/mkdir -p > '/usr/ports/graphics/utsushi/work/stage/usr/local/libexec/utsushi' > /bin/sh ../libtool --mode=install

Re: libtool warning

2017-10-22 Thread blubee blubeeme
It doesn't install the .la files but it should make the .so and put them in the proper place, the .so files aren't copied over either. Why is that? On Sun, Oct 22, 2017 at 10:31 PM, Adam Weinberger wrote: > > On 22 Oct, 2017, at 6:39, blubee blubeeme wrote: > > > > Hello > > > > Anyone on this

Re: libtool warning

2017-10-22 Thread Adam Weinberger
> On 22 Oct, 2017, at 8:36, blubee blubeeme wrote: > > It doesn't install the .la files but it should make the .so and put them in > the proper place, the .so files aren't copied over either. > > Why is that? Ah, I missed that part. Can you show us the Makefile you're using? # Adam -- Adam

Re: libtool warning

2017-10-22 Thread blubee blubeeme
I've had a lot of help with this project but here's the Makefile as it stands now. --- # Created by: blubee # $FreeBSD: head/graphics/utsushi $ PORTNAME= utsushi PORTVERSION= 0.32.0 CATEGORIES= graphics MAINTAINER= he...@blubee.

PR bug for a port

2017-10-22 Thread blubee blubeeme
Zipios++ is a small C++ library for reading and writing zip files. Can a commiter take a look at this port and submit it to the tree? https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223176 ___ freebsd-ports@freebsd.org mailing list https://lists.freeb

multimedia/kodi fails to build for RPI2

2017-10-22 Thread Jonathan Chen
Hi, I'm trying to build multimedia/kodi for an RPI2. The build phase completes, but it currently fails on packaging: ===> Building package for kodi-17.3_2 pkg-static: Unable to access file /construction/xports/multimedia/kodi/work/stag e/usr/local/lib/kodi/addons/library.kodi.adsp/libKODI_adsp-a

Re: PR bug for a port

2017-10-22 Thread Kurt Jaeger
Hi! > Zipios++ is a small C++ library for reading and writing zip files. > > Can a commiter take a look at this port and submit it to the tree? > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223176 I ran a test using portlint. portlint -AC says: WARN: /home/pi/m/archivers/zipios/pkg-pli

Re: PR bug for a port

2017-10-22 Thread blubee blubeeme
Kurt, thanks for the heads up. I cleaned up the file and updated the bug request. On Mon, Oct 23, 2017 at 12:23 PM, Kurt Jaeger wrote: > Hi! > > > Zipios++ is a small C++ library for reading and writing zip files. > > > > Can a commiter take a look at this port and submit it to the tree? > > >