pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Lightning on Thunderbird 3 [Broken ?]



(I removed NetBSD-users@.)

On Sat, 10 Jul 2010, Victor Dorneanu wrote:

> $ pwd
> /usr/pkgsrc/mail/thunderbird
> $ cat distinfo
> $NetBSD$
> 
> SHA1 (thunderbird-3.0.2.source.tar.bz2) =
> a498193239ac6fe0986670128bda9770f83bbb29
> ...
> $ make configure
> ...
> checking for gzread in -lz... yes
> checking for BZ2_bzread in -lbz2... yes
> checking if app-specific confvars.sh exists... ./mail/confvars.sh
> checking for gtk+-2.0 >= 2.10.0 gtk+-unix-print-2.0 glib-2.0 gobject-2.0
> gdk-x11-2.0... Package xcomposite was not found in the pkg-config search
> path. Perhaps you should add the directory containing `xcomposite.pc' to
> the PKG_CONFIG_PATH environment variable Package 'xcomposite', required
> by 'GDK', not found
> configure: error: Library requirements (gtk+-2.0 >= 2.10.0
> gtk+-unix-print-2.0 glib-2.0 gobject-2.0 gdk-x11-2.0) not met; consider
> adjusting the PKG_CONFIG_PATH environment variable if your libraries are
> in a nonstandard prefix so pkg-config can find them.
> *** Error code 1

> $ print $PKG_CONFIG_PATH
> /usr/pkg/lib/pkgconfig/
> $ file /usr/pkg/lib/pkgconfig/xcomposite.pc
> /usr/pkg/lib/pkgconfig/xcomposite.pc: ASCII text

Do you see it in work/.buildlink/lib/pkgconfig/ ?

Maybe one of the buildlink3.mk files or the thunderbird pkgsrc Makefile 
needs:
.include "../../x11/libXcomposite/buildlink3.mk"

As for the next problem not sure without more details, since pkgsrc 
should require a greater version of gtk2+.

What pkgsrc version are you using? (When last updated?) What gtk2+ do 
you have installed? Look in the config.log for more details on these 
configure problems.




Home | Main Index | Thread Index | Old Index