Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Oct 2017 22:46:40 +0800
From:      blubee blubeeme <gurenchan@gmail.com>
To:        Adam Weinberger <adamw@adamw.org>
Cc:        FreeBSD Ports <freebsd-ports@freebsd.org>
Subject:   Re: libtool warning
Message-ID:  <CALM2mEkREmgUSKyeS=qY42ggp%2BP2Gnk9A8FKjBQfND=DE0t=Ww@mail.gmail.com>
In-Reply-To: <ED52C1E9-96DE-45DB-8E61-6995EF149614@adamw.org>
References:  <CALM2mE=VHHJGyYZz5p8A_sjvHDmVbXP=CWuY4Gj-2ZcU0ng_Tw@mail.gmail.com> <A9E07D8D-F476-465E-8B76-1E7F8BBDDEEC@adamw.org> <CALM2mEk52o4nmZtG7T1nYiREshMoMHk9HfANrOSQMT66gtxCGw@mail.gmail.com> <ED52C1E9-96DE-45DB-8E61-6995EF149614@adamw.org>

next in thread | previous in thread | raw e-mail | index | archive | help
I've had a lot of help with this project but here's the Makefile as it
stands now.
-----------------------------------------------------------------------
# Created by: blubee <hello@blubee.me>
# $FreeBSD: head/graphics/utsushi $

PORTNAME= utsushi
PORTVERSION= 0.32.0
CATEGORIES= graphics

MAINTAINER= hello@blubee.me
COMMENT= EPSON scanner support

LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING

BUILD_DEPENDS= autoconf-archive>0:devel/autoconf-archive \
gsed:textproc/gsed \
xsltproc:textproc/libxslt
LIB_DEPENDS= libboost_system.so:devel/boost-libs \
libltdl.so:devel/libltdl \
libudev.so:devel/libudev-devd \
libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2

USE_GITHUB= yes
GH_ACCOUNT=     teamblubee
GH_TAGNAME= 3461931

BINARY_ALIAS= sed=gsed
CONFIGURE_ARGS= --without-boost-unit-test-framework \
--without-magick --without-magick-pp
GNU_CONFIGURE= yes
USES= autoreconf compiler:c++11-lib gettext-tools gmake libtool \
localbase pkgconfig
USE_CXXSTD= gnu++11

OPTIONS_DEFINE= JPEG NLS SANE TIFF X11
OPTIONS_RADIO= MAGICK
OPTIONS_RADIO_MAGICK= GRAPHMAGICK IMAGEMAGICK
OPTIONS_DEFAULT= GRAPHMAGICK JPEG SANE TIFF X11

GRAPHMAGICK_CONFIGURE_ON= \
--with-magick=GraphicsMagick \
--with-magick-pp=GraphicsMagick
GRAPHMAGICK_LIB_DEPENDS=libGraphicsMagick++.so:graphics/GraphicsMagick
IMAGEMAGICK_CONFIGURE_ON= \
--with-magick=ImageMagick \
--with-magick-pp=ImageMagick
IMAGEMAGICK_LIB_DEPENDS=libMagick++-6.so:graphics/ImageMagick
JPEG_CONFIGURE_WITH= jpeg
JPEG_USES= jpeg
NLS_CONFIGURE_ENABLE= nls
NLS_USES= gettext-runtime
SANE_CONFIGURE_ENABLE= sane-config
SANE_CONFIGURE_WITH= sane
SANE_LIB_DEPENDS= libsane.so:graphics/sane-backends
TIFF_CONFIGURE_WITH= tiff
TIFF_LIB_DEPENDS= libtiff.so:graphics/tiff
X11_CONFIGURE_WITH= gtkmm
X11_USE= GNOME=gtkmm24
USE_GNOME=              gdkpixbuf2

.include <bsd.port.mk>


On Sun, Oct 22, 2017 at 10:39 PM, Adam Weinberger <adamw@adamw.org> wrote:

> > On 22 Oct, 2017, at 8:36, blubee blubeeme <gurenchan@gmail.com> 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 Weinberger
> adamw@adamw.org
> https://www.adamw.org
>
>
> >
> > On Sun, Oct 22, 2017 at 10:31 PM, Adam Weinberger <adamw@adamw.org>
> wrote:
> > > On 22 Oct, 2017, at 6:39, blubee blubeeme <gurenchan@gmail.com> 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 install  -s -m 555 main
> > > '/usr/ports/graphics/utsushi/work/stage/usr/local/libexec/
> utsushi/./utsushi-main'
> > > libtool: warning: '../lib/libutsushi.la' has not been installed in
> > > '/usr/local/lib/utsushi'
> > > libtool: warning: '../filters/libflt-all.la' has not been installed in
> > > '/usr/local/lib/utsushi'
> > > libtool: warning: '../connexions/libcnx-usb.la' has not been
> installed in
> > > '/usr/local/lib/utsushi'
> > > libtool: warning: '../connexions/libcnx-hexdump.la' has not been
> installed
> > > in '/usr/local/lib/utsushi'
> > > libtool: warning: '/usr/ports/graphics/utsushi/
> work/utsushi-3461931/lib/
> > > libutsushi.la' has not been installed in '/usr/local/lib/utsushi'
> > > libtool: install: install -m 555 -s .libs/main
> > > /usr/ports/graphics/utsushi/work/stage/usr/local/libexec/
> utsushi/./utsushi-main
> > >  /bin/sh ../libtool   --mode=install install  -s -m 555 version
> > > '/usr/ports/graphics/utsushi/work/stage/usr/local/libexec/
> utsushi/./utsushi-version'
> > > libtool: warning: '../lib/libutsushi.la' has not been installed in
> > > '/usr/local/lib/utsushi'
> > > libtool: warning: '../filters/libflt-all.la' has not been installed in
> > > '/usr/local/lib/utsushi'
> > > libtool: warning: '../connexions/libcnx-usb.la' has not been
> installed in
> > > '/usr/local/lib/utsushi'
> > > libtool: warning: '../connexions/libcnx-hexdump.la' has not been
> installed
> > > in '/usr/local/lib/utsushi'
> > > libtool: warning: '/usr/ports/graphics/utsushi/
> work/utsushi-3461931/lib/
> > > libutsushi.la' has not been installed in '/usr/local/lib/utsushi'
> > > libtool: install: install -m 555 -s .libs/version
> > > /usr/ports/graphics/utsushi/work/stage/usr/local/libexec/
> utsushi/./utsushi-version
> > >  /bin/sh ../libtool   --mode=install install  -s -m 555 help
> > > '/usr/ports/graphics/utsushi/work/stage/usr/local/libexec/
> utsushi/./utsushi-help'
> > > libtool: warning: '../lib/libutsushi.la' has not been installed in
> > > '/usr/local/lib/utsushi'
> > > libtool: warning: '../filters/libflt-all.la' has not been installed in
> > > '/usr/local/lib/utsushi'
> > > libtool: warning: '../connexions/libcnx-usb.la' has not been
> installed in
> > > '/usr/local/lib/utsushi'
> > > libtool: warning: '../connexions/libcnx-hexdump.la' has not been
> installed
> > > in '/usr/local/lib/utsushi'
> > > libtool: warning: '/usr/ports/graphics/utsushi/
> work/utsushi-3461931/lib/
> > > libutsushi.la' has not been installed in '/usr/local/lib/utsushi'
> > > libtool: install: install -m 555 -s .libs/help
> > > /usr/ports/graphics/utsushi/work/stage/usr/local/libexec/
> utsushi/./utsushi-help
> > >  /bin/sh ../libtool   --mode=install install  -s -m 555 list
> > > '/usr/ports/graphics/utsushi/work/stage/usr/local/libexec/
> utsushi/./utsushi-list'
> > > libtool: warning: '../lib/libutsushi.la' has not been installed in
> > > '/usr/local/lib/utsushi'
> > > libtool: warning: '../filters/libflt-all.la' has not been installed in
> > > '/usr/local/lib/utsushi'
> > > libtool: warning: '../connexions/libcnx-usb.la' has not been
> installed in
> > > '/usr/local/lib/utsushi'
> > > libtool: warning: '../connexions/libcnx-hexdump.la' has not been
> installed
> > > in '/usr/local/lib/utsushi'
> > > libtool: warning: '/usr/ports/graphics/utsushi/
> work/utsushi-3461931/lib/
> > > libutsushi.la' has not been installed in '/usr/local/lib/utsushi'
> > > libtool: install: install -m 555 -s .libs/list
> > > /usr/ports/graphics/utsushi/work/stage/usr/local/libexec/
> utsushi/./utsushi-list
> > >  /bin/sh ../libtool   --mode=install install  -s -m 555 scan
> > > '/usr/ports/graphics/utsushi/work/stage/usr/local/libexec/
> utsushi/./utsushi-scan'
> > > libtool: warning: '../lib/libutsushi.la' has not been installed in
> > > '/usr/local/lib/utsushi'
> > > libtool: warning: '../filters/libflt-all.la' has not been installed in
> > > '/usr/local/lib/utsushi'
> > > libtool: warning: '../connexions/libcnx-usb.la' has not been
> installed in
> > > '/usr/local/lib/utsushi'
> > > libtool: warning: '../connexions/libcnx-hexdump.la' has not been
> installed
> > > in '/usr/local/lib/utsushi'
> > > libtool: warning: '/usr/ports/graphics/utsushi/
> work/utsushi-3461931/lib/
> > > libutsushi.la' has not been installed in '/usr/local/lib/utsushi'
> > > libtool: install: install -m 555 -s .libs/scan
> > > /usr/ports/graphics/utsushi/work/stage/usr/local/libexec/
> utsushi/./utsushi-scan
> > >  /bin/sh ../libtool   --mode=install install  -s -m 555 scan-cli
> > > '/usr/ports/graphics/utsushi/work/stage/usr/local/libexec/
> utsushi/./utsushi-scan-cli'
> > > libtool: warning: '../lib/libutsushi.la' has not been installed in
> > > '/usr/local/lib/utsushi'
> > > libtool: warning: '../filters/libflt-all.la' has not been installed in
> > > '/usr/local/lib/utsushi'
> > > libtool: warning: '../connexions/libcnx-usb.la' has not been
> installed in
> > > '/usr/local/lib/utsushi'
> > > libtool: warning: '../connexions/libcnx-hexdump.la' has not been
> installed
> > > in '/usr/local/lib/utsushi'
> > > libtool: warning: '/usr/ports/graphics/utsushi/
> work/utsushi-3461931/lib/
> > > libutsushi.la' has not been installed in '/usr/local/lib/utsushi'
> > > libtool: install: install -m 555 -s .libs/scan-cli
> > > /usr/ports/graphics/utsushi/work/stage/usr/local/libexec/
> utsushi/./utsushi-scan-cli
> > >  /bin/sh ../libtool   --mode=install install  -s -m 555 scan-gtkmm
> > > '/usr/ports/graphics/utsushi/work/stage/usr/local/libexec/
> utsushi/./utsushi-scan-gtkmm'
> > > libtool: warning: '../gtkmm/libutsushi-gtkmm.la' has not been
> installed in
> > > '/usr/local/lib/utsushi'
> > > libtool: warning: '../lib/libutsushi.la' has not been installed in
> > > '/usr/local/lib/utsushi'
> > > libtool: warning: '../filters/libflt-all.la' has not been installed in
> > > '/usr/local/lib/utsushi'
> > > libtool: warning: '../connexions/libcnx-usb.la' has not been
> installed in
> > > '/usr/local/lib/utsushi'
> > > libtool: warning: '../connexions/libcnx-hexdump.la' has not been
> installed
> > > in '/usr/local/lib/utsushi'
> > > libtool: warning: '/usr/ports/graphics/utsushi/
> work/utsushi-3461931/lib/
> > > libutsushi.la' has not been installed in '/usr/local/lib/utsushi'
> > > libtool: install: install -m 555 -s .libs/scan-gtkmm
> > > /usr/ports/graphics/utsushi/work/stage/usr/local/libexec/
> utsushi/./utsushi-scan-gtkmm
> > > gmake  install-exec-hook
> >
> > FreeBSD doesn't install the .la files, by choice. Those messages are
> expected.
> >
> > # Adam
> >
> >
> > --
> > Adam Weinberger
> > adamw@adamw.org
> > https://www.adamw.org
> >
> >
>
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CALM2mEkREmgUSKyeS=qY42ggp%2BP2Gnk9A8FKjBQfND=DE0t=Ww>