FS#55109 - [mcdp] Superfluos dependency on dietlibc?

Attached to Project: Community Packages
Opened by Andreas Baumann (andreas_baumann) - Friday, 11 August 2017, 14:54 GMT
Last edited by Eli Schwartz (eschwartz) - Friday, 11 August 2017, 17:05 GMT
Task Type Bug Report
Category Packages
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:

PKGBUILD contains:
makedepends=('dietlibc')

It seems the package compiles fine without having a dietlibc installed.

The Readme on http://www.mcmilk.de/projects/mcdp says:

"it can be compiled against dietlibc (~16kb static!)"

This doesn't mean it must be compiled with dietlibc.

The documentation
Additional info:
* package version(s): 0.4b-3
* config and/or log files etc.


Steps to reproduce:

makepkg -si
This task depends upon

Closed by  Eli Schwartz (eschwartz)
Friday, 11 August 2017, 17:05 GMT
Reason for closing:  Not a bug
Additional comments about closing:  the maintainer chose to do so anyway, do you have an actual problem???
Comment by Andreas Baumann (andreas_baumann) - Friday, 11 August 2017, 14:56 GMT
In the Makefile I see:

DIET = $(shell basename `which diet 2>/dev/null` 2>/dev/null)
CC = $(DIET) gcc

So, if diet from dietlibc is missing, DIET should be empty and CC
is defined as 'gcc', which looks fine to me.

Loading...