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%3Apet...
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@suse.de main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);}