Re: [blfs-support] glib-2.36 will not build with pcre-8.33

2013-06-08 Thread lux-integ
On Saturday 08 June 2013 14:29:35 William Harrington wrote: > make pkgconfigdir=/usr/lib/pkgconfig install works thanks a lot -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: [blfs-support] glib-2.36 will not build with pcre-8.33

2013-06-08 Thread Bruce Dubbs
lux-integ wrote: > On Saturday 08 June 2013 10:31:03 Armin K. wrote: >> Just don't use --libdir switch. I removed it for exactly the same reason >> - not to install *.so, *.a and pkgconfig directory into /lib > > > so for now I will MOVE the .pc files in /lib/pkgconfig to /usr/lib/pkgconfig > and

Re: [blfs-support] glib-2.36 will not build with pcre-8.33

2013-06-08 Thread William Harrington
On Jun 8, 2013, at 3:55 AM, lux-integ wrote: I passsed --libdir=/lib as I thought since they were copied to /lib as per the blfs book If you do that then override the Makefile's pkgconfiglibdir as it is $ (libdir)/pkgconfigdir make pkgconfigdir=/usr/lib/pkgconfig install Sincerely,

Re: [blfs-support] glib-2.36 will not build with pcre-8.33

2013-06-08 Thread Armin K.
- Original Message - From: lux-integ Sent: 06/08/13 02:03 PM To: blfs-support@linuxfromscratch.org Subject: Re: [blfs-support] glib-2.36 will not build with pcre-8.33 On Saturday 08 June 2013 10:31:03 Armin K. wrote: > Just don't use --libdir switch. I removed it for exactly

Re: [blfs-support] glib-2.36 will not build with pcre-8.33

2013-06-08 Thread lux-integ
On Saturday 08 June 2013 10:31:03 Armin K. wrote: > Just don't use --libdir switch. I removed it for exactly the same reason > - not to install *.so, *.a and pkgconfig directory into /lib so for now I will MOVE the .pc files in /lib/pkgconfig to /usr/lib/pkgconfig and edit them accordingly. S

Re: [blfs-support] glib-2.36 will not build with pcre-8.33

2013-06-08 Thread Armin K.
On 06/08/2013 10:55 AM, lux-integ wrote: > I NOW do > > I passsed --libdir=/lib as I thought since they were copied to > /lib as per the blfs book > > here is configure > > ###configure options > ./configure \ > --prefix=/usr \ > --disable-static \ > --libdir=/lib \ > --docdir=/usr/share

Re: [blfs-support] glib-2.36 will not build with pcre-8.33

2013-06-08 Thread lux-integ
On Saturday 08 June 2013 01:38:24 William Harrington wrote: > > When you run make install for pcre 8.33: what is the output of this > section? > > This is what I get: > > while read p p1; do if test -f $p \ > > || test -f $p1 \ > > list='libpcre.pc libpcreposix.pc libpcrecpp.pc'; test -n "

Re: [blfs-support] glib-2.36 will not build with pcre-8.33

2013-06-07 Thread William Harrington
On Jun 7, 2013, at 8:14 PM, lux-integ wrote: SO are you saying then it is wise to move stuff (and it is only for pcre ) in /lib/pkgconfig to /usr/lib/pkgconfig ? When you run make install for pcre 8.33: what is the output of this section? This is what I get: while read p p1; do if te

Re: [blfs-support] glib-2.36 will not build with pcre-8.33

2013-06-07 Thread lux-integ
On Friday 07 June 2013 18:23:00 Bruce Dubbs wrote: > If /lib/pkgconfig exists, then something is installed incorrectly. > There should really only be /usr/lib/pkgconfig, and the lightly used > /usr/share/pkgconfig. In some cases, depending on package install > options PKG_CONFIG_PATH may conta

Re: [blfs-support] glib-2.36 will not build with pcre-8.33

2013-06-07 Thread Bruce Dubbs
lux-integ wrote: > On Monday 03 June 2013 22:38:46 Wayne Blaszczyk wrote: >> Hi All, >> >> I get the following error: >> checking for Unicode support in PCRE... no >> configure: error: *** The system-supplied PCRE does not support Unicode >> properties or UTF-8. >> It builds fine with pcre-8.32 >>

Re: [blfs-support] glib-2.36 will not build with pcre-8.33

2013-06-07 Thread lux-integ
On Monday 03 June 2013 22:38:46 Wayne Blaszczyk wrote: > Hi All, > > I get the following error: > checking for Unicode support in PCRE... no > configure: error: *** The system-supplied PCRE does not support Unicode > properties or UTF-8. > It builds fine with pcre-8.32 > This issue only arises on

Re: [blfs-support] glib-2.36 will not build with pcre-8.33

2013-06-04 Thread Wayne Blaszczyk
On 04/06/13 17:10, Armin K. wrote: > On 06/03/2013 11:38 PM, Wayne Blaszczyk wrote: >> Hi All, > mv -v /usr/lib/libpcre.so.* /lib && > ln -sfv ../../lib/libpcre.so.1.2.0 /usr/lib/libpcre.so > > This looks wrong to me. > > It should be: ln -sfv ../../lib/libpcre.so.1.2.1 /usr/lib/libpcre.so

Re: [blfs-support] glib-2.36 will not build with pcre-8.33

2013-06-04 Thread Armin K.
On 06/03/2013 11:38 PM, Wayne Blaszczyk wrote: > Hi All, > > I get the following error: > checking for Unicode support in PCRE... no > configure: error: *** The system-supplied PCRE does not support Unicode > properties or UTF-8. > It builds fine with pcre-8.32 > This issue only arises on a clean b

[blfs-support] glib-2.36 will not build with pcre-8.33

2013-06-03 Thread Wayne Blaszczyk
Hi All, I get the following error: checking for Unicode support in PCRE... no configure: error: *** The system-supplied PCRE does not support Unicode properties or UTF-8. It builds fine with pcre-8.32 This issue only arises on a clean build. If installing pcre-8.33 on top of pcre-8.32, then buildi