tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Dealing with .git
Leftover git droppings are causing issues in the NetBSD source tree:
http://mail-index.netbsd.org/netbsd-bugs/2021/09/05/msg073089.html
Now, apparently, I'm seeing them in rust:
--- stderr
fatal: not a git repository (or any of the parent directories): .git
error occurred: Command "gcc" "-O3" "-ffunction-sections"
"-fdata-sections" "-fPIC" "-O2" "-ffunction-sections" "-fdata-sections"
"-fPIC" "-O2" "-D_FORTIFY_SOURCE=2" "-I/usr/local/include"
"-I/usr/include" "-I/usr/include/krb5" "-I/usr/local/include/python3.8"
"-I" "curl/lib" "-I" "curl/include" "-I"
"/usr/pkgsrc/lang/rust/work/rustc-1.54.0-src/build/sparc64-unknown-netbsd/stage2-tools/sparc64-unknown-netbsd/release/build/libnghttp2-sys-b5014a7e92926975/out/i/include"
"-fvisibility=hidden" "-DBUILDING_LIBCURL" "-DCURL_DISABLE_CRYPTO_AUTH"
"-DCURL_DISABLE_DICT" "-DCURL_DISABLE_GOPHER" "-DCURL_DISABLE_IMAP"
"-DCURL_DISABLE_LDAP" "-DCURL_DISABLE_LDAPS" "-DCURL_DISABLE_NTLM"
"-DCURL_DISABLE_POP3" "-DCURL_DISABLE_RTSP" "-DCURL_DISABLE_SMB"
"-DCURL_DISABLE_SMTP" "-DCURL_DISABLE_TELNET" "-DCURL_DISABLE_TFTP"
"-DCURL_STATICLIB" "-DENABLE_IPV6" "-DHAVE_ASSERT_H" "-DOS=\"unknown\""
"-DHAVE_ZLIB_H" "-DHAVE_LIBZ" "-DHAVE_GETADDRINFO" "-DHAVE_GETPEERNAME"
"-DHAVE_GETSOCKNAME" "-DCURL_DISABLE_FTP" "-DUSE_NGHTTP2"
"-DNGHTTP2_STATICLIB" "-DUSE_OPENSSL" "-DRECV_TYPE_ARG1=int"
"-DHAVE_PTHREAD_H" "-DHAVE_ARPA_INET_H" "-DHAVE_ERRNO_H" "-DHAVE_FCNTL_H"
"-DHAVE_NETDB_H" "-DHAVE_NETINET_IN_H" "-DHAVE_NETINET_TCP_H"
"-DHAVE_POLL_FINE" "-DHAVE_POLL_H" "-DHAVE_FCNTL_O_NONBLOCK"
"-DHAVE_SYS_SELECT_H" "-DHAVE_SYS_STAT_H" "-DHAVE_UNISTD_H" "-DHAVE_RECV"
"-DHAVE_SELECT" "-DHAVE_SEND" "-DHAVE_SOCKET" "-DHAVE_STERRROR_R"
"-DHAVE_SOCKETPAIR" "-DHAVE_STRUCT_TIMEVAL" "-DHAVE_SYS_UN_H"
"-DUSE_THREADS_POSIX" "-DUSE_UNIX_SOCKETS" "-DRECV_TYPE_ARG2=void*"
"-DRECV_TYPE_ARG3=size_t" "-DRECV_TYPE_ARG4=int"
"-DRECV_TYPE_RETV=ssize_t" "-DSEND_QUAL_ARG2=const" "-DSEND_TYPE_ARG1=int"
"-DSEND_TYPE_ARG2=void*" "-DSEND_TYPE_ARG3=size_t" "-DSEND_TYPE_ARG4=int"
"-DSEND_TYPE_RETV=ssize_t" "-DSIZEOF_CURL_OFF_T=8" "-DSIZEOF_INT=4"
"-DSIZEOF_SHORT=2" "-DHAVE_CLOCK_GETTIME_MONOTONIC" "-DHAVE_GETTIMEOFDAY"
"-DSIZEOF_SSIZE_T=8" "-DSIZEOF_SIZE_T=8" "-DSIZEOF_LONG=8" "-o"
"/usr/pkgsrc/lang/rust/work/rustc-1.54.0-src/build/sparc64-unknown-netbsd/stage2-tools/sparc64-unknown-netbsd/release/build/curl-sys-2f95232b05378591/out/build/curl/lib/strerror.o"
"-c" "curl/lib/strerror.c" with args "gcc" did not execute successfully
(status code exit status: 1).
warning: build failed, waiting for other jobs to finish...
Any thoughts about how best to handle droppings like these?
John
Home |
Main Index |
Thread Index |
Old Index