Re: Monterey 12.6: cannot chown to _mysql for mysql datadir

2022-09-15 Thread Murray Eisenberg
It was my mistake typing “+R”, which explains the error message. Changing to chown -R instead did finally work once I saw what I had done. Sorry for the trouble. > On 15 Sep2022, at 12:29 AM, Ryan Schmidt wrote: > > On Sep 13, 2022, at 14:36, Murray Eisenberg wrote: > >> O

MacPorts for Ventura expects Xcode 14.1

2022-10-27 Thread Murray Eisenberg
(from developer.apple.com)? --- Murray Eisenbergmurrayeisenb...@gmail.com

what does -Wimplicit-function-declaration mean?

2022-10-29 Thread Murray Eisenberg
in the config.log. What is that all about? --- Murray Eisenbergmurrayeisenb...@gmail.com Mobile (413)-427-5334 503 King Farm Blvd #101 Rockville, MD 20850-6667

How use py-pip?

2022-11-30 Thread Murray Eisenberg
: command not found: py-pip (Same thing if I try “py-pip —help”, “py-pip —version”, or “py-pip install [package name]._ The python package I’m trying to install is pyobjc, for which no separte MacPorts port seems to exist. Environment: MacPorts 2.8.0 under macOS Ventura 13.0.1. --- Murray Eisenberg

Re: How use py-pip?

2022-11-30 Thread Murray Eisenberg
at with port contents (I’m using py39-pip > because py-pip is a meta-port): > > sudo port contents py39-pip > — output omitted — > /opt/local/bin/pip-3.9 > — output omitted — > > Hope this helps, > Mircea > >> On Nov 30, 2022, at 9:42 PM, Murray Eisenbe

How install POSIX Threads / glibc2?

2023-02-27 Thread Murray Eisenberg
red for this math program "surf" ks "POSIX Threads (glibc2 on Linux)". How can I get that dependency from Macports? I don't see directly any such "glibc2" among the ports. --- Murray Eisenbergmurrayeisenb...@gmail.com Mobile (413)-427-5334 503 King Farm Blvd #101 Rockville, MD 20850-6667

Re: How install POSIX Threads / glibc2?

2023-02-27 Thread Murray Eisenberg
> On Feb 27, 2023, at 4:29 PM, Murray Eisenberg > wrote: > > I'm trying to build the non-Macports math program "surf" from > http://surf.sourceforge.net. This is a tool to visualize algebraic curves and > surfaces -- and NOT the program "surf" fro

How get IDLE.app for python311 to work?

2023-03-07 Thread Murray Eisenberg
red for Tk. ** What is installed are: python311 @3.11.2_0+lto+optimizations+universal tk @8.6.13_0+x11 How do I get IDLE.app to work?? --- Murray Eisenbergmurrayeisenb...@gmail.com Mobile (413)-427-5334 503 King Farm Blvd #101 Rockville, MD 20850-6667

Re: How get IDLE.app for python311 to work?

2023-03-07 Thread Murray Eisenberg
_tkinter.TclError: couldn't connect to display ":0" > On Mar 7, 2023, at 11:35 AM, Murray Eisenberg > wrote: > > (1) If from /Applications/MacPorts/Python 3.11 I open IDLE.app, then nothing > happens. > > (2)If first I run XQuart

mysql - fixing permissions

2023-03-27 Thread Murray Eisenberg
The specified file '/Volumes/MacHD/Users/me' does not have an ACL in canonical order, please specify a position with +a# What does this mean and what should I do to correct this? --- Murray Eisenbergmurrayeisenb...@gmail.com Mobile (413)-427-5334 503 King Farm Blvd #101 Rockville, MD 20850-6667

Re: mysql - fixing permissions

2023-03-27 Thread Murray Eisenberg
order" appears? > On Mar 27, 2023, at 4:26 PM, Murray Eisenberg > wrote: > > With my mysql data in the non-default location ~/Databases/mysql, each time > that macOS is updated, permissions seem to get set back to their defaults for > various user folders, so

Sonoma support?

2023-09-26 Thread Murray Eisenberg
What is the status of MacPorts support for the just-released macOS Sonoma (14.0)? The latest MacPorts installer listed at https://www.macports.org/install.php is for Ventura (13.x). --- Murray Eisenbergmurrayeisenb...@gmail.com Mobile (413)-427-5334 503 King Farm Blvd #101

Re: Sonoma support?

2023-09-26 Thread Murray Eisenberg
low base > development more closely. > > Chris > >> On 26 Sep 2023, at 9:24 pm, Murray Eisenberg >> wrote: >> >> What is the status of MacPorts support for the just-released macOS Sonoma >> (14.0)? >> >> The latest MacPorts installer lis

Re: Sonoma support?

2023-09-26 Thread Murray Eisenberg
So I guess my question should be refined to: When might the Sonoma installer become available? > On Sep 26, 2023, at 4:42 PM, Chris Jones wrote: > > > >> On 26 Sep 2023, at 9:38 pm, Murray Eisenberg >> wrote: >> >> But at https://trac.macports.org/wik

work-around for Xcode 15 linker issue?

2023-10-02 Thread Murray Eisenberg
es not seem to be an option: After replacing Xcode 15 with Xcode 14.3.1, and similarly for the command-line tools, if I open Xcode 14.3.1, I get an error that this version of Xcode will not work with the OS (Sonoma). Is there some other work-around? --- Murray Eisenbergmurray

Re: work-around for Xcode 15 linker issue?

2023-10-03 Thread Murray Eisenberg
line tools and try to enforce the old > linker by defining the following environment variables: > > export MACOSX_DEPLOYMENT_TARGET=12 > export OTHER_LDFLAGS=-Wl,-ld_classic > > You may place them into your ~/.profile file. I hope this helps. > > >> On 2 Oct 2023, a

Re: work-around for Xcode 15 linker issue?

2023-10-03 Thread Murray Eisenberg
I was just trying what was recommended by Maxim Abalenkov > On Oct 3, 2023, at 4:15 PM, Chris Jones wrote: > > > >> On 3 Oct 2023, at 9:03 pm, Murray Eisenberg >> wrote: >> >> Several ports I had been trying tore-ininstall under macOS Sonoma (in orde

Re: Status of Macports on Sonoma?

2023-10-07 Thread Murray Eisenberg
owing to a change in C compiler flags in Xcode 15 (and Sonoma seems not to allow using an earlier version of Xcode). Among those troublesome ports is sbcl, and unfortunately the maxima port depends on sbcl. --- Murray Eisenbergmurrayeisenb...@gmail.com Mobile (413)-

Re: Status of Macports on Sonoma?

2023-10-07 Thread Murray Eisenberg
> On Oct 7, 2023, at 11:03 AM, Chris Jones wrote: > > Hi, > >> On 7 Oct 2023, at 3:40 pm, Murray Eisenberg >> wrote: >> >>  >>> OnFri, 6 Oct 2023 19:10:39 -0500,Kevin Horton >> <mailto:kevi...@kilohotel.com>> wrote: >>>

MacPorts install package for Mojave?

2018-09-26 Thread Murray Eisenberg
ave/> ? --- Murray Eisenbergmurrayeisenb...@gmail.com 503 King Farm Blvd #101 Home (240)-246-7240 Rockville, MD 20850-6667Mobile (413)-427-5334

How upgrade dvisvgm without breaking texlive2018?

2018-10-06 Thread Murray Eisenberg
Note: It is not recommended to uninstall/deactivate a port that has dependents as it breaks the dependents. The following ports will break: texlive @2018_0 How should I proceed? --- Murray Eisenbergmurrayeisenb...@gmail.com 503 King Farm Blvd #101 Home (240)-246-7240 Rockville

mysql-server: The server quit without updating PID file

2018-10-24 Thread Murray Eisenberg
recently except for normal “sudo port sync” and "sudo port upgrade outdated”. --- Murray Eisenbergmurrayeisenb...@gmail.com 503 King Farm Blvd #101 Home (240)-246-7240 Rockville, MD 20850-6667Mobile (413)-427-5334

Re: mysql-server: The server quit without updating PID file

2018-10-25 Thread Murray Eisenberg
On 25 Oct2018, at 9:37 AM, Ryan Schmidt wrote: > > > > On Oct 24, 2018, at 15:25, Murray Eisenberg wrote: > >> Starting MySQL >> . ERROR! The server quit without updating PID file >> (/Users/me/Databases/mysql/data/mysql.pid). >> > > … It

Re: mysql-server: The server quit without updating PID file

2018-10-25 Thread Murray Eisenberg
ld be used on the datadir? (Even the official MySQL docs are incomplete on this.) > On 25 Oct2018, at 9:37 AM, Ryan Schmidt wrote: > > > > On Oct 24, 2018, at 15:25, Murray Eisenberg wrote: > >> Starting MySQL >> . ERROR! The server quit without updating PID

Re: mysql-server: The server quit without updating PID file

2018-10-25 Thread Murray Eisenberg
On 25 Oct2018, at 11:58 AM, Ryan Schmidt wrote: > > > On Oct 25, 2018, at 10:34, Murray Eisenberg wrote: > >> Such searches give different instructions on what permissions to give the >> mysql datadir ! >> >> If the datadir is >> >> /

Re: mysql-server: The server quit without updating PID file

2018-10-25 Thread Murray Eisenberg
_mysql:_mysql [mydatadir] to it. Finally, recreating databases from backups. Still haven’t a clue as to why starting mysqld was failing. > On 24 Oct2018, at 4:25 PM, Murray Eisenberg wrote: > > Environment: macOS 10.14, MacPorts 2.5.4 > > Port: mysql57-server @5.7.17_0 (active) &

how make python37 the binary called by "python"

2018-10-29 Thread Murray Eisenberg
kages that just expect to call binary “python” and have it be 3.7.) --- Murray Eisenbergmurrayeisenb...@gmail.com 503 King Farm Blvd #101 Home (240)-246-7240 Rockville, MD 20850-6667Mobile (413)-427-5334

Re: how make python37 the binary called by "python"

2018-10-29 Thread Murray Eisenberg
That worked, thanks! Would “source ~/.profile” also have accomplished the same end? > On 29 Oct2018, at 4:26 PM, Rainer Müller wrote: > > On 2018-10-29 21:05, Murray Eisenberg wrote: >> After >> >> sudo port select --set python python37 >>Selecting

mysql 8?

2019-02-21 Thread Murray Eisenberg
What is the status of, or plans for, MySQL version 8.0 (the current release) and supporting ports, e.g., phpxx-mysql and phpmyqdmin? --- Murray Eisenbergmurrayeisenb...@gmail.com 503 King Farm Blvd #101 Home (240)-246-7240 Rockville, MD 20850-6667Mobile (413)-427

change .conf files' ownership from root wheel to root admin

2019-04-09 Thread Murray Eisenberg
root, but group wheel. That means I cannot edit these .conf files under my user account, which is in the admin group. How can I fix this so as to restore these files to group admin instead of wheel? --- Murray Eisenbergmurrayeisenb...@gmail.com 503 King Farm Blvd #101 Home

apache2 error: failed to open stream...Failed opening required '/opt/local/var/db/php70/pear/pear-ini.php...

2019-04-09 Thread Murray Eisenberg
2/extra/proxy-html.conf # Secure (SSL/TLS) connections Include etc/apache2/extra/httpd-ssl.conf SSLRandomSeed startup builtin SSLRandomSeed connect builtin # Local access to phpmyadmin installation Include etc/apache2/extra/httpd-phpmyadmin.conf # Configure drupal installation Include etc/apache2/d

Re: apache2 error: failed to open stream...Failed opening required '/opt/local/var/db/php70/pear/pear-ini.php...

2019-04-09 Thread Murray Eisenberg
|∞∞ > ˜˜ |∞ RdB > ,.,|∞∞ > .' '. | > -' `’ > > https://rdb.is <https://rdb.is/> > > On 9 April 2019 at 19:01:56, Murray Eisenberg (murrayeisenb...@gmail.com > <mailto:murrayeisenb...@gmail.com>) wrote: > >> I’m reinstalling MacPorts 2.5

Re: apache2 error: failed to open stream...Failed opening required '/opt/local/var/db/php70/pear/pear-ini.php...

2019-04-09 Thread Murray Eisenberg
hanks! > On 9 Apr2019, at 1:05 PM, Marius Schamschula wrote: > > Murray, > > The fatal error tells the story: apache is looking for some part of PHP 7.0, > but you now have PHP 7.3 installed. The problem may be an old php.ini file > somewhere. > >> On Apr 9,

Is composer compatible with MacPorts?

2019-04-23 Thread Murray Eisenberg
conflicts? (2) Will using composer create duplicate (albeit isolated) copies of such php modules as Drupal may require? --- Murray Eisenbergmurrayeisenb...@gmail.com 503 King Farm Blvd #101 Home (240)-246-7240 Rockville, MD 20850-6667Mobile (413)-427-5334

Xcode command-line tools 11.0 yet macOS 10.14.5 & MacPorts 2.5.4?

2019-06-04 Thread Murray Eisenberg
incompatible with current MacPorts 2.5.4? --- Murray Eisenbergmurrayeisenb...@gmail.com 503 King Farm Blvd #101 Home (240)-246-7240 Rockville, MD 20850-6667Mobile (413)-427-5334

Re: Xcode command-line tools 11.0 yet macOS 10.14.5 & MacPorts 2.5.4?

2019-06-04 Thread Murray Eisenberg
hat you saw was a temporary problem on the other end. > > I'd err on the side of caution, and not take an early beta, unless it was my > intent to be a guinea pig. > >> On Jun 4, 2019, at 12:05, Murray Eisenberg wrote: >> >> In macOS 10.14.5 I’m using MacPorts 2.5

Using MacTeX/TeXLive instead of MacPorts tex ports

2019-06-30 Thread Murray Eisenberg
tex ports be uninstalled without breaking other, currently installed ports using them? And without intefering with rebuilding those tex-using MacPorts ports when upgrading? —- Murray Eisenbergmurrayeisenb...@gmail.com 503 King Farm Blvd #101 Home (240)-246-7240 Rockville, MD

Re: Using MacTeX/TeXLive instead of MacPorts tex ports

2019-06-30 Thread Murray Eisenberg
> On 30 Jun2019, at 2:54 PM, Chris Jones wrote: > > On 30 Jun 2019, at 3:11 pm, Murray Eisenberg <mailto:murrayeisenb...@gmail.com>> wrote: > >> I have the complete MacTeX 2019 installed, which includes TeXLive 2019, and >> its tex-related binaries are first

Octave.app 64-bit?

2019-10-10 Thread Murray Eisenberg
Is the current version of octave.app, installed with octave+app, 64-bit and hence compatible with Catalina? if not, what are the prospects? In general, is there any way to tell which macports ports are, or are not, 64-bit? --- Murray Eisenbergmurrayeisenb...@gmail.com

Re: Octave.app 64-bit?

2019-10-11 Thread Murray Eisenberg
5 it will > have to be 64 bit… ) > >> On 10 Oct 2019, at 10:12 pm, Murray Eisenberg > <mailto:murrayeisenb...@gmail.com>> wrote: >> >> Is the current version of octave.app, installed with octave+app, 64-bit and >> hence compatible with Catalina? >>

