Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 827173 - app-text/htp-1.19 - src/ver.h: fatal error: version.inc: No such file or directory
Summary: app-text/htp-1.19 - src/ver.h: fatal error: version.inc: No such file or dire...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Web Application Packages Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: parallel-make
  Show dependency tree
 
Reported: 2021-11-24 17:16 UTC by Toralf Förster
Modified: 2023-10-06 01:28 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.89 KB, text/plain)
2021-11-24 17:16 UTC, Toralf Förster
Details
app-text:htp-1.19:20211124-165153.log (app-text:htp-1.19:20211124-165153.log,2.60 KB, text/plain)
2021-11-24 17:16 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,421.85 KB, text/plain)
2021-11-24 17:16 UTC, Toralf Förster
Details
environment (environment,50.59 KB, text/plain)
2021-11-24 17:16 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,34.88 KB, application/x-bzip)
2021-11-24 17:16 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,13.31 KB, application/x-bzip)
2021-11-24 17:16 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2021-11-24 17:16:04 UTC
In file included from src/htp.h:117,
                 from src/defs.h:17,
                 from src/bool-proc.h:17,
                 from src/bool-proc.c:15:
src/ver.h:19:10: fatal error: version.inc: No such file or directory
   19 | #include "version.inc"
      |          ^~~~~~~~~~~~~
compilation terminated.
make: *** [src/Makefile.sub:64: src/bool-proc.o] Error 1

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1-j4-20211119-175559

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-11.2.0 *
/usr/lib/llvm/13
13.0.0
Python 3.9.9
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby27 (with Rubygems)
  [3]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.56.1 *
The Glorious Glasgow Haskell Compilation System, version 8.10.4
php cli:

  HEAD of ::gentoo
commit e376dfcb9bad1dee8f75ce3bc04bfa7678709a6f
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Wed Nov 24 16:36:50 2021 +0000

    2021-11-24 16:36:48 UTC

emerge -qpvO app-text/htp
[ebuild  N    ] app-text/htp-1.19
Comment 1 Toralf Förster gentoo-dev 2021-11-24 17:16:05 UTC
Created attachment 756067 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-11-24 17:16:06 UTC
Created attachment 756070 [details]
app-text:htp-1.19:20211124-165153.log
Comment 3 Toralf Förster gentoo-dev 2021-11-24 17:16:08 UTC
Created attachment 756073 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2021-11-24 17:16:09 UTC
Created attachment 756076 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2021-11-24 17:16:11 UTC
Created attachment 756079 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-11-24 17:16:12 UTC
Created attachment 756082 [details]
temp.tar.bz2
Comment 7 Larry the Git Cow gentoo-dev 2023-10-06 01:28:31 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae76bbdafb14402e4779e00de82b2583ebb3d13e

commit ae76bbdafb14402e4779e00de82b2583ebb3d13e
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-10-06 01:11:02 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-10-06 01:11:07 +0000

    app-text/htp: update EAPI 6 -> 8, fix build with perl-5.26(!), fix parallel make
    
    Closes: https://bugs.gentoo.org/668250
    Closes: https://bugs.gentoo.org/712280
    Closes: https://bugs.gentoo.org/827173
    Signed-off-by: Sam James <sam@gentoo.org>

 app-text/htp/files/htp-1.19-fix-perl-5.26.patch | 12 +++++++++
 app-text/htp/files/htp-1.19-no-prestrip.patch   | 11 ++++++++
 app-text/htp/files/htp-1.19-parallel-make.patch | 27 +++++++++++++++++++
 app-text/htp/htp-1.19-r1.ebuild                 | 36 +++++++++++++++++++++++++
 4 files changed, 86 insertions(+)