Todd, are these the only problems with RH7.3 you know of?
Didn't you mention there are some incorrect metrics too? If so,
which metrics?
thanks
-- Mark
On Tue, 24 Sep 2002, Davis, Todd C wrote:
> On a Redhat 7.3 system I have encountered the following problems:
>
> 1. in man pages the following line causes khelpcenter and man2html to fail:
> .TH \*(x}
> I commented out that line and replaced it with:
> .TH PMIECONF 4 "February 2001" "SGI pcp 2.2" "Performance Co-Pilot"
> the distributed man pages work using man from the command line but would
> like to see them work with these other man utilities.
> (I don't know troff well enough to fix it any better)
>
> 2. The HTML tutorial referred to in the man pages is missing.
>
> 3. when running "/etc/init.d/pcp start", in rc-proc.sh the following line
> failed because "chkconfig --add pcp" must be run first:
> if chkconfig --list "$_flag" 2>&1 | grep $_rl":on" >/dev/null 2>&1
>
> 4. When attempting to make an RPM the GNUmakefile in build/rpm encounters
> the following error:
> [root@Reliab07 src]# ./Makepkgs
>
> == configuring, log is in Logs/configure
>
> == Building pcp, log is in Logs/pcp
>
> == Packaging pcp, log is in Logs/pcp
> Packaging failed, see log in Logs/pcp
> -e's|@pcp_log_dir@|/var/log/pcp|g' \
> -e's|@pcp_tmp_dir@|/var/tmp|g' \
> -e's|@make@|/usr/bin/make|g' < pcp.spec.in > pcp.spec
> /bin/rpm -ba --rcfile rpm-4.rc \
> --target=i386-pc-linux \
> pcp.spec
> --target=i386-pc-linux: unknown option
> make[1]: *** [pack_pcp] Error 1
> gmake: *** [pack_pcp] Error 2
> gmake: Leaving directory `/CGL/rh-72/builds/components/pcp/src/build'
> [root@Reliab07 src]#
> (Mark Goodwin posted a fix for this problem in an email Troy Dawson kindly
> forwarded to me)
>
>
> Todd C. Davis
> These are my opinions and absolutely not official opinions of Intel Corp.
>
>
>
|