Summary: | sys-devel/gdb-6.7.1-r1 fails to compile duel addon | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Arfrever Frehtes Taifersar Arahesis (RETIRED) <arfrever> |
Component: | New packages | Assignee: | Gentoo Toolchain Maintainers <toolchain> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Arfrever Frehtes Taifersar Arahesis (RETIRED)
![]() Reopen with errors in English; set your locales to C when reporting bugs, thanks. make -C duel make[3]: Entering directory `/var/tmp/portage/sys-devel/gdb-6.7.1-r1/work/gdb-6.7.1/gdb/duel' cc -g -c -o duel.o duel.c cc -g -c -o types.o types.c cc -g -c -o eval.o eval.c cc -g -c -o misc.o misc.c yacc parse.y cc -g -c -o y.tab.o y.tab.c gcc: y.tab.c: No such file or directory gcc: no input files make[3]: *** [y.tab.o] Error 1 make[3]: Leaving directory `/var/tmp/portage/sys-devel/gdb-6.7.1-r1/work/gdb-6.7.1/gdb/duel' make[2]: *** [duel/duel.a] Error 2 make[2]: Leaving directory `/var/tmp/portage/sys-devel/gdb-6.7.1-r1/work/gdb-6.7.1/gdb' make[1]: *** [all-gdb] Error 2 make[1]: Leaving directory `/var/tmp/portage/sys-devel/gdb-6.7.1-r1/work/gdb-6.7.1' make: *** [all] Error 2 what yacc do you have installed ? what is /usr/bin/yacc ? (In reply to comment #3) > what yacc do you have installed ? sys-devel/bison-2.3. > what is /usr/bin/yacc ? It was symlink to "bison". I started reading http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/yacc/yacc-1.9.1-r2.ebuild?hideattic=0&rev=1.9&view=log, http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/yacc/yacc-1.9.1-r2.ebuild?hideattic=0&rev=1.8&view=markup, http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/yacc/yacc-1.9.1-r3.ebuild?hideattic=0&rev=1.2&view=log and http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/yacc/yacc-1.9.1-r3.ebuild?hideattic=0&rev=1.1&view=markup and I think that I probably uninstalled dev-util/yacc-1.9.1-r2 somewhen in the past and later I never installed dev-util/yacc-1.9.1-r3. I deleted this symlink, reinstalled sys-devel/bison and now installation of sys-devel/gdb-6.7.1-r1 doesn't fail. |