> blfs-...@lfs.lucasit.com wrote:
>
>> Finally, back to util-linux-ng, per private mail with Karl Zak, distros
>> are only using static linking for libuuid, so *we* may want to change
>> Requires.private in the uuid.pc file, as we don't have to deal with the
>> dependency hell of RPM or DEB.
>
> St
Selon Tobias Gasser :
> Bruce Dubbs schrieb:
> > Static linking for this is OK with me, but do we know all the packages that
> use
> > libuuid?
>
>
> i don't link anything static. i move all .a files out of the library
> path if there is a corresponding .so available.
>
> excptions are the modutil
Bruce Dubbs schrieb:
> Static linking for this is OK with me, but do we know all the packages that
> use
> libuuid?
i don't link anything static. i move all .a files out of the library
path if there is a corresponding .so available.
excptions are the modutils package (which require libc and li
Bryan Kadzban wrote:
> Bruce Dubbs wrote:
>> blfs-dev lfs lucasit com wrote:
>>
>>> Finally, back to util-linux-ng, per private mail with Karl Zak,
>>> distros are only using static linking for libuuid, so *we* may want to
>>> change Requires.private in the uuid.pc file, as we don't have to deal
Bruce Dubbs wrote:
> blfs-...@lfs.lucasit.com wrote:
>
>> Finally, back to util-linux-ng, per private mail with Karl Zak,
>> distros are only using static linking for libuuid, so *we* may want to
>> change Requires.private in the uuid.pc file, as we don't have to deal
>> with the dependency hell o
blfs-...@lfs.lucasit.com wrote:
> Finally, back to util-linux-ng, per private mail with Karl Zak, distros
> are only using static linking for libuuid, so *we* may want to change
> Requires.private in the uuid.pc file, as we don't have to deal with the
> dependency hell of RPM or DEB.
Static linki
> Tobias Gasser wrote:
>
> If this builds a mkswap that skips adding UUIDs to new swap partitions,
> then I'm not sure it's the best fix. Certainly not long-term, when
> util-linux-ng-2.16 is supposed to be out "real soon now" with libuuid
> included.
>
> Of course, that depends on when "real soo
Tobias Gasser wrote:
> accoring to the book util-linux-ng is build *after* e2fsprog. thus i
> just had to add the --with-fsprobe=builtin to util-linux-ng and after
> booting i'm happy to find all four flavours of /dev/disk/by-*
Out of curiosity: did your util-linux-ng version of mkswap build wit
jp schrieb:
> Le vendredi 19 juin 2009 18:19:51, Tobias Gasser a écrit :
> I found my way with those packages, using e2fsprogs-1.41.6 and util-linux-
> ng-2.15.1.
> The trick was to build util-linux-ng _after_ e2fsprogs. I also had to add the
>
> option --with-fsprobe=builtin while configuring u