Re: MacPorts XCode Installation

2022-03-07 Thread Michele Venturi
I have made a script to install the right version of Xcode https://gist.github.com/dardo82/1a68666175e84ebfb3d03fc4b75a3609 It requires the xcodes command that can be found here https://github.com/RobotsAndPencils/xcodes Maybe it should be packaged as a new port,it is useful... Accepting the

Re: MacPorts XCode Installation

2022-03-07 Thread raf
On Tue, Mar 08, 2022 at 01:13:36PM +1100, macpo...@raf.org wrote: > > Il lun 7 mar 2022, 12:38 Ryan Schmidt ha scritto: > > > > > On Feb 26, 2022, at 12:04, Haren Samarasinghe wrote: > > > > > > > After reading the installation guide [1], quite a few people that I've > > > introduced MacPorts

Re: MacPorts XCode Installation

2022-03-07 Thread macports
> Il lun 7 mar 2022, 12:38 Ryan Schmidt ha scritto: > > > On Feb 26, 2022, at 12:04, Haren Samarasinghe wrote: > > > > > After reading the installation guide [1], quite a few people that I've > > introduced MacPorts to have thought that a full XCode installation is > > required. They're

Re: MacPorts XCode Installation

2022-03-07 Thread Michele Venturi
I've filed a new ticket, is it ok? https://trac.macports.org/ticket/64777 Michele Venturi about.me/dardo82

Re: MacPorts XCode Installation

2022-03-07 Thread Chris Jones
whatever you think relevant, from the discussion here. If its not clear it can be added to later on so don't worry about including everything at first. But please lets have the discussion in trac rather than here... On 07/03/2022 4:28 pm, Michele Venturi wrote: What should I include in the

Re: MacPorts XCode Installation

2022-03-07 Thread Michele Venturi
What should I include in the bug report to make it clear? Il lun 7 mar 2022, 17:25 Marius Schamschula ha scritto: > Michele, > > Please submit a MacPorts ticket! > > Other users may search trac if they encounter the same issue. We can also > link to any upstream tickets from there. > > On Mar

Re: MacPorts XCode Installation

2022-03-07 Thread Marius Schamschula
Michele, Please submit a MacPorts ticket! Other users may search trac if they encounter the same issue. We can also link to any upstream tickets from there. > On Mar 7, 2022, at 10:22 AM, Michele Venturi wrote: > > Should I submit a bug report before we even know if it's a MacPorts specific

Re: MacPorts XCode Installation

2022-03-07 Thread Michele Venturi
Should I submit a bug report before we even know if it's a MacPorts specific issue? Or how do we find that out? Il lun 7 mar 2022, 16:47 Chris Jones ha scritto: > > > On 07/03/2022 3:31 pm, Michele Venturi wrote: > > I have the required libraries in /usr/lib/swift too,but MPV is looking > > for

Re: MacPorts XCode Installation

2022-03-07 Thread Chris Jones
On 07/03/2022 3:31 pm, Michele Venturi wrote: I have the required libraries in /usr/lib/swift too,but MPV is looking for them in /opt/local/lib,so it doesn't find them: otool -l $(which mpv) ... cmd LC_RPATH cmdsize 32 path /opt/local/lib (offset 12) Should we change RPATH or add symbolic

Re: MacPorts XCode Installation

2022-03-07 Thread Michele Venturi
I have the required libraries in /usr/lib/swift too,but MPV is looking for them in /opt/local/lib,so it doesn't find them: otool -l $(which mpv) ... cmd LC_RPATH cmdsize 32 path /opt/local/lib (offset 12) Should we change RPATH or add symbolic links? Michele Venturi about.me/dardo82

Re: MacPorts XCode Installation

2022-03-07 Thread Ryan Schmidt
On Mar 7, 2022, at 08:34, Michele Venturi wrote: > If I install MPV without Xcode I get an error when I launch it: > > dyld: Library not loaded: @rpath/libswiftAVFoundation.dylib > Referenced from: /opt/local/bin/mpv > Reason: image not found > > It's missing something,have you tried to

Re: MacPorts XCode Installation

2022-03-07 Thread Michele Venturi
If I install MPV without Xcode I get an error when I launch it: dyld: Library not loaded: @rpath/libswiftAVFoundation.dylib Referenced from: /opt/local/bin/mpv Reason: image not found It's missing something,have you tried to execute it on 10.13?

