[opensuse-buildservice] Build package on Ubuntu
I'm trying to use the openSuse Commandline Tools on Ubuntu Dapper Drake 6.06. I installed "build" using this .deb file: http://software.opensuse.org/download/openSUSE:/Tools/xUbuntu_6.06/all/build... en installed "osc" using this .deb file http://software.opensuse.org/download/openSUSE:/Tools/xUbuntu_6.06/i386/osc_... Everything works, except the building. In /usr/lib/build, there's a symlink to /lib/build/build ... but that last file doesn't exist. So it says: bash: build not found ... What have I done wrong? --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
On Wed, Feb 28, 2007 at 12:24:55PM +0100, Jochen Hebbrecht wrote:
I'm trying to use the openSuse Commandline Tools on Ubuntu Dapper Drake 6.06. I installed "build" using this .deb file: http://software.opensuse.org/download/openSUSE:/Tools/xUbuntu_6.06/all/build... en installed "osc" using this .deb file http://software.opensuse.org/download/openSUSE:/Tools/xUbuntu_6.06/i386/osc_...
Everything works, except the building. In /usr/lib/build, there's a symlink to /lib/build/build ... but that last file doesn't exist. So it says: bash: build not found ...
/usr/bin/build is a symlink to /usr/lib/build/build, which seems to be missing from the deb file. Seems like the debian rules file is wrong. Peter, could you please fix the package? Cheers, Michael. -- Michael Schroeder mls@suse.de main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
On Wed, Feb 28, 2007 at 12:44:15PM +0100, Michael Schroeder wrote:
/usr/bin/build is a symlink to /usr/lib/build/build, which seems to be missing from the deb file. Seems like the debian rules file is wrong.
Peter, could you please fix the package?
The fix is trivial: Just insert the following line into debian/build.install: build usr/lib/build As an alternative add me to the maintainers list and I will add it there. Robert -- Robert Schiele Dipl.-Wirtsch.informatiker mailto:rschiele@gmail.com "Quidquid latine dictum sit, altum sonatur."
participants (3)
-
Jochen Hebbrecht
-
Michael Schroeder
-
Robert Schiele