[OpenPKG] Version Tracking Report (2004-11-18 19:05)

2004-11-18 Thread OpenPKG Version Tracker
 OpenPKG Version Tracking Report
 ===

 Reporting Time:2004-11-18 19:05
 Tracking Duration: 0:53:17 (H:M:S)
 Tracking Input:1295 sources (807 packages)
 Tracking Result:   1232 up-to-date, 12 out-dated, 51 error

 The following 12 sources were determined to be out-dated because newer
 vendor versions were found. Upgrade the corresponding OpenPKG packages.

 - - -
 Package   Old Version   New Version  
 - - -
 beecrypt  4.0.0 4.1.0
 blender   2.34  2.35  [1]
 kde-base  3.2.3 3.3.1
 mplayer:live  2004.11.11a   2004.11.18[2]
 nail  11.15 11.16
 perforce  r04.1 r04.2
 perl-util:Class-MethodMak 2.02  2.04-1[3]
 strace4.5.7 4.5.8 [4]
 ups   3.37  3.38-beta2[5]
 uvscan:datfiles   4407  4408
 xalan-c   1_6   1_8_0
 xine-lib  1-rc5 1-rc7 [6]
 - - -
 [1] blender: tho, 17.11.04: they scrapt cofigure in 2.35 using some other 
obscure config utility
 [2] mplayer:live: rse: new snapshots occur every second day, no need to 
upgrade such fast
 [3] perl-util:Class-MethodMaker: tho:22.10.04: Class-MethodMaker 2.04-1 
requires Module::Build
 [4] strace: ms: 4.5.8 POSIX_FADV_NORMAL not defined (taken from Linux)
 [5] ups: rse: broken on FreeBSD = 4.5-STABLE because ptrace' PT_READ_U missing
 [6] xine-lib: ms: 1-rc6a: now PRIx32 is left undeclared

 The following 51 sources could not be successfully checked because
 an error occurred while processing. Keep at least an eye on them.

 - - -
 Package   Old Version   Error
 - - -
 as-cui0.6.5 regex didn't match (pro..
 as-gui0.7.7 regex didn't match (pro..
 atk   1.6.1 2nd regex didn't match ..
 bird  1.0.9 connection failed or ti..
 db:patch  4.3.21.0  latest version online l..
 distcc2.18.2latest version online l..
 epm   3.7   2nd connection failed o..
 firefox   1.0   2nd connection failed o..
 fontconfig2.2.90regex didn't match (pro..
 gcc:spp   3.4-2 latest version online l..
 gconf 2.8   2nd connection failed o..
 ghostscript   8.14  1st connection failed o..
 gimp  2.0.6 2nd regex didn't match ..
 glib2 2.4.7 2nd regex didn't match ..
 gtk2  2.4.112nd regex didn't match ..
 infozip:unzip 551   connection failed or ti..
 infozip:zip   23connection failed or ti..
 ircd  2.11.0regex didn't match (pro..
 kde-qt3.3.3 connection failed or ti..
 less  385   latest version online l..
 libart2.3.162nd connection failed o..
 libgda1.0.4 1st connection failed o..
 max   7.4.2 regex didn't match (p [1]
 mirror2.9   connection failed or ti..
 newt  0.51.6-3  connection failed or ti..
 pgp   6.5.8 connection failed or ti..
 pgp2  263   connection failed or ti..
 pkgconfig 0.15.0regex didn't match (pro..
 postgresql7.4.6 2nd connection failed o..
 postgresql8   8.0.0 2nd connection failed o..
 proftpd   1.2.10connection failed or ti..
 psutils   p17   connection failed or ti..
 python2.3.4 2nd 

OpenPKG Tool Update Problem Persists

2004-11-18 Thread David M. Fetter
Ok, so I have a problem that seems to be able to be replicated where the
update doesn't work for binary rpms on client systems.  Perhaps this
will help you help me out with this issue.  Here it is...

1.  Rebuild and install all release src rpms with only the default
options on a separate build server.  For the sake of consistency and the
feel of a clean room type setup, do this test as root where the
environment is identical on both servers.

2.  Copy all of the created binary rpms into some sort of repository for
client systems after which build a new index file for them.

3.  On a client system of like hardware architecture and OS, install
only the binary rpms created on the build server using a command like:

`openpkg build -r /the/repos/path/ -p $arch -f /the/repos/path/index.rdf
-A -i | sh`

4.  Create a build file under root's home dir at ~/.openpkg/build which
should exist on all systems with the following options:

-Dtcl::with_x11=yes
-Dpostgresql::with_server=yes
-Dpostgresql::with_odbc=yes
-Dpostgresql::with_tcl=yes
-Dpostgresql::with_perl=yes

The focus rpms in this example are tcl and postgresql.  The tcl package
requires with_x11 when you enable with_tcl for postgresql.

5.  Now go back to the build server and rebuild the tcl and postgresql
packages.  Some problem here caused me to have to manually rebuild tcl
and force install the resulting binary rpm.  I received this error
message when initially trying:

FATAL: errors occured while building:
postgresql-7.4.3-2.1.0: postgresql has conflicting requirement

Afterward, the openpkg tools found that postgresql needed to be rebuilt
with new options and did so.

