[OpenPKG] Version Tracking Report (2004-04-23 07:34)

2004-04-22 Thread OpenPKG Version Tracker
OpenPKG Version Tracking Report === Reporting Time:2004-04-23 07:34 Tracking Duration: 0:22:50 (H:M:S) Tracking Input:1080 sources (721 packages) Tracking Result: 1037 up-to-date, 11 out-dated, 32 error The following 11 sources were determined to be ou

[OpenPKG] Version Tracking Report (2004-04-22 19:47)

2004-04-22 Thread OpenPKG Version Tracker
OpenPKG Version Tracking Report === Reporting Time:2004-04-22 19:47 Tracking Duration: 0:30:02 (H:M:S) Tracking Input:1080 sources (721 packages) Tracking Result: 1038 up-to-date, 11 out-dated, 31 error The following 11 sources were determined to be ou

Re: [CVS] OpenPKG: openpkg-src/amavisd/ amavisd.spec rc.amavisd

2004-04-22 Thread Ralf S. Engelschall
On Thu, Apr 22, 2004, Michael Schloh wrote: > implicitly install new amavislogsumm source, remove *.sum* files > generated by it on RPM erase, correct logfile ownership and mode when > rotating, and correct new sum and logfile rotation and generation > ordering Thanks.

Re: [CONTRIB] ACCEPT: amavisd-20030616p9-20040403.src.rpm

2004-04-22 Thread Bill Campbell
On Thu, Apr 22, 2004, Ralf S. Engelschall wrote: ... >Thanks for your contribution. I had to cleanup the adding of amavislogsumm >a little bit further, but it's now part of amavisd-20030616p9-20040422. >See http://cvs.openpkg.org/chngview?cn=16090 for details. I've been w

Re: Tru64 CORE complete!

2004-04-22 Thread Ralf S. Engelschall
On Thu, Apr 22, 2004, Karl Vogel wrote: > Everything from CORE now builds on Tru64 V5.1B-1 : Cool. > $ openpkg rpm -qa|sort > autoconf-2.59-20040207 > bash-2.05b.7-20040327 > binutils-2.14-20040207 > bison-1.35-20040212 > bzip2-1.0.2-20040207 > cvs-1.12.7-20040414 > flex-2.5.4a-20040409 > fsl-1.

[CVS] OpenPKG: openpkg-re/speclint.pl

2004-04-22 Thread Michael Schloh von Bennewitz
OpenPKG CVS Repository http://cvs.openpkg.org/ Server: cvs.openpkg.org Name: Michael Schloh von Bennewitz Root: /e/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-

Re: [tru64] fsl build problems

2004-04-22 Thread Thomas Lotterer
On Thu, Apr 22, 2004, Karl Vogel wrote: Karl, thanks again for the feedback. > The vsyslog() call [in fsl] is used in the syslog() function, which is > BEFORE the vsyslog() function and since there is no function prototype > at the start of the source, the compiler implicitly declares the > vsysl

Tru64 CORE complete!

2004-04-22 Thread Karl Vogel
Everything from CORE now builds on Tru64 V5.1B-1 : $ openpkg rpm -qa|sort autoconf-2.59-20040207 bash-2.05b.7-20040327 binutils-2.14-20040207 bison-1.35-20040212 bzip2-1.0.2-20040207 cvs-1.12.7-20040414 flex-2.5.4a-20040409 fsl-1.4.0-20040310 gcc-3.4.0-20040421 gpg-pubkey-63c4cb9f-3c591eda gzip-1.

Re: [PATCH] Tru64 build fix for OpenSSL

2004-04-22 Thread Ralf S. Engelschall
t; + *-*-tru64) OUT="alpha-gcc" ;; Now fixed with openssl-0.9.7d-20040422. Thanks. Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com _

Re: [CONTRIB] ACCEPT: amavisd-20030616p9-20040403.src.rpm

2004-04-22 Thread Ralf S. Engelschall
22 09:14 amavisd.spec > | -rw-r--r-- 1 root root 12318 Apr 21 16:00 amavislogsumm > | -rw-r--r-- 1 root root 2317 Apr 22 09:10 rc.amavisd Thanks for your contribution. I had to cleanup the adding of amavislogsumm a little bit furthe

