Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 459446 - app-admin/apache-tools-2.4.4 minor bug (httpd.exp': No such file or directory)
Summary: app-admin/apache-tools-2.4.4 minor bug (httpd.exp': No such file or directory)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick Lauer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: apache-2.4-stable
  Show dependency tree
 
Reported: 2013-02-27 07:59 UTC by Thomas Stein
Modified: 2014-01-31 08:19 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Stein 2013-02-27 07:59:36 UTC
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
Comment 1 Patrick Lauer gentoo-dev 2013-02-27 08:12:27 UTC
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
Comment 2 Thomas Stein 2013-07-22 07:17:05 UTC
Hello.

Still there in apache-tools-2.4.6.

cheers
t.
Comment 3 Hanno Zysik (geki) 2013-11-30 10:13:40 UTC
proper patch can be obtained here:
https://raw.github.com/archlinuxcn/repo/master/apache-tools/apache-tools-Makefile.patch
Comment 4 SpanKY gentoo-dev 2014-01-31 08:19:57 UTC
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