From: Linda Walsh <lkml@tlinx.org>
To: Stanislav Brabec <sbrabec@suse.cz>
Cc: Karel Zak <kzak@redhat.com>, util-linux@vger.kernel.org
Subject: Re: util-linux and distro bootstrap, dependencies and build cycles
Date: Wed, 13 Aug 2014 10:25:51 -0700 [thread overview]
Message-ID: <53EB9F9F.3020201@tlinx.org> (raw)
In-Reply-To: <1407941620.5984.134.camel@oct.suse.cz>
Stanislav Brabec wrote:
> Only base system changes (gcc, binutils, bash, util-linux,...) trigger
> whole distro to rebuild. Updates of high level packages triggers only
> dependent package.
>
> This prevents any binary incompatibility when releasing rolling update
> with a new library.
>
----
There are other ways of dealing with binary compatibility.
As it is, if you want to update perl, python, ruby for example, you need
to rebuild the entire system.
Even vim/Gvim has dependencies on systemd because it supplies config files
that systemd uses. But worse, if you update perl/python or ruby, you can
no longer edit.
It has been pointed to suse, multiple times, that they could build
most of their
utils with less hard-coded dependencies (like have gvim dynamically load
script
engines at run time on demand, when needed rather than having to load
all of them
at load time in order for gvim to run.
Even when no binary dependencies are present, hard-coding versions
and labels into
each of the binaries to only work with recognized components guarantees
failure on
opensuse systems. I have pushed for having a more robust system, but
the current
mantra is "break everything" if the user changes anything ....
next prev parent reply other threads:[~2014-08-13 17:26 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-11 14:47 util-linux and distro bootstrap, dependencies and build cycles Stanislav Brabec
2014-08-12 1:17 ` Mike Frysinger
2014-08-12 20:15 ` Stanislav Brabec
2014-08-12 23:49 ` Mike Frysinger
2014-08-13 9:26 ` Karel Zak
2014-08-12 9:39 ` Karel Zak
2014-08-12 20:15 ` Stanislav Brabec
2014-08-13 10:17 ` Karel Zak
2014-08-13 14:53 ` Stanislav Brabec
2014-08-13 17:25 ` Linda Walsh [this message]
2014-08-14 8:48 ` Karel Zak
2014-08-14 16:02 ` Stanislav Brabec
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=53EB9F9F.3020201@tlinx.org \
--to=lkml@tlinx.org \
--cc=kzak@redhat.com \
--cc=sbrabec@suse.cz \
--cc=util-linux@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).