colord: Querying for profile returned no result for 20 sec

Home Forums Help and Support colord: Querying for profile returned no result for 20 sec

Viewing 2 posts - 16 through 17 (of 17 total)
  • Author
    Posts
  • #6537

    sayeed4
    Participant
    • Offline

    [root@bjwsl013 Desktop]# unzip xiccd-master.zip
    Archive: xiccd-master.zip
    1bc4cfec432c75bcaa9e22100ee1e95e49227228
    creating: xiccd-master/
    inflating: xiccd-master/.gitignore
    inflating: xiccd-master/AUTHORS
    inflating: xiccd-master/COPYING
    inflating: xiccd-master/ChangeLog
    inflating: xiccd-master/INSTALL
    inflating: xiccd-master/Makefile.am
    inflating: xiccd-master/NEWS
    inflating: xiccd-master/README
    inflating: xiccd-master/configure.ac
    creating: xiccd-master/src/
    inflating: xiccd-master/src/Makefile.am
    inflating: xiccd-master/src/edid.c
    inflating: xiccd-master/src/edid.h
    inflating: xiccd-master/src/icc.c
    inflating: xiccd-master/src/icc.h
    inflating: xiccd-master/src/randr-conn-private.c
    inflating: xiccd-master/src/randr-conn-private.h
    inflating: xiccd-master/src/randr-conn.c
    inflating: xiccd-master/src/randr-conn.h
    inflating: xiccd-master/src/xiccd.c
    inflating: xiccd-master/xiccd.8
    inflating: xiccd-master/xiccd.desktop
    [root@bjwsl013 Desktop]# cd xiccd-master/
    [root@bjwsl013 xiccd-master]# ls
    AUTHORS ChangeLog configure.ac COPYING INSTALL Makefile.am NEWS README src xiccd.8 xiccd.desktop
    [root@bjwsl013 xiccd-master]# aclocal; autoconf; automake –add-missing
    configure.ac:6: installing ‘./install-sh’
    configure.ac:6: installing ‘./missing’
    src/Makefile.am: installing ‘./depcomp’
    [root@bjwsl013 xiccd-master]# ls
    aclocal.m4 autom4te.cache configure COPYING INSTALL Makefile.am missing README xiccd.8
    AUTHORS ChangeLog configure.ac depcomp install-sh Makefile.in NEWS src xiccd.desktop
    [root@bjwsl013 xiccd-master]# ./configure; make; make install
    checking for a BSD-compatible install… /bin//install -c
    checking whether build environment is sane… yes
    checking for a thread-safe mkdir -p… /bin//mkdir -p
    checking for gawk… gawk
    checking whether make sets $(MAKE)… yes
    checking whether make supports nested variables… yes
    checking whether UID ‘0’ is supported by ustar format… yes
    checking whether GID ‘0’ is supported by ustar format… yes
    checking how to create a ustar tar archive… gnutar
    checking for gcc… gcc
    checking whether the C compiler works… yes
    checking for C compiler default output file name… a.out
    checking for suffix of executables…
    checking whether we are cross compiling… no
    checking for suffix of object files… o
    checking whether we are using the GNU C compiler… yes
    checking whether gcc accepts -g… yes
    checking for gcc option to accept ISO C89… none needed
    checking for style of include used by make… GNU
    checking dependency style of gcc… gcc3
    checking for pkg-config… /bin//pkg-config
    checking pkg-config is at least version 0.9.0… yes
    checking for X11… yes
    checking for XRANDR… yes
    checking for GLIB… yes
    checking for COLORD… yes
    checking that generated files are newer than configure… done
    configure: creating ./config.status
    config.status: creating Makefile
    config.status: creating src/Makefile
    config.status: executing depfiles commands
    Making all in src
    make[1]: Entering directory `/home/sayeed/Desktop/xiccd-master/src’
    gcc -DPACKAGE_NAME=\”xiccd\” -DPACKAGE_TARNAME=\”xiccd\” -DPACKAGE_VERSION=\”0.2.4+git\” -DPACKAGE_STRING=\”xiccd\ 0.2.4+git\” -DPACKAGE_BUGREPORT=\”\” -DPACKAGE_URL=\”\” -DPACKAGE=\”xiccd\” -DVERSION=\”0.2.4+git\” -I. -Wall -Wextra -pedantic -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/colord-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -g -O2 -MT xiccd.o -MD -MP -MF .deps/xiccd.Tpo -c -o xiccd.o xiccd.c
    mv -f .deps/xiccd.Tpo .deps/xiccd.Po
    gcc -DPACKAGE_NAME=\”xiccd\” -DPACKAGE_TARNAME=\”xiccd\” -DPACKAGE_VERSION=\”0.2.4+git\” -DPACKAGE_STRING=\”xiccd\ 0.2.4+git\” -DPACKAGE_BUGREPORT=\”\” -DPACKAGE_URL=\”\” -DPACKAGE=\”xiccd\” -DVERSION=\”0.2.4+git\” -I. -Wall -Wextra -pedantic -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/colord-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -g -O2 -MT edid.o -MD -MP -MF .deps/edid.Tpo -c -o edid.o edid.c
    mv -f .deps/edid.Tpo .deps/edid.Po
    gcc -DPACKAGE_NAME=\”xiccd\” -DPACKAGE_TARNAME=\”xiccd\” -DPACKAGE_VERSION=\”0.2.4+git\” -DPACKAGE_STRING=\”xiccd\ 0.2.4+git\” -DPACKAGE_BUGREPORT=\”\” -DPACKAGE_URL=\”\” -DPACKAGE=\”xiccd\” -DVERSION=\”0.2.4+git\” -I. -Wall -Wextra -pedantic -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/colord-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -g -O2 -MT icc.o -MD -MP -MF .deps/icc.Tpo -c -o icc.o icc.c
    mv -f .deps/icc.Tpo .deps/icc.Po
    gcc -DPACKAGE_NAME=\”xiccd\” -DPACKAGE_TARNAME=\”xiccd\” -DPACKAGE_VERSION=\”0.2.4+git\” -DPACKAGE_STRING=\”xiccd\ 0.2.4+git\” -DPACKAGE_BUGREPORT=\”\” -DPACKAGE_URL=\”\” -DPACKAGE=\”xiccd\” -DVERSION=\”0.2.4+git\” -I. -Wall -Wextra -pedantic -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/colord-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -g -O2 -MT randr-conn.o -MD -MP -MF .deps/randr-conn.Tpo -c -o randr-conn.o randr-conn.c
    mv -f .deps/randr-conn.Tpo .deps/randr-conn.Po
    gcc -DPACKAGE_NAME=\”xiccd\” -DPACKAGE_TARNAME=\”xiccd\” -DPACKAGE_VERSION=\”0.2.4+git\” -DPACKAGE_STRING=\”xiccd\ 0.2.4+git\” -DPACKAGE_BUGREPORT=\”\” -DPACKAGE_URL=\”\” -DPACKAGE=\”xiccd\” -DVERSION=\”0.2.4+git\” -I. -Wall -Wextra -pedantic -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/colord-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -g -O2 -MT randr-conn-private.o -MD -MP -MF .deps/randr-conn-private.Tpo -c -o randr-conn-private.o randr-conn-private.c
    mv -f .deps/randr-conn-private.Tpo .deps/randr-conn-private.Po
    gcc -Wall -Wextra -pedantic -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/colord-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -g -O2 -o xiccd xiccd.o edid.o icc.o randr-conn.o randr-conn-private.o -lglib-2.0 -lX11 -lXrandr -lcolord -lcolordprivate -lgio-2.0 -lgobject-2.0 -lglib-2.0
    make[1]: Leaving directory `/home/sayeed/Desktop/xiccd-master/src’
    make[1]: Entering directory `/home/sayeed/Desktop/xiccd-master’
    make[1]: Nothing to be done for `all-am’.
    make[1]: Leaving directory `/home/sayeed/Desktop/xiccd-master’
    Making install in src
    make[1]: Entering directory `/home/sayeed/Desktop/xiccd-master/src’
    make[2]: Entering directory `/home/sayeed/Desktop/xiccd-master/src’
    /bin//mkdir -p ‘/usr/local/bin’
    /bin//install -c xiccd ‘/usr/local/bin’
    make[2]: Nothing to be done for `install-data-am’.
    make[2]: Leaving directory `/home/sayeed/Desktop/xiccd-master/src’
    make[1]: Leaving directory `/home/sayeed/Desktop/xiccd-master/src’
    make[1]: Entering directory `/home/sayeed/Desktop/xiccd-master’
    make[2]: Entering directory `/home/sayeed/Desktop/xiccd-master’
    make[2]: Nothing to be done for `install-exec-am’.
    /bin//mkdir -p ‘/usr/local/share/applications’
    /bin//install -c -m 644 xiccd.desktop ‘/usr/local/share/applications’
    /bin//mkdir -p ‘/usr/local/share/man/man8’
    /bin//install -c -m 644 xiccd.8 ‘/usr/local/share/man/man8′
    make[2]: Leaving directory `/home/sayeed/Desktop/xiccd-master’
    make[1]: Leaving directory `/home/sayeed/Desktop/xiccd-master’
    ################################################# #########################################

    [root@bjwsl013 xiccd-master]# ps aux | grep “xiccd”
    root 10570 0.0 0.0 112656 972 pts/5 S+ 16:55 0:00 grep –color=auto xiccd
    [root@bjwsl013 xiccd-master]# xiccd

    ** (xiccd:10571): CRITICAL **: device ‘xrandr-VNC-0’ does not exist
    <h6>################### after execute the above command showing the below process output</h6>
    root@bjwsl013 sayeed]# ps aux | grep “xiccd”
    root 10571 0.3 0.0 681372 12832 pts/5 Sl+ 16:55 0:00 xiccd
    root 10673 0.0 0.0 112656 972 pts/8 S+ 16:56 0:00 grep –color=auto xiccd
    ###########################################################################################################

    again same error message..

    #6547

    Florian Höch
    Administrator
    • Offline

    Sorry, that’s about the amount of help I can provide for 3rd party software – you should really contact your distribution or the xiccd author(s) with questions regarding them.

Viewing 2 posts - 16 through 17 (of 17 total)

You must be logged in to reply to this topic.

Log in or Register

Display Calibration and Characterization powered by ArgyllCMS