Re: MacPorts XCode Installation

2022-03-07 Thread Ryan Schmidt
On Mar 7, 2022, at 08:06, Michele Venturi wrote: > There is no binary of MPV for OSX 10.13.6? It's too old? I see a binary of mpv for macOS 10.13: http://packages.macports.org/mpv/ We produce binaries for Mac OS X 10.6 and later. Only binaries of default variants are produced. If you are

Re: MacPorts XCode Installation

2022-03-07 Thread Michele Venturi
There is no binary of MPV for OSX 10.13.6? It's too old? Il lun 7 mar 2022, 13:41 Ryan Schmidt ha scritto: > On Mar 7, 2022, at 06:14, Michele Venturi wrote: > > > Web browsers are even more complicated but > > you do not need to install xcode to use safari... > > But you do need to install

Re: MacPorts XCode Installation

2022-03-07 Thread Ryan Schmidt
On Mar 7, 2022, at 06:14, Michele Venturi wrote: > Web browsers are even more complicated but > you do not need to install xcode to use safari... But you do need to install Xcode to *compile* Safari. In the same way, you need to install Xcode to *compile* mpv, but you do not need Xcode to

Re: MacPorts XCode Installation

2022-03-07 Thread Michele Venturi
Web browsers are even more complicated but you do not need to install xcode to use safari... Il lun 7 mar 2022, 13:07 Ryan Schmidt ha scritto: > On Mar 7, 2022, at 06:02, Michele Venturi wrote: > > > Sadly xcode is needed even for something as simple as > > a media player, for example mpv, I

Re: MacPorts XCode Installation

2022-03-07 Thread Ryan Schmidt
On Mar 7, 2022, at 06:02, Michele Venturi wrote: > Sadly xcode is needed even for something as simple as > a media player, for example mpv, I wonder why actually. Media players are probably extremely complicated pieces of software. Hardly what I would call simple. In the case of mpv, it

Re: MacPorts XCode Installation

2022-03-07 Thread Michele Venturi
Sadly xcode is needed even for something as simple as a media player, for example mpv, I wonder why actually. Il lun 7 mar 2022, 12:38 Ryan Schmidt ha scritto: > > > On Feb 26, 2022, at 12:04, Haren Samarasinghe wrote: > > > After reading the installation guide [1], quite a few people that

Re: MacPorts XCode Installation

2022-03-07 Thread Ryan Schmidt
On Feb 26, 2022, at 12:04, Haren Samarasinghe wrote: > After reading the installation guide [1], quite a few people that I've > introduced MacPorts to have thought that a full XCode installation is > required. They're uncertain of doing this due to the large amount of space it > requires. >

Re: MacPorts XCode Installation

2022-02-26 Thread chilli.names...@gmail.com
Though not important, my memory just hit me, apologies, I built that minimal snow system in 2014 when I upgraded a 2010 Mac to become a media server, which it still is and seems to work exactly the same as it has been since 2014, except that I stopped maintaining it around 2018. > On Feb 26,

Re: MacPorts XCode Installation

2022-02-26 Thread chilli.names...@gmail.com
I don't know if this will be all that helpful because it is pretty old information. Bought a Mac in 2010 with Snow Leopard, but I didn't want the default install, trimmed it down to a bare minimum system that still had a desktop, disabled all possible features and removed them, etc. I think my

Re: MacPorts XCode Installation

2022-02-26 Thread Dave Horsfall
On Sat, 26 Feb 2022, Peter Hancock wrote: > Quite. I have full Xcode, regretfully, plus the CLI tools. I'm never > confiident that some that Macports installation needs the full thing. I've never wanted to find out the hard way, so I always install the full Xcode (after a lot of digging around

Re: MacPorts XCode Installation

2022-02-26 Thread Peter Hancock
On 26/02/2022 18:04, Haren Samarasinghe wrote: After reading the installation guide [1], quite a few people that I've introduced MacPorts to have thought that a full XCode installation is required. They're uncertain of doing this due to the large amount of space it requires. Quite. I have full

MacPorts XCode Installation

2022-02-26 Thread Haren Samarasinghe
After reading the installation guide [1], quite a few people that I've introduced MacPorts to have thought that a full XCode installation is required. They're uncertain of doing this due to the large amount of space it requires. In reality, I'd say that the majority of ports only require the