Re: compiling glib20 failed

2012-04-04 Thread Sergey Kandaurov
On 4 April 2012 07:02, gahn ipfr...@yahoo.com wrote:
 hi gurus:

 i got problem with compiling glib20:

 ===   glib-2.28.8_4 depends on file: /usr/local/bin/perl5.10.1 - found
 /libexec/ld-elf.so.1: /usr/local/lib/liblzma.so.5: version XZ_5.0 required by 
 /usr/bin/xz not defined
 ===  Missing license file for LGPL20 in 
 /usr/ports/devel/glib20/work/glib-2.28.8/COPYING
 *** Error code 1

 Stop in /usr/ports/devel/glib20.
 *** Error code 1


 basically i was trying to install tshark on freebsd 8.1 but it told me i need 
 to upgrade glib but i got into this mess.


Looks like the source of your problem may lie in that your base /usr/bin/xz
tries to dlopen /usr/local/lib/liblzma.so.5 installed from ports and not
the one from base (i.e. there should be /usr/lib/liblzma.so.5 instead).
The one from ports doesn't have the symbol versioning
(or at least doesn't have specific symbols the base xz wants)
and, for aught I know, shall not be used by the base xz in any way.

I wonder how did you manage to install xz from ports on 8.1
as this port is specifically IGNORE'd to install on 8.1 system
with the reason is already in the base system.

First I would try to pkgrm xz and see how it helps.

-- 
wbr,
pluknet
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: compiling glib20 failed

2012-04-04 Thread gahn
hi, sergey:

thanks for the great tip. i think messed up with this xz thing. last year i 
played with xz since a package i was trying to install wouldn't use xz package 
coming with the base system. 


now i disabled those under /usr/local/lib and the system is back to normal.

best regards

_gahn



- Original Message -
From: Sergey Kandaurov pluk...@gmail.com
To: gahn ipfr...@yahoo.com
Cc: free bsd freebsd-curr...@freebsd.org; freebsd general questions 
freebsd-questions@freebsd.org
Sent: Wednesday, April 4, 2012 2:31 AM
Subject: Re: compiling glib20 failed

On 4 April 2012 07:02, gahn ipfr...@yahoo.com wrote:
 hi gurus:

 i got problem with compiling glib20:

 ===   glib-2.28.8_4 depends on file: /usr/local/bin/perl5.10.1 - found
 /libexec/ld-elf.so.1: /usr/local/lib/liblzma.so.5: version XZ_5.0 required by 
 /usr/bin/xz not defined
 ===  Missing license file for LGPL20 in 
 /usr/ports/devel/glib20/work/glib-2.28.8/COPYING
 *** Error code 1

 Stop in /usr/ports/devel/glib20.
 *** Error code 1


 basically i was trying to install tshark on freebsd 8.1 but it told me i need 
 to upgrade glib but i got into this mess.


Looks like the source of your problem may lie in that your base /usr/bin/xz
tries to dlopen /usr/local/lib/liblzma.so.5 installed from ports and not
the one from base (i.e. there should be /usr/lib/liblzma.so.5 instead).
The one from ports doesn't have the symbol versioning
(or at least doesn't have specific symbols the base xz wants)
and, for aught I know, shall not be used by the base xz in any way.

I wonder how did you manage to install xz from ports on 8.1
as this port is specifically IGNORE'd to install on 8.1 system
with the reason is already in the base system.

First I would try to pkgrm xz and see how it helps.

-- 
wbr,
pluknet
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


compiling glib20 failed

2012-04-03 Thread gahn
hi gurus:

i got problem with compiling glib20:

===   glib-2.28.8_4 depends on file: /usr/local/bin/perl5.10.1 - found
/libexec/ld-elf.so.1: /usr/local/lib/liblzma.so.5: version XZ_5.0 required by 
/usr/bin/xz not defined
===  Missing license file for LGPL20 in 
/usr/ports/devel/glib20/work/glib-2.28.8/COPYING
*** Error code 1

Stop in /usr/ports/devel/glib20.
*** Error code 1


basically i was trying to install tshark on freebsd 8.1 but it told me i need 
to upgrade glib but i got into this mess.

thanks
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: compiling glib20 failed

2012-04-03 Thread Erich Dollansky
Hi,

when did you update your ports tree?

It works here on 8.3 with a ports tree from last week.

Erich

On Wednesday 04 April 2012 10:02:51 gahn wrote:
 hi gurus:
 
 i got problem with compiling glib20:
 
 ===   glib-2.28.8_4 depends on file: /usr/local/bin/perl5.10.1 - found
 /libexec/ld-elf.so.1: /usr/local/lib/liblzma.so.5: version XZ_5.0 required by 
 /usr/bin/xz not defined
 ===  Missing license file for LGPL20 in 
 /usr/ports/devel/glib20/work/glib-2.28.8/COPYING
 *** Error code 1
 
 Stop in /usr/ports/devel/glib20.
 *** Error code 1
 
 
 basically i was trying to install tshark on freebsd 8.1 but it told me i need 
 to upgrade glib but i got into this mess.
 
 thanks
 ___
 freebsd-curr...@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-current
 To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org
 
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: glib20

2006-05-04 Thread Arno Schleich

Hi,

thanks for all Your replies. None solved the problem, but all contributed a 
bit to the eventual solution.


pkg_delete -rf pkgconfig*
cvsup -L2 all-ports
cd ports/x11/gnome2
make clean
make install clean

restored things to sanity (apart from the usual build inconsistencies). This 
was the solution proposed on www.freebsd.org/gnome for a different but 
structurally related problem.


Thanks for all Your efforts wrt to this issue.

Arno


From: Adi Pircalabu [EMAIL PROTECTED]
To: Arno Schleich [EMAIL PROTECTED]
CC: [EMAIL PROTECTED], freebsd-questions@freebsd.org
Subject: Re: glib20
Date: Wed, 3 May 2006 08:46:17 +0300

On Tue, 02 May 2006 21:28:38 +
Arno Schleich [EMAIL PROTECTED] wrote:

 checking for GLIB - version = 2.0.0... no
 *** Could not run GLIB test program, checking why...
 *** The test program failed to compile or link. See the file
 config.log for the
 *** exact error that occured. This usually means GLIB is incorrectly
 installed.

Make sure you have an up-to-date ports tree and the latest
devel/pkgconfig installed. If the problem persists write to gnome@
(after checking the archives first, though) following the instructions
at http://www.freebsd.org/gnome/docs/bugging.html

--
Adi Pircalabu (PGP Key ID 0x04329F5E)


--
This message was scanned for spam and viruses by BitDefender.
For more information please visit http://www.bitdefender.com/



_
Nur die MSN Suche sorgt bei einer Web-Recherche für optimale Ergebnisse. 
http://search.msn.at/


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: glib20

2006-05-02 Thread Arno Schleich

Kris,

thank You for Your advice. I already had tried that before writing to the 
list.


make deinstall

and

make install clean

for glib-2.10.2

do not change anything. The same error in the configuration script kept 
recurring in a pretty monotonous fashion.
Tried gnomelogalyzer - but it cannot the determine the reason of build 
failure.


ldconfig -r shows the library is in the loader path yet applications using 
it fail at runtime. Gnome desktop and some applications keep working, albeit 
very slow ...


Btw, how can get parts of it somehow deleted by executing automated 
scripts. This seems like a big glitch in the system akin to the infamous 
blue screen ...


To be honest, it doubt this is the origin of my problem. I had also tried to 
deinstall glib-2.10.2 and have an application which depends on it install it 
while the dependencies are resolved. This installed glib-2.10.2 perfectly 
but failed to configure the build of the application as above.


Thanks for the thought, but I'd still be thankful for a more definitive 
suggestion as to how to solve this problem.


Arno



From: Kris Kennaway [EMAIL PROTECTED]
To: Arno Schleich [EMAIL PROTECTED]
CC: freebsd-questions@freebsd.org
Subject: Re: glib20
Date: Mon, 1 May 2006 23:57:12 -0400

On Tue, May 02, 2006 at 02:29:42AM +, Arno Schleich wrote:
 Dear all,

 after upgrading several gnome ports I am experiencing a strange problem
 with glib-2.10.2. It is installed (listed in the package database), and
 dependencies are correctly recognized (e. g. when compiling a port in 
this

 case /net/avahi the dependecy is marked as fulfilled) yet when the
 configure script checks the build environment it fails telling me it 
cannot

 find glib20. Also, previously working applications such as evolution
 stopped functioning correctly.
 Please advice wrt to fixing this problem in freebsd-6.0.

Reinstall it, parts of it probably got deleted somehow.

Kris




 attach3 


_
Nur die MSN Suche sorgt bei einer Web-Recherche für optimale Ergebnisse. 
http://search.msn.at/


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: glib20

2006-05-02 Thread Pablo Mora

try:

#portupgrade -fvr glib-2.10.2


--
Linux is for people who hate Micro$oft. BSD is for people who love Unix ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: glib20

2006-05-02 Thread Kris Kennaway
On Tue, May 02, 2006 at 11:28:46AM +, Arno Schleich wrote:
 Kris,
 
 thank You for Your advice. I already had tried that before writing to the 
 list.
 
 make deinstall
 
 and
 
 make install clean
 
 for glib-2.10.2
 
 do not change anything. The same error in the configuration script kept 
 recurring in a pretty monotonous fashion.
 Tried gnomelogalyzer - but it cannot the determine the reason of build 
 failure.
 
 ldconfig -r shows the library is in the loader path yet applications using 
 it fail at runtime. Gnome desktop and some applications keep working, 
 albeit very slow ...
 
 Btw, how can get parts of it somehow deleted by executing automated 
 scripts. This seems like a big glitch in the system akin to the infamous 
 blue screen ...
 
 To be honest, it doubt this is the origin of my problem. I had also tried 
 to deinstall glib-2.10.2 and have an application which depends on it 
 install it while the dependencies are resolved. This installed glib-2.10.2 
 perfectly but failed to configure the build of the application as above.

Show us the errors, don't just give partial descriptions.

Kris


pgps3LGuHw202.pgp
Description: PGP signature


Re: glib20

2006-05-02 Thread Arno Schleich
 the gnomelogalyzer, available from
http://www.freebsd.org/gnome/gnomelogalyzer.sh;, which will diagnose the
problem and suggest a solution. If - and only if - the gnomelogalyzer cannot
solve the problem, report the build failure to the FreeBSD GNOME team at
[EMAIL PROTECTED], and attach (a)
/mnt/TrekStor120G/ports/databases/evolution-data-server/work/evolution-data-server-1.6.1/config.log,
(b) the output of the failed make command, and (c) the gnomelogalyzer 
output.
Also, it might be a good idea to provide an overview of all packages 
installed

on your system (i.e. an `ls /var/db/pkg`). Put your attachment up on any
website, copy-and-paste into http://freebsd-gnome.pastebin.com, or use
send-pr(1) with the attachment. Try to avoid sending any attachments to the
mailing list ([EMAIL PROTECTED]), because attachments sent to FreeBSD 
mailing

lists are usually discarded by the mailing list software.
*** Error code 1

Stop in /mnt/TrekStor120G/ports/databases/evolution-data-server.
*** Error code 1

Stop in /mnt/TrekStor120G/ports/mail/evolution.

--

Thanks !


From: Kris Kennaway [EMAIL PROTECTED]
To: Arno Schleich [EMAIL PROTECTED]
CC: freebsd-questions@freebsd.org, [EMAIL PROTECTED]
Subject: Re: glib20
Date: Tue, 2 May 2006 13:26:46 -0400

On Tue, May 02, 2006 at 11:28:46AM +, Arno Schleich wrote:
 Kris,

 thank You for Your advice. I already had tried that before writing to 
the

 list.

 make deinstall

 and

 make install clean

 for glib-2.10.2

 do not change anything. The same error in the configuration script kept
 recurring in a pretty monotonous fashion.
 Tried gnomelogalyzer - but it cannot the determine the reason of build
 failure.

 ldconfig -r shows the library is in the loader path yet applications 
using

 it fail at runtime. Gnome desktop and some applications keep working,
 albeit very slow ...

 Btw, how can get parts of it somehow deleted by executing automated
 scripts. This seems like a big glitch in the system akin to the infamous
 blue screen ...

 To be honest, it doubt this is the origin of my problem. I had also 
tried

 to deinstall glib-2.10.2 and have an application which depends on it
 install it while the dependencies are resolved. This installed 
glib-2.10.2

 perfectly but failed to configure the build of the application as above.

Show us the errors, don't just give partial descriptions.

Kris




 attach3 


_
Nur die MSN Suche sorgt bei einer Web-Recherche für optimale Ergebnisse. 
http://search.msn.at/


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: glib20

2006-05-02 Thread Kris Kennaway
On Tue, May 02, 2006 at 09:28:38PM +, Arno Schleich wrote:

 checking for GLIB - version = 2.0.0... no
 *** Could not run GLIB test program, checking why...
 *** The test program failed to compile or link. See the file config.log for 
 the
 *** exact error that occured. This usually means GLIB is incorrectly 
 installed.
 checking for pthread_create in -pthread... yes
 checking if pthread_t can be cast to a guint64 without loss of data... no
 checking what warning flags to pass to the C compiler... -Wall 
 -Wmissing-prototypes
 checking what language compliance flags to pass to the C compiler...
 checking for pkg-config... (cached) /usr/local/bin/pkg-config
 checking for orbit2-config... /usr/local/bin/orbit2-config
 checking for ORBit - version = 2.9.8... no
 *** Could not run ORBIT test program, checking why...
 *** The test program failed to compile or link. See the file config.log for 
 the
 *** exact error that occured. This usually means ORBIT was incorrectly 
 installed
 *** or that you have moved ORBit since it was installed. In the latter 
 case, you
 *** may want to edit the orbit2-config script: /usr/local/bin/orbit2-config
 checking for orbit-idl-2... /usr/local/bin/orbit-idl-2
 checking for CORBA include paths... -I  -I
 checking for libgnomeui server directory...
 checking for E_DATA_SERVER_CFLAGS...
 checking for E_DATA_SERVER_LIBS...
 ===  Script configure failed unexpectedly.
 Please run the gnomelogalyzer, available from
 http://www.freebsd.org/gnome/gnomelogalyzer.sh;, which will diagnose the
 problem and suggest a solution. If - and only if - the gnomelogalyzer cannot
 solve the problem, report the build failure to the FreeBSD GNOME team at
 [EMAIL PROTECTED], and attach (a)
 /mnt/TrekStor120G/ports/databases/evolution-data-server/work/evolution-data-server-1.6.1/config.log,
 (b) the output of the failed make command, and (c) the gnomelogalyzer 
 output.
 Also, it might be a good idea to provide an overview of all packages 
 installed
 on your system (i.e. an `ls /var/db/pkg`). Put your attachment up on any
 website, copy-and-paste into http://freebsd-gnome.pastebin.com, or use
 send-pr(1) with the attachment. Try to avoid sending any attachments to the
 mailing list ([EMAIL PROTECTED]), because attachments sent to FreeBSD 
 mailing
 lists are usually discarded by the mailing list software.
 *** Error code 1
 
 Stop in /mnt/TrekStor120G/ports/databases/evolution-data-server.
 *** Error code 1

OK, so what about the rest of the advice? :)

Kris


pgpesEbVANwy9.pgp
Description: PGP signature


Re: glib20

2006-05-02 Thread savagehrt
, checking why...
 *** The test program failed to compile or link. See the file config.log
 for
 the
 *** exact error that occured. This usually means ORBIT was incorrectly
 installed
 *** or that you have moved ORBit since it was installed. In the latter
 case,
 you
 *** may want to edit the orbit2-config script:
 /usr/local/bin/orbit2-config
 checking for orbit-idl-2... /usr/local/bin/orbit-idl-2
 checking for CORBA include paths... -I  -I
 checking for libgnomeui server directory...
 checking for E_DATA_SERVER_CFLAGS...
 checking for E_DATA_SERVER_LIBS...
 ===  Script configure failed unexpectedly.
 Please run the gnomelogalyzer, available from
 http://www.freebsd.org/gnome/gnomelogalyzer.sh;, which will diagnose the
 problem and suggest a solution. If - and only if - the gnomelogalyzer
 cannot
 solve the problem, report the build failure to the FreeBSD GNOME team at
 [EMAIL PROTECTED], and attach (a)
 /mnt/TrekStor120G/ports/databases/evolution-data-server/work/evolution-data-server-1.6.1/config.log,
 (b) the output of the failed make command, and (c) the gnomelogalyzer
 output.
 Also, it might be a good idea to provide an overview of all packages
 installed
 on your system (i.e. an `ls /var/db/pkg`). Put your attachment up on any
 website, copy-and-paste into http://freebsd-gnome.pastebin.com, or use
 send-pr(1) with the attachment. Try to avoid sending any attachments to
 the
 mailing list ([EMAIL PROTECTED]), because attachments sent to FreeBSD
 mailing
 lists are usually discarded by the mailing list software.
 *** Error code 1

 Stop in /mnt/TrekStor120G/ports/databases/evolution-data-server.
 *** Error code 1

 Stop in /mnt/TrekStor120G/ports/mail/evolution.

 --

 Thanks !

From: Kris Kennaway [EMAIL PROTECTED]
To: Arno Schleich [EMAIL PROTECTED]
CC: freebsd-questions@freebsd.org, [EMAIL PROTECTED]
Subject: Re: glib20
Date: Tue, 2 May 2006 13:26:46 -0400

On Tue, May 02, 2006 at 11:28:46AM +, Arno Schleich wrote:
  Kris,
 
  thank You for Your advice. I already had tried that before writing to
the
  list.
 
  make deinstall
 
  and
 
  make install clean
 
  for glib-2.10.2
 
  do not change anything. The same error in the configuration script
 kept
  recurring in a pretty monotonous fashion.
  Tried gnomelogalyzer - but it cannot the determine the reason of
 build
  failure.
 
  ldconfig -r shows the library is in the loader path yet applications
using
  it fail at runtime. Gnome desktop and some applications keep working,
  albeit very slow ...
 
  Btw, how can get parts of it somehow deleted by executing automated
  scripts. This seems like a big glitch in the system akin to the
 infamous
  blue screen ...
 
  To be honest, it doubt this is the origin of my problem. I had also
tried
  to deinstall glib-2.10.2 and have an application which depends on it
  install it while the dependencies are resolved. This installed
glib-2.10.2
  perfectly but failed to configure the build of the application as
 above.

Show us the errors, don't just give partial descriptions.

Kris


 attach3 

 _
 Nur die MSN Suche sorgt bei einer Web-Recherche für optimale Ergebnisse.
 http://search.msn.at/

 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: glib20

2006-05-02 Thread Adi Pircalabu
On Tue, 02 May 2006 21:28:38 +
Arno Schleich [EMAIL PROTECTED] wrote:

 checking for GLIB - version = 2.0.0... no
 *** Could not run GLIB test program, checking why...
 *** The test program failed to compile or link. See the file
 config.log for the
 *** exact error that occured. This usually means GLIB is incorrectly 
 installed.

Make sure you have an up-to-date ports tree and the latest
devel/pkgconfig installed. If the problem persists write to gnome@
(after checking the archives first, though) following the instructions
at http://www.freebsd.org/gnome/docs/bugging.html

-- 
Adi Pircalabu (PGP Key ID 0x04329F5E)


-- 
This message was scanned for spam and viruses by BitDefender.
For more information please visit http://www.bitdefender.com/

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


glib20

2006-05-01 Thread Arno Schleich

Dear all,

after upgrading several gnome ports I am experiencing a strange problem with 
glib-2.10.2. It is installed (listed in the package database), and 
dependencies are correctly recognized (e. g. when compiling a port in this 
case /net/avahi the dependecy is marked as fulfilled) yet when the configure 
script checks the build environment it fails telling me it cannot find 
glib20. Also, previously working applications such as evolution stopped 
functioning correctly.

Please advice wrt to fixing this problem in freebsd-6.0.

Thanks, Arno

_
Nur die MSN Suche sorgt bei einer Web-Recherche für optimale Ergebnisse. 
http://search.msn.at/


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: glib20

2006-05-01 Thread Kris Kennaway
On Tue, May 02, 2006 at 02:29:42AM +, Arno Schleich wrote:
 Dear all,
 
 after upgrading several gnome ports I am experiencing a strange problem 
 with glib-2.10.2. It is installed (listed in the package database), and 
 dependencies are correctly recognized (e. g. when compiling a port in this 
 case /net/avahi the dependecy is marked as fulfilled) yet when the 
 configure script checks the build environment it fails telling me it cannot 
 find glib20. Also, previously working applications such as evolution 
 stopped functioning correctly.
 Please advice wrt to fixing this problem in freebsd-6.0.

Reinstall it, parts of it probably got deleted somehow.

Kris


pgpufecK3Wia9.pgp
Description: PGP signature