Re: [Cooker] Compiling procps-2.0.6-12mdk.src.rpm fails

2000-04-21 Thread Stefan van der Eijk

Here's the URL of the buildoutputs on my sys:

http://d10179.dtk.chello.nl/build/

I've devided it up into contrib, cooker and crypto. Then the arch (I
have
alpha and i586). Then it's into how the packages compiled:

OK/ packages that compile fine.

arch_excl/  packages that have the architecture excluded

broken/ packages that are broken. .spec file that have serious errors,
patches that can't be applied, etc. etc.

dependancies/   packages that need dependancies to be resolved in order
to be compiled. I try to install the dependant packages
ASAP.

fixed_uploaded/ packages for which a fix has been made & made available
here we're waiting for the fix to be integrated into cooker.

interactive/packages that require human intervention during compiling.

man/packages with man & info page problems (due to the switch
to spec helper).

obselete/   packages that have become obselete. This is mostly related
to the contribs.

problem/packages with "problems". They don't compile, or other things
are wrong.

root_only/  packages that can only be compiled as root. Mostly due to dev
entries that need to be made.

If you're interested, please take a look... Be patient with the link,
I've only
got 16Kb/sec upload on my cable connection... AND: these are NOT the
official
cooker builds... Just my personal version of it... I try to compile all
the 
packages every week on both of my systems...

Feedback & fixes & sugguestions and sollutions are welcome...

Stefan van der Eijk

Stefan van der Eijk wrote:
> 
> OK... it compiles fine on both my intel AND alpha systems... Even by
> compiling it as a non-root user. In my opinion there is nothing wrong
> with procps and discussing this is a waste of resources...
> 
> If you are interested in which packages FAIL to compile on my cooker
> systems (I've got an intel and alpha system which are both up 2 date
> with cooker), I'd be happy to share the failed buildoutputs with you
> all...
> 
> Stefan




Re: [Cooker] Compiling procps-2.0.6-12mdk.src.rpm fails

2000-04-21 Thread Stefan van der Eijk

> On a quick look, the man pages doesn't get bzip'ed in the .spec. What new
> feature since 7.0 fixes this?

yup... that's the stuff that the spec-helper does... If you don't have
the latest rpm and spec-helper installed, you'll get a lot of these
problems with cooker...

Please consider upgrading these (and maybe the rest of the distro) to
the
current cooker packages. I personally use autorpm to do this
automatically
on a daily basis... When you're up 2 date try compiling again, and it'll
probably work...

Good luck!!

Stefan




Re: [Cooker] Compiling procps-2.0.6-12mdk.src.rpm fails

2000-04-21 Thread Sebastian Dransfeld

On a quick look, the man pages doesn't get bzip'ed in the .spec. What new
feature since 7.0 fixes this?

seb


On Fri, 21 Apr 2000, Stefan van der Eijk wrote:

> OK... it compiles fine on both my intel AND alpha systems... Even by
> compiling it as a non-root user. In my opinion there is nothing wrong 
> with procps and discussing this is a waste of resources...
> 
> If you are interested in which packages FAIL to compile on my cooker
> systems (I've got an intel and alpha system which are both up 2 date
> with cooker), I'd be happy to share the failed buildoutputs with you
> all...
> 
> Stefan
> 
> Chmouel Boudjnah wrote:
> > 
> > Jim Fritz <[EMAIL PROTECTED]> writes:
> > 
> > > I haven't installed anything along those lines other than what Mandrake
> > > installed when I indicated a development machine at install.
> > 
> > so upgrade your rpm and spec-helper from cooker.
> > 
> > --
> > MandrakeSoft Inchttp://www.mandrakesoft.com
> > San-Diego, CA USA.--Chmouel
> 





Re: [Cooker] Compiling procps-2.0.6-12mdk.src.rpm fails

2000-04-21 Thread Stefan van der Eijk

OK... it compiles fine on both my intel AND alpha systems... Even by
compiling it as a non-root user. In my opinion there is nothing wrong 
with procps and discussing this is a waste of resources...