Re: [tru64] fsl build problems

2004-04-22 Thread Thomas Lotterer
On Thu, Apr 22, 2004, Karl Vogel wrote: Karl, > The fsl build is failing: [... > OSSP l2 requires -lm on Tru64 and QNX to get modf(3)] > we just fixed this in OSSP l2 [1] and OSSP fsl will pick this up in a few hours along with other unrelated changes. [1] http://cvs.ossp.org/chngview?cn=4512

[PATCH] Tru64 build fix for OpenSSL

2004-04-22 Thread Karl Vogel
OpenSSL's config selects Compaq's cc flags, but since OpenPKG uses gcc, it needs to select the alpha-gcc target. The file 'config' needs the following change: - *-*-tru64) OUT="alpha-cc" ;; + *-*-tru64) OUT="alpha-gcc" ;; Rgrds, Karl

Re: Perl build fix for Tru64 (mini!)

2004-04-22 Thread Ralf S. Engelschall
On Thu, Apr 22, 2004, Karl Vogel wrote: > > > The part that takes this $optimize and uses it as ld flag is in > > > hints/dec_osf.sh : > > > [...] > > > > Ah, ok. Now I understand the problem. I've now patched out > > this ld(1) optimizer flag passing from hints/dec_osf.sh. See > > http://cvs.open

RE: [tru64] fsl build problems

2004-04-22 Thread Karl Vogel
After adding the necessary -lm to LIBS in the Makefiles, I hit the following error: --- make[1]: Leaving directory `/cluster/members/member0/tmp/openpkg/RPM/TMP/fsl-1.4.0' /tmp/openpkg/bin/cc -D_XOPEN_SOURCE_EXTENDED -Ilib_l2 -Ilib_cfg -Ilib_pcre -DHAVE_CONFIG_H -O -Ilib_l2 -Ilib_cfg -Ilib_pcre -

[tru64] fsl build problems

2004-04-22 Thread Karl Vogel
The fsl build is failing: --- ./libtool --mode=link --quiet /tmp/openpkg/bin/cc -L. -o l2tool l2tool.o libl2.la modf collect2: ld returned 1 exit status make: *** [l2tool] Error 1 --- This looks familiar.. seems like the math lib is missing, adding -lm to the link line fixes this. $ grep modf *

RE: Perl build fix for Tru64 (mini!)

2004-04-22 Thread Karl Vogel
> > The part that takes this $optimize and uses it as ld flag is in > > hints/dec_osf.sh : > > [...] > > Ah, ok. Now I understand the problem. I've now patched out > this ld(1) optimizer flag passing from hints/dec_osf.sh. See > http://cvs.openpkg.org/chngview?cn=16086 for details. Thanks for > di

[CONTRIB] ACCEPT: amavisd-20030616p9-20040403.src.rpm

2004-04-22 Thread OpenPKG Project Robot
The following OpenPKG Contribution Area operation occurred. uploaded RPM file "amavisd-20030616p9-20040403.src.rpm" accepted -- moved to contrib area. No action is required on your part. Information about amavisd-20030616p9-20040403.src.rpm follows: | Name: amavisd Source RP

Re: Perl build fix for Tru64 (mini!)

2004-04-22 Thread Ralf S. Engelschall
On Thu, Apr 22, 2004, Karl Vogel wrote: > [...] > > Well, the Configure options actually reads -Doptimize="%{l_cflags -O}" > > which means that the l_cflags macro is called with option -O. This in > > turn runs "rpmtool cflags -O %{l_cc}" and there the -O input option > > becomes a real -O option

RE: Perl build fix for Tru64 (mini!)

2004-04-22 Thread Karl Vogel
> On Wed, Apr 21, 2004, Karl Vogel wrote: > > > More brain-deadness from Tru64... > > > > The perl.spec has a Configure option > > > > -Doptimize="%{l_cflags} -O" > > > > This parameter is used to build up the linker flags, > resulting in the > > following linker command line: > > > > ld -sh