-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
archivemount: Update to 1, change upstream #25953
archivemount: Update to 1, change upstream #25953
Conversation
@barracuda156 Would you mind testing this on OSX 10.6 or 10.7? I think this builds correctly with Also, I'm not sure if this would need MacPorts's |
@TheRealKeto I reckon you wanna see it building on x86_64? Apparently it works:
UPD. Ah, wait, you need 10.6, lumme try. |
@TheRealKeto Fails on 10.6 x86_64:
|
Once you add the correct C++20 standard, it fails on:
|
@TheRealKeto So this is what you need to do to fix it:
And obviously delete unneeded platform restriction. Then:
|
@TheRealKeto Could you please fix this also?
That file needs the following:
And then it builds for powerpc (at least in Rosetta):
|
a980fc2
to
484ce88
Compare
@barracuda156 I've pushed all the new changes and I couldn't have done it without your help. Thanks a bunch! Hopefully, this gets merged after your |
@TheRealKeto Thank you!
That only matters for powerpc, but there are no buildbots for powerpc. So while I hope my fix for |
484ce88
to
fccbc3e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This still appears in the log several times:
fatal: not a git repository (or any of the parent directories): .git
Is this ok? What information is it trying to get from git
and what happens when it doesn't find it?
@ryandesign Variables from the Makefile, The fields simply don't have a value to them, but the build still succeeds without them being specified. |
fccbc3e
to
7b91843
Compare
Description
archivemount
has changed upstreams, per this Trac ticketTested on
macOS 12.6 21G115 arm64
Command Line Tools 14.2.0.0.1.1668646533
Verification
Have you
port lint --nitpick
?sudo port test
?sudo port -d install
?