Re: [Ubuntu-x-swat] [Bug 1707691] Re: libxfont1-dev is missing fontutil.h

2017-08-09 Thread brian mullan
@John Arnold
There is a really simple workaround till this is fixed.

This worked for me and let me compile xorgxrdp.  Not sure what your use
case is but...

step 1

*$ sudo touch /usr/include/X11/fonts/fontutil.h*

This file is owned by *root:root*, with mode *0o644*.

Then edit that file and put the following contents into it:

#ifndef _FONTUTIL_H_#define _FONTUTIL_H_
#include 
extern int FontCouldBeTerminal(FontInfoPtr);extern int
CheckFSFormat(fsBitmapFormat, fsBitmapFormatMask, int *, int *,
 int *, int *, int *);extern void 
FontComputeInfoAccelerators(FontInfoPtr);
extern void GetGlyphs ( FontPtr font, unsigned long count,
unsigned char *chars, FontEncoding fontEncoding,
unsigned long *glyphcount, CharInfoPtr *glyphs );extern 
void
QueryGlyphExtents ( FontPtr pFont, CharInfoPtr *charinfo,
unsigned long count, ExtentInfoRec *info 
);extern Bool
QueryTextExtents ( FontPtr pFont, unsigned long count,
   unsigned char *chars, ExtentInfoRec *info 
);extern Bool
ParseGlyphCachingMode ( char *str );extern void InitGlyphCaching (
void );extern void SetGlyphCachingMode ( int newmode );extern int
add_range ( fsRange *newrange, int *nranges, fsRange **range,
   Bool charset_subset );
#endif /* _FONTUTIL_H_ */

  = = = = = = = = = =  =

Save the file and then do your compile/make etc and it should succeed.

Again, this is just a workaround till the bug gets fixed but it works for
me.

Brian


On Aug 9, 2017 7:45 PM, "John Anold" <1707...@bugs.launchpad.net> wrote:

> Update appreciated -- waiting for notification is not the same as an
> ETA.  We're hard-down for one of our environments waiting for a fix
> here.
>
> Thanks,
> John
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1707691
>
> Title:
>   libxfont1-dev is missing fontutil.h
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/libxfont/+bug/1707
> 691/+subscriptions
>

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to libxfont in Ubuntu.
https://bugs.launchpad.net/bugs/1707691

Title:
  libxfont1-dev is missing fontutil.h

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libxfont/+bug/1707691/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1707691] Re: libxfont1-dev is missing fontutil.h

2017-08-09 Thread brian mullan
@John Arnold 
There is a really simple workaround till this is fixed.  

This worked for me and let me compile xorgxrdp.  Not sure what your use
case is but...

step 1

$ sudo touch /usr/include/X11/fonts/fontutil.h

This file is owned by root:root, with mode 0o644.

Then edit that file and put the following contents into it:

#ifndef _FONTUTIL_H_
#define _FONTUTIL_H_

#include 

extern int FontCouldBeTerminal(FontInfoPtr);
extern int CheckFSFormat(fsBitmapFormat, fsBitmapFormatMask, int *, int *,
 int *, int *, int *);
extern void FontComputeInfoAccelerators(FontInfoPtr);

extern void GetGlyphs ( FontPtr font, unsigned long count,
unsigned char *chars, FontEncoding fontEncoding,
unsigned long *glyphcount, CharInfoPtr *glyphs );
extern void QueryGlyphExtents ( FontPtr pFont, CharInfoPtr *charinfo,
unsigned long count, ExtentInfoRec *info );
extern Bool QueryTextExtents ( FontPtr pFont, unsigned long count,
   unsigned char *chars, ExtentInfoRec *info );
extern Bool ParseGlyphCachingMode ( char *str );
extern void InitGlyphCaching ( void );
extern void SetGlyphCachingMode ( int newmode );
extern int add_range ( fsRange *newrange, int *nranges, fsRange **range,
   Bool charset_subset );

#endif /* _FONTUTIL_H_ */

  = = = = = = = = = =  =

Save the file and then do your compile/make etc and it should succeed.

Again, this is just a workaround till the bug gets fixed but it works
for me.


Brian

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to libxfont in Ubuntu.
https://bugs.launchpad.net/bugs/1707691

Title:
  libxfont1-dev is missing fontutil.h

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libxfont/+bug/1707691/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1707691] Re: libxfont1-dev is missing fontutil.h

2017-08-01 Thread brian mullan
ok... I notified NeutrinoLabs about your recommendation and I assume
they will remedy the xorgxrdp build process to accommodate this

close the bug report

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to libxfont in Ubuntu.
https://bugs.launchpad.net/bugs/1707691

Title:
  libxfont1-dev is missing fontutil.h

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libxfont/+bug/1707691/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1707691] [NEW] libxfont1-dev is missing fontutil.h

2017-07-31 Thread brian mullan
Public bug reported:

/usr/include/xorg/dixfont.h includes X11/fonts/fontutil.h.

fontutil.h is contained in libxfont1-dev package not libxfont-dev
package (version 2.0.1).

I am trying to build xorgxrdp and it fails because fontutil.h is
missing.

In Ubuntu, libxfont1-dev package is required however libxfont1-dev and
libxfont-dev cannot be installed together. This is the problem.

I looked at Debian, too. /usr/include/xorg/dixfont.h in Debian does NOT
include X11/fonts/fontutil.h.

This is the right state.

Package info: Ubuntu 16.04

$  dpkg -la | grep -e xserver-xorg-dev -e libxfont-dev
ii  libxfont-dev   1:2.0.1-3~ubuntu16.04.1  
  amd64X11 font rasterisation library (development headers)
ii  xserver-xorg-dev   2:1.18.4-0ubuntu0.3  
  amd64Xorg X server - development files

brian

** Affects: libxfont (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to libxfont in Ubuntu.
https://bugs.launchpad.net/bugs/1707691

Title:
  libxfont1-dev is missing fontutil.h

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libxfont/+bug/1707691/+subscriptions

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp