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.




Aubio fails to install as a prerequisite for Denemo

2022-10-16 Thread Kenneth Wolcott
Hi;

  I like Lilypond.

  Thought I'd try Denemo.

  Successful at installing via MacPorts many of the prerequisites, but
fails on aubio.

  Apparently there are more than one version of python installed
during this process, but none of them are known as vanilla python.

Thanks in advance for the assistance.

Ken Wolcott

--->  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

Waf: Leaving 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'
Build failed
 -> task in 'create_tests_source' failed with exit status 127:
{task 4323263768: create_tests_source create_tests_source.py ->
44100Hz_44100f_sine441_stereo.wav}
' python ../tests/create_tests_source.py
tests/44100Hz_44100f_sine441_stereo.wav '
Command failed:  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
Exit code: 1
Error: Failed to build aubio: command execution failed
Error: See 
/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_audio_aubio/aubio/main.log
for details.
Error: Follow https://guide.macports.org/#project.tickets if you
believe there is a bug.
Error: Processing of port denemo failed