Skip to content
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

Darwin staging branch #53230

Closed
wants to merge 11 commits into from

Conversation

matthewbauer
Copy link
Member

@matthewbauer matthewbauer commented Jan 2, 2019

Some commits on top of staging-next branch to fix issues with my #47678 pr.

@matthewbauer matthewbauer mentioned this pull request Jan 2, 2019
10 tasks
@GrahamcOfBorg GrahamcOfBorg added 6.topic: darwin Running or building packages on Darwin 6.topic: python labels Jan 2, 2019
Reverts commits bumping to macOS stuff to 10.12:

commit ec1f78d.
commit d0dc91d.
commit a1d2973.
commit 4251121.
commit e6f7f29.
fixes some issues in my commits in:

- basic_cmds
- network_cmds
On macOS, the drivers output will be empty. Perhaps? we should just
leave it out, but for now it is just an empty directory.
Not needed with clock_gettime available to us.
AudioUnit now depends on AudioToolbox, changing the original behavior
where AudioToolbox depends on AudioUnit.
This appears to be missing in the latest xnu updates. Not sure why the
Makefile is not installing it correctly. A simple install command will
get it for us though.
@@ -82,9 +82,7 @@ with frameworks; with libs; {
PCSC = [ CoreData ];
PreferencePanes = [];
PubSub = [];
QTKit = [ CoreMediaIO CoreMedia MediaToolbox QuickTime VideoToolbox ];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you remove a bunch of these? They are still in the SDK.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you sure? Maybe they’re in another download. I’ll find the the error i was getting...

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I looked at darwin.apple_sdk.sdk which is the source IIRC.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe just quicktime was removed?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah indeed, the QuickTime headers are no longer there.

@LnL7 LnL7 added this to Infrastructure (stdenv, sandboxing, etc.) in Darwin Jan 8, 2019
@veprbl veprbl moved this from Infrastructure (stdenv, sandboxing, etc.) to Done in Darwin Oct 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Darwin
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants