OpenSuSE 12.3 ships with tar-1.26-14.1.1.x86_64.rpm according to http://download.opensuse.org/distribution/12.3/repo/oss/suse/x86_64/
On Wednesday, August 27, 2014 2:03:42 PM UTC+1, Jakob Kroeker wrote: > > > ./sage -sh -c "tar --version" # not 'sage -sh -c "tar --version"' - > multiple installations! > tells me the same (version 1.26) > > rpm -qf /bin/tar: > tar-1.26-11.1.x86_64 > > Interesting, but the error message is not in tar >> >> > For me it _is_ in 'tar' on that machine. When I grep the string from above > I get a hit for ' /bin/tar'. > Maybe 'tar' was patched by the local admin? > > I fixed the issue by installing 'tar' v1.28 from sources user-local. > > > > Jakob > > > Am Mittwoch, 27. August 2014 10:55:24 UTC+2 schrieb Volker Braun: >> >> Interesting, but the error message is not in tar (and, grepping through >> the tar git repo, has never been in Gnu tar). So you are using some other >> tar in the sage shell? >> >> sage -sh -c "tar --version" >> >> If that doesn't bring anything up, run the doctest under strace -ff and >> see which processes are being run. >> >> >> On Tuesday, August 26, 2014 11:44:47 PM UTC+1, Jakob Kroeker wrote: >>> >>> OS: >>> openSUSE 12.3 (x86_64) >>> VERSION = 12.3 >>> CODENAME = Dartmouth >>> >>> >tar --version >>> tar (GNU tar) 1.26 >>> >>> Am Dienstag, 26. August 2014 23:11:43 UTC+2 schrieb vdelecroix: >>>> >>>> What's your tar version? (ie what does answer the command "tar >>>> --version"). Looks like you have a very strange one. >>>> >>>> And, by the way, what is the system you are interested in? Might be >>>> useful to know for debugging... >>>> >>>> Vincent >>>> >>>> 2014-08-26 22:06 UTC+02:00, Jakob Kroeker <kro...@uni-math.gwdg.de>: >>>> > >>>> > Hello, >>>> > >>>> > a doctest fails on an system I'm interested in (I want to run >>>> patchbot on >>>> > that system) >>>> > >>>> > File "src/sage/structure/sage_object.pyx", line 1411, in >>>> > sage.structure.sage_object.unpickle_all Failed example: >>>> > sage.structure.sage_object.unpickle_all() # (4s on sage.math, 2011) >>>> > Expected: doctest:... DeprecationWarning: This class is >>>> replaced by >>>> > Matrix_modn_dense_float/Matrix_modn_dense_double. See >>>> > http://trac.sagemath.org/4260 for details. Successfully >>>> unpickled ... >>>> > objects. Failed to unpickle 0 objects. Got: *** The >>>> old >>>> > options style (`tar fx ...`) is highly discouraged, please use the >>>> modern >>>> > form (leading dash before options). *** The standard way (with >>>> > expanded options; you can still bundle options) for your command >>>> would be: >>>> > tar -f - -x ... >>>> > >>>> > Any idea about the cause/how to fix it? >>>> > >>>> > -- >>>> > You received this message because you are subscribed to the Google >>>> Groups >>>> > "sage-devel" group. >>>> > To unsubscribe from this group and stop receiving emails from it, >>>> send an >>>> > email to sage-devel+...@googlegroups.com. >>>> > To post to this group, send email to sage-...@googlegroups.com. >>>> > Visit this group at http://groups.google.com/group/sage-devel. >>>> > For more options, visit https://groups.google.com/d/optout. >>>> > >>>> >>> -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to this group, send email to sage-devel@googlegroups.com. Visit this group at http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.