Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 07 Jun 2014 01:41:40 +0000
From:      bz-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   [Bug 186174] add LIB_DEPENDS=  libv4l2 to www/firefox/Makefile
Message-ID:  <bug-186174-21738-UAqzNrBXjm@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-186174-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-186174-21738@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D186174

Jan Beich <jbeich@vfemail.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jbeich@vfemail.net

--- Comment #2 from Jan Beich <jbeich@vfemail.net> ---
(In reply to jhs from comment #0)
> *** 17,22 ****
> --- 17,28 ----
>   		${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \
>   		cairo>=3D1.10.2_1,1:${PORTSDIR}/graphics/cairo \
>   		unzip:${PORTSDIR}/archivers/unzip
> + #		{LOCALBASE}/lib/libv4l2.so.0:${PORTSDIR}/multimedia/libv4l
> + LIB_DEPENDS=3D	libv4l2:${PORTSDIR}/multimedia/libv4l

Already there. And the format is either

 LIB_DEPENDS=3D    libv4l2.so:${PORTSDIR}/multimedia/libv4l

or (before r322328)

 LIB_DEPENDS=3D    v4l2:${PORTSDIR}/multimedia/libv4l

> +# /usr/bin/ld: warning: ../libv4lconvert/libv4lconvert.so.0, needed by /=
usr/local/lib/libv4l2.so.0, not found (try using -rpath or -rpath-link)
> +# /usr/local/lib/libv4l2.so.0: undefined reference to `v4lconvert_suppor=
ted_dst_fmt_only'

This is multimedia/libv4l bug if you still can reproduce. Check with

 $ echo 'int main() { }' | cc -o /dev/null -xc -lv4l2 -L/usr/local/lib -

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-186174-21738-UAqzNrBXjm>