Re: Not include mpfr in iso?
"Gilles Espinasse" <[email protected]>
| Newsgroups | gmane.comp.security.ipcop.devel |
|---|---|
| Message-ID | <007801cbe9a3$fe3af990$f9b5a8c0@pii350> |
----- Original Message ----- From: "Olaf Westrik" <weizen_42-Yz37vSk3/[email protected]> To: "Gilles Espinasse" <[email protected]> Cc: "IPCOP devel" <[email protected]> Sent: Wednesday, March 23, 2011 9:52 PM Subject: Re: [IPCop-devel] Not include mpfr in iso? > On 2011-03-23 21:36, Gilles Espinasse wrote: > > > So /bin/bash should be the only different file that matter when building > > with mpfr-2.4.2 or with 3.0.1-rc1. Hard to know if that matter really. > > > > Anyway, I think I could remove libmpfr from installed files list. > > Agreed. > > Speaking of bash, there's version 4.2 which we may want to include. > > > Olaf Yes. I was a bit frighten by the growing number of patches accumulated since 4.2 release. There is already 8 patches in half a month for 4.2 when there was only 10 for 13 month for 4.1 I have seen that you upgraded readline to 6.2. gentoo bash ebuild have this warning " # Always use the buildin readline, else if we update readline # bash gets borked as readline is usually not binary compadible # between minor versions. #myconf="${myconf} $(use_with !readline installed-readline)" myconf="${myconf} --without-installed-readline" That would mean for use that we should have extra care if upgrading readline to update any program that link to readline. Using a simple grep show this grep -r 'checking for readline' log_i486 log_i486/01_toolchain/gcc-4.4.5_1:checking for readline in -lreadline... no log_i486/01_toolchain/gcc-4.4.5_2:checking for readline in -lreadline... no log_i486/04_misc/Python-2.5.1:checking for readline in -lreadline... yes log_i486/02_base/gmp-5.0.1:checking for readline in -lreadline... no log_i486/03_ipcop/bc-1.06:checking for readline in -lreadline... yes log_i486/03_ipcop/bc-1.06:checking for readline/readline.h... yes log_i486/03_ipcop/ntp-4.2.6p3:checking for readline() with -ledit... no log_i486/03_ipcop/ntp-4.2.6p3:checking for readline() with -ledit -ltermcap... no log_i486/03_ipcop/ntp-4.2.6p3:checking for readline() with -ledit -lcurses... no log_i486/03_ipcop/ntp-4.2.6p3:checking for readline() with -ledit -lncurses... no log_i486/03_ipcop/ntp-4.2.6p3:checking for readline() with -leditline... no log_i486/03_ipcop/ntp-4.2.6p3:checking for readline() with -leditline -ltermcap... no log_i486/03_ipcop/ntp-4.2.6p3:checking for readline() with -leditline -lcurses... no log_i486/03_ipcop/ntp-4.2.6p3:checking for readline() with -leditline -lncurses... no log_i486/03_ipcop/sqlite-3070400:checking for readline... yes log_i486/03_ipcop/pcre-8.11:checking for readline/readline.h... yes log_i486/03_ipcop/pcre-8.11:checking for readline/history.h... yes log_i486/03_ipcop/pcre-8.11:checking for readline in -lreadline... yes I haven't yet checked which files are different between readline 6.1 and 6.2 upgrade. Gilles ------------------------------------------------------------------------------ Enable your software for Intel(R) Active Management Technology to meet the growing manageability and security demands of your customers. Businesses are taking advantage of Intel(R) vPro (TM) technology - will your software be a part of the solution? Download the Intel(R) Manageability Checker today! http://p.sf.net/sfu/intel-dev2devmar