[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gprofng/32392] New: [2.44 Regression] gprofng fails to build on i68
From: |
doko at debian dot org |
Subject: |
[Bug gprofng/32392] New: [2.44 Regression] gprofng fails to build on i686-linux-gnu |
Date: |
Tue, 26 Nov 2024 13:34:47 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=32392
Bug ID: 32392
Summary: [2.44 Regression] gprofng fails to build on
i686-linux-gnu
Product: binutils
Version: 2.44 (HEAD)
Status: NEW
Severity: normal
Priority: P2
Component: gprofng
Assignee: vladimir.mezentsev at oracle dot com
Reporter: doko at debian dot org
Target Milestone: ---
seen with trunk 20241126 on i686-linux-gnu:
../../../gprofng/libcollector/libcol_util.c: In function
‘__collector_util_init’:
../../../gprofng/libcollector/libcol_util.c:1189:35: error: assignment to
‘ssize_t (*)(int, const void *, size_t, off_t)’ {aka ‘int (*)(int, const
void *, unsigned int, long int)’} from incompatible pointer type ‘ssize_t
(*)(int, void *, size_t, off_t)’ {aka ‘int (*)(int, void *, unsigned int,
long int)’} [-Wincompatible-pointer-types]
1189 | __collector_util_funcs.pwrite = (ssize_t (*)(int, void*, size_t,
off_t))ptr;
| ^
make[6]: *** [Makefile:736: libgp_collector_la-libcol_util.lo] Error 1
--
You are receiving this mail because:
You are on the CC list for the bug.
- [Bug gprofng/32392] New: [2.44 Regression] gprofng fails to build on i686-linux-gnu,
doko at debian dot org <=