You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Arthur Brown (JIRA)" <ji...@apache.org> on 2010/11/24 12:58:14 UTC

[jira] Resolved: (HARMONY-6679) some dependencies are not checked

     [ https://issues.apache.org/jira/browse/HARMONY-6679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arthur Brown resolved HARMONY-6679.
-----------------------------------

    Resolution: Fixed

The installation of missing packages solved my issue.
I just mentioned, that in case of missing png dependencies I've git an advice from in ant message which ubuntu/feodora package is missing.

it was not the case with missing x11proto-xext and libxtst dependecnies.

> some dependencies are not checked
> ---------------------------------
>
>                 Key: HARMONY-6679
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6679
>             Project: Harmony
>          Issue Type: Improvement
>          Components: build - test - ci
>         Environment: Ubuntu karmic koala 9.10 amd64
>            Reporter: Arthur Brown
>
> Build failed:
> X11/extensions/Xrender.h: No such file or directory
> After installation of ubuntu package libxrender-dev
> i've got the follow error message:
> include/XSurfaceInfo.h:24: fatal error: X11/extensions/XShm.h: No such file or directory
> After installation of ubuntu package libxext-dev
> i've got the follow error message:
> LockingKeys.cpp:21: fatal error: X11/extensions/XTest.h: No such file or directory
> I cannot find any package, that include XTest.h.
> http://www.debian.org/distrib/packages#search_contents
> returns x11proto-xext-dev package
> but this one is already installed, and is not included this file:
> dpkg -L x11proto-xext-dev
> /.
> /usr
> /usr/share
> /usr/share/doc
> /usr/share/doc/x11proto-xext-dev
> /usr/share/doc/x11proto-xext-dev/copyright
> /usr/share/doc/x11proto-xext-dev/changelog.Debian.gz
> /usr/include
> /usr/include/X11
> /usr/include/X11/extensions
> /usr/include/X11/extensions/ag.h
> /usr/include/X11/extensions/agproto.h
> /usr/include/X11/extensions/cup.h
> /usr/include/X11/extensions/cupproto.h
> /usr/include/X11/extensions/dbe.h
> /usr/include/X11/extensions/dbeproto.h
> /usr/include/X11/extensions/dpmsconst.h
> /usr/include/X11/extensions/dpmsproto.h
> /usr/include/X11/extensions/EVI.h
> /usr/include/X11/extensions/EVIproto.h
> /usr/include/X11/extensions/ge.h
> /usr/include/X11/extensions/geproto.h
> /usr/include/X11/extensions/lbx.h
> /usr/include/X11/extensions/lbxproto.h
> /usr/include/X11/extensions/mitmiscconst.h
> /usr/include/X11/extensions/mitmiscproto.h
> /usr/include/X11/extensions/multibufconst.h
> /usr/include/X11/extensions/multibufproto.h
> /usr/include/X11/extensions/secur.h
> /usr/include/X11/extensions/securproto.h
> /usr/include/X11/extensions/shapeconst.h
> /usr/include/X11/extensions/shapeproto.h
> /usr/include/X11/extensions/shm.h
> /usr/include/X11/extensions/shmproto.h
> /usr/include/X11/extensions/syncconst.h
> /usr/include/X11/extensions/syncproto.h
> /usr/include/X11/extensions/xtestconst.h
> /usr/include/X11/extensions/xtestext1const.h
> /usr/include/X11/extensions/xtestext1proto.h
> /usr/include/X11/extensions/xtestproto.h
> /usr/lib
> /usr/lib/pkgconfig
> /usr/lib/pkgconfig/xextproto.pc

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.