Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
yt-dlp updated to the latest release, now Parabolic works again:

par.png
 
Hmm, the build with all variants enabled (i.e. defaults plus gui) works fine for me on 10.6.8 ppc. I do not see anything immediately wrong with your build log. If you got fast hardware, I suggest try doing a clean build, just in case (`sudo port deactivate active`, `sudo port -v sync`, `sudo port -v -N build far2l +gui`).

Are you using A5 image with Xcode 3.2.6 (i.e. SDK; it is irrelevant in this case where you got make and bsdtar from)?

P. S. I will upload the pre-built package soon.

After using all yout terminal prompts, far2l +gui fails again, see log.

xcodebuild -version reads:

code 3.2Component versions: DevToolsCore-1534.0; DevToolsSupport-1528.0
BuildVersion: 10A190
 

Attachments

puhhh, 1-2 years ago i used to edit the conf files. i'm again lost here. do i have to manually edit the files and where exactly? or just a port -v sync?

post sync will do lol

P. S. A quick way to pick a single port from GitHub repo, with a example of xld (assuming you installed `sip` port):
Code:
sip https://github.com/macos-powerpc/powerpc-ports/tree/main/audio/xld
This downloads the port directory with portfile and patches, if present.
Then you can just throw it into a local overlay or even replace it directly within existing ports. This shows where the currently used port is located:
Code:
port file xld
 
  • Like
Reactions: saxfun
After using all yout terminal prompts, far2l +gui fails again, see log.

xcodebuild -version reads:

code 3.2Component versions: DevToolsCore-1534.0; DevToolsSupport-1528.0
BuildVersion: 10A190

That’s why. Do not use a mismatching Xcode version. Like this you have one set of headers and libs in `/` and another in `/Developer/SDKs/MacOSX10.6.sdk/`, which are incompatible. Then something builds with correct ones, something else uses sdkroot, where you got wrong headers. And while 10.6.8 has that symbol, 10a190 did not.
 
  • Like
Reactions: saxfun
after deleting the whole macports install and installing Xcode 3.2.6 the port -v -N build worked, hen I installed the far +gui port. am I correct that far2l needs x11 and automatically starts in bash/iterm2 with x11?

xld installed, qmplay2, mpg (is there a gui?), abiword etc.

gcc14 installed.

when installing Cyberduck (last version: 4.3.1) it is complaining about missing java. I tried java 6/7 from joybed`s installer and yours from macports openjdk8. is there a chance to start Cyberduck with the right sdk and which one exactly?

regarding nautilus:

nautilus

(org.gnome.Nautilus:1012): dbind-WARNING **: 08:19:34.423: Couldn't connect to accessibility bus: Empty address ''

(org.gnome.Nautilus:1012): GLib-GIO-ERROR **: 08:19:35.195: Settings schema 'org.freedesktop.Tracker3.Miner.Files' is not installed
Trace/BPT trap



regarding parabolic:

parabolic
No provider of glGenSamplers found. Requires one of:
Desktop OpenGL 3.3
GL_ARB_sampler_objects
OpenGL ES 3.0
Abort trap
 
Last edited:
after deleting the whole macports install and installing Xcode 3.2.6

Make sure you also install other components as described in https://macos-powerpc.org/installation.html
(No need to re-install the whole thing again, if these were not installed, just add w/e missing.)

the port -v -N build worked, hen I installed the far +gui port. am I correct that far2l needs x11 and automatically starts in bash/iterm2 with x11?

If X server is available, supposed to do. (Notice, it is not an automatic dependency of the port.)

xld installed, qmplay2

Last time I tried, -devel version worked with YT, while non-devel did not. Just keep in mind if you get an issue.

mpg (is there a gui?)

I dunno what you mean, there is no mpg port.

when installing Cyberduck (last version: 4.3.1) it is complaining about missing java.

Installing from where? MacPorts tried to make duck build from source and failed. Does it use Java for GUI or not? If yes, that’s a no-go.

I tried java 6/7 from joybed`s installer and yours from macports openjdk8. is there a chance to start Cyberduck with the right sdk and which one exactly?

If you use some archaic version of duck and Java is used for non-GUI stuff, you will need to hack it a) not to use Java system framework and b) make it use everything in the new Java path (via environment variables or patching the code).

regarding nautilus:

nautilus
(org.gnome.Nautilus:1012): dbind-WARNING **: 08:19:34.423: Couldn't connect to accessibility bus: Empty address ''
(org.gnome.Nautilus:1012): GLib-GIO-ERROR **: 08:19:35.195: Settings schema 'org.freedesktop.Tracker3.Miner.Files' is not installed
Trace/BPT trap

Ok, I will try locally. Did the previous version launch normally?

regarding parabolic:

parabolic
No provider of glGenSamplers found. Requires one of:
Desktop OpenGL 3.3
GL_ARB_sampler_objects
OpenGL ES 3.0
Abort trap

Notes exist for a reason 😉

Code:
% port notes parabolic
--->  parabolic has the following notes:
  If you get an error upon launching the app, try setting GSK_RENDERER=cairo in
  the environment. Legacy macOS versions may also need
  LIBGL_ALLOW_SOFTWARE=true. These can be set on a command line or via a shell config file.
 
Make sure you also install other components as described in https://macos-powerpc.org/installation.html
(No need to re-install the whole thing again, if these were not installed, just add w/e missing.)



If X server is available, supposed to do. (Notice, it is not an automatic dependency of the port.)



Last time I tried, -devel version worked with YT, while non-devel did not. Just keep in mind if you get an issue.



I dunno what you mean, there is no mpg port.



