| Summary: | dev-perl/perl-headers fails to compile | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
| Component: | Current packages | Assignee: | Gentoo Perl team <perl> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | build.log | ||
|
Description
Agostino Sarubbo
2020-06-30 11:06:49 UTC
Created attachment 647188 [details]
build.log
build log and emerge --info
>>> 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
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(+) |