Re: [ptxdist] [v4] Review changes for host-util-linux-ng

2010-01-29 Thread Marc Kleine-Budde
Carsten Schlote wrote:
 I'll talk to you when I've fixed dependency generator problem.

The algorithm works now, at least I think it does what it should do.
It's in a works for me state. Still has to be cleaned up, though.

I managed to build the mtd-utils in a clean BSP, just with ptxdist
targetinstall mtd-utils.

Cheers, Marc

-- 
Pengutronix e.K.  | Marc Kleine-Budde   |
Industrial Linux Solutions| Phone: +49-231-2826-924 |
Vertretung West/Dortmund  | Fax:   +49-5121-206917- |
Amtsgericht Hildesheim, HRA 2686  | http://www.pengutronix.de   |



signature.asc
Description: OpenPGP digital signature
--
ptxdist mailing list
ptxdist@pengutronix.de


Re: [ptxdist] [v4] Review changes for host-util-linux-ng

2010-01-20 Thread Marc Kleine-Budde
Carsten Schlote wrote:
 Marc Kleine-Budde wrote:
 Carsten Schlote wrote:
 That's the last missing ACK... so just this patch is posted.
 can you fix the remaining prompt issue for the host package and give
 me a git repo to pull from?
 
 See last patch post on list for the git-feed.
 
 The prompt issue is already included in this patch. Simply removed, so
 that the package will auto-deselect if no longer needed by some
 dependancy.
 
 Thanks for the review :-)

it doesn't work, though :(

It's a problem of the dependency generator. It stops looking for
dependencies if a dependency itself is not a real package. A real
package is defined by the PACKAGES-$(PTXCONF_PKG) += pkg line.

mtd-utils selects libuuid which selects util-linux-ng

but the dependency generator stops at libuuid, because it's not a real
pacakge. But I think this issue can be solved.

Another think that shows up is:
rules/host-mtd-utils.in:7:warning: 'select' used by config symbol
'HOST_MTD_UTILS' refers to undefined symbol 'HOST_LIBUUID'

I have a fix for this in my public ptxdist repo.

http://git.pengutronix.de/?p=mkl/ptxdist.git;a=shortlog;h=refs/heads/dev/libuuid

I'll talk to you when I've fixed dependency generator problem.

Marc
-- 
Pengutronix e.K.  | Marc Kleine-Budde   |
Industrial Linux Solutions| Phone: +49-231-2826-924 |
Vertretung West/Dortmund  | Fax:   +49-5121-206917- |
Amtsgericht Hildesheim, HRA 2686  | http://www.pengutronix.de   |



signature.asc
Description: OpenPGP digital signature
--
ptxdist mailing list
ptxdist@pengutronix.de


Re: [ptxdist] [v4] Review changes for host-util-linux-ng

2010-01-20 Thread Carsten Schlote
Hi Marc,

 it doesn't work, though :(

Not as expected :-) Anyway it think it's a good idea to support such
stuff.
Selecting HOST_LIBFOO is much more self-describing then selecting some
package just to get the contained libraries installed.

 I have a fix for this in my public ptxdist repo.
 

http://git.pengutronix.de/?p=mkl/ptxdist.git;a=shortlog;h=refs/heads/de
 v/libuuid

I fixed that problem later the same way in my patch-stack and forgot it
for the patch subset.

 I'll talk to you when I've fixed dependency generator problem.

I hope you can fix that soon. Originally I directly selected the target
package. But for the reason given above, I tried this 'virtual' package
approach. There are several other libraries in my stack, which could use
this feature as well.

When you find some time, you might want to check my patchlist at

http://www.vahanus.net/cgi-bin/gitweb.cgi?p=ptxdist-kp.git;a=shortlog;h=
refs/heads/for-upstream-next

and point out, what patches you would like to see next. 

Carsten

--
ptxdist mailing list
ptxdist@pengutronix.de