FS#60632 - [xfce4-diskperf-plugin] fails to build due to glibc 2.28 API changes (minor/major)

Attached to Project: Arch Linux
Opened by Andreas Baumann (andreas_baumann) - Monday, 29 October 2018, 17:07 GMT
Last edited by Doug Newgard (Scimmia) - Saturday, 10 November 2018, 17:58 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

It's fixed upstream, see:

https://git.xfce.org/panel-plugins/xfce4-diskperf-plugin/tree/panel-plugin/devperf.c
https://git.xfce.org/panel-plugins/xfce4-diskperf-plugin/tree/configure.ac.in

configure.ac:

AC_CHECK_HEADERS([sys/sysmacros.h])

devperf.c:

...
/* for major() and minor() */
#define _BSD_SOURCE
#ifdef HAVE_SYS_SYSMACROS_H
#include <sys/sysmacros.h>
#endif
...

Additional info:
* package version(s): 2.6.1-1

Steps to reproduce:
asp export xfce4-diskperf-plugin
cd asp export xfce4-diskperf-plugin
staging-x86_64-build

Just as a reminder that it doens't currently compile. Most like it's easier
just to wait for the new release?
This task depends upon

Closed by  Doug Newgard (Scimmia)
Saturday, 10 November 2018, 17:58 GMT
Reason for closing:  Fixed
Additional comments about closing:  In trunk

Loading...