Karthikdasari0423 opened a new issue, #10660: URL: https://github.com/apache/trafficserver/issues/10660
Hi Team, I am new to ATS and trying to build ATS with QUIC support but facing below error ``` root@ubuntu:~/trafficserver# autoreconf -if libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'm4/_aux'. libtoolize: copying file 'm4/_aux/ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' configure.ac:790: installing 'm4/_aux/ar-lib' configure.ac:678: installing 'm4/_aux/compile' configure.ac:109: installing 'm4/_aux/config.guess' configure.ac:109: installing 'm4/_aux/config.sub' configure.ac:46: installing 'm4/_aux/install-sh' configure.ac:46: installing 'm4/_aux/missing' configure.ac:2375: error: required file 'iocore/Makefile.in' not found configure.ac:2375: error: required file 'iocore/aio/Makefile.in' not found configure.ac:2375: error: required file 'iocore/io_uring/Makefile.in' not found configure.ac:2375: error: required file 'iocore/cache/Makefile.in' not found configure.ac:2375: error: required file 'iocore/dns/Makefile.in' not found configure.ac:2375: error: required file 'iocore/eventsystem/Makefile.in' not found configure.ac:2375: error: required file 'iocore/hostdb/Makefile.in' not found configure.ac:2375: error: required file 'iocore/net/Makefile.in' not found configure.ac:2375: error: required file 'iocore/net/quic/Makefile.in' not found configure.ac:2375: error: required file 'iocore/utils/Makefile.in' not found configure.ac:2375: error: required file 'mgmt/Makefile.in' not found configure.ac:2375: error: required file 'mgmt/rpc/Makefile.in' not found configure.ac:2375: error: required file 'mgmt/config/Makefile.in' not found configure.ac:2375: error: required file 'proxy/Makefile.in' not found configure.ac:2375: error: required file 'proxy/hdrs/Makefile.in' not found configure.ac:2375: error: required file 'proxy/http/Makefile.in' not found configure.ac:2375: error: required file 'proxy/http/remap/Makefile.in' not found configure.ac:2375: error: required file 'proxy/http2/Makefile.in' not found configure.ac:2375: error: required file 'proxy/http3/Makefile.in' not found configure.ac:2375: error: required file 'proxy/logging/Makefile.in' not found configure.ac:2375: error: required file 'proxy/shared/Makefile.in' not found Makefile.am:30: error: required directory ./iocore does not exist Makefile.am:30: error: required directory ./proxy does not exist Makefile.am:30: error: required directory ./mgmt does not exist parallel-tests: installing 'm4/_aux/test-driver' example/plugins/c-api/Makefile.am: installing 'm4/_aux/depcomp' autoreconf: error: automake failed with exit status: 1 root@ubuntu:~/trafficserver# ``` i am following steps from https://github.com/apache/trafficserver/wiki/HTTP-3-Documentation ``` root@ubuntu:~/trafficserver# uname -a Linux ubuntu 5.15.0-60-generic #66-Ubuntu SMP Fri Jan 20 14:29:49 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux root@ubuntu:~/trafficserver# cat /etc/os-release PRETTY_NAME="Ubuntu 22.04.3 LTS" NAME="Ubuntu" VERSION_ID="22.04" VERSION="22.04.3 LTS (Jammy Jellyfish)" VERSION_CODENAME=jammy ID=ubuntu ID_LIKE=debian HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" UBUNTU_CODENAME=jammy root@ubuntu:~/trafficserver# ``` Could someone please help or am i missing anything here? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
