FreeBSDDesktop / DEPRECATED-freebsd-base-graphics

Fork of FreeBSD's base repository to work on graphics-stack-related projects
Other
49 stars 13 forks source link

Clang fails to build after repo merge #113

Closed Beeblebrox-BSD closed 7 years ago

Beeblebrox-BSD commented 7 years ago

Hello I cloned a fresh shallow repo of merged tree (drm-next) with flag "--depth 1". Clang fails to build, as confirmed by,

I ran in to this problem while trying to debug build problems in the poudrière jail. Currently have no Xorg, was trying to re-build all relevant ports before proceeding with debug. Regards.

Beeblebrox-BSD commented 7 years ago

When I start xorg, kernel panics and crashes (using vesa for xorg atm) I am emailing Matt separately for the kernel dumps, should he want them.

hselasky commented 7 years ago

Hi,

Can you re-test using the latest drm-next branch?

--HPS

Beeblebrox-BSD commented 7 years ago

Hello Peter, I tried the following two alternatives but clang still does not build

I tried several independent make calls, idk whether this helps:

Regards. -- FreeBSD_amd64_12 Please CC my email when responding, mail from list is not delivered.

hselasky commented 7 years ago

Hi, I'm just using world from 12-current and only the kernel from DRM next. --HPS

PhilPotter commented 7 years ago

Clang build is disabled in this repo by various tweaks, I have a patch if you want to build it but I'm leaning towards just grabbing the kernel as I still get the same DiagnosticCommonKinds.inc error with it.

Beeblebrox-BSD commented 7 years ago

Thanks for the info. I'll go with kernel-only on the repo as HPS had also advised.

You can close the PR if you wish.

PS advise if anyone wants the kernel dumps as noted previously; I don't want to paste the link publicly.

Regards.

Clang build is disabled in this repo by various tweaks, I have a patch if you want to build it but I'm leaning towards just grabbing the kernel as I still get the same DiagnosticCommonKinds.inc error with it.