Displaying 1 result from an estimated 1 matches for "legal_deps".
2014 Jun 15
1
apr buildconf fails
...with a
python error:
buildconf: generating 'make' outputs ...
Traceback (most recent call last):
File "build/gen-build.py", line 230, in <module>
main()
File "build/gen-build.py", line 56, in main
h_deps[os.path.basename(fname)] = extract_deps(fname, legal_deps)
File "build/gen-build.py", line 198, in extract_deps
inc = _re_include.match(line).group(1)
AttributeError: 'NoneType' object has no attribute 'group'
buildconf: rebuilding rpm spec file
[root at uszmpaplp005lc apr-util-1.5.1]# build/gen-build.py
Traceback (most rec...