Bug 108068 - FTBFS on debian kfreebsd
Summary: FTBFS on debian kfreebsd
Status: RESOLVED MOVED
Alias: None
Product: DRI
Classification: Unclassified
Component: libdrm (show other bugs)
Version: XOrg git
Hardware: Other All
: medium normal
Assignee: Default DRI bug account
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-26 08:05 UTC by Laurent Bigonville
Modified: 2019-09-24 17:09 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Fix FTBFS on kfreebsd (697 bytes, patch)
2018-09-26 08:06 UTC, Laurent Bigonville
no flags Details | Splinter Review

Description Laurent Bigonville 2018-09-26 08:05:19 UTC
Hello,

It seems that libdrm FTBFS on debian kfreebsd port:

In file included from ../../../include/drm/drm_fourcc.h:27,
                 from ../../../tests/kms/libkms-test-framebuffer.c:29:
../../../include/drm/drm.h:50:9: error: unknown type name 'uint8_t'
 typedef uint8_t  __u8;
         ^~~~~~~
../../../include/drm/drm.h:52:9: error: unknown type name 'uint16_t'
 typedef uint16_t __u16;
         ^~~~~~~~
../../../include/drm/drm.h:54:9: error: unknown type name 'uint32_t'
 typedef uint32_t __u32;
         ^~~~~~~~
../../../include/drm/drm.h:56:9: error: unknown type name 'uint64_t'
 typedef uint64_t __u64;
         ^~~~~~~~

https://buildd.debian.org/status/fetch.php?pkg=libdrm&arch=kfreebsd-amd64&ver=2.4.94-1&stamp=1535656736&raw=0

A patch have been proposed on the debian BTS, could you please consider applying it? https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=909249
Comment 1 Laurent Bigonville 2018-09-26 08:06:52 UTC
Created attachment 141745 [details] [review]
Fix FTBFS on kfreebsd
Comment 2 GitLab Migration User 2019-09-24 17:09:27 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/mesa/drm/issues/23.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.