How view pdf in okular?

2020-03-13 Thread Murray Eisenberg
.] --- Murray Eisenbergmurrayeisenb...@gmail.com 503 King Farm Blvd #101 Home (240)-246-7240 Rockville, MD 20850-6667Mobile (413)-427-5334

installing patched okular: cannot open Portfile

2020-03-14 Thread Murray Eisenberg
ts/kde/Portindex. --- Murray Eisenbergmurrayeisenb...@gmail.com 503 King Farm Blvd #101 Home (240)-246-7240 Rockville, MD 20850-6667Mobile (413)-427-5334

Re: installing patched okular: cannot open Portfile

2020-03-16 Thread Murray Eisenberg
Portfile. This might be the reason why your system can’t install the port. > > Cheers, > > Nicolas > >> On Mar 15, 2020, at 4:57, Murray Eisenberg > <mailto:murrayeisenb...@gmail.com>> wrote: >> >> In order to get okular working, I’m following the instruc

Re: installing patched okular: cannot open Portfile

2020-03-16 Thread Murray Eisenberg
to conflicts with existing files from > the original one. > And if you do change it, be sure to also change the name of the port in the > Portfile. This might be the reason why your system can’t install the port. > > Cheers, > > Nicolas > >> On Mar 15, 2020,

Re: macports-users Digest, Vol 163, Issue 12

