[FOSSology] Fwd: compile gives error. Where to look?

2011-02-09 Thread Bob Gobeille

 From: Jeroen Baten 
 Date: February 9, 2011 12:11:22 AM MST
 To: Gobeille, Robert bob.gobei...@hp.com
 Subject: Re: [FOSSology] compile gives error. Where to look?
 
 Hello Bob,
 
 You were right. Your solution fixed it.
 
 Had another error later on with postinstall:
 
 *** Initializing database tables ***
 PHP Fatal error:  Call to undefined function posix_getgrnam()
 in /usr/local/bin/fossinit on line 34
 ERROR: Unable to initialize.
 
 Figured it was a php module dependancy on posix. fixed it.
 It is in php-process on fc14.
 
 thanks for your help!
 
 kind regards,
 
 On Tue, 2011-02-08 at 09:02 -0700, Bob Gobeille wrote:
 Hi Jeroen,
 
 The easiest Fedora install is to use an rpm rather than building from source:
 http://fossology.org/installing_fossology_with_rpm_s
 
 That said, I personally have no experience with the rpm's.
 
 The error you see looks like a mistake in the makefile.  libfosspython isn't 
 used in 1.3.  It was used by our previous copyright agent.  We don't need it 
 for the new copyright agent.  
 
 I haven't tested this but you should be able to:
 
 1) cd fossology-1.3.0/devel/
 2) rm -rf libfosspython
 3) edit Makefile - on line 6 you will see:
  DIRS = libfossdb libfossrepo libfossagent libfosspython
 Change it to:
  DIRS = libfossdb libfossrepo libfossagent
 
 Then rerun make.
 
 Bob Gobeille
 
 
 On Feb 8, 2011, at 8:15 AM, Jeroen Baten wrote:
 
 Hello,
 
 The compile of 1.3.0 on fedora core 13 fails with an error (duh).
 But where should I look for the solution to this?
 
 kind regards,
 Jeroen Baten
 
 [jbaten@htn-ws-3092 fossology-1.3.0]$ make
 make -C devel
 make[1]: Entering directory
 `/home/local/ONVZ/jbaten/src/java/license-check/fossology-1.3.0/devel'
 make -C libfossdb
 make[2]: Entering directory
 `/home/local/ONVZ/jbaten/src/java/license-check/fossology-1.3.0/devel/libfossdb'
 gcc -c libfossdb.c -DFOSSDB_CONF='/usr/local/etc/fossology/Db.conf'
 -I`pg_config --includedir` -fPIC -DSVN_REV=\1.3.0, exported\ -g -O2
 -Wall
 ar cr libfossdb.a libfossdb.o
 gcc dbtest.c -lpq -I`pg_config --includedir` -I../../devel/libfossdb
 -L../../devel/libfossdb -lfossdb -I`pg_config --includedir` -o dbtest
 gcc dbq.c -lpq -I`pg_config --includedir` -I../../devel/libfossdb
 -L../../devel/libfossdb -lfossdb -I`pg_config --includedir` -o dbq
 gcc dbcheck.c -lpq -I`pg_config --includedir` -I../../devel/libfossdb
 -L../../devel/libfossdb -lfossdb -I`pg_config --includedir` -o dbcheck
 make[2]: Leaving directory
 `/home/local/ONVZ/jbaten/src/java/license-check/fossology-1.3.0/devel/libfossdb'
 make -C libfossrepo
 make[2]: Entering directory
 `/home/local/ONVZ/jbaten/src/java/license-check/fossology-1.3.0/devel/libfossrepo'
 gcc -c libfossrepo.c -DFOSSREPO_CONF='/usr/local/etc/fossology'
 -DFOSSGROUP='fossy' -fPIC -DSVN_REV=\1.3.0, exported\ -g -O2 -Wall
 ar cr libfossrepo.a libfossrepo.o
 gcc reppath.c -I../../devel/libfossrepo -L../../devel/libfossrepo
 -lfossrepo -o reppath
 gcc repwrite.c -I../../devel/libfossrepo -L../../devel/libfossrepo
 -lfossrepo -o repwrite
 gcc repcat.c -I../../devel/libfossrepo -L../../devel/libfossrepo
 -lfossrepo -o repcat
 gcc repexist.c -I../../devel/libfossrepo -L../../devel/libfossrepo
 -lfossrepo -o repexist
 gcc repcopyin.c -I../../devel/libfossrepo -L../../devel/libfossrepo
 -lfossrepo -o repcopyin
 gcc repremove.c -I../../devel/libfossrepo -L../../devel/libfossrepo
 -lfossrepo -o repremove
 gcc rephost.c -I../../devel/libfossrepo -L../../devel/libfossrepo
 -lfossrepo -o rephost
 gcc repmmapcheck.c -I../../devel/libfossrepo -L../../devel/libfossrepo
 -lfossrepo -o repmmapcheck
 make[2]: Leaving directory
 `/home/local/ONVZ/jbaten/src/java/license-check/fossology-1.3.0/devel/libfossrepo'
 make -C libfossagent
 make[2]: Entering directory
 `/home/local/ONVZ/jbaten/src/java/license-check/fossology-1.3.0/devel/libfossagent'
 gcc -c libfossagent.c -I`pg_config --includedir` -I../../devel/libfossdb
 -L../../devel/libfossdb -lfossdb -I../../devel/libfossrepo
 -L../../devel/libfossrepo -lfossrepo -fPIC -DSVN_REV=\1.3.0, exported
 \ -g -O2 -Wall
 ar cr libfossagent.a libfossagent.o
 make[2]: Leaving directory
 `/home/local/ONVZ/jbaten/src/java/license-check/fossology-1.3.0/devel/libfossagent'
 make -C libfosspython
 make[2]: Entering directory
 `/home/local/ONVZ/jbaten/src/java/license-check/fossology-1.3.0/devel/libfosspython'
 python setup.py build_ext --inplace
 running build_ext
 pyrexc libfosspython.pyx -- libfosspython.c
 /home/local/ONVZ/jbaten/src/java/license-check/fossology-1.3.0/devel/libfosspython/libfosspython.pyx:156:4:
  __new__ method of extension type will change semantics in a future version 
 of Pyrex. Use __cinit__ instead.
 building 'libfosspython' extension
 creating build
 creating build/temp.linux-x86_64-2.7
 gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall
 -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
 --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC
 -fwrapv -DNDEBUG -O2 -g -pipe -Wall 

