FS#60553 - [partimage] fails to build

Attached to Project: Community Packages
Opened by Erich Eckner (deepthought) - Tuesday, 23 October 2018, 09:50 GMT
Last edited by Antonio Rojas (arojas) - Saturday, 30 May 2020, 20:24 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Lukas Fleischer (lfleischer)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

extra-x86_64-build fails with:

CXX buffer.o
misc.cpp: In function ‘int checkInodeForDevice(char*, char*)’:
misc.cpp:1683:103: error: expected ‘;’ before ‘)’ token
nRes = mknod(szDevice, S_IFBLK | S_IREAD | S_IWRITE | S_IRGRP | S_IROTH, makedev(nMajor, nMinor));
^

Additional info:
* package version(s)
partimage 0.6.9-12 (git revision b3cf0160763bd7cfa6581460907cd4ee3191bb83)
* config and/or log files etc.
full log is attached

Steps to reproduce:
> git checkout b3cf0160763bd7cfa6581460907cd4ee3191bb83
> cd partimage/repos/community-x86_64
> extra-x86_64-build
This task depends upon

Closed by  Antonio Rojas (arojas)
Saturday, 30 May 2020, 20:24 GMT
Reason for closing:  Fixed
Comment by loqs (loqs) - Tuesday, 23 October 2018, 12:15 GMT

Loading...