Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 260141 - kdnssd does not build against uclibc
Summary: kdnssd does not build against uclibc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2009-02-24 16:09 UTC by Ryan Hope
Modified: 2009-02-27 11:59 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
An ebuild patch to set WITH_DNSSD=OFF when there is no avahi or zeroconf (useify-avahi-and-zeroconf.patch,1009 bytes, patch)
2009-02-24 16:12 UTC, Ryan Hope
Details | Diff
Don't force avahi or zeroconf on people, kdnssd does not need them. (let-kdnss-build-without-avahi-or-zeroconf.patch,761 bytes, patch)
2009-02-25 17:28 UTC, Ryan Hope
Details | Diff
Don't force avahi or zeroconf on people, kdnssd does not need them. (let-kdnss-build-without-avahi-or-zeroconf.patch,825 bytes, patch)
2009-02-25 17:34 UTC, Ryan Hope
Details | Diff
Rely on kdelibs settings (kdnssd.ebuild.diff,780 bytes, patch)
2009-02-25 17:58 UTC, Maciej Mrozowski
Details | Diff
Ups, it was close... (kdnssd.ebuild.diff,800 bytes, patch)
2009-02-25 18:01 UTC, Maciej Mrozowski
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Hope 2009-02-24 16:09:34 UTC
Because WITH_DNSSD=ON is forced on in the kdnssd ebuild, kdnssd does not build against uclibc.

Reproducible: Always

Steps to Reproduce:
1. unpack 2008 uclibc stage3
2. emerge kdnssd

Actual Results:  
it fails of course, uclibc does not provide nss of any sort

Expected Results:  
it should build as expected
Comment 1 Ryan Hope 2009-02-24 16:12:41 UTC
Created attachment 183027 [details, diff]
An ebuild patch to set WITH_DNSSD=OFF when there is no avahi or zeroconf

This patch modifies the kdnssd-4.2.0 ebuild by providing use flags for avahi and zeroconf. When neither avahi or zeroconf use flags are enabled this ebuild will now set WITH_DNSSD=OFF allowing kdnssd to be build against uclibc.
Comment 2 Ryan Hope 2009-02-25 17:28:11 UTC
Created attachment 183155 [details, diff]
Don't force avahi or zeroconf on people, kdnssd does not need them.
Comment 3 Ryan Hope 2009-02-25 17:34:25 UTC
Created attachment 183158 [details, diff]
Don't force avahi or zeroconf on people, kdnssd does not need them.
Comment 4 Maciej Mrozowski gentoo-dev 2009-02-25 17:58:35 UTC
Created attachment 183162 [details, diff]
Rely on kdelibs settings
Comment 5 Maciej Mrozowski gentoo-dev 2009-02-25 18:01:23 UTC
Created attachment 183165 [details, diff]
Ups, it was close...
Comment 6 Ryan Hope 2009-02-25 18:19:01 UTC
(In reply to comment #5)
> Created an attachment (id=183165) [edit]
> Ups, it was close...
> 

This patch works for me...
Comment 7 Tomáš Chvátal (RETIRED) gentoo-dev 2009-02-27 11:59:34 UTC
Thanks for report and the patch.
Fixed in the tree.