Re: [FOSSology] spontaneous user feedback on 1.3.0

2011-02-09 Thread Bob Gobeille
Hi Jeroen,
We always like feedback.  See embedded comments.
Bob Gobeille

On Feb 9, 2011, at 3:38 AM, Jeroen Baten wrote:

 primary feedback: I love this tool! How can I help?

We have a developer's mailing list fossology-de...@fossology.org.  Give us 
enough information so we can get an idea of your competencies, then we can make 
suggestions.  If you have a particular area of interest, let us know.  
Typically what we do is have people send us patches.  Then when we are all 
comfortable with your judgement and ability, we would give you commit access.   
There are so many things to do on this project, take a look at 
http://fossology.org/task_list.  Those are features, but we also have docs, 
install testing, feature testing, language translations, ...


 question: someone told me about 'maven site' that show licensing
 information. I have the feeling Fossology is better but I lack the
 arguments. Can you help?

I think maven records licenses in their project object but doesn't figure out 
what they are.  I really don't know much about it.


 Features wanted:

For every release we prioritize what we should do.  The priority is very 
heavily based on what users tell us would make them more productive.  Keep that 
in mind in the discussion that follows.  Things that aren't a priority now, 
could become so if we hear from enough users.  Sometimes enough users can be 
one.

 ===
 -Guestimations in the job details screen. Great that I am analyzing a
 gazillion files, but when will it end approximately?

Do you have some ideas on how to do this?  I do but it's not high on the 
priorities.


 -Did I already mention guestimations? :-)
 -Why am I seeing the contents of a binary in the 'browse' screen? Maybe
 a warning 'are your sure' beforehand?

