On Saturday 09 August 2008 03:12:27 pm Alexandros Diamantidis wrote:
> Hello,
>
> I had some trouble building app-text/poppler-bindings with paludis,
> because of the following lines in poppler-bindings-0.8.5.ebuild:
>
> src_compile() {
> # Configure needs help finding qt libs on multilib systems
> export QTLIB="${QTDIR}/$(get_libdir)"
>
> $QTDIR was empty while emerging, so Qt couldn't be found. After setting
> this variable in /etc/paludis/bashrc, it completed successfully.
>
> I was wondering, is this a bug either in paludis or in this ebuild?
> Should I report it somewhere? Or is setting QTDIR in bashrc indeed the
> right thing to do?
>
> Thanks!
>
> Alexandros
> _______________________________________________
> paludis-user mailing list
> [email protected]
> http://lists.pioto.org/mailman/listinfo/paludis-user
I suggest you check /etc/env.d/ for 50qt3dir. This is the file in my system
that is used to set QTDIR. You shouldn't have to set this variable by hand
before emerging with paludis poppler-bindings. And the problem isn't in the
ebuild or in paludis but in whatever install is supposed to create the
appropriate file in /etc/env.d to set this environment variable.
_______________________________________________
paludis-user mailing list
[email protected]
http://lists.pioto.org/mailman/listinfo/paludis-user