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

"debuginfo: Could not find namespace node" building rust-http #9709

Closed
kmcallister opened this issue Oct 3, 2013 · 1 comment
Closed

"debuginfo: Could not find namespace node" building rust-http #9709

kmcallister opened this issue Oct 3, 2013 · 1 comment
Labels
A-debuginfo Area: Debugging information in compiled programs (DWARF, PDB, etc.)

Comments

@kmcallister
Copy link
Contributor

$ make
make[1]: Entering directory `/home/keegan/proj/servo/servo/build/x86_64-unknown-linux-gnu/src/support/http/rust-http'
/home/keegan/proj/servo/servo/build/x86_64-unknown-linux-gnu/src/compiler/rust/x86_64-unknown-linux-gnu/stage2/bin/rustc -O /home/keegan/proj/servo/servo/src/s
upport/http/rust-http/src/libhttp/codegen/codegen.rs -o codegen
./codegen status.rs /home/keegan/proj/servo/servo/src/support/http/rust-http/src/libhttp/generated/
./codegen read_method.rs /home/keegan/proj/servo/servo/src/support/http/rust-http/src/libhttp/generated/
/home/keegan/proj/servo/servo/build/x86_64-unknown-linux-gnu/src/compiler/rust/x86_64-unknown-linux-gnu/stage2/bin/rustc -Z debug-info -Z no-debug-borrows -O  
/home/keegan/proj/servo/servo/src/support/http/rust-http/src/libhttp/lib.rs --out-dir .
/home/keegan/proj/servo/servo/src/support/http/rust-http/src/libhttp/client/request.rs:77:8: 101:9 warning: debuginfo: Could not find namespace node for function
                                          with name url_to_socket_addr. This is a bug! Please report this to
                                          github.com/mozilla/rust/issues
/home/keegan/proj/servo/servo/src/support/http/rust-http/src/libhttp/client/request.rs:77         fn url_to_socket_addr(url: &Url) -> SocketAddr {
/home/keegan/proj/servo/servo/src/support/http/rust-http/src/libhttp/client/request.rs:78             // Just grab the first IPv4 address
/home/keegan/proj/servo/servo/src/support/http/rust-http/src/libhttp/client/request.rs:79             let addrs = get_host_addresses(url.host);
/home/keegan/proj/servo/servo/src/support/http/rust-http/src/libhttp/client/request.rs:80             // TODO: Error handling
/home/keegan/proj/servo/servo/src/support/http/rust-http/src/libhttp/client/request.rs:81             let addrs = addrs.unwrap();
/home/keegan/proj/servo/servo/src/support/http/rust-http/src/libhttp/client/request.rs:82             let addr = do addrs.move_iter().find |&a| {
                                                                                          ...
@jdm
Copy link
Contributor

jdm commented Oct 4, 2013

#9268.

@jdm jdm closed this as completed Oct 4, 2013
flip1995 pushed a commit to flip1995/rust that referenced this issue Nov 21, 2022
…, r=flip1995

chore: remove unnecessary files

removes document text files that are no longer needed by rust-lang#9541.

changelog: none

r? `@Alexendoo`
flip1995 pushed a commit to flip1995/rust that referenced this issue Nov 21, 2022
Remove `lib.register_*` and `src/docs*` in `cargo dev update_lints`

Follow up to rust-lang#9709 / rust-lang#9541

There's a good number of PRs with some leftover `src/docs` files for example, and as a reviewer it's something we're used to ignoring so it can easily slip through

r? `@flip1995`

changelog: none
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-debuginfo Area: Debugging information in compiled programs (DWARF, PDB, etc.)
Projects
None yet
Development

No branches or pull requests

2 participants