Summary: | app-admin/apache-tools-2.4.4 minor bug (httpd.exp': No such file or directory) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Thomas Stein <himbeere> |
Component: | Current packages | Assignee: | Patrick Lauer <patrick> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | h.mth, vapier |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 468302 |
Nice. That's a bug in the upstream makefile, should be easy to rectify: support/Makefile: @cp -p $(top_builddir)/server/httpd.exp $(DESTDIR)$(libexecdir) httpd-2.4.4 # ls server/ buildmark.c core_filters.c gen_test_char.c main.c mpm_unix.c scoreboard.c util_debug.c util_expr_parse.y util_md5.c util_time.c config.c .deps gen_test_char.dsp Makefile NWGNUmakefile util.c util_ebcdic.c util_expr_private.h util_mutex.c util_xml.c config.m4 eoc_bucket.c .indent.pro Makefile.in protocol.c util_cfgtree.c util_expr_eval.c util_expr_scan.c util_pcre.c vhost.c connection.c eor_bucket.c listen.c mpm/ provider.c util_charset.c util_expr_parse.c util_expr_scan.l util_regex.c core.c error_bucket.c log.c mpm_common.c request.c util_cookies.c util_expr_parse.h util_filter.c util_script.c Hello. Still there in apache-tools-2.4.6. cheers t. proper patch can be obtained here: https://raw.github.com/archlinuxcn/repo/master/apache-tools/apache-tools-Makefile.patch should be all set now in the tree; thanks for the report! Commit message: Fix src_install errors and install of dbmanage helper http://sources.gentoo.org/app-admin/apache-tools/apache-tools-2.4.7-r1.ebuild?rev=1.1 http://sources.gentoo.org/app-admin/apache-tools/files/apache-tools-2.4.7-Makefile.patch?rev=1.1 |
Hello. I spotted a minor bug during compilation of apache-tools-2.4.4 cp: cannot stat '/var/tmp/portage/app-admin/apache-tools-2.4.4/work/httpd-2.4.4/server/httpd.exp': No such file or directory make: *** [install] Error 1 cheers t. >>> Completed installing apache-tools-2.4.4 into /var/tmp/portage/app-admin/apache-tools-2.4.4/image/ Reproducible: Always