If you are interested in which packages FAIL to compile on my cooker
systems (I've got an intel and alpha system which are both up 2 date
with cooker), I'd be happy to share the failed buildoutputs with you
all...

Stefan

Chmouel Boudjnah wrote:
> 
> Jim Fritz <[EMAIL PROTECTED]> writes:
> 
> > I haven't installed anything along those lines other than what Mandrake
> > installed when I indicated a development machine at install.
> 
> so upgrade your rpm and spec-helper from cooker.
> 
> --
> MandrakeSoft Inchttp://www.mandrakesoft.com
> San-Diego, CA USA.--Chmouel




Re: [Cooker] Compiling procps-2.0.6-12mdk.src.rpm fails

2000-04-21 Thread Sebastian Dransfeld

On Thu, 20 Apr 2000, Jim Fritz wrote:

> When I issue the command:
> 
>rpm -bb -clean procps.spec
> 
> It fails ending in:
> 
>Provides: libproc.so.2.0
>PreReq: /bin/sh
>Processing files: procps-X11-2.0.6-12mdk
>Finding  Provides: (using /usr/lib/rpm/find-provides)...
>Finding  Requires: (using /usr/lib/rpm/find-requires)...
>Requires: /bin/sh
> 
> This doesn't make sense to me since:
> 
>/bin/sh exists
>/bin/sh is a link to /bin/bash (which also exists)
>/bin/sh and /bin/bash were installed by RPM
>I can build procps-2.0.6-5mdk.src.rpm with no problems at all.
> 
> Does anyone have a suggestion?  
> 

This seems like the typical case where rpm doesn't find all the files
which is noted in the %files section. If you look earlier in the log,
there should be a "file missing" or some other error.

seb




Re: [Cooker] Compiling procps-2.0.6-12mdk.src.rpm fails

2000-04-21 Thread Chmouel Boudjnah

Jim Fritz <[EMAIL PROTECTED]> writes:

> I haven't installed anything along those lines other than what Mandrake
> installed when I indicated a development machine at install.

so upgrade your rpm and spec-helper from cooker.

-- 
MandrakeSoft Inchttp://www.mandrakesoft.com
San-Diego, CA USA.--Chmouel




Re: [Cooker] Compiling procps-2.0.6-12mdk.src.rpm fails

2000-04-21 Thread Jim Fritz

Chmouel Boudjnah wrote:
> 
> Jim Fritz <[EMAIL PROTECTED]> writes:
> 
> > I am not a guru, so I am not sure if what I did was right or not but it
> > does now build.  What I did was add the following line to the spec file:
> >
> >   bzip2 -9f $RPM_BUILD_ROOT/usr/man/*/*
> >
> > I just looked at the differences between the 5mdk and the 12mdk spec
> > file.  Was I wrong in adding this line to the spec file?
> 
> you have spec-helper installed ?
> 
> --
> MandrakeSoft Inchttp://www.mandrakesoft.com
> San-Diego, CA USA.--Chmouel

I haven't installed anything along those lines other than what Mandrake
installed when I indicated a development machine at install.

-- 
Thanks,
  Jim Fritz, President   F&H SoftHouse, Inc.
  603 East 16th StreetHolland, MI  49423
  Phone: (616) 395-9556  Fax: (616) 395-9557




Re: [Cooker] Compiling procps-2.0.6-12mdk.src.rpm fails

2000-04-21 Thread Chmouel Boudjnah

Jim Fritz <[EMAIL PROTECTED]> writes:

> I am not a guru, so I am not sure if what I did was right or not but it
> does now build.  What I did was add the following line to the spec file:
> 
>   bzip2 -9f $RPM_BUILD_ROOT/usr/man/*/*
> 
> I just looked at the differences between the 5mdk and the 12mdk spec
> file.  Was I wrong in adding this line to the spec file?

you have spec-helper installed ?

-- 
MandrakeSoft Inchttp://www.mandrakesoft.com
San-Diego, CA USA.--Chmouel