We don't show a warning because it's reasonable that you want to see the 
binary.  That's why we have 3 options for how it is displayed (hex, text, 
formatted).  If you click View on a binary, you will see the binary.

But we have had errors where a binary was not unpacked.  In that case you 
expect to be able to drill down through it to see it's component files, but 
cannot.  All you can do is view the binary.

 -in job screen links to short help on text in 2nd column would be great
 for newbie. What is this step doing?

Are you looking at the agent name column (unpack, adj2nest, pkgagent, 
fo_notify, nomos, ...)?

 -in job screen: links in Queued Scheduled  Running Finished Blocked
 Failed to show only those type jobs.

The Queued, Scheduled, ... colored bar aren't links.  That is just a legend 
for the color codes.  We never thought about making them links, but I can see 
the appeal.   We are working on a new scheduler for V2.0.   We should revisit 
this with 2.0.

 -My first mistake was uploading a binary file. Don't know how to prevent
 that one though.

What type of binary file?  Was it an archive (bz2, gzip, tar, iso,...) or a 
single file binary like a .exe?  The former should have been unpacked, the 
latter not.

 -upload direct from subversion and also download sources of dependencies
 (maven libs and stuf)

Upload from subversion is on http://fossology.org/task_list.   I suspect this 
one will bubble up in priority fairly fast if we get more user requests.   

 -hudson plugin 

Mark (fossology developer on this list) was working on that.  He could fill us 
in on the status.

 -nagios check: job with id X only found known open source licenses means
 status green. found unknown license: staus orange. Found known closed
 source license: status red.

This is a new one.  There is a proposal for a REST API on 
http://fossology.org/task_list.   However, the proposal is languishing due to 
lack of response.


 Errors encountered in php and query code:
 ===
 -I don't know it they are big, but here's my syslog:
 I dedoubled stuff but maybe missed 1 or 2.
 
 Feb  9 09:20:26 htn-ws-3092 httpd: PHP Notice:  Undefined index:

All of these Undefined Index notices can be ignored.  You have your php logging 
level turned up very high to see these.  That said, I have the same log level 
and we try to fix them when we see them in any code we are touching.  We just 
haven't caught them all.

 Feb  9 09:35:58 htn-ws-3092 postgres[29401]: [2-1] 2011-02-09 09:35:58
 CET ::1 4d524b2d.72d9ERROR:  prepared statement
 FolderGetFromUpload_1_exported already exists

I've been meaning to fix these duplicate prepared statement errors for a long 
time.  You can safely ignore them.  They are really notices not errors, but 
they are annoying and can clog up the postgres log file.

Thanks for the feedback, and we would be happy for you to work on fossology 
with us.  The nice thing about working on an open source project like this is 
that you can fix all the things that annoy you.  ;-)

Bob Gobeille
___
fossology 

Re: [FOSSology] Can fossology 1.3 be installed on RHEL5 64 bit Linux?

2011-02-09 Thread Laser, Mary
Hi Edward,
I have not done a RHEL5 install.  However, I did find this note in the support 
matrix indicating it is in progress 
http://fossology.org/download#supported_distro_s:


  RHEL 5.X in progress for 1.3.0, in general need to get some rpms from 
other sources see Installing FOSSologyhttp://fossology.org/rhel5_1.1.

