Re: Aubio fails to install as a prerequisite for Denemo

2022-10-27 Thread Kenneth Wolcott
Thank you for reminding me to use port select.

On Thu, Oct 27, 2022 at 4:31 PM Ryan Schmidt  wrote:
>
> On Oct 27, 2022, at 12:01, Kenneth Wolcott wrote:
> >
> > I added a symlink:
> >
> > sudo ln -s /opt/local/bin/python3.10 /opt/local/bin/python
> >
> >  The aubio app now installs successfully.
>
> Great, I'm glad that worked. That confirms that the port has a bug that needs 
> to be fixed. Ports must not require users to do such things to build.
>
> FYI, you can use `sudo port select python` to manage that symlink for you.
>


Re: Aubio fails to install as a prerequisite for Denemo

2022-10-27 Thread Ryan Schmidt
On Oct 27, 2022, at 12:01, Kenneth Wolcott wrote:
> 
> I added a symlink:
> 
> sudo ln -s /opt/local/bin/python3.10 /opt/local/bin/python
> 
>  The aubio app now installs successfully.

Great, I'm glad that worked. That confirms that the port has a bug that needs 
to be fixed. Ports must not require users to do such things to build.

FYI, you can use `sudo port select python` to manage that symlink for you.



Re: Aubio fails to install as a prerequisite for Denemo

2022-10-27 Thread Kenneth Wolcott
Hi Ryan;

  I haven't filed a bug report yet because I decided to update to
MacOS Ventura and then re-installed MacPorts.

  Meanwhile:

I added a symlink:

sudo ln -s /opt/local/bin/python3.10 /opt/local/bin/python

  The aubio app now installs successfully.

  This was after updating MacOS to Ventura and a complete reinstall of
MacPorts (actually several times :-) )

  But the install of denemo fails on a different prerequisite (some qt
thing, don't remember right now, some problem with the SDK in
xtools?).

  So I will punt for now with regards to denemo.

  I don't think I want to file the bug report just yet because the
situation has changed and I don't have the time to reproduce this
carefully/properly.

  Perhaps I will have time to do that in the near future.

Thanks,
Ken



On Mon, Oct 17, 2022 at 6:30 AM Ryan Schmidt  wrote:
>
> On Oct 16, 2022, at 20:28, Kenneth Wolcott wrote:
>
> > --->  Building aubio
> > Executing:  cd 
> > "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_audio_aubio/aubio/work/aubio-0.4.9"
> > && /opt/local/bin/python2.7 ./waf build --verbose
> > Waf: Entering directory
> > `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_audio_aubio/aubio/work/aubio-0.4.9/build'
> > Sphinx manual: install aubio first
> > [176/231] Compiling tests/create_tests_source.py
> > 17:58:12 runner ' python ../tests/create_tests_source.py
> > tests/44100Hz_44100f_sine441_stereo.wav '
> > /bin/sh: python: command not found
>
> Please file a bug report in the issue tracker.
>
>


Re: Aubio fails to install as a prerequisite for Denemo

2022-10-17 Thread Ryan Schmidt
On Oct 16, 2022, at 20:28, Kenneth Wolcott wrote:

> --->  Building aubio
> Executing:  cd 
> "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_audio_aubio/aubio/work/aubio-0.4.9"
> && /opt/local/bin/python2.7 ./waf build --verbose
> Waf: Entering directory
> `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_audio_aubio/aubio/work/aubio-0.4.9/build'
> Sphinx manual: install aubio first
> [176/231] Compiling tests/create_tests_source.py
> 17:58:12 runner ' python ../tests/create_tests_source.py
> tests/44100Hz_44100f_sine441_stereo.wav '
> /bin/sh: python: command not found

Please file a bug report in the issue tracker.