Re: [Cooker] Compiling procps-2.0.6-12mdk.src.rpm fails

2000-04-21 Thread Jim Fritz

I am not a guru, so I am not sure if what I did was right or not but it
does now build.  What I did was add the following line to the spec file:

  bzip2 -9f $RPM_BUILD_ROOT/usr/man/*/*

I just looked at the differences between the 5mdk and the 12mdk spec
file.  Was I wrong in adding this line to the spec file?

Jim Fritz wrote:
> 
> When I issue the command:
> 
>rpm -bb -clean procps.spec
> 
> It fails ending in:
> 
>Provides: libproc.so.2.0
>PreReq: /bin/sh
>Processing files: procps-X11-2.0.6-12mdk
>Finding  Provides: (using /usr/lib/rpm/find-provides)...
>Finding  Requires: (using /usr/lib/rpm/find-requires)...
>Requires: /bin/sh
> 
> This doesn't make sense to me since:
> 
>/bin/sh exists
>/bin/sh is a link to /bin/bash (which also exists)
>/bin/sh and /bin/bash were installed by RPM
>I can build procps-2.0.6-5mdk.src.rpm with no problems at all.
> 
> Does anyone have a suggestion?
> 
> --
> Thanks,
>   Jim Fritz, President   F&H SoftHouse, Inc.
>   603 East 16th StreetHolland, MI  49423
>   Phone: (616) 395-9556  Fax: (616) 395-9557

-- 
Thanks,
  Jim Fritz, President   F&H SoftHouse, Inc.
  603 East 16th StreetHolland, MI  49423
  Phone: (616) 395-9556  Fax: (616) 395-9557




Re: [Cooker] Compiling procps-2.0.6-12mdk.src.rpm fails

2000-04-20 Thread Jim Fritz

Chmouel,

The output from rpm -bl procps.spec for both the 5mdk and 12mdk source
packages are exactly the same (other than the output listing 5mdk and
12mdk).

Chmouel Boudjnah wrote:
> 
> Jim Fritz <[EMAIL PROTECTED]> writes:
> 
> > Does anyone have a suggestion?
> 
> rpm -bl procps*.spec
> 
> ?
> 
> --
> MandrakeSoft Inchttp://www.mandrakesoft.com
> San-Diego, CA USA.--Chmouel

-- 
Thanks,
  Jim Fritz, President   F&H SoftHouse, Inc.
  603 East 16th StreetHolland, MI  49423
  Phone: (616) 395-9556  Fax: (616) 395-9557




Re: [Cooker] Compiling procps-2.0.6-12mdk.src.rpm fails

2000-04-20 Thread Chmouel Boudjnah

Jim Fritz <[EMAIL PROTECTED]> writes:

> Does anyone have a suggestion?  

rpm -bl procps*.spec 

?



-- 
MandrakeSoft Inchttp://www.mandrakesoft.com
San-Diego, CA USA.--Chmouel




[Cooker] Compiling procps-2.0.6-12mdk.src.rpm fails

2000-04-20 Thread Jim Fritz

When I issue the command:

   rpm -bb -clean procps.spec

It fails ending in:

   Provides: libproc.so.2.0
   PreReq: /bin/sh
   Processing files: procps-X11-2.0.6-12mdk
   Finding  Provides: (using /usr/lib/rpm/find-provides)...
   Finding  Requires: (using /usr/lib/rpm/find-requires)...
   Requires: /bin/sh

This doesn't make sense to me since:

   /bin/sh exists
   /bin/sh is a link to /bin/bash (which also exists)
   /bin/sh and /bin/bash were installed by RPM
   I can build procps-2.0.6-5mdk.src.rpm with no problems at all.

Does anyone have a suggestion?  

-- 
Thanks,
  Jim Fritz, President   F&H SoftHouse, Inc.
  603 East 16th StreetHolland, MI  49423
  Phone: (616) 395-9556  Fax: (616) 395-9557