[opensuse-buildservice] byacc and bison
I have a package byacc which conflicts with bison and is required by another package I am trying to build. byacc builds happily on the buildservice, however the buildservice give the following error when installing it as a dependency of another build: installing bison-2.1-11 installing byacc-1.9-1.1 file /usr/bin/yacc from install of byacc-1.9-1.1 conflicts with file from package bison-2.1-11 Any idea on how to solve this? -- Peter Nixon http://www.peternixon.net/ PGP Key: http://www.peternixon.net/public.asc
On Mon, Jul 10, 2006 at 12:06:14PM +0300, Peter Nixon wrote:
I have a package byacc which conflicts with bison and is required by another package I am trying to build. byacc builds happily on the buildservice, however the buildservice give the following error when installing it as a dependency of another build:
installing bison-2.1-11 installing byacc-1.9-1.1 file /usr/bin/yacc from install of byacc-1.9-1.1 conflicts with file from package bison-2.1-11
Any idea on how to solve this?
Adding #!BuildIgnore: bison should (in theory) help. What project/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 Mon 10 Jul 2006 12:46, Michael Schroeder wrote:
On Mon, Jul 10, 2006 at 12:06:14PM +0300, Peter Nixon wrote:
I have a package byacc which conflicts with bison and is required by another package I am trying to build. byacc builds happily on the buildservice, however the buildservice give the following error when installing it as a dependency of another build:
installing bison-2.1-11 installing byacc-1.9-1.1 file /usr/bin/yacc from install of byacc-1.9-1.1 conflicts with file from package bison-2.1-11
Any idea on how to solve this?
Adding
#!BuildIgnore: bison
should (in theory) help. What project/package?
OK. I shall give it a try. In any case I have managed to solve (this) problem by renaming /usr/bin/yacc to /usr/bin/byacc thereby allowing it to co-exist with bison. -- Peter Nixon http://www.peternixon.net/ PGP Key: http://www.peternixon.net/public.asc
On 2006-07-10 13:37:36 +0300, Peter Nixon wrote:
OK. I shall give it a try. In any case I have managed to solve (this) problem by renaming /usr/bin/yacc to /usr/bin/byacc thereby allowing it to co-exist with bison.
why do you need yacc at all? is bison not enough? just curious, darix -- openSUSE - SUSE Linux is my linux openSUSE is good for you www.opensuse.org --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice-unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice-help@opensuse.org
On Mon 10 Jul 2006 14:04, Marcus Rueckert wrote:
On 2006-07-10 13:37:36 +0300, Peter Nixon wrote:
OK. I shall give it a try. In any case I have managed to solve (this) problem by renaming /usr/bin/yacc to /usr/bin/byacc thereby allowing it to co-exist with bison.
why do you need yacc at all? is bison not enough?
flowd requires byacc. Bison is not "compatible" enough. Cheers -- Peter Nixon http://www.peternixon.net/ PGP Key: http://www.peternixon.net/public.asc
On Mon, Jul 10, 2006 at 01:04:55PM +0200, Marcus Rueckert wrote:
On 2006-07-10 13:37:36 +0300, Peter Nixon wrote:
OK. I shall give it a try. In any case I have managed to solve (this) problem by renaming /usr/bin/yacc to /usr/bin/byacc thereby allowing it to co-exist with bison.
why do you need yacc at all? is bison not enough?
Every yacc implementation I have ever seen has its own (more or less stupid) proprietary extensions. Thus if some packages makes use of them you either have to port the grammer file or use the very same yacc implementation the authors used. Robert -- Robert Schiele Tel.: +49-621-181-2214 Dipl.-Wirtsch.informatiker mailto:rschiele@uni-mannheim.de "Quidquid latine dictum sit, altum sonatur."
participants (4)
-
Marcus Rueckert
-
Michael Schroeder
-
Peter Nixon
-
Robert Schiele