scarygliders / X11RDP-o-Matic

Currently for Debian-based distributions only, X11rdp-o-Matic automaticallydownloads, compiles, installs, and configures the X11rdp back-end X server , and the latest version of xrdp. RDPsesman is a menu driven utility for system administrators to configure local system users's RDP desktop environments. Will automatically install packages if necessary.
http://scarygliders.net
ISC License
167 stars 75 forks source link

mv: cannot stat 'local-fontconfig-user.txt': No such file or directory #53

Closed zhivko closed 8 years ago

zhivko commented 8 years ago

I am on:

uname -a
Linux KZ-EliteBook 3.19.0-33-generic #38-Ubuntu SMP Fri Nov 6 18:18:12 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

I am starting script with just-do-it and this is to where it gets:

...
openjade:/home/klemen/git/X11RDP-o-Matic/xrdp/xorg/X11R7.6/build_dir/fontconfig-2.8.0/doc/local-fontconfig-user.sgml:376:11:E: element "REFSECT2" undefined
openjade:/home/klemen/git/X11RDP-o-Matic/xrdp/xorg/X11R7.6/build_dir/fontconfig-2.8.0/doc/local-fontconfig-user.sgml:376:18:E: element "TITLE" undefined
openjade:/home/klemen/git/X11RDP-o-Matic/xrdp/xorg/X11R7.6/build_dir/fontconfig-2.8.0/doc/local-fontconfig-user.sgml:376:27:E: element "LITERAL" undefined
openjade:/home/klemen/git/X11RDP-o-Matic/xrdp/xorg/X11R7.6/build_dir/fontconfig-2.8.0/doc/local-fontconfig-user.sgml:376:31:E: reference to entity "lt" for which no system identifier could be generated
openjade:/home/klemen/git/X11RDP-o-Matic/xrdp/xorg/X11R7.6/build_dir/fontconfig-2.8.0/doc/local-fontconfig-user.sgml:201:1: entity was defined here
openjade:/home/klemen/git/X11RDP-o-Matic/xrdp/xorg/X11R7.6/build_dir/fontconfig-2.8.0/doc/local-fontconfig-user.sgml:376:57:E: reference to entity "gt" for which no system identifier could be generated
openjade:/home/klemen/git/X11RDP-o-Matic/xrdp/xorg/X11R7.6/build_dir/fontconfig-2.8.0/doc/local-fontconfig-user.sgml:201:13: entity was defined here
openjade:I: maximum number of errors (200) reached; change with -E option
Failed to generate fontconfig-user.pdf
Makefile:923: recipe for target 'fontconfig-user.html' failed
make[2]: *** [fontconfig-user.html] Error 8
Done.
mv local-fontconfig-user.txt fontconfig-user.txt
mv: cannot stat 'local-fontconfig-user.txt': No such file or directory
Makefile:930: recipe for target 'fontconfig-user.txt' failed
make[2]: *** [fontconfig-user.txt] Error 1
make[2]: Leaving directory '/home/klemen/git/X11RDP-o-Matic/xrdp/xorg/X11R7.6/build_dir/fontconfig-2.8.0/doc'
Makefile:447: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/klemen/git/X11RDP-o-Matic/xrdp/xorg/X11R7.6/build_dir/fontconfig-2.8.0'
Makefile:330: recipe for target 'all' failed
make: *** [all] Error 2
make: Leaving directory '/home/klemen/git/X11RDP-o-Matic/xrdp/xorg/X11R7.6/build_dir/fontconfig-2.8.0'

make failed for module fontconfig-2.8.0

error building X11rdp
metalefty commented 8 years ago

I'd appreciate it if you show me the output of cat /etc/lsb-release in addition to uname -a.

zhivko commented 8 years ago

OK here it is:

DISTRIB_ID=Ubuntu DISTRIB_RELEASE=15.04 DISTRIB_CODENAME=vivid DISTRIB_DESCRIPTION="Ubuntu 15.04"

On Tue, Jan 12, 2016 at 3:47 PM, metalefty notifications@github.com wrote:

I'd appreciate it if you show me the output of cat /etc/lsb-release in addition uname -a.

— Reply to this email directly or view it on GitHub https://github.com/scarygliders/X11RDP-o-Matic/issues/53#issuecomment-170935801 .

metalefty commented 8 years ago

I tested on Ubuntu 15.10, it works. It doesn't seems to be o-Matic issue. Can you show me whole log of fontconfig build?

zhivko commented 8 years ago

Here is whole log from o-Matic. log.txt You were asking for "fontconfig build" - do I need to issue some fontconfig command to get this "fontconfig build" log?

metalefty commented 8 years ago

Your log is ok. Try fontconfig build alone with --disable-docs flag next. Like this.

$ cd /tmp
$ wget http://www.freedesktop.org/software/fontconfig/release/fontconfig-2.8.0.tar.gz
$ tar zxf fontconfig-2.8.0.tar.gz && cd fontconfig-2.8.0
$ ./configure --disable-docs && make

I suppose this finishes successfully.

zhivko commented 8 years ago

Every command was executed without problem... So what can I do now?

metalefty commented 8 years ago

Fixed in upstream. Try --branch devel.

metalefty commented 8 years ago

Please reopen if this issue still occurs.