I wonder if this is releated to the fact that apt uses #pragma interface/implementation
Could you please try removing the "#pragma interface/implementation"
lines from the source and try again?
find . -name "*.cc" -or -name "*.h" -exec sed -i '/#pragma/g' {} \;
should do that automatically.
Thanks,
Michael
--
rebuild apt with noopt option fails
https://launchpad.net/bugs/63299
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