2020-03-17 Thread Murray Eisenberg
>> > Very strange. I have been using this construction for years. I have all my > directories in my private repository with mode 755, and the files 644. > -- > Pieter van Oostrum --- Murray Eisenbergmurrayeisenb...@gmail.com 503 King Farm Blvd #101 Home (240)-246-7240 Rockville, MD 20850-6667Mobile (413)-427-5334

Re: macports-users Digest, Vol 163, Issue 13

2020-03-18 Thread Murray Eisenberg
Subject: Re: macports-users Digest, Vol 163, Issue 12 > Message-ID: <mailto:lx36a7arby@cochabamba.vanoostrum.org>> > Content-Type: text/plain > > Murray Eisenberg <mailto:murrayeisenb...@gmail.com>> writes: > >> I did that: used mode 755 for directori

Re: macports-users Digest, Vol 163, Issue 13

2020-03-18 Thread Murray Eisenberg
ndows flash between dark and light, with the viewed document sometimes having its text disappear or put lines on top of one another. This happens especially when I try to navigate the directory tree to open a file and when i scroll an opened pdf. --- Murray Eisenbergmu

Re: macports-users Digest, Vol 163, Issue 14

2020-03-19 Thread Murray Eisenberg
CORRECTION: putting he changed version of okular into /Users/Shared/macports/kde/okular DID allow it to install! Sorry for any confusion. > On 19 Mar2020, at 8:00 AM,Murray Eisenberg <mailto:murrayeisenb...@gmail.com>> wrote: > > >> On Tue, 17 Mar 2020 13:1

