clearlinux / distribution

Placeholder repository to allow filing of general bugs/issues/etc against the Clear Linux OS for Intel Architecture linux distribution
521 stars 29 forks source link

Mesa3d build dependencies #1162

Open WannaBeOCer opened 5 years ago

WannaBeOCer commented 5 years ago

Would you be able to create a bundle with all the required dependencies for mesa like other package managers?

Exampe: https://mesa3d.org/install.html

zypper source-install --build-deps-only Mesa # openSUSE/SLED/SLES yum-builddep mesa # yum Fedora, OpenSuse(?) dnf builddep mesa # dnf Fedora apt-get build-dep mesa # Debian and derivatives

ahkok commented 5 years ago

devpkg-mesa already exists.

WannaBeOCer commented 5 years ago

I installed it and there were multiple missing dependencies when trying to build Mesa. I ended up installing the R bundle which had them.

ahkok commented 5 years ago

If you list the missing things we can make sure they're also devpkg-s

fenrus75 commented 5 years ago

devpkg-FOO is more "I want to build using FOO" not "I want to build FOO itself"

On Wed, Aug 28, 2019 at 8:46 AM ahkok notifications@github.com wrote:

If you list the missing things we can make sure they're also devpkg-s

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/clearlinux/distribution/issues/1162?email_source=notifications&email_token=AAJ54FIA2SWWBLWVSZNU3T3QG2MWXA5CNFSM4IPXD2IKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5LSK5I#issuecomment-525804917, or mute the thread https://github.com/notifications/unsubscribe-auth/AAJ54FOULFWFZSMLEZ7PWYLQG2MWXANCNFSM4IPXD2IA .

WannaBeOCer commented 5 years ago

Here are the needed dependencies:

Run-time dependency vdpau found: NO (tried pkgconfig and cmake)
Run-time dependency xvmc found: NO (tried pkgconfig and cmake)
Run-time dependency libomxil-bellagio found: NO (tried pkgconfig and cmake)
Run-time dependency libtizonia found: NO (tried pkgconfig and cmake)
Run-time dependency libtizplatform found: NO (tried pkgconfig and cmake)
Run-time dependency tizilheaders found: NO (tried pkgconfig and cmake)
Run-time dependency libva found: NO (tried pkgconfig and cmake)
WannaBeOCer commented 5 years ago

@ahkok Wanted to check in on this bundle request?

Seim2k17 commented 1 week ago

Hi, i had the same issues when i want to build Mesa 24.0-branchpoint from source. These libs seems to be nowhere:

Run-time dependency libtizonia found: NO (tried pkgconfig and cmake) Run-time dependency libtizplatform found: NO (tried pkgconfig and cmake) Run-time dependency tizilheaders found: NO (tried pkgconfig and cmake)

can you somehow provide them ? I need to install vulkan 1.3. on Debian11, this here seems to be the blocker for now.

Thx.

fenrus75 commented 1 week ago

@Seim2k17 I'm not sure it makes sense to add ARM specific, optional, build requirements to the Clear Linux distribution -- we compile mesa without just fine all the time. Also I'm not sure I understand the link between your stated request, and Debian 11

Seim2k17 commented 1 week ago

Sorry it was my fault. Of course it do not make sense for Clean Linux. It's more a thing for the Mesa people. I noticed to late that this here is for Clean Linux. Sorry about that.