On 04/01/2013 09:49 AM, Matt Burgess wrote:
> On Mon, 2013-04-01 at 09:35 -0400, Baho Utot wrote:
>> This is in the Change log for the the SVN book that I just rendered
>>
>> [matthew] - Upgrade to Udev-lfs-198-3 to fix issues with libdrm
>> installation in BLFS. Thanks to Nico P for the report, an
On Mon, 2013-04-01 at 09:35 -0400, Baho Utot wrote:
> This is in the Change log for the the SVN book that I just rendered
>
> [matthew] - Upgrade to Udev-lfs-198-3 to fix issues with libdrm
> installation in BLFS. Thanks to Nico P for the report, and to Armin for
> the fix.
>
> In this section
This is in the Change log for the the SVN book that I just rendered
[matthew] - Upgrade to Udev-lfs-198-3 to fix issues with libdrm
installation in BLFS. Thanks to Nico P for the report, and to Armin for
the fix.
In this section has
6.61. Udev-199 (Extracted from systemd-199)
has the informa
On Fri, 2013-03-15 at 20:27 +, Matt Burgess wrote:
> I'm about to kick off another build, so will check and update trunk if
> needs be.
The same fix needed to be done on trunk, but after committing that fix
(r10211) I spotted other keymaps needed to be installed so fixed that up
in r10212. T
On Fri, 2013-03-15 at 15:21 -0500, Bruce Dubbs wrote:
> When updating the udev-lfs tarball, we need to also check the build and
> install of gudev, keymap, and GObject Files. I just found an error in
> systemd-extras in blfs using the current stable lfs release.
OK, thanks for the note.
> I ha
When updating the udev-lfs tarball, we need to also check the build and
install of gudev, keymap, and GObject Files. I just found an error in
systemd-extras in blfs using the current stable lfs release.
We need to do
sed -i -e '/samsung-9/d' udev-lfs-197-2/makefile-incl.keymap
after extractin
On Tue, 2012-07-17 at 15:57 -0500, Bruce Dubbs wrote:
> Attached is the latest set of files for extracting udev from systemd.
> It should work for LFS and BLFS.
>
>
> Let me know if you spot any issues.
Bruce, thanks very much for tackling this, and to Armin for his valuable
input. I tested t
Attached is the latest set of files for extracting udev from systemd.
It should work for LFS and BLFS.
tar -xf systemd-186.tar.xz
cd systemd-186
tar -xf ../udev-lfs-186-3.tar.bz2
make -f udev-lfs-186/Makefile.lfs
Targets are:
For LFS
udev (default)
install
clean (cleans everything)
Fo
Bryan Kadzban wrote:
> Bruce Dubbs wrote:
>> LIBUDEV_MAJOR = .1
>> LIBUDEV_MINOR = .0
>> LIBUDEV_PATCH = .2
>
> Note that (if upstream does this correctly) these will change with every
> change to libudev. Not sure if there's some way to pull the values from
> their Makefile.am (probabl
Bruce Dubbs wrote:
> LIBUDEV_MAJOR = .1
> LIBUDEV_MINOR = .0
> LIBUDEV_PATCH = .2
Note that (if upstream does this correctly) these will change with every
change to libudev. Not sure if there's some way to pull the values from
their Makefile.am (probably not terribly easy), or otherwis
Ken Moffat wrote:
> On Sat, Jul 14, 2012 at 01:37:30PM -0700, Bryan Kadzban wrote:
>> We disable keymap in -182, and have for (IIRC) a long time. It's
>> probably therefore better to keep the current state of things as
>> they are, and continue to not enable it.
>>
> Looking at what was created,
Armin K. wrote:
Here are some corrections to your work. I've defined path to usb.ids and
pci.ids, added common library to shared libudev because there are
undefined references later when linking against that one. Also, I've
modified installation to install gtk-doc htmldocs that are present there
Ken Moffat wrote:
> Using the CFLAGS can be instructive (as in adding to the user's
> CFLAGS instead of totally overriding them, as a few packages still
> do). It also appears to be obviously correct, and therefore
> minimises future maintenance if the code in systemd is moved.
>
> If you want
Ken Moffat wrote:
> On Sat, Jul 14, 2012 at 04:53:35PM -0500, Bruce Dubbs wrote:
>> Armin K. wrote:
>>> On 07/14/2012 10:49 PM, Bruce Dubbs wrote:
>>>
>>> Here are some corrections to your work. I've defined path to usb.ids and
>>> pci.ids, added common library to shared libudev because there are
>
On Sat, Jul 14, 2012 at 05:03:18PM -0500, Bruce Dubbs wrote:
> Armin K. wrote:
> > On 07/14/2012 11:35 PM, Bruce Dubbs wrote:
> >> Armin K. wrote:
> >>> On 07/14/2012 10:49 PM, Bruce Dubbs wrote:
>
> I'll take a look. Thanks for the suggestions.
> >>
> >>> Here are some corrections to yo
On Sat, Jul 14, 2012 at 04:53:35PM -0500, Bruce Dubbs wrote:
> Armin K. wrote:
> > On 07/14/2012 10:49 PM, Bruce Dubbs wrote:
> >
> > Here are some corrections to your work. I've defined path to usb.ids and
> > pci.ids, added common library to shared libudev because there are
> > undefined referenc
On Sat, Jul 14, 2012 at 01:37:30PM -0700, Bryan Kadzban wrote:
> Haven't had a chance to try this yet, but:
>
> Armin K. wrote:
> > I've taken some time and wrote rules to build udev's keymap feature.
>
> We disable keymap in -182, and have for (IIRC) a long time. It's
> probably therefore bette
Armin K. wrote:
> If you try to link ANYTHING against libudev built your way, it will fail
> with undefined references to mkdir_parrents and something else which are
> defined in src/shared/*.c files. And if you look closely at systemd
> build, you can notice that even systemd's Makefile links sha
Armin K. wrote:
> On 07/14/2012 11:35 PM, Bruce Dubbs wrote:
>> Armin K. wrote:
>>> On 07/14/2012 10:49 PM, Bruce Dubbs wrote:
I'll take a look. Thanks for the suggestions.
>>
>>> Here are some corrections to your work. I've defined path to usb.ids and
>>> pci.ids, added common library t
On 07/14/2012 11:53 PM, Bruce Dubbs wrote:
> Armin K. wrote:
>> On 07/14/2012 10:49 PM, Bruce Dubbs wrote:
>>
>> Here are some corrections to your work. I've defined path to usb.ids and
>> pci.ids, added common library to shared libudev because there are
>> undefined references later when linking a
Armin K. wrote:
> On 07/14/2012 10:49 PM, Bruce Dubbs wrote:
>
> Here are some corrections to your work. I've defined path to usb.ids and
> pci.ids, added common library to shared libudev because there are
> undefined references later when linking against that one. Also, I've
> modified installatio
On 07/14/2012 11:35 PM, Bruce Dubbs wrote:
> Armin K. wrote:
>> On 07/14/2012 10:49 PM, Bruce Dubbs wrote:
>>>
>>> I'll take a look. Thanks for the suggestions.
>
>> Here are some corrections to your work. I've defined path to usb.ids and
>> pci.ids, added common library to shared libudev because
Armin K. wrote:
> On 07/14/2012 10:49 PM, Bruce Dubbs wrote:
>>
>> I'll take a look. Thanks for the suggestions.
> Here are some corrections to your work. I've defined path to usb.ids and
> pci.ids, added common library to shared libudev because there are
> undefined references later when linking
On 07/14/2012 11:23 PM, Armin K. wrote:
On 07/14/2012 11:20 PM, Armin K. wrote:
On 07/14/2012 10:49 PM, Bruce Dubbs wrote:
I'll take a look. Thanks for the suggestions.
-- Bruce
Here are some corrections to your work. I've defined path to usb.ids and
pci.ids, added common library to s
On 07/14/2012 11:20 PM, Armin K. wrote:
On 07/14/2012 10:49 PM, Bruce Dubbs wrote:
I'll take a look. Thanks for the suggestions.
-- Bruce
Here are some corrections to your work. I've defined path to usb.ids and
pci.ids, added common library to shared libudev because there are
undefined
On 07/14/2012 10:49 PM, Bruce Dubbs wrote:
I'll take a look. Thanks for the suggestions.
-- Bruce
Here are some corrections to your work. I've defined path to usb.ids and
pci.ids, added common library to shared libudev because there are
undefined references later when linking against
Armin K. wrote:
> On 07/14/2012 06:44 PM, Bruce Dubbs wrote:
>>> I found the error. It's 32bit specific problem only. You need to add
>>> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 to CFLAGS. See
>>> http://comments.gmane.org/gmane.comp.sysutils.systemd.devel/4897
>>
>> OK, does just adding those
Haven't had a chance to try this yet, but:
Armin K. wrote:
> I've taken some time and wrote rules to build udev's keymap feature.
We disable keymap in -182, and have for (IIRC) a long time. It's
probably therefore better to keep the current state of things as they
are, and continue to not enable
On 07/14/2012 06:44 PM, Bruce Dubbs wrote:
Armin K. wrote:
On 07/14/2012 10:51 AM, Armin K. wrote:
On 07/14/2012 01:30 AM, Bruce Dubbs wrote:
OK, here is my first trial build of udev from systemd.
These are the instructions:
wget http://www.freedesktop.org/software/systemd/systemd-186.tar.xz
Armin K. wrote:
> On 07/14/2012 10:51 AM, Armin K. wrote:
>> On 07/14/2012 01:30 AM, Bruce Dubbs wrote:
>>> OK, here is my first trial build of udev from systemd.
>>>
>>> These are the instructions:
>>>
>>> wget http://www.freedesktop.org/software/systemd/systemd-186.tar.xz
>>> tar -xf systemd-186.
On 07/14/2012 10:51 AM, Armin K. wrote:
> On 07/14/2012 01:30 AM, Bruce Dubbs wrote:
>> OK, here is my first trial build of udev from systemd.
>>
>> These are the instructions:
>>
>> wget http://www.freedesktop.org/software/systemd/systemd-186.tar.xz
>> tar -xf systemd-186.tar.xz
>> cd systemd-186
On 07/14/2012 01:30 AM, Bruce Dubbs wrote:
> OK, here is my first trial build of udev from systemd.
>
> These are the instructions:
>
> wget http://www.freedesktop.org/software/systemd/systemd-186.tar.xz
> tar -xf systemd-186.tar.xz
> cd systemd-186
>
> tar -xf ../udev-lfs-186.tar.bz2
>
> make -f u
OK, here is my first trial build of udev from systemd.
These are the instructions:
wget http://www.freedesktop.org/software/systemd/systemd-186.tar.xz
tar -xf systemd-186.tar.xz
cd systemd-186
tar -xf ../udev-lfs-186.tar.bz2
make -f udev-lfs-186/Makefile.lfs
make -f udev-lfs-186/Makefile.lfs D
33 matches
Mail list logo