Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 912775 - dev-libs/protobuf-c-1.4.1: configure: error: required protobuf header file not found
Summary: dev-libs/protobuf-c-1.4.1: configure: error: required protobuf header file no...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 912819
  Show dependency tree
 
Reported: 2023-08-21 19:50 UTC by yongxiang
Modified: 2023-08-22 10:26 UTC (History)
0 users

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


Attachments
emerge --info (emerge-info,9.33 KB, text/plain)
2023-08-21 19:50 UTC, yongxiang
Details
build.log (build.log,9.74 KB, text/x-log)
2023-08-21 19:51 UTC, yongxiang
Details

Note You need to log in before you can comment on or make changes to this bug.
Description yongxiang 2023-08-21 19:50:14 UTC
checking for doxygen... doxygen
checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config
checking pkg-config is at least version 0.9.0... yes
checking whether x86_64-pc-linux-gnu-g++ supports C++11 features with -std=c++11... yes
checking for protobuf... yes
checking for google/protobuf/compiler/command_line_interface.h... no
configure: error: required protobuf header file not found

!!! Please attach the following file when seeking support:
!!! /tmp/portage/dev-libs/protobuf-c-1.4.1/work/protobuf-c-1.4.1-abi_x86_64.amd64/config.log
 * ERROR: dev-libs/protobuf-c-1.4.1::gentoo failed (configure phase):
 *   econf failed

Reproducible: Always
Comment 1 yongxiang 2023-08-21 19:50:50 UTC
Created attachment 868385 [details]
emerge --info
Comment 2 yongxiang 2023-08-21 19:51:16 UTC
Created attachment 868386 [details]
build.log
Comment 3 Larry the Git Cow gentoo-dev 2023-08-21 19:57:41 UTC
The bug has been closed via the following commit(s):

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

commit 08cd4cb67131e6cbd177a05b3a908f5b00716f33
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-08-21 19:57:26 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-08-21 19:57:26 +0000

    dev-libs/protobuf-c: fix build w/ new protobuf
    
    Closes: https://bugs.gentoo.org/912775
    Signed-off-by: Sam James <sam@gentoo.org>

 .../files/protobuf-c-1.4.1-protobuf-22.patch       | 501 +++++++++++++++++++++
 dev-libs/protobuf-c/protobuf-c-1.4.1-r1.ebuild     |  56 +++
 2 files changed, 557 insertions(+)