[WBEL-devel] Re: Problem building packages.

Ivo Tijhaar ivo@tijhaar.com
Tue, 29 Jun 2004 17:22:14 +0200


Thanks Paul,

at-3.1.8-47                                      --> Build succesfully after
changing date!
ghostscript-7.05-32.1.8                    --> See Gimp-print.
gimp-print-4.2.4-5                            --> Still not building, even
after bootstrapping the specfile (Disabling ijs).
gnome-python2-1.99.14-5                --> Building after installing
pyorbit-devel.
redhat-config-language-1.0.14-2       --> Building after installing
python-tools.

The package gimp-print-4.2.4-5 is still not building after editing the spec
file (In the spec file ijs is disabled). This is the error:

Checking for unpackaged file(s): /usr/lib/rpm/check-files
/var/tmp/gimp-print-4.2.4-buildroot
error: Installed (but unpackaged) file(s) found:
   /usr/share/man/man1/ijsgimpprint.1.gz


RPM build errors:
    Installed (but unpackaged) file(s) found:
   /usr/share/man/man1/ijsgimpprint.1.gz

Any ideas?

----- Original Message ----- 
From: <whitebox-devel-request@beau.org>
To: <whitebox-devel@beau.org>
Sent: Monday, June 28, 2004 7:00 PM
Subject: Whitebox-devel digest, Vol 1 #176 - 4 msgs


> Send Whitebox-devel mailing list submissions to
> whitebox-devel@beau.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://beau.org/mailman/listinfo/whitebox-devel
> or, via email, send a message with subject or body 'help' to
> whitebox-devel-request@beau.org
>
> You can reach the person managing the list at
> whitebox-devel-admin@beau.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Whitebox-devel digest..."
>
>
> Today's Topics:
>
>    1. Problem building packages. (Ivo Tijhaar)
>    2. Re: WBEL on PPC32? (J. Alexander Jacocks)
>    3. Re: Problem building packages. (Paul Iadonisi)
>    4. Re: Problem building packages. (Paul Iadonisi)
>
> --__--__--
>
> Message: 1
> From: Ivo Tijhaar <ivo@tijhaar.com>
> To: whitebox-devel@beau.org
> Date: Sun, 27 Jun 2004 21:35:57 +0200
> Subject: [WBEL-devel] Problem building packages.
>
> I tried to build my own whitebox. Only time after time the following
> packages failed building:
>
> at-3.1.8-47
> ghostscript-7.05-32.1.8
> gimp-print-4.2.4-5
> gnome-python2-1.99.14-5
> redhat-config-language-1.0.14-2
>
> does any body have a solution to build this packages?
>
> Tnx in advance
>
>
> --__--__--
>
> Message: 2
> Date: Mon, 28 Jun 2004 11:22:02 -0400
> From: "J. Alexander Jacocks" <jjacocks@mac.com>
> To: Whitebox-devel@beau.org
> Subject: Re: [WBEL-devel] WBEL on PPC32?
>
> > Not to my knowledge. A good base would be Yellow Dog Linux since it's
> > pretty much rpmbuild --rebuild of RH 9 on PowerPC.  RedHat has no desire
> > to create a ppc distro due to their Intel contract  ;-)  If you need any
> > help let me know I've got a year of developing YDL under my belt and an
> > iBook at home running Debian.
>
> Yeah, YDL is close, but they really don't have any great shakes support
> for any PPC hardware != Macintosh.  That's why I was hoping that the
> support for pSeries in RHEL AS would make a good porting base,
> especially since the group here has done such an impressive job with
> i386 and x86/64.
>
> Anyone know what the future of YDL is going to be?  Fedora, I assume?
>
> I might be able to get YDL mostly working (it doesn't support most of my
> hardware) enough to start rebuilding WBEL, though.
>
> --__--__--
>
> Message: 3
> Subject: Re: [WBEL-devel] Problem building packages.
> From: Paul Iadonisi <pri.wbel1@iadonisi.to>
> To: whitebox-devel@beau.org
> Date: Mon, 28 Jun 2004 12:12:48 -0400
>
> On Sun, 2004-06-27 at 15:35, Ivo Tijhaar wrote:
> > I tried to build my own whitebox. Only time after time the following
> > packages failed building:
> >
> > at-3.1.8-47
>
>   The 'at' package always fails to build towards the end of every
> month.  No, I'm not kidding ;-).  Search the archives of this list.  It
> has something to do with a bug in the test suite not handling the
> variable lengths of months too well.  Set the date of your build system
> to June 15 (or thereabouts), or just wait until after the first of the
> month to build this package.
>
> > ghostscript-7.05-32.1.8
> > gimp-print-4.2.4-5
>
>   There is a circular dependency between these two packages.  Check the
> top of the gimp-print spec file for instructions on bootstrapping them.
>
> > gnome-python2-1.99.14-5
>
>   I forgot the problem with this one, but I think it had something to do
> with some bonobo development package(s).  If I remember, I'll let you
> know.
>
> > redhat-config-language-1.0.14-2
>
>   The spec file for this package has a missing BuildRequires.  It should
> depend on python-tools which includes the file /usr/bin/pygettext.py
> needed for building it.  Simply install the python-tools package (no
> need to change the spec file of redhat-config-language, really) and it
> should build.
>
> > does any body have a solution to build this packages?
>
> Hope that helps!
>
> --
> -Paul Iadonisi
>  Senior System Administrator
>  Red Hat Certified Engineer / Local Linux Lobbyist
>  Ever see a penguin fly?  --  Try Linux.
>  GPL all the way: Sell services, don't lease secrets
>
>
> --__--__--
>
> Message: 4
> Subject: Re: [WBEL-devel] Problem building packages.
> From: Paul Iadonisi <pri.wbel1@iadonisi.to>
> To: whitebox-devel@beau.org
> Date: Mon, 28 Jun 2004 12:46:17 -0400
>
> On Mon, 2004-06-28 at 12:12, Paul Iadonisi wrote:
> > On Sun, 2004-06-27 at 15:35, Ivo Tijhaar wrote:
> > > I tried to build my own whitebox. Only time after time the following
> > > packages failed building:
>
> [snip]
>
> > > gnome-python2-1.99.14-5
> >
> >   I forgot the problem with this one, but I think it had something to do
> > with some bonobo development package(s).  If I remember, I'll let you
> > know.
>
>   Although I haven't 100% confirmed it, it looks like it's the
> pyorbit-devel package that needs to be installed in order for
> gnome-python2 to build.
>
> --
> -Paul Iadonisi
>  Senior System Administrator
>  Red Hat Certified Engineer / Local Linux Lobbyist
>  Ever see a penguin fly?  --  Try Linux.
>  GPL all the way: Sell services, don't lease secrets
>
>
>
> --__--__--
>
> _______________________________________________
> Whitebox-devel mailing list
> Whitebox-devel@beau.org
> http://beau.org/mailman/listinfo/whitebox-devel
>
>
> End of Whitebox-devel Digest