It appears you need to get additional RPMs (libmagic and libextractor) from 
other sources :(.

Mary


From: fossology-boun...@fossology.org [mailto:fossology-boun...@fossology.org] 
On Behalf Of Edward Judge
Sent: Wednesday, February 09, 2011 3:39 PM
To: fossology@fossology.org
Subject: [FOSSology] Can fossology 1.3 be installed on RHEL5 64 bit Linux?

I am a fossology newbie and wanted to make sure that this was a supported 
install.
I think I have setup my yum repository properly but when I go to install 
fossology I get the following error:

[root@ejudgerhl local_repo]# yum install fossology
Loaded plugins: installonlyn, rhnplugin
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
-- Running transaction check
--- Package fossology.x86_64 0:1.3.0-1.el5 set to be updated
-- Processing Dependency: postgresql = 8.1.11 for package: fossology
-- Processing Dependency: postgresql-server = 8.1.11 for package: fossology
-- Processing Dependency: php-pear = 5.16 for package: fossology
-- Processing Dependency: php-pgsql = 5.1.6 for package: fossology
-- Processing Dependency: php = 5.1.6 for package: fossology
-- Processing Dependency: /usr/bin/php for package: fossology
-- Processing Dependency: p7zip-plugins for package: fossology
-- Processing Dependency: poppler-utils for package: fossology
--- Package fossology.i386 0:1.2.0-1.el5 set to be updated
-- Processing Dependency: libmagic.so.1 for package: fossology
-- Processing Dependency: libextractor.so.1 for package: fossology
-- Processing Dependency: p7zip for package: fossology
-- Running transaction check
--- Package postgresql-server.x86_64 0:8.1.23-1.el5_6.1 set to be updated
--- Package p7zip.x86_64 0:9.13-1.el5.rf set to be updated
--- Package php-pear.noarch 1:1.4.9-6.el5 set to be updated
-- Processing Dependency: php-devel for package: php-pear
--- Package php-cli.x86_64 0:5.1.6-27.el5_5.3 set to be updated
-- Processing Dependency: php-common = 5.1.6-27.el5_5.3 for package: php-cli
--- Package p7zip-plugins.x86_64 0:9.13-1.el5.rf set to be updated
--- Package postgresql.x86_64 0:8.1.23-1.el5_6.1 set to be updated
--- Package php-pgsql.x86_64 0:5.1.6-27.el5_5.3 set to be updated
-- Processing Dependency: php-pdo for package: php-pgsql
--- Package fossology.i386 0:1.2.0-1.el5 set to be updated
-- Processing Dependency: libmagic.so.1 for package: fossology
-- Processing Dependency: libextractor.so.1 for package: fossology
--- Package poppler-utils.x86_64 0:0.5.4-4.4.el5_5.14 set to be updated
-- Processing Dependency: poppler = 0.5.4-4.4.el5_5.14 for package: 
poppler-utils
--- Package php.x86_64 0:5.1.6-27.el5_5.3 set to be updated
-- Running transaction check
--- Package php-common.x86_64 0:5.1.6-27.el5_5.3 set to be updated
--- Package php-devel.x86_64 0:5.1.6-27.el5_5.3 set to be updated
--- Package php-pdo.x86_64 0:5.1.6-27.el5_5.3 set to be updated
--- Package fossology.i386 0:1.2.0-1.el5 set to be updated
-- Processing Dependency: libmagic.so.1 for package: fossology
-- Processing Dependency: libextractor.so.1 for package: fossology
--- Package poppler.x86_64 0:0.5.4-4.4.el5_5.14 set to be updated
-- Finished Dependency Resolution
fossology-1.2.0-1.el5.i386 from localrepo has depsolving problems
  -- Missing Dependency: libextractor.so.1 is needed by package 
fossology-1.2.0-1.el5.i386 (localrepo)
fossology-1.2.0-1.el5.i386 from localrepo has depsolving problems
  -- Missing Dependency: libmagic.so.1 is needed by package 
fossology-1.2.0-1.el5.i386 (localrepo)
Error: Missing Dependency: libmagic.so.1 is needed by package 
fossology-1.2.0-1.el5.i386 (localrepo)
Error: Missing Dependency: libextractor.so.1 is needed by package 
fossology-1.2.0-1.el5.i386 (localrepo)


[root@ejudgerhl local_repo]# yum repolist
Loaded plugins: installonlyn, rhnplugin
repo id  repo namestatus
fossologyFossology releases   enabled :   7
localrepoFedora Core 5Client - My Local Repo  enabled :   6
rhel-debuginfo   Red Hat Enterprise Linux 5Client - x86_6 enabled :   4,370
rhel-x86_64-client-5 Red Hat Enterprise Linux Desktop (v. 5 f enabled :   8,182
rhel-x86_64-client-w RHEL Desktop Workstation (v. 5 for 64-bi enabled :   4,576
repolist: 17,141
[root@ejudgerhl local_repo]#
___
fossology mailing list
fossology@fossology.org
http://fossology.org/mailman/listinfo/fossology


Re: [FOSSology] Can fossology 1.3 be installed on RHEL5 64 bit Linux?

2011-02-09 Thread vduncan80
Libextractor and libmagic are not the issue. Looking at the output below I  
see this:


-- Processing Dependency: postgresql-server = 8.1.11 for package:  
fossology

-- Processing Dependency: php-pear = 5.16 for package: fossology
-- Processing Dependency: php-pgsql = 5.1.6 for package: fossology
-- Processing Dependency: php = 5.1.6 for package: fossology


That is the issue. Those are old versions of php/php-pear. Actually the  
version of php-pear that works with php 5.1.6 is 1. point something ( I  
don't have my notes available). Looks to me like 5.1.6 is required but the  
fossology rpm. Right? Maybe I am reading the output wrong.


SpottedOtter

On Feb 9, 2011 5:11pm, Laser, Mary mary.la...@hp.com wrote:
Hi Edward,I have not done a RHEL5 install. However, I did find this note  
in the support matrix indicating it is “in progress”  
http://fossology.org/download#supported_distro_s: RHEL 5.X in progress  
for 1.3.0, in general need to get some rpms from other sources see  
Installing FOSSology. It appears you need to get additional RPMs  
(libmagic and libextractor) from other sources L. Mary From:  
fossology-boun...@fossology.org [mailto:fossology-boun...@fossology.org]  
On Behalf Of Edward Judge

Sent: Wednesday, February 09, 2011 3:39 PM
To: fossology@fossology.org
Subject: [FOSSology] Can fossology 1.3 be installed on RHEL5 64 bit Linux?


I am a fossology newbie and wanted to make sure that this was a supported  
install.
I think I have setup my yum repository properly but when I go to install  
fossology I get the following error:



[root@ejudgerhl local_repo]# yum install fossology
Loaded plugins: installonlyn, rhnplugin
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
-- Running transaction check
--- Package fossology.x86_64 0:1.3.0-1.el5 set to be updated
-- Processing Dependency: postgresql = 8.1.11 for package: fossology
-- Processing Dependency: postgresql-server = 8.1.11 for package:  
fossology

-- Processing Dependency: php-pear = 5.16 for package: fossology
-- Processing Dependency: php-pgsql = 5.1.6 for package: fossology
-- Processing Dependency: php = 5.1.6 for package: fossology
-- Processing Dependency: /usr/bin/php for package: fossology
-- Processing Dependency: p7zip-plugins for package: fossology
-- Processing Dependency: poppler-utils for package: fossology
--- Package fossology.i386 0:1.2.0-1.el5 set to be updated
-- Processing Dependency: libmagic.so.1 for package: fossology
-- Processing Dependency: libextractor.so.1 for package: fossology
-- Processing Dependency: p7zip for package: fossology
-- Running transaction check
--- Package postgresql-server.x86_64 0:8.1.23-1.el5_6.1 set to be updated
--- Package p7zip.x86_64 0:9.13-1.el5.rf set to be updated
--- Package php-pear.noarch 1:1.4.9-6.el5 set to be updated
-- Processing Dependency: php-devel for package: php-pear
--- Package php-cli.x86_64 0:5.1.6-27.el5_5.3 set to be updated
-- Processing Dependency: php-common = 5.1.6-27.el5_5.3 for package:  
php-cli

--- Package p7zip-plugins.x86_64 0:9.13-1.el5.rf set to be updated
--- Package postgresql.x86_64 0:8.1.23-1.el5_6.1 set to be updated
--- Package php-pgsql.x86_64 0:5.1.6-27.el5_5.3 set to be updated
-- Processing Dependency: php-pdo for package: php-pgsql
--- Package fossology.i386 0:1.2.0-1.el5 set to be updated
-- Processing Dependency: libmagic.so.1 for package: fossology
-- Processing Dependency: libextractor.so.1 for package: fossology
--- Package poppler-utils.x86_64 0:0.5.4-4.4.el5_5.14 set to be updated
-- Processing Dependency: poppler = 0.5.4-4.4.el5_5.14 for package:  
poppler-utils

--- Package php.x86_64 0:5.1.6-27.el5_5.3 set to be updated
-- Running transaction check
--- Package php-common.x86_64 0:5.1.6-27.el5_5.3 set to be updated
--- Package php-devel.x86_64 0:5.1.6-27.el5_5.3 set to be updated
--- Package php-pdo.x86_64 0:5.1.6-27.el5_5.3 set to be updated
--- Package fossology.i386 0:1.2.0-1.el5 set to be updated
-- Processing Dependency: libmagic.so.1 for package: fossology
-- Processing Dependency: libextractor.so.1 for package: fossology
--- Package poppler.x86_64 0:0.5.4-4.4.el5_5.14 set to be updated
-- Finished Dependency Resolution
fossology-1.2.0-1.el5.i386 from localrepo has depsolving problems
-- Missing Dependency: libextractor.so.1 is needed by package  
fossology-1.2.0-1.el5.i386 (localrepo)

fossology-1.2.0-1.el5.i386 from localrepo has depsolving problems
-- Missing Dependency: libmagic.so.1 is needed by package  
fossology-1.2.0-1.el5.i386 (localrepo)
Error: Missing Dependency: libmagic.so.1 is needed by package  
fossology-1.2.0-1.el5.i386 (localrepo)
Error: Missing Dependency: libextractor.so.1 is needed by package  
fossology-1.2.0-1.el5.i386 (localrepo)




[root@ejudgerhl local_repo]# yum repolist
Loaded plugins: installonlyn, rhnplugin
repo id repo name status
fossology Fossology releases enabled : 7
localrepo Fedora Core 5Client - My Local Repo enabled : 6
rhel-debuginfo Red Hat 

Re: [FOSSology] Can fossology 1.3 be installed on RHEL5 64 bit Linux?

2011-02-09 Thread Edward Judge
Thanks for the quick replies.  So what versions of php and php-pear should 
I be using?

-Ed



From:   Laser, Mary mary.la...@hp.com
To: vdunca...@gmail.com vdunca...@gmail.com
Cc: Edward Judge/Marlborough/IBM@IBMUS, fossology@fossology.org 
fossology@fossology.org
Date:   02/09/2011 07:35 PM
Subject:RE: Re: [FOSSology] Can fossology 1.3 be installed on 
RHEL5 64 bit Linux?



You could be right SpottedOtter.  As I mentioned, I’ve never done a RHEL 
install and maybe I’m reading this wrong.  I interpret the output below to 
mean “the postgresql server version must be greater than or equal to 
8.1.11 for package fossology”.
 
Mary
 
From: vdunca...@gmail.com [mailto:vdunca...@gmail.com] 
Sent: Wednesday, February 09, 2011 5:26 PM
To: Laser, Mary
Cc: Edward Judge; fossology@fossology.org
Subject: Re: Re: [FOSSology] Can fossology 1.3 be installed on RHEL5 64 
bit Linux?
 
Libextractor and libmagic are not the issue. Looking at the output below I 
see this: 

 -- Processing Dependency: postgresql-server = 8.1.11 for package: 
fossology 
 -- Processing Dependency: php-pear = 5.16 for package: fossology 
 -- Processing Dependency: php-pgsql = 5.1.6 for package: fossology 
 -- Processing Dependency: php = 5.1.6 for package: fossology 

That is the issue. Those are old versions of php/php-pear. Actually the 
version of php-pear that works with php 5.1.6 is 1. point something ( I 
don't have my notes available). Looks to me like 5.1.6 is required but the 
fossology rpm. Right? Maybe I am reading the output wrong. 

SpottedOtter 

On Feb 9, 2011 5:11pm, Laser, Mary mary.la...@hp.com wrote: 
 Hi Edward,I have not done a RHEL5 install.  However, I did find this 
note in the support matrix indicating it is “in progress” 
http://fossology.org/download#supported_distro_s:RHEL 5.X in 
progress for 1.3.0, in general need to get some rpms from other sources 
see Installing FOSSology. It appears you need to get additional RPMs 
(libmagic and libextractor) from other sources L. Mary  From: 
fossology-boun...@fossology.org [mailto:fossology-boun...@fossology.org] 
On Behalf Of Edward Judge 
 Sent: Wednesday, February 09, 2011 3:39 PM 
 To: fossology@fossology.org 
 Subject: [FOSSology] Can fossology 1.3 be installed on RHEL5 64 bit 
Linux? 
 
  I am a fossology newbie and wanted to make sure that this was a 
supported install. 
 I think I have setup my yum repository properly but when I go to install 
fossology I get the following error: 
 
 [root@ejudgerhl local_repo]# yum install fossology 
 Loaded plugins: installonlyn, rhnplugin 
 Setting up Install Process 
 Parsing package install arguments 
 Resolving Dependencies 
 -- Running transaction check 
 --- Package fossology.x86_64 0:1.3.0-1.el5 set to be updated 
 -- Processing Dependency: postgresql = 8.1.11 for package: fossology 
 -- Processing Dependency: postgresql-server = 8.1.11 for package: 
fossology 
 -- Processing Dependency: php-pear = 5.16 for package: fossology 
 -- Processing Dependency: php-pgsql = 5.1.6 for package: fossology 
 -- Processing Dependency: php = 5.1.6 for package: fossology 
 -- Processing Dependency: /usr/bin/php for package: fossology 
 -- Processing Dependency: p7zip-plugins for package: fossology 
 -- Processing Dependency: poppler-utils for package: fossology 
 --- Package fossology.i386 0:1.2.0-1.el5 set to be updated 
 -- Processing Dependency: libmagic.so.1 for package: fossology 
 -- Processing Dependency: libextractor.so.1 for package: fossology 
 -- Processing Dependency: p7zip for package: fossology 
 -- Running transaction check 
 --- Package postgresql-server.x86_64 0:8.1.23-1.el5_6.1 set to be 
updated 
 --- Package p7zip.x86_64 0:9.13-1.el5.rf set to be updated 
 --- Package php-pear.noarch 1:1.4.9-6.el5 set to be updated 
 -- Processing Dependency: php-devel for package: php-pear 
 --- Package php-cli.x86_64 0:5.1.6-27.el5_5.3 set to be updated 
 -- Processing Dependency: php-common = 5.1.6-27.el5_5.3 for package: 
php-cli 
 --- Package p7zip-plugins.x86_64 0:9.13-1.el5.rf set to be updated 
 --- Package postgresql.x86_64 0:8.1.23-1.el5_6.1 set to be updated 
 --- Package php-pgsql.x86_64 0:5.1.6-27.el5_5.3 set to be updated 
 -- Processing Dependency: php-pdo for package: php-pgsql 
 --- Package fossology.i386 0:1.2.0-1.el5 set to be updated 
 -- Processing Dependency: libmagic.so.1 for package: fossology 
 -- Processing Dependency: libextractor.so.1 for package: fossology 
 --- Package poppler-utils.x86_64 0:0.5.4-4.4.el5_5.14 set to be updated 

 -- Processing Dependency: poppler = 0.5.4-4.4.el5_5.14 for package: 
poppler-utils 
 --- Package php.x86_64 0:5.1.6-27.el5_5.3 set to be updated 
 -- Running transaction check 
 --- Package php-common.x86_64 0:5.1.6-27.el5_5.3 set to be updated 
 --- Package php-devel.x86_64 0:5.1.6-27.el5_5.3 set to be updated 
 --- Package php-pdo.x86_64 0:5.1.6-27.el5_5.3 set to be updated 
 --- Package fossology.i386 0:1.2.0-1.el5 set to be updated 
 -- Processing