Re: [sage-devel] Copy & Paste

2022-04-15 Thread John H Palmieri
ath_categories/src/bin/sage -> ../../../src/bin/sage > ~/sage-9.6$ ls -l sage/build/pkgs/sagemath_categories/src/bin/sage-env > lrwxrwxrwx 1 hph hph 25 Apr 10 19:49 > sage/build/pkgs/sagemath_categories/src/bin/sage-env -> > ../../../src/bin/sage-env > ~/sage-9.6$ > > ~/sage-9.

Re: [sage-devel] Copy & Paste

2022-04-14 Thread John H Palmieri
I think your search is following some symbolic links: only three of these instances are under version control (git): % git grep 'resolvelinks()' sage:resolvelinks() { src/bin/sage:resolvelinks() { src/bin/sage-env:resolvelinks() { The last one should probably have a comment in

Re: [Evolution] Evolution 3.44.0-1 not showing message contents

2022-04-08 Thread Dr. John H. Lauterbach
On Fri, 2022-04-08 at 07:18 +0200, Milan Crha via evolution-list wrote: > On Thu, 2022-04-07 at 20:23 -0400, Dr. John H. Lauterbach wrote: > > I just set up another PC and OS (Ubuntu 22.04) installed Evolution > > 3.44.0-1.  It loads the email from my various IMAP accounts but wi

[Evolution] Evolution 3.44.0-1 not showing message contents

2022-04-07 Thread Dr. John H. Lauterbach
I just set up another PC and OS (Ubuntu 22.04) installed Evolution 3.44.0-1.  It loads the email from my various IMAP accounts but will not show message contents.  Moreover, it will not let me insert text in a new email message. All related Evolution preferences are the same as they are on

[sage-release] Re: Sage 9.6.beta7 released

2022-04-06 Thread John H Palmieri
Quick work, thanks! On Wednesday, April 6, 2022 at 12:33:08 PM UTC-7 arojas wrote: > https://trac.sagemath.org/ticket/33647 > > El miércoles, 6 de abril de 2022 a las 21:23:05 UTC+2, John H Palmieri > escribió: > >> I'm getting a doctest failure (OS X, iMac Pro): >&g

[sage-release] Re: Sage 9.6.beta7 released

2022-04-06 Thread John H Palmieri
I'm getting a doctest failure (OS X, iMac Pro): sage -t --random-seed=282087015394155253226119703033530733169 src/sage/libs/pari/tests.py ** File "src/sage/libs/pari/tests.py", line 786, in sage.libs.pari.tests Failed example:

[sage-release] Re: Sage 9.6.beta6 released

2022-03-27 Thread John H Palmieri
I don't see it at any of the mirrors yet... On Sunday, March 27, 2022 at 11:03:35 AM UTC-7 Volker Braun wrote: > As always, you can get the latest beta version from the "develop" git > branch. Alternatively, the self-contained source tarball is at > http://www.sagemath.org/download-latest.html

[sage-devel] Re: Cannot compile sage on macosx 12.3

2022-03-21 Thread John H Palmieri
config.log shows lots of errors of the form ld: warning: directory not found for option '-L/opt/homebrew/opt/lib' I wonder if .homebrew-build-env is producing the wrong information as compared to your homebrew installation. Where are homebrew's libraries actually installed, if not in

[sage-support] Re: OS X 12.3 intel: scipy fails to build

2022-03-17 Thread John H Palmieri
install -U pythran" or > "./sage -pip install -U git+https://github.com/serge-sans-paille/pythran; > fixes this issue > > On Thursday, March 17, 2022 at 2:01:49 PM UTC-7 John H Palmieri wrote: > >> Since upgrading to OS X 12.3 a few days ago, along with the corresponding &g

[RBW] Re: FS: Crust Towel Rack Bars

2022-03-16 Thread John H.
The bars have been sold. On Wednesday, March 16, 2022 at 6:28:37 PM UTC-4 John H. wrote: > Hey Bunch -- These Crust Towel Rack bars didn't work for me. Maybe they'll > work for someone out there. > > Silver 600mm (narrowest version), like new (>10 miles), Latest generation, >

[sage-devel] Re: Questions about what directory and files are safe to delete.

2022-03-08 Thread John H Palmieri
In theory you should be able to run "make micro_release". According to the comment in Makefile, this will "Remove everything that is not necessary to run Sage and pass all its doctests." I say "in theory" because I haven't personally tried it and I don't know if it's regularly tested by anyone.

Re: [sage-support] Re: Basic Stats deprecated?

2022-02-28 Thread John H Palmieri
Should there be a small list of functions which we import automatically? For example in sage.all we could do: "from numpy import mean, median". It seems strange to not have a top-level "mean" or "median" function, given all of the other esoteric top-level functions. On Friday, February 25,

[sage-devel] Re: Question about some Sage scripts

2022-02-24 Thread John H Palmieri
022 at 2:21:08 PM UTC-8 John H Palmieri wrote: > >> I have questions about some of the scripts in src/bin: >> > >>- sage-native-execute: looks like a no-op. Delete? >>- sage-open — used in OS X; can we just use "open"? >> >> Yes on both

[sage-devel] Question about some Sage scripts

2022-02-23 Thread John H Palmieri
I have questions about some of the scripts in src/bin: - math-readline — used sometimes in Sage's mathematica interface. Is it necessary? - sage-inline-fortran — does anyone use this? - sage-native-execute: looks like a no-op. Delete? - sage-open — used in OS X; can we just use

[sage-support] Re: Tensor Multiprocessing broken. SageMath 9.5 on Apple Mac OSX 12.1 . SageMath-9.5_x86_64

2022-01-25 Thread John H Palmieri
Are you using OS X? Could this possibly be due to how Python handles multiprocessing on OS X vs. other platforms? (See https://docs.python.org/3/library/multiprocessing.html#contexts-and-start-methods, in particular the comment "On macOS, the *spawn* start method is now the default" and

Re: Plessy core memory - UNIBOne Info

2022-01-10 Thread John H. Reinhardt via cctalk
://retrocmp.com/projects/unibone/286-unibone-building -- John H. Reinhardt On 1/10/2022 1:43 PM, Chris Zach via cctalk wrote: Hm. That is an idea. Technically I'm just wanting to get the thing working to see if it works, so a Unibone would be reasonable. Now where do I buy one/a kit/whatever

Re: [sage-release] Sage 9.5.beta9 released

2022-01-05 Thread John H Palmieri
vid. > > Le 5 janv. 2022 à 05:10, John H Palmieri a écrit : > > I am having intermittent problems building Sage on OS X from a fresh > tarball: it's worked sometimes, failed others. When it fails, it seems to > be because there is no script "sage" in venv/bin. (There ma

[sage-release] Re: Sage 9.5.beta9 released

2022-01-04 Thread John H Palmieri
I am having intermittent problems building Sage on OS X from a fresh tarball: it's worked sometimes, failed others. When it fails, it seems to be because there is no script "sage" in venv/bin. (There may be other problems, too, but this one is a major symptom.) I think this is the pattern: if

Re: VAX 780 on eBay

2022-01-01 Thread John H. Reinhardt via cctalk
: https://www.ebay.com/itm/275083502085 (The 11/780 is visible in the background of the first picture) RM05: https://www.ebay.com/itm/284587865252 -- John H. Reinhardt

Re: VAX 780 on eBay

2022-01-01 Thread John H. Reinhardt via cctalk
but not totally unreasonable.  There don't seem to be any RM05 packs included with the drive. -- John H. Reinhardt

[sage-devel] Re: \Bold command definition in every LaTeX output

2021-12-22 Thread John H Palmieri
Sure, that sounds like a good idea. - John On Wednesday, December 22, 2021 at 3:05:44 AM UTC-8 Eric Gourgoulhon wrote: > Le mercredi 22 décembre 2021 à 00:26:58 UTC+1, John H Palmieri a écrit : > >> I have no objection to this, but the purpose for using \Bold{...} was to >>

[sage-devel] Re: \Bold command definition in every LaTeX output

2021-12-21 Thread John H Palmieri
I have no objection to this, but the purpose for using \Bold{...} was to make its behavior easily customizable, since some people might want \mathbf{...} and some might want \mathbb{...}. Are you suggesting replacing \Bold in the latex() method for the object, or keeping it but doing the

[sage-devel] Re: First impressions on Sage 9.4 source build

2021-12-19 Thread John H Palmieri
On Friday, December 17, 2021 at 2:33:55 PM UTC-8 Randall wrote: > Hi all: > > I am building sage version 9.4 from source on my OpenSuse Linux Leap 15.2 > OS and like the install document stated, it has taken hours (using a HP > Z420 workstation with 6 Xeon processors) > > I have noticed some

[sage-support] Re: LatexExpr

2021-11-29 Thread John H Palmieri
Or if you need single and double quotes, delimit the string with """ or ''' (three double-quotes or three single-quotes): r"""here is "some" 'text' """ On Monday, November 29, 2021 at 11:07:21 AM UTC-8 slelievre wrote: > 2021-11-29 18:05:58 UTC+1, Cyrille Piatecki: > > > > I often use

[sage-devel] Re: sage --install

2021-11-20 Thread John H Palmieri
Fixed in https://trac.sagemath.org/ticket/32885. -- John On Friday, November 19, 2021 at 8:23:41 PM UTC-8 Steven Trogdon wrote: > Is this still supposed to work? > > ./sage --installed > [package]...[latest version] ([version]) > > Traceback (most recent call last):

Re: [sage-support] Using SageMath app online and saving worksheets?

2021-11-10 Thread John H Palmieri
The default behavior, at least if you start Sage from a terminal window with "sage -n", is to store the notebooks in the current directory. If you want to change this, then: after you download Sage, from a terminal you should run "sage --jupyter notebook --generate-config". This will print a

Re: [sage-support] Re: trouble displaying 3D graphics

2021-11-09 Thread John H Palmieri
Is there a way for users to redefine SAGE_TMP (without editing Sage source code) so that these graphics files would be produced elsewhere? On Tuesday, November 9, 2021 at 4:06:34 AM UTC-8 dim...@gmail.com wrote: > Right, one can see more of these "Chromium cannot open hidden >

[sage-devel] tox -p: necessary resources?

2021-10-24 Thread John H Palmieri
If I want to run "tox -p auto" on my machine, what sort of resources do I need to allocate to Docker ahead of time, so that it won't run out of disk space? Any other tips for using it? What's a "local squid," anyway? -- John -- You received this message because you are subscribed to the

Re: Terminal Emulator

2021-10-01 Thread John H. Reinhardt via cctalk
ec.com/images/zoc/us/mainwinvt102_osx.png I've not had it have a problem with any part of VT100/102/200 emulation that I can remember. -- John H. Reinhardt

Re: Terminal Emulator

2021-09-30 Thread John H. Reinhardt via cctalk
. Thank you -- John H. Reinhardt

[sage-devel] Re: Building sage fails at gsl because of openblas

2021-09-29 Thread John H Palmieri
One guess would be that ./configure found what it thought was a usable installation of openblas, but when gsl tried to build, that openblas was not in fact usable. You can bypass this by either installing a system version of gsl or using `./configure --with-system-openblas=no` to force Sage to

[sage-devel] Sympow build warning

2021-09-27 Thread John H Palmieri
On an OS X machine, the sympow build prints a warning at the start. Well, it calls it an error and then proceeds to build anyway: - CFLAGS for SYMPOW: -std=gnu17 -fno-fast-math -mfpmath=sse -ffp-contract=on -Dx86 -O0 The double precision of your FPU is 105 bits. Error: the Quad

Re: [sage-devel] Re: #32532 - removing gcc and gfortran spkgs

2021-09-23 Thread John H Palmieri
Item #2 actually happened. Can you cite posts from people successfully using the tools you mention to get around it? On Thursday, September 23, 2021 at 7:48:35 PM UTC-7 Michael Orlitzky wrote: > On Thu, 2021-09-23 at 18:12 -0700, Matthias Koeppe wrote: > > I repeat my strong objections to the

[R-pkg-devel] Namespace is imported from in YAML header, but attracts Note that is is not imported from

2021-09-23 Thread John H Maindonald
On the Atlas and Linux builds of my package `qra` that has just been posted on CRAN, I am getting the message: > Namespace in Imports field not imported from: ‘bookdown’ > All declared Imports should be used. This, in spite of the fct that the YAML header in two of the Rmd files for the

Re: [sage-devel] #32532 - removing gcc and gfortran spkgs

2021-09-23 Thread John H Palmieri
I presume that this is not an issue for linux, but maybe I'm wrong about that. In any case, I'm concerned about OS X. - How well tested are the various standalone Fortran options for OS X? I mean, how well tested are they for building Sage? Gfortran coming from homebrew is already included in

Re: Setting up a VMS system

2021-09-23 Thread John H. Reinhardt via cctalk
typing for commands if you're used to UNIX, and don't put any VAX with a public DCL account on the Internet because there is a huge security hole in DCL that was never fixed for VAX. -- John H. Reinhardt

Re: Setting up a VMS system

2021-09-23 Thread John H. Reinhardt via cctalk
(the last VAX version) Cheers Phil. -- John H. Reinhardt

[sage-release] Re: Sage 9.3.beta7 released

2021-09-22 Thread John H Palmieri
Sorry to resurrect this old thread, but I'm seeing the same numerical doctest failures on an OS X machine with Sage 9.5.beta1. Any ideas where these could be coming from? Some miscompiled component coming from the system, or something from within Sage itself? I started seeing these after

[sage-devel] Re: Outdated instructions in "git the hard way"

2021-09-07 Thread John H Palmieri
Could you please open a ticket for this? On Tuesday, September 7, 2021 at 3:47:44 PM UTC-7 Nils Bruin wrote: > On: > > https://doc.sagemath.org/html/en/developer/manual_git.html > > it is suggested to start with > > git clone https://gitlab.com/sagemath/dev/tracmirror.git > > however, the gitlab

[sage-support] Re: Sage 9.4_20.04 Ubuntu: error relocate-once.py

2021-09-03 Thread John H Palmieri
Also addressed in https://github.com/sagemath/binary-pkg/pull/29 On Friday, September 3, 2021 at 10:15:02 AM UTC-7 Matthias Koeppe wrote: > Thanks, I've noted this in > https://wiki.sagemath.org/ReleaseTours/sage-9.4#Availability_as_binaries_and_in_distributions > > On Friday, September 3,

Re: [sage-support] Other mailing lists

2021-08-24 Thread John H Palmieri
I believe that most of the traffic these days is on sage-support and sage-devel, rather than the more specialized groups. Feel free to post questions about Sage's algebra capabilities here. On Monday, August 23, 2021 at 8:03:33 PM UTC-7 H wrote: > On August 23, 2021 7:18:16 PM EDT, David

Re: [sage-devel] Problem Building Sage from Source

2021-08-18 Thread John H Palmieri
(I'm not sure where this comes from, since searching for "givaro" on brew.sh comes up empty.) On Wednesday, August 18, 2021 at 6:48:10 PM UTC-7 John H Palmieri wrote: > You could try uninstalling homebrew's givaro and/or use `./configure > --with-system-givaro=no` to force S

Re: [sage-devel] Problem Building Sage from Source

2021-08-18 Thread John H Palmieri
You could try uninstalling homebrew's givaro and/or use `./configure --with-system-givaro=no` to force Sage to build its own givaro. On Wednesday, August 18, 2021 at 4:45:54 PM UTC-7 Brian Sun wrote: > I ran the two commands (and also uninstalled Macaulay2 and the copy of > fflas-ffpack using

[sage-devel] Re: Implementation for representation of 2-knots

2021-08-03 Thread John H Palmieri
I think that more math of almost any sort would be great to add to Sage. Improving the knot and link capabilities would be great! John On Monday, August 2, 2021 at 12:59:13 PM UTC-7 Calvin Godfrey wrote: > First of all, I apologize if this isn't the right place to ask this. I > spent ages

Re: [sage-devel] Re: Library code returning int value

2021-07-14 Thread John H Palmieri
I think that we should prefer tuples to lists when that is appropriate, lists to tuples when that is appropriate. Python has both types for good reasons, I think, and I don't see why we should globally recommend one over the other. On Wednesday, July 14, 2021 at 7:21:48 PM UTC-7 Kwankyu Lee

Re: [sage-devel] spoken languages and banner translations

2021-07-04 Thread John H Palmieri
Does anyone have experience working with graphic designers? How much would it cost to get a logo designed by a professional? On Sunday, July 4, 2021 at 10:27:07 AM UTC-7 Nils Bruin wrote: > Oh my, those logos are absolutely atrocious! Never mind the translation: > the text is clipped to

[sage-release] Re: Sage 9.4.beta4 released

2021-07-02 Thread John H Palmieri
After seeing the message "Pytest is not installed, skip checking tests that rely on it" a number of times, I decided to install it. There were two files with resulting doctest failures: sage -t --long --warn-long 131.5 --random-seed=0 src/sage/doctest/test.py # 7 doctests failed sage -t

Re: [Evolution] Generating message list (cancelling) won't cancel. Evolution locked up

2021-06-14 Thread Dr. John H. Lauterbach
On Mon, 2021-06-14 at 11:40 +0200, Milan Crha via evolution-list wrote: > On Sun, 2021-06-13 at 19:14 -0400, Dr. John H. Lauterbch wrote: > > What do I need to do to get out of this problem.  I need to delete > > problem email account, but as soon as evolution starts, it

Re: [Evolution] Generating message list (cancelling) won't cancel. Evolution locked up

2021-06-13 Thread Dr. John H. Lauterbach
Thank you, Pete. John On Mon, 2021-06-14 at 00:47 +0100, Pete Biggs wrote: > On Sun, 2021-06-13 at 19:14 -0400, Dr. John H. Lauterbch wrote: > > I am writing this from one of my backup PC's as evolution 3.40.0-1 on > > my main PC is frozen as it is trying to scan a probl

[Evolution] Generating message list (cancelling) won't cancel. Evolution locked up

2021-06-13 Thread Dr. John H. Lauterbch
I am writing this from one of my backup PC's as evolution 3.40.0-1 on my main PC is frozen as it is trying to scan a problem IMAPX server, and even if i reboot PC and start eveolution, it starts locked on Scanning folders in IMAP server and Generating message list (cancelling) . What do I need to

[sage-release] Re: Sage 9.4.beta1 released

2021-06-08 Thread John H Palmieri
It builds for me on OS X Big Sur and I see no new doctest failures, but the PDF documentation doesn't build. When building it/a_tour_of_sage, I see this error: ! Package inputenc Error: Unicode character リ (U+30EA) Indeed, the file

[sage-devel] ask.sagemath.org is down

2021-06-05 Thread John H Palmieri
As pointed out in another message, ask.sagemath.org is down. Can anyone help? -- John -- 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

Re: Python 3.x fails build on Solaris 10

2021-05-26 Thread John H
. (: John On Tue, May 25, 2021 at 05:37:56PM -0400, Jeffrey Walton wrote: > On Tue, May 25, 2021 at 5:06 PM John H wrote: > > > > Setting up pkgsrc-2021Q1 on Solaris 10 x86 for an experiment. Going quite > > well so far, but still using an old gcc version (3.4.3) to build a

Python 3.x fails build on Solaris 10

2021-05-25 Thread John H
Hi Everyone Setting up pkgsrc-2021Q1 on Solaris 10 x86 for an experiment. Going quite well so far, but still using an old gcc version (3.4.3) to build a newer one within the pkgsrc ecosystem, however, seems I need Python first. whenever I attempt to build any version of python 3.x I am dropped

Re: SCSI2SD

2021-05-22 Thread John H. Reinhardt via cctalk
On 5/22/2021 10:29 AM, Zane Healy wrote: On May 21, 2021, at 5:15 PM, John H. Reinhardt via cctalk wrote: On 5/21/2021 3:41 PM, Zane Healy via cctalk wrote: Does anyone have experience using a SCSI2SD board to replace a Hard Drive on a VAXstation or an AlphaStation? I’m thinking about

Re: SCSI2SD

2021-05-21 Thread John H. Reinhardt via cctalk
n the floppy opening. -- John H. Reinhardt PRRT #8909 C HS #11530 N-Trak #7566

Re: Looking for VAXSET Software Engineering Tools for VMS 4.x

2021-04-17 Thread John H. Reinhardt via cctalk
to have ISOs of them. I'm interested in running earlier VMS versions on my 11/730. I too would be interested if it is possible to get disk images of these two CDs. -- John H. Reinhardt

Re: DEC H8575-A DB25 to MMJ

2021-04-14 Thread John H. Reinhardt via cctalk
uses), I should be set for life. -- John H. Reinhardt

Re: DEC H8575-A DB25 to MMJ

2021-04-08 Thread John H. Reinhardt via cctalk
t, get it as who knows if they will be available again. -- John H. Reinhardt

Re: DEC H8575-A DB25 to MMJ

2021-04-07 Thread John H. Reinhardt via cctalk
it's like and to have a backup in case something happens to my Paladin.  Hopefully, it is a good tool and IEC keeps it in production as it seems to be the only source now. -- John H. Reinhardt

[sage-support] Re: loading large file

2021-04-02 Thread John H Palmieri
Another option might have been to preparse separately (using "sage -preparse matp11n2.sage" at the shell prompt) and then load the resulting Python file. John On Friday, April 2, 2021 at 12:02:38 PM UTC-7 Luis Finotti wrote: > The solution I found was to increase the recursion limit: I did

Re: DEC H8575-A DB25 to MMJ

2021-03-31 Thread John H. Reinhardt via cctalk
bledepot.com/05MCPhoneMMJ.html Pacific Cables: http://www.pacificcable.com/DEC-Cables-Digital-Equipment-Corporation-Cables.html thanks tim timothy rutherford t...@nmia.com 505-550-5110 -- John H. Reinhardt

[sage-support] Re: Cannot install Sage 9.2 on macOS 10.15.7 Catalina

2021-03-28 Thread John H Palmieri
What happens if you install into another location, for example the Desktop? On Sunday, March 28, 2021 at 9:26:28 AM UTC-7 Anscari wrote: > I installed the app you suggested but when I open jupyter I find too many > bugs. I am not even able to access the jupyter folder created using > previous

Re: VCF Swap Meet in Wall, NJ

2021-03-19 Thread John H. Reinhardt via cctalk
the press to avoid coverage of the Staten Island Ferry giant squid attack. http://www.sioctopusdisaster.com/memorial.html But, there have been no verified accounts of giant squid attacks in Wall, NJ. See?  It worked! -- John H. Reinhardt

[sage-devel] Downgrade R to optional? See #31409.

2021-03-07 Thread John H Palmieri
Dear all, You should be aware that ticket #31409 (https://trac.sagemath.org/ticket/31409) intends to downgrade R to an optional package because of difficulties building it on Cygwin. Just letting you know in case you care about R being part of Sage and/or you have ideas about how to fix the

Re: Vax/pdp on ebay

2021-03-07 Thread John H. Reinhardt via cctalk
, then $2400, $2700, $3700 and higher.  The last 15 seconds saw the price soar through the $4000's and nearly make it to $5000.  By then, I was hoping to see it that $5000 mark but it fell just short. -- John H. Reinhardt

Re: Vax/pdp on ebay

2021-03-05 Thread John H. Reinhardt via cctalk
I need one for an 11/83 (if I can get my CPU board to run). It's on my "to do" list to try to 3-D model one for FMD or resin printing. -- John H. Reinhardt On 3/5/2021 10:51 AM, Nigel Johnson via cctalk wrote: Speaking of badges, I have a BA23 that doesn't have one. It wa

Re: Vax/pdp on ebay

2021-03-05 Thread John H. Reinhardt via cctalk
“ and i have room for it. https://www.ebay.com/itm/Digital-DEC-BA23-Lot-Micro-PDP-11-73-VAXstation-3200-x2-VT220-x2-Extras-Docs/224368924502?hash=item343d6e1756:g:zp8AAOSwvWNgO9qe Sent from my iPhone That's a nice collection of DEC kit. The PDP-11/73 pedestal would be nice. -- John H

Re: digital group's Richard Bemis

2021-03-05 Thread John H. Reinhardt via cctalk
t know who you mean... No, he means "The Digital Group". It was a microcomputer company in the 1975-1979 time frame. http://bytecollector.com/the_digital_group.htm https://en.wikipedia.org/wiki/The_Digital_Group -- John H. Reinhardt

Re: Massbus - was: Re: VAX 11/750

2021-02-26 Thread John H. Reinhardt via cctalk
://www.livingcomputerss.org/ -- John H. Reinhardt

[sage-release] Re: Sage 9.3.beta7 released

2021-02-11 Thread John H Palmieri
I just noticed something which has been happening for all of the 9.3 beta releases, maybe before that. In the dochtml.log file, I see the message Help file /Applications/usr/share/giac/doc/fr/aide_cas not found (This is on OS X.) That's a strange path — there is no /Applications/usr — so

Re: [wsjt-devel] Release 2.4.0...

2021-02-05 Thread John H. Long Jr.
Mind if I jump in here also?Just trying to setup FST4 tonight for the first time.Please also let me know when one of you are trying FST4 on 160 as I would like to see if I am set up correctly and receiving FST4 messages.Thanks,JohnKW7AUtah, USAJohn H. Long Jr.KW7A1370 N 150ENephi, Utah 84648USA 

Re: [sage-devel] sage -b is broken

2021-02-04 Thread John H Palmieri
finally :-) (not sure bug or feature) >> >> well, >> >> make build >> >> works >> >> On Wed, 3 Feb 2021, 17:05 John H Palmieri, wrote: >> >>> I'm not sure when it happened, but with the latest beta, I see >>> >>>

[sage-devel] sage -b is broken

2021-02-03 Thread John H Palmieri
I'm not sure when it happened, but with the latest beta, I see % ./sage -b Makefile:25: *** This Makefile needs to be invoked by build/make/install. Stop. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop

[sage-devel] Re: Problems with 9.3.beta6 + OS X Big Sur

2021-02-03 Thread John H Palmieri
ket/30589 > > On Monday, February 1, 2021 at 9:45:37 PM UTC-5 John H Palmieri wrote: > >> On OS X Big Sur (intel), as of the most recent Xcode and homebrew, I am >> currently unable to build Sage with either homebrew's Python or with >> `./configure --with-system-python3

[sage-devel] Problems with 9.3.beta6 + OS X Big Sur

2021-02-01 Thread John H Palmieri
On OS X Big Sur (intel), as of the most recent Xcode and homebrew, I am currently unable to build Sage with either homebrew's Python or with `./configure --with-system-python3=no`. - With homebrew's Python, actually Sage builds but the documentation does not (similar problems on both Big Sur

[sage-devel] Re: Unable to build develop branch

2021-01-23 Thread John H Palmieri
ot;This Makefile needs to be invoked by 'build/make/install'". If I set the > parameter > SAGEPKGCONFIG then it works, but I shouldn't need to do that. > > Dan > > On Friday, January 22, 2021 at 5:16:28 PM UTC-8 John H Palmieri wrote: > >> Great, I'm glad to

[sage-devel] Re: Unable to build develop branch

2021-01-22 Thread John H Palmieri
t; On Friday, January 22, 2021 at 3:21:10 PM UTC-8 John H Palmieri wrote: > >> I literally meant "merge that [the branch from #31183] into the develop >> branch" (or vice versa), not just use the branch from #31183. The develop >> branch has some crucial pieces for bu

[sage-devel] Re: Unable to build develop branch

2021-01-22 Thread John H Palmieri
y) > into > the scipy-big-sur branch and that fails to build in scipy again. > > Dan > > On Thursday, January 21, 2021 at 8:09:14 PM UTC-8 John H Palmieri wrote: > >> Ticket 31183 (https://trac.sagemath.org/ticket/31183) should fix that. >> Merging that into the develop b

[sage-devel] Re: Unable to build develop branch

2021-01-21 Thread John H Palmieri
Ticket 31183 (https://trac.sagemath.org/ticket/31183) should fix that. Merging that into the develop branch works for me. -- John On Thursday, January 21, 2021 at 8:03:55 PM UTC-8 dwb...@gmail.com wrote: > I'm unable to build the develop branch since upgrading my iMac to Big Sur. > I have

Re: [Evolution] Safety of removing .cache files

2021-01-02 Thread Dr. John H. Lauterbach
I was able to remove the .cache files without a problem.  I closed Evolution, used Nemo with elevated permissions to delete the files.  A restarted Evolution.  Problem solved.  Thank you to all for your comments.  John On Fri, 2021-01-01 at 14:43 -0700, Zan Lynx wrote: > On 1/1/21 1:25 PM,

[Evolution] Safety of removing .cache files

2020-12-30 Thread Dr. John H. Lauterbach
Is it safe to delete /home/johnl/.cache/evolution/mail/e73fb70d2e40e23bc8fc94509b23c9adc77cc577/folders/Bulk Mail/cur/09/419787 ? Above directory refers to the "Bulk Mail" account on an IMAP email account from bellsouth.net.  I cannot delete such a folder on my evolution email account.  My

Re: PDP-8 memory card on eBay?

2020-12-30 Thread John H. Reinhardt via cctalk
me think it might be for a PDP-8?    Noel it's a 32k 8a memory board If it helps, when you zoom in on the red card it says MS8-CA.  Looks like the listing has ended but no buyer. -- John H. Reinhardt

Re: [sage-release] Sage 9.3.beta5 released

2020-12-28 Thread John H Palmieri
h an error that I don't know how to fix, as reported at https://trac.sagemath.org/ticket/30651. On Monday, December 28, 2020 at 11:10:36 AM UTC-8 John H Palmieri wrote: > I've been having problems with computers running Mac OS for several Sage > releases now. With OS X 10.15.7

Re: [sage-release] Sage 9.3.beta5 released

2020-12-28 Thread John H Palmieri
I've been having problems with computers running Mac OS for several Sage releases now. With OS X 10.15.7 and a pretty full homebrew installation, cypari fails: cypari2/gen.c:23742:70: error: too many arguments to function call, expected 3, have 4 __pyx_v__ret = asympnum0(__pyx_v__expr,

Re: [sage-support] Re: Install of sage on macOS

2020-12-23 Thread John H Palmieri
The short answer is that Sage is designed for (among others) research mathematicians, who may not have the interest or inclination to learn how to install lots of system packages. So from the beginning it included as many components as possible. Years ago the presence of MacPorts and other

[sage-devel] Re: Installing SageMath on macOS Big Sur 11.1

2020-12-21 Thread John H Palmieri
For what it's worth, I was able to build Sage on 11.0 using homebrew, but since the upgrade to 11.1, the build fails for me. Discussion at #30651 (started at #30589, but should be continued at #30651). On Monday, December 21, 2020 at 2:46:00 PM UTC-8 Samuel Lelievre wrote: > Supporting macOS

[sage-devel] Re: Sage 9.2 fails to build because of cysignals on macos 10.15.7

2020-12-14 Thread John H Palmieri
, 2020 at 4:02:49 PM UTC-8 John H Palmieri wrote: > Maybe something is going wrong with using the homebrew version of Python — > some conflict somewhere — so could you try > > make distclean > ./configure --with-system-python3=no > make > > (I'm having different problems with t

[sage-devel] Re: Sage 9.2 fails to build because of cysignals on macos 10.15.7

2020-12-14 Thread John H Palmieri
Maybe something is going wrong with using the homebrew version of Python — some conflict somewhere — so could you try make distclean ./configure --with-system-python3=no make (I'm having different problems with the system python: see my posts about MACOSX_DEPLOYMENT_TARGET.) -- John On

[sage-devel] MACOSX_DEPLOYMENT_TARGET problems

2020-12-14 Thread John H Palmieri
I am having problems building Sage with a recently updated homebrew Python 3.9 on OS X Big Sur, apparently because it sets MACOSX_DEPLOYMENT_TARGET to 11. (Insert Spinal Tap joke here.) If you run `brew update` on Big Sur, I'm guessing that you will run into this. - There is a problem because

[gem5-users] Re: DRRIP implementation

2020-11-30 Thread John H via gem5-users
-review.googlesource.com/c/public/gem5/+/37135 would be > enough). > > Regarding SRRIP, it is implemented as RRIPRP(). > > Regards, > Daniel > Em sábado, 21 de novembro de 2020 22:40:48 GMT+1, John H < > h92420...@gmail.com> escreveu: > > > Hi > > Thanks

[gem5-users] Adding new replacement policy error

2020-11-27 Thread John H via gem5-users
Hello, I tried creating a separate .cc and .hh file for implementing a new replacement policy and added it to Scons within replacement policies. However, when i run gem5 build, I get the following error message build/X86/mem/cache/replacement_policies/ship_rp.cc:13:22: error: 'Params' does not

Re: [sage-release] Sage 9.3.beta2 released

2020-11-26 Thread John H Palmieri
Dima is suggesting the command locale.setlocale(locale.LC_ALL,''), where just before the parenthesis should be two single quotes. No quotes after the parenthesis. Or if you prefer: locale.setlocale(locale.LC_ALL,"") with two double quotes just before the parenthesis. On Thursday, November 26,

[sage-support] Re: The pip ssl mess on Mac OS X: ways forwards

2020-11-22 Thread John H Palmieri
Is it possible to create a binary distribution that relies on a system Python 3? Those may already be built with ssl support. On Sunday, November 22, 2020 at 11:24:45 AM UTC-8 watso...@gmail.com wrote: > > Right now pip doesn't work in the binary distributions due to the absence > of the ssl

[gem5-users] Re: DRRIP implementation

2020-11-21 Thread John H via gem5-users
can implement it easily by modifying DuelingMonitor::initEntry. > > Regards, > Daniel > Em sábado, 21 de novembro de 2020 03:46:27 GMT+1, John H via gem5-users < > gem5-users@gem5.org> escreveu: > > > Hello, > > I am new with gem5, just getting started. I wanted

[gem5-users] DRRIP implementation

2020-11-20 Thread John H via gem5-users
Hello, I am new with gem5, just getting started. I wanted to implement DRRIP cache replacement policy. Have any one of you tried implementing this? Any pointers on this would be helpful. Thanks, John ___ gem5-users mailing list -- gem5-users@gem5.org

Re: DEC PDP-8/E wanted

2020-11-20 Thread John H. Reinhardt via cctalk
sing or damaged from long term storage. > RX-01 dual floppy drive, good condition nothing missing or damaged, from long storage. thanks for your help. Roger in NY Be aware people are telling him his system is probably worth about $1000.  I have seen other 8's go for more on Ebay but I don't r

Re: [sage-support] The best practices for using SageNB in SagaMath 9.1?

2020-11-18 Thread John H Palmieri
I was hoping that it might be missing dependencies when building sagenb, but when I tried this, it didn't help. Maybe something this will work: ./configure --with-python=2 --enable-sagenb=yes --enable-flask_autoindex=yes --enable-flask_babel=yes --enable-flask=yes

[sage-devel] Re: OS X Big Sur progress report

2020-11-17 Thread John H Palmieri
You can probably eliminate some of the doctest errors with the following hack, which may not be the right way to proceed, but at least for me it allows doctesting to complete. Some of your other errors may be caused by using Python 3.9, and people are working on fixing those. diff --git

Re: [sage-devel] Re: OS X Big Sur progress report

2020-11-16 Thread John H Palmieri
n, Nov 16, 2020 at 6:19 PM John H Palmieri > wrote: > > > > In my experience, homebrew's "ntl" package can lead to problems when > building Sage, so if possible, try deleting it. > > Why?! It all works, if you install the recommended by ./configure > list

<    1   2   3   4   5   6   7   8   9   10   >