Re: [gentoo-dev] Re: why doesn't readline-6 install libreadline.so symlink?

2009-09-26 Thread Mike Frysinger
On Saturday 26 September 2009 10:48:53 Andrey Grozin wrote: > On Sat, 26 Sep 2009, Mike Frysinger wrote: > >> so long as the linker looks at /usr/lib before /lib, which is usually > >> the case, unless "-L/lib" is passed to ld (by way of gcc) > > > > incorrect -- link order doesnt matter here with

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in dev-cpp/eigen: eigen-2.0.6.ebuild ChangeLog

2009-09-26 Thread Tomáš Chvátal
Dne sobota 26 Září 2009 18:26:48 Peter Volkov napsal(a): > > src_test() { > > mycmakeargs="${mycmakeargs} > > -DEIGEN_BUILD_TESTS=ON > > -DEIGEN_TEST_NO_FORTRAN=ON" > > cmake-utils_src_configure > > cmake-utils_src_compile > > cmake-utils_src_test > > } > >

[gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in dev-cpp/eigen: eigen-2.0.6.ebuild ChangeLog

2009-09-26 Thread Peter Volkov
В Сбт, 26/09/2009 в 00:18 +, Patrick Lauer (patrick) пишет: > patrick 09/09/26 00:18:02 > Log: > Bump to 2.0.6, fixes #286462 > (Portage version: 2.2_rc41/cvs/Linux x86_64) > 1.1 dev-cpp/eigen/eigen-2.0.6.ebuild > > file : > http://sources.gentoo.org/viewcvs.py/gen

[gentoo-dev] Gentoo usage in companies

2009-09-26 Thread Patrick Lauer
Hello everybody! As Gentoo approaches its 10th birthday I've been wondering how and where it is used. We used to have some great stories from companies in the weekly newsletter, but that one has become very dormant a while ago. I'd like to collect your success stories, endorsements and case stu

Re: [gentoo-dev] Re: why doesn't readline-6 install libreadline.so symlink?

2009-09-26 Thread Mike Frysinger
On Saturday 26 September 2009 02:03:38 Jonathan Callen wrote: > I'm not completely sure, but I think it doesn't install that symlink > because it (correctly) installs a /usr/lib/libreadline.so ldscript, that > tells the linker to link against /lib/libreadline.so.6 correct > so long as the linker

Re: [gentoo-dev] On shebangs of scripts

2009-09-26 Thread Mike Frysinger
On Wednesday 23 September 2009 10:09:23 Jeremy Olexa wrote: > On Wed, Sep 23, 2009 at 2:53 AM, Fabian Groffen wrote: > > The problem with these is that they are executable scripts, e.g. a user > > could expect them to be able to run, IMO. Solving this can be done by > > fixing the shebang (as for

Re: [gentoo-dev] Re: why doesn't readline-6 install libreadline.so symlink?

2009-09-26 Thread Andrey Grozin
On Sat, 26 Sep 2009, Mike Frysinger wrote: so long as the linker looks at /usr/lib before /lib, which is usually the case, unless "-L/lib" is passed to ld (by way of gcc) incorrect -- link order doesnt matter here with readline-6 Here's a specific example: sci-mathematics/pari-2.3.4-r1. It has a

Re: [gentoo-dev] Gentoo usage in companies

2009-09-26 Thread Sebastian Pipping
Patrick Lauer wrote: > I'd like to collect your success stories, endorsements and case studies so we > can present to the rest of the world how using Gentoo makes your life easier > and is totally awesome. I had a similar thing in mind, too. Nice to see, you're goinf for it. > I would suggest

Re: [gentoo-dev] On shebangs of scripts

2009-09-26 Thread Mike Frysinger
On Wednesday 23 September 2009 03:53:43 Fabian Groffen wrote: > Should we start filing bugs on these issues? In the end, they are > broken scripts on the system. Is there interest for porting the Prefix > shebang QA check to normal Portage? for the shell dependency issue, a review bug may be use