Installing from where? MacPorts tried to make duck build from source and failed. Does it use Java for GUI or not? If yes, that’s a no-go.



If you use some archaic version of duck and Java is used for non-GUI stuff, you will need to hack it a) not to use Java system framework and b) make it use everything in the new Java path (via environment variables or patching the code).



Ok, I will try locally. Did the previous version launch normally?



Notes exist for a reason 😉

Code:
% port notes parabolic
--->  parabolic has the following notes:
  If you get an error upon launching the app, try setting GSK_RENDERER=cairo in
  the environment. Legacy macOS versions may also need
  LIBGL_ALLOW_SOFTWARE=true. These can be set on a command line or via a shell config file.



will try to install qmplay2-devel.

mpg means MPV. what about a guy for MPV?

cyberduck is an client which needs java, https://cyberduck.io/
I saw that the port duck exists, but if I understand you correctly cyberport is a no-go cause it will need java? I do not know if it uses java for the GUI.

I WILL read the notes on ports in the future. I'll try to write the line into my .profile

nautilus didn't start in past. I forgot the error. maybe it is fixable, I hope so. thx.
 
mpg means MPV. what about a guy for MPV?

You may try celluloid or smplayer.

cyberduck is an client which needs java, https://cyberduck.io/
I saw that the port duck exists, but if I understand you correctly cyberport is a no-go cause it will need java? I do not know if it uses java for the GUI.

Java may be used for different things. I do not see much point in resurrecting some pre-historic version of cyberduck, tbh. Given that MacPorts could not make it work on modern macOS with current version of cyberduck, the code is pretty bad, I guess.
Doesn’t FileZilla address your needs?

nautilus didn't start in past. I forgot the error. maybe it is fixable, I hope so. thx.

Okay, it is another dumb thing in gnome: turns out, nautilus requires an extra dependency at runtime but does not check if it is available.
P. S. I will try adding a port for tracker3-miners now.
 
Last edited:
i had tracker3 installed, afterwards I installed gnome-online-miners, but the error remains the same. defective port?

I'll try your suggestion with FileZilla.
 
ahhhhh, you are right. so many ports other than installed, so many notes. I missed the error with webkit2-gtk . . . my fault.
 
ahhhhh, you are right. so many ports other than installed, so many notes. I missed the error with webkit2-gtk . . . my fault.

I looked into building GOA without webkit, but I recall the conclusion was that it is either too painful or makes no practical sense. Though, admittedly, Gnome in general receives little attention (whether by upstream MacPorts or by me). Largely everything Gnome is out-of-date to a varying extent.

Upd. @saxfun I have fixed nautilus, I guess. Launches on Catalina now, I just need to ensure everything builds on ppc as well.
 
Last edited:
  • Like
Reactions: saxfun
nautilus compiled successfully! on 10.6.8 on my A1138 I cannot see any network share on my servers. if I type smb://192.168.178.xxx the font becomes red and nothing happens. is nautilus compiled with gvfs or it the missing network capabilities of 10.6.8 PPC?

Upd.: installed gvfs from your repo, but does not change anything.

(i have 127.0.0.1 in my DNS, it was there after installing, if I remove it, no connection to the internet is possible. I too have a server as DNS in my DNS settings but this seems not necessary. is DNS broken in 10.6.8 cause you fiddled around with UTdns before . . .)

there seems to be a GUI for gvfs or better the modern version of it, called GIO. And the GUI is called GIGOLO. but is isn't available through your repo.
 
Last edited:
nautilus compiled successfully! on 10.6.8 on my A1138 I cannot see any network share on my servers. if I type smb://192.168.178.xxx the font becomes red and nothing happens. is nautilus compiled with gvfs or it the missing network capabilities of 10.6.8 PPC?

Local networking does have issues on 10.6.8, and likely non-system tools should be used to make it work.

Upd.: installed gvfs from your repo, but does not change anything.

You need to check documentation, I don’t know how that should be used. Notice, there is also gnome-vfs port.

(i have 127.0.0.1 in my DNS, it was there after installing, if I remove it, no connection to the internet is possible. I too have a server as DNS in my DNS settings but this seems not necessary. is DNS broken in 10.6.8 cause you fiddled around with UTdns before . . .)

DNS works fine in A5. utdns was used with earlier images.

there seems to be a GUI for gvfs or better the modern version of it, called GIO. And the GUI is called GIGOLO. but is isn't available through your repo.

gigolo is a part of xfce4, I think. There was a port for it, though I never tried using it.
gio is a component of glib2 port, but you seem to refer to something different.
 
@saxfun I wanted to say that there is also Thunar file manager, but sure enough, it cannot browse network, even on Linux (LOL).
I know Thunar from Debian.

i have to admit that none of this solutions worked until yet to browse my local network an connect to my Catalina server - gio, nautilus, gigolo, finder, smb tools.

maybe I'm heading over to the development thread of Snow Leopard with decent screenshots.
 
i have to admit that none of this solutions worked until yet to browse my local network an connect to my Catalina server - gio, nautilus, gigolo, finder, smb tools.

ssh works normally, so you should be able to connect via FileZilla, I guess.

netatalk is supposed to work, but we need to figure out how to configure it.

P. S. For some reason I cannot enable File sharing on Catalina is settings now. It just does not allow to click the check-mark.
Upd. This enabled at least smb on Catalina:
Code:
sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.smbd.plist

Upd2. Screen-sharing works fine both ways. System smb/afp appears broken (as expected).
 
Last edited:
  • Like
Reactions: saxfun
Excuse my question, shall I simply install this new version over an existing one?
Install, then "port -v sync"?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.