Re: MacPorts 2.4.3 has been released

2018-04-11 Thread Wahlstedt Jyrki
Same here 🤔

> On 11 Apr 2018, at 16.34, Chris Jones  wrote:
> 
> 
> 
> On 11/04/18 14:20, Lenore Horner wrote:
>>> On Apr 10, 2018, at 22:10, Joshua Root >> > wrote:
>>> 
>>> The MacPorts Project is pleased to announce the release of version
>>> 2.4.3. This is a bugfix release with small changes only. See the
>>> ChangeLog [1] for the list of changes.
>>> 
>>> If you already have MacPorts installed, the preferred method for
>>> updating is to run:
>>> 
>>>  sudo port selfupdate
>> Both last night after receiving this announcement and this morning I have 
>> run sudo port selfupdate and received the following response.
>> --->  Updating MacPorts base sources using rsync
>> MacPorts base version 2.4.2 installed,
>> MacPorts base version 2.4.2 downloaded.
>> --->  Updating the ports tree
>> --->  MacPorts base is already the latest version
> 
> I see the same. selfupdate is not offering 2.4.3 as an update.
> 
> cheers Chris
> 



Re: sudo -u postgres psql

2019-09-18 Thread Wahlstedt Jyrki


> Yves de Champlain  kirjoitti 18.9.2019 kello 19.27:
> 
> Thanks for any hint.

Hi,
you might need to create a user using ”createuser” command, maybe also create a 
database. E.g.
$ sudo su postgres ’/opt/local/bin/createuser ”options from help” yves” #you 
have to specify e.g. if you want to be a superuser
$ createdb yves

HTH,

!
! Jyrki



Re: MacPorts 2.6.2: Failed to configure postgresql83

2019-10-21 Thread Wahlstedt Jyrki


> Michael Newman via macports-users  
> kirjoitti 22.10.2019 kello 2.40:
> 
> I have no idea what to do about this. The error message includes:
> 
> Error: Failed to configure postgresql83, consult 
> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_postgresql83/postgresql83/work/postgresql-8.3.23/config.log
> Error: Failed to configure postgresql83: configure failure: command execution 
> failed
> Error: See 
> /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_postgresql83/postgresql83/main.log
>  for details.
> 
> I looked at the log files referred to, but they are way above my ability 
> level.
> 
> 
Hi,
just being curious, why postgresql83? It was EOL’d several years ago, so it is 
obsolete. If you want PostgreSQL, the current version is postgresql12.


!
! Jyrki



Re: MacPorts 2.6.2: Failed to configure postgresql83

2019-10-21 Thread Wahlstedt Jyrki


> Michael Newman  kirjoitti 22.10.2019 kello 7.19:
> 
> I have no idea. I don’t even know what it is. It must have been installed by 
> some other port that I requested.

Hi,
can you find out, what it was you requested. I looked at the port collection 
and found some that are not actively maintained at the moment depending on too 
old versions of postgres. If you can find that, I can try to update that port. 
Then, it will take a few moments, especially if the port is otherwise outdated.


!
! Jyrki



Re: mysql57, boost and postgresql84

2019-11-05 Thread Wahlstedt Jyrki


> Michael Newman via macports-users  
> kirjoitti 6.11.2019 kello 3.39:
> 
> Error: Failed to configure postgresql84, consult 

Hi,
if you need PostgreSQL, this version has been EOL’d already for many years, 
current version is 12. Documentation for upgrade here: 
https://www.postgresql.org/docs/current/pgupgrade.html 
…


!
! Jyrki



Re: macOS 11 Big Sur and MacPorts

2020-11-15 Thread Wahlstedt Jyrki


> Ryan Schmidt  kirjoitti 16.11.2020 kello 4.41:
> 
> Hm. As far as I knew, the "components" that Xcode updates at first launch are 
> only related to on-device iOS/iPadOS/watchOS/tvOS development.

Not 100 % sure, but entering the command gives:

jwa@bach:databases> xcode-select --install
xcode-select: error: command line tools are already installed, use "Software 
Update" to install updates
jwa@bach:databases> 

Is it only me?


!
! Jyrki