Date: Fri, 15 Sep 2017 21:01:25 +0000 From: "Thomas Mueller" <mueller6722@twc.com> To: freebsd-ports@freebsd.org Subject: Re: synth install ... builds but does not always install named packages Message-ID: <A2.B7.08177.8AF3CB95@dnvrco-omsmta01> References: <8C.42.25924.3928BB95@dnvrco-omsmta02> <20170915074220.GA1995@gmail.com> <4C.CD.25924.D0E8BB95@dnvrco-omsmta02> <F9E6796D-6252-4DA3-80B3-1C4C6F09067D@adamw.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> > Synth runs faster and more gracefully than portmaster, but portmaster installed everything that it built. > Yes. That's the point. Build-only dependencies don't get installed via synth or poudriere. Portmaster doesn't do clean builds, so it pollutes your system by installing everything. > You can install everything, though for the life of me I can't imagine why you'd want to, by: > pkg install -g '*' # Adam > Adam Weinberger Running "pkg install -g '*'" might install some outdated packages, so I'd want to look through. There could even be some conflicts. Some of the packages not installed are widespread buil;d dependencies, such as nasm, and are better installed than rebuilt or temporarily reinstalled every time. I dont think it would be possible to install everything created by a run of "synth everything" because of conflicts. Anyway, that would be overkill. I don't want to be caught short on build prerequisites for future package builds, or cross-compiling Haiku or Linux toolchains. Some of the build dependencies not installed seem rather basic to a development system, such as nasm and bison, and are rather standard in Linux distributions. And then it was irritating when some specifically named packages were not installed (math/gnumeric, editors/abiword-docs, mail/metamail, for instance). Tom
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?A2.B7.08177.8AF3CB95>