How enable ftp to localhost wordpress site?

2020-07-31 Thread Murray Eisenberg
then what do I need to do so it’s available from within the wordpress site? (WordPress docs don’t deal with this! they just say to use ftp to install the plugins.) --- Murray Eisenbergmurrayeisenb...@gmail.com 503 King Farm Blvd #101 Home (240)-246-7240 Rockville, MD 20850

Re: How enable ftp to localhost wordpress site?

2020-08-01 Thread Murray Eisenberg
on the server you can use > sftp). Most of the graphical ftp clients support sftp also. > > For anyone out there who actually needs ftp, vsftpd is a pretty good choice > (but you probably don't actually need ftp, so just use sftp instead). > >> On Jul 31, 2020, at 8:28 P

Command Line Tools for Xcode 11.6

2020-08-01 Thread Murray Eisenberg
tps://trac.macports.org/wiki/ProblemHotlist#reinstall-clt> My Xcode is version 11.6. The fix presented in the link above is to reinstall the Xcode command-line tools. However, developer.apple.com <http://developer.apple.com/> lists NO command-line tools for Xcode 11.6! What to do? --- Murr

Re: Command Line Tools for Xcode 11.6

2020-08-01 Thread Murray Eisenberg
eveloper.apple.com/library/archive/technotes/tn2339/_index.html#//apple_ref/doc/uid/DTS40014588-CH1-HOW_CAN_I_UNINSTALL_THE_COMMAND_LINE_TOOLS_> > > Chris > >> On 1 Aug 2020, at 5:59 pm, Murray Eisenberg >> wrote: >> >> When doing MacPorts 2.6.3 upgrades of p

Re: How enable ftp to localhost wordpress site?

2020-08-01 Thread Murray Eisenberg
gt;> > Subject: Re: How enable ftp to localhost wordpress site? > Message-ID: > > On 31 Jul 2020, at 20:28, Murray Eisenberg wrote: > >> I?ve installed the MacPorts version of apache2 and have a working >> localhost wordpress site running under apache2. >> >

Re: How enable ftp to localhost wordpress site?

2020-08-02 Thread Murray Eisenberg
e: > > On 1 Aug 2020, at 10:36, Murray Eisenberg wrote: > >> (I searched for ?openssh? in /opt but find nothing with that name >> there, so I cannot even see any config file for it!) > > There is a port for OpenSSH named 'openssh' so you should have found

Re: How enable ftp to localhost wordpress site?

2020-08-02 Thread Murray Eisenberg
to:macportsusers-20171...@billmail.scconsult.com>>> >>> To: "MacPorts Users" >> <mailto:macports-users@lists.macports.org> >>> <mailto:macports-users@lists.macports.org >>> <mailto:macports-users@lists.macports.org>>> >>

how use bash 5.0 port

2020-08-31 Thread Murray Eisenberg
ment-66418. But the final step, “sudo make install” gave a fatal error of ‘libintl.h’ file not found. So then I successfully installed the MacPorts port bash @5.0.17_0. —> But how do I make this bash 5.0 my shell when I open Terminal? --- Murray Eisenbergmurra

Re: how use bash 5.0 port

2020-08-31 Thread Murray Eisenberg
error of ‘libintl.h’ > file not found. > > So then I successfully installed the MacPorts port bash @5.0.17_0. > > —> But how do I make this bash 5.0 my shell when I open Terminal? > --- Murray Eisenbergmurrayeisenb...@gmail.com 503 King Farm Blvd #101 Home (240)-246-7240 Rockville, MD 20850-6667Mobile (413)-427-5334

Re: how use bash 5.0 port

2020-08-31 Thread Murray Eisenberg
gt; In Terminal -> Preferences -> Profiles find the profile that's your default > or that you frequently use and select it. Under the "Shell" tab does it have > anything for Startup "Run command"? > > On Mon, Aug 31, 2020 at 12:22 PM Murray Eisenberg <mailto:

Re: how use bash 5.0 port

2020-09-01 Thread Murray Eisenberg
s a good practice because all the macports apps. are > directly available for use. > > On Mon, 31 Aug 2020, Murray Eisenberg wrote: > >> To get the MacPorts bash 5.0 the default shell, I now tried: >> >> - edit /private/etc/shells so as to add /opt/local/bin/bash

mysqld 5.7: server quit without updating PID file

2020-09-22 Thread Murray Eisenberg
/mysql.sock socket = /opt/local/var/run/mysql57/mysqld.sock # end my.cnf --- Murray Eisenbergmurrayeisenb...@gmail.com 503 King Farm Blvd #101 Home (240)-246-7240 Rockville, MD 20850-6667Mobile (413)-427-5334

MySQL 8: datadir

2020-10-02 Thread Murray Eisenberg
location. I have not yet customized my.cnf — that step seems to come after Step 6. —> Please advise just what to do, so that I can use mysql8 with the old, non-default datadir but with the database there updated to MySQL 8. --- Murray Eisenbergmurrayeisenb...@g

Re: MySQL 8: datadir

2020-10-02 Thread Murray Eisenberg
new database? > On 2 Oct2020, at 5:37 PM, Ryan Schmidt wrote: > > > > On Oct 2, 2020, at 15:45, Murray Eisenberg wrote: > >> Step 6: Database upgrade as necessary > > You used to have to upgrade the database manually but according to Oracle's >

Re: MySQL 8: datadir

2020-10-02 Thread Murray Eisenberg
ocal/var/run/mysqld/mysqld.pid sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES [client] socket = /opt/local/var/run/mysql8/mysqld.sock What’s wrong?? > On 2 Oct2020, at 6:17 PM, Murray Eisenberg wrote: > > Andrew Audvare’s separate reply (for some reason n

Re: MySQL 8: datadir

2020-10-03 Thread Murray Eisenberg
ql_mode=NO_ENGINE_SUBSTITUTION,STRICTΩTRANS_TABLES [client] socket = /opt/local/var/run/mysql8/mysqld.sock > On 2 Oct2020, at 9:05 PM, Ryan Schmidt wrote: > > > > On Oct 2, 2020, at 19:36, Murray Eisenberg wrote: > >> Assuming I do _not_ want to initializ

Re: MySQL 8: datadir

2020-10-03 Thread Murray Eisenberg
port load mysql8-server ---> Loading startupitem 'mysql8-server' for mysql8-server mysql -S /opt/local/var/run/mysql8/mysqld.sock ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/opt/local/var/run/mysql8/mysqld.sock' (2) --- Murray

mysql8 problems

2020-10-03 Thread Murray Eisenberg
Something seems to be wrong: sudo port load mysql8-server --> Loading startupitem 'mysql8-server' for mysql8-server ps -ax | grep mysql 39298 ttys0010:00.00 grep mysql Is the mysql8 server actually running?? Should there be a process found for mysqld? --- Mur

Re: MySQL 8: datadir

2020-10-04 Thread Murray Eisenberg
at 12:05, Murray Eisenberg wrote: > >> On 3 Oct2020, at 8:00 AM,Andrew Udvare wrote: >> >>> Your client is trying to connect >>> /opt/local/var/run/mysql57/mysqld.sock instead of >>> /opt/local/var/run/mysql8/mysqld.sock . Your client is not finding the >&

phpmyadmin 5.0.2 with mysql 8

2020-10-04 Thread Murray Eisenberg
are destructive of existing databases and which not, nor which are suitable for the particular situation when both mysql8 and phpmyadmin are the MacPorts versions. Can you provide any insight or help as to how to proceed? --- Murray Eisenbergmurrayeisenb...@gmail.com 503

Re: phpmyadmin 5.0.2 with mysql 8

2020-10-04 Thread Murray Eisenberg
> On 4 Oct2020, at 4:29 PM, Ryan Schmidt wrote: > > On Oct 4, 2020, at 10:27, Murray Eisenberg wrote: > >> I’ve finally succeeded in upgrading from mysql 5.7 to mysql 8 (8.0.21) but >> now my existing phymyadmin 5.0.2 no longer allows me to log in as root. >>

installing openscad

2020-12-03 Thread Murray Eisenberg
first place. I'm getting the previously reported error: {{{ fatal error: 'parser.tab.h' file not found }}} I used the "port livecheck openscad" command to find that the new version is 2019.05, but even the MacPorts openscad-devel version is only 20

Re: installing openscad

2020-12-03 Thread Murray Eisenberg
d. > > The other ticket is talking about whether software should be updated in > MacPorts, which is not offering advice aimed at users. > > David > > On Thu, Dec 3, 2020 at 2:04 PM Murray Eisenberg <mailto:murrayeisenb...@gmail.com>> wrote: > How do

Re: installing openscad

2020-12-03 Thread Murray Eisenberg
t; > > On Thu, Dec 3, 2020 at 2:24 PM Murray Eisenberg <mailto:murrayeisenb...@gmail.com>> wrote: > Do I need to uninstall the newer versions of bison? or will the build of > openscad automatically use the older one once that has been installed? > > You can only hav

Re: installing openscad

2020-12-05 Thread Murray Eisenberg
tructions in the link I sent? > > On Sat, Dec 5, 2020 at 9:58 AM Murray Eisenberg <mailto:murrayeisenb...@gmail.com>> wrote: > I found macports.macports-ports/devel/bison/Portfile, but I see nowhere to > select a History so as to reveal older versions. > >>

povray build error

2020-12-06 Thread Murray Eisenberg
but in order to install the wims poart. --- Murray Eisenbergmurrayeisenb...@gmail.com 503 King Farm Blvd #101 Rockville, MD 20850-6667Mobile (413)-427-5334

how change menus in openscad from Russian to English?

2020-12-06 Thread Murray Eisenberg
for doing that). I do note that the port is for a rather old version of openscad, namely, 2015.03-3, whereas the current version of source listed at https://www.openscad.org/downloads.html <https://www.openscad.org/downloads.html> is 2019.05. --- Murray Eis

Re: installing openscad

2020-12-06 Thread Murray Eisenberg
thanks… Owing to David Strubbe’s previous messages, I found the correct place on github and was able to install the older bison as well as, at last, openscad. > On 6 Dec2020, at 3:35 PM, Ryan Schmidt wrote: > > > > On Dec 5, 2020, at 19:51, Murray Eisenberg wrote: > >

Re: povray build error

2020-12-06 Thread Murray Eisenberg
6 Dec2020, at 4:00 PM, Ryan Schmidt wrote: > > > > On Dec 6, 2020, at 11:31, Murray Eisenberg wrote: > >> Any chance of povray being fixed to avoid the fatal build errors reported >> already at https://trac.macports.org/ticket/60961? >> >> I note that no

Re: how change menus in openscad from Russian to English?

2020-12-06 Thread Murray Eisenberg
On 6 Dec2020, at 3:49 PM, Ryan Schmidt wrote: > > > > On Dec 6, 2020, at 12:23, Murray Eisenberg wrote: > >> I just installed the openscad port and find that nearly all its menu items >> in the installed GUI OpenSCAD.app are in Russian, in which I’m rather rusty. &

Re: povray build error

2020-12-07 Thread Murray Eisenberg
The latest povray 3.7.0.8_1 installed just fine with the Xcode 12.2 CLTs. Thanks for taking care of this! > On 6 Dec2020, at 5:04 PM, Ryan Schmidt wrote: > > > > On Dec 6, 2020, at 15:59, Murray Eisenberg wrote: > >> My mistake in calling the learning system WIMS a

restore_ports.tcl failure

2020-12-18 Thread Murray Eisenberg
uot;install_ports" line 2) invoked from within "install_ports $operationList#!/bin/sh” (file "./restore_ports.tcl" line 287) This is using the default (zsh) shell in Terminal. The offending line in the script is: install_ports $op

syntax for "and not"

2021-01-20 Thread Murray Eisenberg
outdated and not kdelibs4 or openscad port upgrade outdated and not kdelibs4 and openscad port upgrade outdated and not (kdelibs4 or opescad) --- Murray Eisenbergmurrayeisenb...@gmail.com 503 King Farm Blvd #101 Rockville, MD 20850-6667Mobile (413)-427-5334

fetching distfiles for p5.30-libapreq2 hanging or crashing macOS Big Sur

2021-01-26 Thread Murray Eisenberg
sudo port install p5.30-libapreq2 and I get the response ---> Fetching distfiles for p5.30-libapreq2 either nothing happens for a long time (over 15 minutes) or else macOS crashes and automatically restarts! How to fix this? --- Murray Eisenbergmurrayeis

Re: fetching distfiles for p5.30-libapreq2 hanging or crashing macOS Big Sur

2021-01-27 Thread Murray Eisenberg
Can you suggest how/where to report such a bug? Everything I see refers to reporting bugs in BETA versions via Feedback Assistant. But I’m using the released Big Sur 11.1. > On 27 Jan2021, at 1:44 AM, Ryan Schmidt wrote: > > > >> On Jan 26, 2021, at 19:30, Murr

Re: fetching distfiles for p5.30-libapreq2 hanging or crashing macOS Big Sur

2021-01-27 Thread Murray Eisenberg
Also, which logs or other information to send to Apple that would be relevant to this bug? > On 27 Jan2021, at 10:38 AM, Murray Eisenberg > wrote: > > Can you suggest how/where to report such a bug? Everything I see refers to > reporting bugs in BETA versions via Feedback Ass

Re: fetching distfiles for p5.30-libapreq2 hanging or crashing macOS Big Sur

2021-01-27 Thread Murray Eisenberg
I’ve reported the bug to Apple (apple.com/feedback <http://apple.com/feedback>). Meanwhile, is there any workaround? > On 27 Jan2021, at 5:57 AM, Ryan Schmidt wrote: > > > > On Jan 26, 2021, at 19:30, Murray Eisenberg wrote: >  >> I’m migrating MacPorts

Re: fetching distfiles for p5.30-libapreq2 hanging or crashing macOS Big Sur

2021-01-27 Thread Murray Eisenberg
> On Jan 27, 2021, at 12:02, Murray Eisenberg wrote: > >> I’ve reported the bug to Apple (apple.com/feedback). > > Usually you should use Feedback Assistant (either the app, or > http://feedbackassistant.apple.com). The app version will gather logs for > you. If you f

Re: fetching distfiles for p5.30-libapreq2 hanging or crashing macOS Big Sur

2021-01-27 Thread Murray Eisenberg
org/pipermail/macports-dev/2020-November/042592.html> and https://trac.macports.org/ticket/61683#comment:16 <https://trac.macports.org/ticket/61683#comment:16>. > On 27 Jan2021, at 4:08 PM, Ryan Schmidt wrote: > > > > On Jan 27, 2021, at 15:08, Murray Eisenberg wrote: >>

Re: fetching distfiles for p5.30-libapreq2 hanging or crashing macOS Big Sur

2021-01-27 Thread Murray Eisenberg
idt wrote: > > > > On Jan 27, 2021, at 15:20, Murray Eisenberg wrote: > >> In file >> >> /opt/local/libexec/macports/lib/port1.0/fetch_common.tcl >> >> I find NO line set max_hosts_to_ping >> set max_hosts_to_ping >

Re: fetching distfiles for p5.30-libapreq2 hanging or crashing macOS Big Sur

2021-01-27 Thread Murray Eisenberg
, at 4:39 PM, Ryan Schmidt wrote: > > On Jan 27, 2021, at 15:36, Murray Eisenberg wrote: > >> I don’t understand what it means to try using MacPorts master (2.6.99) >> instead. You’re assuming far more knowledge or experience than I possess! >> >> Where on Gi

Re: fetching distfiles for p5.30-libapreq2 hanging or crashing macOS Big Sur

2021-01-27 Thread Murray Eisenberg
tps://trac.macports.org/ticket/62169> (That sinking feeling from getting deeper and deeper toward an abyss!) > On 27 Jan2021, at 5:05 PM, Ryan Schmidt wrote: > > > On Jan 27, 2021, at 15:55, Murray Eisenberg wrote: >> >> Ahh…that helps greatly, thank you! >> >&g

Re: fetching distfiles for p5.30-libapreq2 hanging...

2021-01-28 Thread Murray Eisenberg
> On27 Jan 2021 16:05:57 -0600, Ryan Schmidt <mailto:ryandes...@macports.org>> wrote: > > > On Jan 27, 2021, at 15:55, Murray Eisenberg wrote: >> >> Ahh?that helps greatly, thank you! >> >> I notice that most, or even all, of the commands given

Re: fetching distfiles for p5.30-libapreq2 hanging or crashing macOS Big Sur

2021-01-28 Thread Murray Eisenberg
gt; On Jan 27, 2021, at 19:38, Murray Eisenberg wrote: > >> OK…I’ve seemingly overcome the Big Sur 11.1 crashes with p5.30-libapreq2 >> installation by installing MacPorts. >> >> Unfortunately, to install p5.30-libapreq2 requires installing mod_perl2 >> varia

ftgl and gl2ps won't install

2021-02-10 Thread Murray Eisenberg
210> and https://trac.macports.org/ticket/61671 <https://trac.macports.org/ticket/61671>. --- Murray Eisenbergmurrayeisenb...@gmail.com 503 King Farm Blvd #101 Rockville, MD 20850-6667Mobile (413)-427-5334

Re: ftgl and gl2ps won't install

2021-02-11 Thread Murray Eisenberg
On 11 Feb2021, at 2:57 AM, Ryan Schmidt wrote: > > > > On Feb 10, 2021, at 14:59, Murray Eisenberg wrote: > >> Is there any hope of soon getting ftgl and gl2ps to build (under Big Sur >> 11.1 with MacPorts — I’m using 2.6.99 — and Xcode CLT 12.5)? >> >&g

wxMaxima crashes under Big Sur 11.2.1

2021-02-13 Thread Murray Eisenberg
ts but find no “rootless” line there. --- Murray Eisenbergmurrayeisenb...@gmail.com 503 King Farm Blvd #101 Rockville, MD 20850-6667Mobile (413)-427-5334

Re: wxMaxima crashes under Big Sur 11.2.1

2021-02-14 Thread Murray Eisenberg
On 14 Feb2021, at 2:12 AM, Ryan Schmidt wrote: > > > On Feb 13, 2021, at 11:33, Murray Eisenberg wrote: > >> Without complaint, wxMaxima @20.04.0_0 installed (after maxima >> @5.43.2_12+xmaxima and gnuplot >> @5.4.1_2+aquaterm+luaterm+pangocairo+qt+wxwi

Re: wxMaxima crashes under Big Sur 11.2.1

2021-02-14 Thread Murray Eisenberg
> On 14 Feb2021, at 11:11 AM, Murray Eisenberg > wrote: > > > On 14 Feb2021, at 2:12 AM, Ryan Schmidt <mailto:ryandes...@macports.org>> wrote: >> >> >> On Feb 13, 2021, at 11:33, Murray Eisenberg wrote: >> >>> Without complaint, wx

where is development version?

2021-03-08 Thread Murray Eisenberg
I need to install the MacPorts development version 2.6.99 (from source). Where is it? --- Murray Eisenbergmurrayeisenb...@gmail.com 503 King Farm Blvd #101 Rockville, MD 20850-6667Mobile (413)-427-5334

conflicting versions of gdk-pixbuf2

2021-03-22 Thread Murray Eisenberg
it be possible to proceed ? --- Murray Eisenbergmurrayeisenb...@gmail.com 503 King Farm Blvd #101 Rockville, MD 20850-6667Mobile (413)-427-5334

how exclude several ports from upgrade?

2021-05-11 Thread Murray Eisenberg
sbcl, and then fails, because at least one other port depends on it) --- Murray Eisenbergmurrayeisenb...@gmail.com 503 King Farm Blvd #101 Rockville, MD 20850-6667Mobile (413)-427-5334

  1   2   >