Re: [ptxdist] ptxdist mirror

2011-09-19 Thread Robert Schwebel
Hubert, On Mon, Sep 19, 2011 at 04:24:39PM +0200, Hubert Feurstein wrote: I'm working with ptxdist-2011.09.0. Unfortunately I can not build my rootfs anymore because I can't get util-linux and some other packages: --2011-09-19 16:11:04--

Re: [ptxdist] ptxdist mirror

2011-09-19 Thread Ryan Barnett
Just download the source from http://mirror.be.gbxs.net/pub/linux/utils/util-linux/v2.19/ and place it in your source directory. An easy way to find packages that you are unable to download is to search google with the package name with the .tar.bz2 (or whatever other compression prefix) included

Re: [ptxdist] ptxdist mirror

2011-09-19 Thread Hubert Feurstein
2011/9/19 Alexander Dahl p...@lespocky.de: Reminds on some things I heard in a talk [1] at the Chemnitzer Linux Tage this year: to ensure reproducible builds you should have a backup of every source archive you ever downloaded and build in your project. We do this by setting SETUP_SRCDIR to a

Re: [ptxdist] [PATCH 1/2] udev: Use ptxdist kernel headers

2011-09-19 Thread Jon Ringle
On Wed, Aug 17, 2011 at 7:05 AM, bernh...@bwalle.de wrote: From: Bernhard Walle wa...@corscience.de When a toolchain without kernel headers (such as the Lite version from Codesourcery) or with very old kernel header is used, udev doesn't build because videodev.h is missing. This patch adds

Re: [ptxdist] [PATCH 1/2] udev: Use ptxdist kernel headers

2011-09-19 Thread Bernhard Walle
Am 20.09.11 05:37, schrieb Jon Ringle: diff --git a/rules/udev.make b/rules/udev.make index ac2f0d4..b57bd01 100644 --- a/rules/udev.make +++ b/rules/udev.make @@ -47,6 +47,11 @@ $(UDEV_SOURCE): # # autoconf + +UDEV_CONF_ENV := \ + $(CROSS_ENV) \ +