Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 730230 - dev-perl/perl-headers fails to compile
Summary: dev-perl/perl-headers fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-30 11:06 UTC by Agostino Sarubbo
Modified: 2021-10-09 19:58 UTC (History)
0 users

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


Attachments
build.log (build.log,8.10 KB, text/plain)
2020-06-30 11:06 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2020-06-30 11:06:49 UTC
@@This is an auto-filed bug@@
Feel free to change the summary at your convenience.

Issue: dev-perl/perl-headers fails to compile.
Discovered on: amd64

NOTE:
This machine uses a clang/LLVM toolchain.
If you think that this issue is strictly related to clang/LLVM please mention it in the summary and block bug 408963. If you need further logs, feel free to ask.
Comment 1 Agostino Sarubbo gentoo-dev 2020-06-30 11:06:54 UTC
Created attachment 647188 [details]
build.log

build log and emerge --info
Comment 2 Andreas K. Hüttel archtester gentoo-dev 2021-10-09 19:35:54 UTC
>>> Compiling source in /var/tmp/portage/dev-perl/perl-headers-0.0.1/work/perl-headers-0.0.1 ...
make -j2 V=1 'H2PHARGS= -h' 
cd /usr/include ; h2ph -Q -a -h -d /var/tmp/portage/dev-perl/perl-headers-0.0.1/work/perl-headers-0.0.1/headers asm/termios.h limits.h syscall.h sysexits.h syslog.h sys/ioctl.h sys/socket.h sys/time.h wait.h
x86_64-pc-linux-gnu-clang -O2 -pipe -march=native -frecord-gcc-switches -fno-diagnostics-color  -DSIZEOF_WARNING=1 specs/_h2ph_pre.c -o bin/_h2ph_pre
specs/_h2ph_pre.c:3:5: error: first parameter of 'main' (argument count) must be
      of type 'int'
int main(char *argc, char **argv) {
    ^
1 error generated.
make: *** [Makefile:21: bin/_h2ph_pre] Error 1
Comment 3 Larry the Git Cow gentoo-dev 2021-10-09 19:58:13 UTC
The bug has been closed via the following commit(s):

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

commit 596c25ca0420cc0c5f22ffbdc6b9db8b0e3e78a3
Author:     Andreas K. Hüttel <dilfridge@gentoo.org>
AuthorDate: 2021-10-09 19:57:41 +0000
Commit:     Andreas K. Hüttel <dilfridge@gentoo.org>
CommitDate: 2021-10-09 19:58:03 +0000

    dev-perl/perl-headers: Version bump 0.0.2, with the power of ANSI
    
    Closes: https://bugs.gentoo.org/730230
    Package-Manager: Portage-3.0.28, Repoman-3.0.3
    Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>

 dev-perl/perl-headers/Manifest                  |  1 +
 dev-perl/perl-headers/perl-headers-0.0.2.ebuild | 42 +++++++++++++++++++++++++
 2 files changed, 43 insertions(+)