6.  Copy the newly rebuilt binary rpms into the repository you created
previously and regenerate a new index file.

7.  Go to the client system and attempt to update the system using a
similar command to the one in step 3.  I initially received the same
error I showed in step 5 but after I force installed tcl, then it caught
that postgresql had an option update and installed properly.

This seems to be a consistent problem and should be able to be
reproduced.  The problem here is that the client update fails even
though the build file does exist on all systems.  I have had a similar
problem with OpenSSH and GCC, though not with some other packages.  It
seems to only affect some rpms and not all.  Can anybody help me resolve
this issue because currently it is a major stopping block as the client
systems aren't getting their updates automagically as they should due to
this error?

Thank you.

-- 
David M. Fetter - UNIX Systems Administrator
Portland State University - www.oit.pdx.edu


signature.asc
Description: This is a digitally signed message part


Re: OpenPKG Tool Update Problem Persists

2004-11-18 Thread Michael van Elst
On Thu, Nov 18, 2004 at 02:13:48PM -0800, David M. Fetter wrote:

 and force install the resulting binary rpm.  I received this error
 message when initially trying:
 
 FATAL: errors occured while building:
 postgresql-7.4.3-2.1.0: postgresql has conflicting requirement

There is another message in the output that tells you what
requirement did conflict.


-- 
Michael van Elst
Internet: [EMAIL PROTECTED]
A potential Snark may lurk in every tree.
__
The OpenPKG Projectwww.openpkg.org
Developer Communication List   [EMAIL PROTECTED]


[OpenPKG] Version Tracking Report (2004-11-19 06:47)

2004-11-18 Thread OpenPKG Version Tracker
 OpenPKG Version Tracking Report
 ===

 Reporting Time:2004-11-19 06:47
 Tracking Duration: 0:36:23 (H:M:S)
 Tracking Input:1295 sources (807 packages)
 Tracking Result:   1235 up-to-date, 16 out-dated, 44 error

 The following 16 sources were determined to be out-dated because newer
 vendor versions were found. Upgrade the corresponding OpenPKG packages.

 - - -
 Package   Old Version   New Version  
 - - -
 apr   1.0.0 1.0.1
 blender   2.34  2.35  [1]
 dialog1.0-20040920  1.0-20041118
 expect:tcl8.4.7 8.4.8-rc1
 kde-base  3.2.3 3.3.1
 mplayer:live  2004.11.11a   2004.11.19[2]
 nail  11.16 11.17
 perforce  r04.1 r04.2
 perl-util:Class-MethodMak 2.02  2.04-1[3]
 strace4.5.7 4.5.8 [4]
 tcl:tcl   8.4.7 8.4.8-rc1
 tcl:tk8.4.7 8.4.8-rc1
 ups   3.37  3.38-beta2[5]
 vim:patchlevel6.3.031   6.3.033
 xalan-c   1_6   1_8_0
 xine-lib  1-rc5 1-rc7 [6]
 - - -
 [1] blender: tho, 17.11.04: they scrapt cofigure in 2.35 using some other 
obscure config utility
 [2] mplayer:live: rse: new snapshots occur every second day, no need to 
upgrade such fast
 [3] perl-util:Class-MethodMaker: tho:22.10.04: Class-MethodMaker 2.04-1 
requires Module::Build
 [4] strace: ms: 4.5.8 POSIX_FADV_NORMAL not defined (taken from Linux)
 [5] ups: rse: broken on FreeBSD = 4.5-STABLE because ptrace' PT_READ_U missing
 [6] xine-lib: ms: 1-rc6a: now PRIx32 is left undeclared

 The following 44 sources could not be successfully checked because
 an error occurred while processing. Keep at least an eye on them.

 - - -
 Package   Old Version   Error
 - - -
 as-cui0.6.5 regex didn't match (pro..
 as-gui0.7.7 regex didn't match (pro..
 atk   1.6.1 2nd regex didn't match ..
 db:patch  4.3.21.0  latest version online l..
 distcc2.18.2latest version online l..
 epm   3.7   2nd connection failed o..
 firefox   1.0   2nd connection failed o..
 fontconfig2.2.90regex didn't match (pro..
 gcc:spp   3.4-2 latest version online l..
 gconf 2.8   2nd connection failed o..
 gimp  2.0.6 2nd regex didn't match ..
 glib2 2.4.7 2nd regex didn't match ..
 gtk2  2.4.112nd regex didn't match ..
 ircd  2.11.0regex didn't match (pro..
 kde-qt3.3.3 connection failed or ti..
 less  385   latest version online l..
 libart2.3.162nd connection failed o..
 libgda1.0.4 1st connection failed o..
 max   7.4.2 regex didn't match (p [1]
 mirror2.9   connection failed or ti..
 newt  0.51.6-3  connection failed or ti..
 pkgconfig 0.15.0regex didn't match (pro..
 postgresql7.4.6 2nd connection failed o..
 postgresql8   8.0.0 2nd connection failed o..
 proftpd   1.2.10connection failed or ti..
 psutils   p17   connection failed or ti..
 python2.3.4 2nd connection failed o..
 qt3.3.3 connection failed or ti..
 readline:patches  50-000latest version online l..
 ripe-ipadm0.6.32