Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build issue: "_typeobject::tp_finalize" #123

Open
TimJSwan89 opened this issue Apr 13, 2018 · 0 comments
Open

Build issue: "_typeobject::tp_finalize" #123

TimJSwan89 opened this issue Apr 13, 2018 · 0 comments

Comments

@TimJSwan89
Copy link

$ uname -a
Linux timothy-VirtualBox 4.13.0-38-generic #43~16.04.1-Ubuntu SMP Wed Mar 14 17:48:43 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

Build error log:

...
Making all in python
make[6]: Entering directory '/home/timothy/Desktop/bundy/src/lib/dns/python'
Making all in .
make[7]: Entering directory '/home/timothy/Desktop/bundy/src/lib/dns/python'
  CXX      libb10_pydnspp_la-pydnspp_common.lo
  CXX      libb10_pydnspp_la-name_python.lo
name_python.cc:610:1: error: missing initializer for member ‘_typeobject::tp_finalize’ [-Werror=missing-field-initializers]
 };
 ^
name_python.cc:665:1: error: missing initializer for member ‘_typeobject::tp_finalize’ [-Werror=missing-field-initializers]
 };
 ^
cc1plus: all warnings being treated as errors
Makefile:699: recipe for target 'libb10_pydnspp_la-name_python.lo' failed
make[7]: *** [libb10_pydnspp_la-name_python.lo] Error 1
...

To reproduce:

git clone https://github.com/bundy-dns/bundy.git
cd bundy/
git checkout 52101dfd4fb6a648927596799461f829ec05eaa2 # Tag 7 Apr 2014 bind10-1.2.0rc1-release
sed -i -e "645s/rdlen/int(rdlen)/g" src/lib/util/python/gen_wiredata.py
autoreconf -i
./configure --disable-generate-docs
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant