* [gentoo-commits] gentoo-x86 commit in sci-physics/root/files: root-5.32.00-chklib64.patch
@ 2012-03-29 18:21 Sebastien Fabbro (bicatali)
0 siblings, 0 replies; 2+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2012-03-29 18:21 UTC (permalink / raw
To: gentoo-commits
bicatali 12/03/29 18:21:50
Added: root-5.32.00-chklib64.patch
Log:
Import from the science overlay
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Revision Changes Path
1.1 sci-physics/root/files/root-5.32.00-chklib64.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/files/root-5.32.00-chklib64.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/files/root-5.32.00-chklib64.patch?rev=1.1&content-type=text/plain
Index: root-5.32.00-chklib64.patch
===================================================================
--- configure.orig 2012-02-29 19:46:41.000000000 +0400
+++ configure 2012-03-22 03:28:43.458968696 +0400
@@ -441,14 +441,13 @@
fi
else
if file $filearg $chklib64 | grep 'ASCII' > /dev/null 2>& 1 ; then
- check_link $chklib64
- ret=$link_result
- else
- logmsg " file $filearg $chklib64 | grep '64-bit'"
- if file $filearg $chklib64 | grep '64-bit' > /dev/null 2>& 1 ; then
- ret=1
- fi
+ # get real binary .so name from .so ld script
+ chklib64=$(gawk '($1 == "GROUP") { print $3 }' $chklib64)
fi
+ logmsg " file $filearg $chklib64 | grep '64-bit'"
+ if file $filearg $chklib64 | grep '64-bit' > /dev/null 2>& 1 ; then
+ ret=1
+ fi
fi
logmsg " result: $ret"
if test $ret -eq 1 ; then
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-physics/root/files: root-5.32.00-chklib64.patch
@ 2015-03-02 8:27 Andrew Savchenko (bircoph)
0 siblings, 0 replies; 2+ messages in thread
From: Andrew Savchenko (bircoph) @ 2015-03-02 8:27 UTC (permalink / raw
To: gentoo-commits
bircoph 15/03/02 08:27:33
Modified: root-5.32.00-chklib64.patch
Log:
version bump
Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
(Portage version: 2.2.17/cvs/Linux i686, signed Manifest commit with key 565953B95372756C)
Revision Changes Path
1.2 sci-physics/root/files/root-5.32.00-chklib64.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/files/root-5.32.00-chklib64.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/files/root-5.32.00-chklib64.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-physics/root/files/root-5.32.00-chklib64.patch?r1=1.1&r2=1.2
Index: root-5.32.00-chklib64.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-physics/root/files/root-5.32.00-chklib64.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- root-5.32.00-chklib64.patch 29 Mar 2012 18:21:49 -0000 1.1
+++ root-5.32.00-chklib64.patch 2 Mar 2015 08:27:33 -0000 1.2
@@ -1,3 +1,4 @@
+bug fix for #406817
--- configure.orig 2012-02-29 19:46:41.000000000 +0400
+++ configure 2012-03-22 03:28:43.458968696 +0400
@@ -441,14 +441,13 @@
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-03-02 8:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-02 8:27 [gentoo-commits] gentoo-x86 commit in sci-physics/root/files: root-5.32.00-chklib64.patch Andrew Savchenko (bircoph)
-- strict thread matches above, loose matches on Subject: below --
2012-03-29 18:21 Sebastien Fabbro (bicatali)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox