Comment 6 for bug 860045

Revision history for this message
Alexey Vinogradov (a-n-vinogradov) wrote :

I've decided the problem by patching the debianization

in debian/rules find

 # Remove conflicting and empty files
 rm -rf debian/$(PACKAGE)/usr/share/gdb/syscalls
 rm -rf debian/$(PACKAGE)/usr/share/locale
 rm -rf debian/$(PACKAGE)/usr/share/info
 rm -rf debian/$(PACKAGE)/usr/lib/*iberty*

and add there:

 rm -rf debian/$(PACKAGE)/usr/share/gdb/python

BTW there is some more problems exists (it is not strictly linked with gdb-source package version, so using gdb-7.4 is ok for prerequisites, but failed by the fact, and so, more patching necessary.