Mailinglist Archive: opensuse-buildservice (113 mails)
| < Previous | Next > |
Re: [opensuse-buildservice] Strange problem
- From: Michael Schroeder <mls@xxxxxxx>
- Date: Fri, 12 May 2006 11:56:12 +0200
- Message-id: <20060512095612.GA17570@xxxxxxx>
On Fri, May 12, 2006 at 10:23:07AM +0300, Peter Nixon wrote:
> Hi Guys
>
> I am attempting to rebuild the Postgresql package from Factory on SUSE 10.0
> at:
>
> http://build.opensuse.org/package/show?package=postgresql&project=home%3Apeternixon
>
> I am getting the build error:
>
> error: File /usr/src/packages/SOURCES/postgresql-fpic.patch: No such file or
> directory
>
> However that file is most definitely in the list of "Files". Am I going insane
> or is there a problem here?
Tricky. The build failure you see is when only part of the sources
was uploaded:
postgresql-8.1.3.tar.bz2
postgresql-bashprofile
postgresql-conf.patch
postgresql-dbase.patch
postgresql.spec
As you can see there was no postgresql-fpic.patch.
Now the build is not working because there are two specfiles with
both start with the name "postgresql". I have changed the code so that
it checks for a direct match before looking at prefix matches.
Your package is now building.
Cheers,
Michael.
--
Michael Schroeder mls@xxxxxxx
main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);}
> Hi Guys
>
> I am attempting to rebuild the Postgresql package from Factory on SUSE 10.0
> at:
>
> http://build.opensuse.org/package/show?package=postgresql&project=home%3Apeternixon
>
> I am getting the build error:
>
> error: File /usr/src/packages/SOURCES/postgresql-fpic.patch: No such file or
> directory
>
> However that file is most definitely in the list of "Files". Am I going insane
> or is there a problem here?
Tricky. The build failure you see is when only part of the sources
was uploaded:
postgresql-8.1.3.tar.bz2
postgresql-bashprofile
postgresql-conf.patch
postgresql-dbase.patch
postgresql.spec
As you can see there was no postgresql-fpic.patch.
Now the build is not working because there are two specfiles with
both start with the name "postgresql". I have changed the code so that
it checks for a direct match before looking at prefix matches.
Your package is now building.
Cheers,
Michael.
--
Michael Schroeder mls@xxxxxxx
main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);}
| < Previous | Next > |