Page 86 of 128 FirstFirst ... 3676848586878896 ... LastLast
Results 851 to 860 of 1276

Thread: Wayland Live CD

  1. #851
    Join Date
    Apr 2007
    Location
    Miami FL USA
    Beans
    1,292
    Distro
    Ubuntu Development Release

    Re: Wayland Live CD

    Seems like the last update did something bad, when I try to login it just goes back to login screen ???

  2. #852
    Join Date
    Apr 2009
    Beans
    298
    Distro
    Kubuntu

    Re: Wayland Live CD

    Quote Originally Posted by cecilpierce View Post
    Seems like the last update did something bad, when I try to login it just goes back to login screen ???

    You mean you ran update-rbos ?
    update-rbos pretty much downloads the latest files off the SVN. (unless you specify it to run the compile scripts with the build option, which takes hours)

    Lately, I've been pushing many commits mostly with incremental changes to one file, /usr/bin/waylandloginmanager
    I'm so close to getting the loginmanager to work. I'm just trying to tweak the autologin to work correctly (which I think I'm pretty close), and the switch user dialog hopefully should work soon.

    Once that works, I'll push a new ISO. It will be the first ISO that will be a true Wayland LiveCD because it doesn't use X for the login manager.

    Sorry about that. I tend to use the SVN as my backup, in case something goes wrong where I mess up a file as a fix, so it was unstable...
    Hopefully I can release tomorrow.

    Edit: I think this latest commit should be stable, unless I made a big mistake with a missing } or fi or done. You can try update-rbos again, but I am currently building an ISO now so I can actually test it.
    Last edited by nerdopolis; May 22nd, 2013 at 04:46 AM.
    The glass is at 50% of its capacity.


  3. #853
    Join Date
    Apr 2007
    Location
    Miami FL USA
    Beans
    1,292
    Distro
    Ubuntu Development Release

    Re: Wayland Live CD

    Yes, update-rbos is what I did on the new install but for some reason I got the old one working again with update-rbos.

    I think it was the new kernel headers were missing, booted to the old one and booted OK, reinstalled new kernel and that did it.
    Last edited by cecilpierce; May 22nd, 2013 at 12:57 PM.

  4. #854
    Join Date
    Apr 2007
    Location
    Miami FL USA
    Beans
    1,292
    Distro
    Ubuntu Development Release

    Re: Wayland Live CD

    SVN looks like you have been real busy When do you find time to sleep?

    Just looking at all this wears me out, hehe!

    Keep up the good work and thanks.

  5. #855
    Join Date
    Nov 2009
    Beans
    3,336

    Re: Wayland Live CD

    Hi Cecil and Nerdopolis ........

    Thought I would try compiling it ..... but it goes a long way then hangs up on colord even though it
    is installed using gdebi ....... and shows up in the package manager as being there.



    Code:
    autoreconf: Leaving directory `.'
    checking for a BSD-compatible install... /usr/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 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 a sed that does not truncate output... /bin/sed
    checking build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    checking how to print strings... printf
    checking for a sed that does not truncate output... (cached) /bin/sed
    checking for grep that handles long lines and -e... /bin/grep
    checking for egrep... /bin/grep -E
    checking for fgrep... /bin/grep -F
    checking for ld used by gcc... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
    checking the name lister (/usr/bin/nm -B) interface... BSD nm
    checking whether ln -s works... yes
    checking the maximum length of command line arguments... 1572864
    checking whether the shell understands some XSI constructs... yes
    checking whether the shell understands "+="... yes
    checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
    checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
    checking for /usr/bin/ld option to reload object files... -r
    checking for objdump... objdump
    checking how to recognize dependent libraries... pass_all
    checking for dlltool... no
    checking how to associate runtime and link libraries... printf %s\n
    checking for ar... ar
    checking for archiver @FILE support... @
    checking for strip... strip
    checking for ranlib... ranlib
    checking command to parse /usr/bin/nm -B output from gcc object... ok
    checking for sysroot... no
    checking for mt... mt
    checking if mt is a manifest tool... no
    checking how to run the C preprocessor... gcc -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking for dlfcn.h... yes
    checking for objdir... .libs
    checking if gcc supports -fno-rtti -fno-exceptions... no
    checking for gcc option to produce PIC... -fPIC -DPIC
    checking if gcc PIC flag -fPIC -DPIC works... yes
    checking if gcc static flag -static works... yes
    checking if gcc supports -c -o file.o... yes
    checking if gcc supports -c -o file.o... (cached) yes
    checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
    checking whether -lc should be explicitly linked in... no
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... no
    checking for pkg-config... /usr/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking for dlopen... no
    checking for dlopen in -ldl... yes
    checking execinfo.h usability... yes
    checking execinfo.h presence... yes
    checking for execinfo.h... yes
    checking for mkostemp... yes
    checking for strchrnul... yes
    checking for COMPOSITOR... yes
    checking for XWAYLAND... yes
    checking for XWAYLAND_TEST... yes
    checking for XCB... yes
    checking for xcb_poll_for_queued_event... yes
    checking for X11_COMPOSITOR_XKB... no
    checking for X11_COMPOSITOR... yes
    checking for DRM_COMPOSITOR... yes
    checking for WAYLAND_COMPOSITOR... yes
    checking for RPI_COMPOSITOR... yes
    checking for RPI_BCM_HOST... no
    configure: WARNING: Raspberry Pi BCM host libraries not found, will use stubs instead.
    checking for FBDEV_COMPOSITOR... yes
    checking for PIXMAN... yes
    checking for PNG... yes
    checking for WEBP... no
    checking for jpeg_CreateDecompress in -ljpeg... yes
    checking for CAIRO... yes
    checking for SIMPLE_CLIENT... yes
    checking for SIMPLE_EGL_CLIENT... yes
    checking for CLIENT... yes
    checking for WESTON_INFO... yes
    checking for POPPLER... yes
    checking for CAIRO_EGL... yes
    checking for PANGO... yes
    checking for WESTON_LAUNCH... yes
    checking for SYSTEMD_LOGIN... no
    checking for pam_open_session in -lpam... yes
    checking for GLU... yes
    checking for COLORD... no
    configure: error: Package requirements (colord >= 0.1.27) were not met:
    
    No package 'colord' found
    
    Consider adjusting the PKG_CONFIG_PATH environment variable if you
    installed software in a non-standard prefix.
    
    Alternatively, you may set the environment variables COLORD_CFLAGS
    and COLORD_LIBS to avoid the need to call pkg-config.
    See the pkg-config man page for more details.
    keith@keith-K53SV:~/Downloads$
    gets a long way through then fails for me - so downloading the latest build

    Will go buy some discs and burn the latest CD // see where its up to .....

  6. #856
    Join Date
    Apr 2009
    Beans
    298
    Distro
    Kubuntu

    Re: Wayland Live CD

    Quote Originally Posted by cecilpierce View Post
    SVN looks like you have been real busy When do you find time to sleep?

    Just looking at all this wears me out, hehe!

    Keep up the good work and thanks.
    Thanks.
    I've been staying up too late these past few nights tinkering with the loginmanager trying to get it to work....

    After some 'final' testing though, tonight I just had to make one minor tweak... I think I'm going to release an ISO tomorrow.
    The glass is at 50% of its capacity.


  7. #857
    Join Date
    Apr 2009
    Beans
    298
    Distro
    Kubuntu

    Re: Wayland Live CD

    Quote Originally Posted by 23dornot23d View Post
    Hi Cecil and Nerdopolis ........

    Thought I would try compiling it ..... but it goes a long way then hangs up on colord even though it
    is installed using gdebi ....... and shows up in the package manager as being there.



    Code:
    autoreconf: Leaving directory `.'
    checking for a BSD-compatible install... /usr/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 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 a sed that does not truncate output... /bin/sed
    checking build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    checking how to print strings... printf
    checking for a sed that does not truncate output... (cached) /bin/sed
    checking for grep that handles long lines and -e... /bin/grep
    checking for egrep... /bin/grep -E
    checking for fgrep... /bin/grep -F
    checking for ld used by gcc... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
    checking the name lister (/usr/bin/nm -B) interface... BSD nm
    checking whether ln -s works... yes
    checking the maximum length of command line arguments... 1572864
    checking whether the shell understands some XSI constructs... yes
    checking whether the shell understands "+="... yes
    checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
    checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
    checking for /usr/bin/ld option to reload object files... -r
    checking for objdump... objdump
    checking how to recognize dependent libraries... pass_all
    checking for dlltool... no
    checking how to associate runtime and link libraries... printf %s\n
    checking for ar... ar
    checking for archiver @FILE support... @
    checking for strip... strip
    checking for ranlib... ranlib
    checking command to parse /usr/bin/nm -B output from gcc object... ok
    checking for sysroot... no
    checking for mt... mt
    checking if mt is a manifest tool... no
    checking how to run the C preprocessor... gcc -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking for dlfcn.h... yes
    checking for objdir... .libs
    checking if gcc supports -fno-rtti -fno-exceptions... no
    checking for gcc option to produce PIC... -fPIC -DPIC
    checking if gcc PIC flag -fPIC -DPIC works... yes
    checking if gcc static flag -static works... yes
    checking if gcc supports -c -o file.o... yes
    checking if gcc supports -c -o file.o... (cached) yes
    checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
    checking whether -lc should be explicitly linked in... no
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... no
    checking for pkg-config... /usr/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking for dlopen... no
    checking for dlopen in -ldl... yes
    checking execinfo.h usability... yes
    checking execinfo.h presence... yes
    checking for execinfo.h... yes
    checking for mkostemp... yes
    checking for strchrnul... yes
    checking for COMPOSITOR... yes
    checking for XWAYLAND... yes
    checking for XWAYLAND_TEST... yes
    checking for XCB... yes
    checking for xcb_poll_for_queued_event... yes
    checking for X11_COMPOSITOR_XKB... no
    checking for X11_COMPOSITOR... yes
    checking for DRM_COMPOSITOR... yes
    checking for WAYLAND_COMPOSITOR... yes
    checking for RPI_COMPOSITOR... yes
    checking for RPI_BCM_HOST... no
    configure: WARNING: Raspberry Pi BCM host libraries not found, will use stubs instead.
    checking for FBDEV_COMPOSITOR... yes
    checking for PIXMAN... yes
    checking for PNG... yes
    checking for WEBP... no
    checking for jpeg_CreateDecompress in -ljpeg... yes
    checking for CAIRO... yes
    checking for SIMPLE_CLIENT... yes
    checking for SIMPLE_EGL_CLIENT... yes
    checking for CLIENT... yes
    checking for WESTON_INFO... yes
    checking for POPPLER... yes
    checking for CAIRO_EGL... yes
    checking for PANGO... yes
    checking for WESTON_LAUNCH... yes
    checking for SYSTEMD_LOGIN... no
    checking for pam_open_session in -lpam... yes
    checking for GLU... yes
    checking for COLORD... no
    configure: error: Package requirements (colord >= 0.1.27) were not met:
    
    No package 'colord' found
    
    Consider adjusting the PKG_CONFIG_PATH environment variable if you
    installed software in a non-standard prefix.
    
    Alternatively, you may set the environment variables COLORD_CFLAGS
    and COLORD_LIBS to avoid the need to call pkg-config.
    See the pkg-config man page for more details.
    keith@keith-K53SV:~/Downloads$
    gets a long way through then fails for me - so downloading the latest build

    Will go buy some discs and burn the latest CD // see where its up to .....

    Do you have libcolord-dev?
    The glass is at 50% of its capacity.


  8. #858
    Join Date
    Apr 2007
    Location
    Miami FL USA
    Beans
    1,292
    Distro
    Ubuntu Development Release

    Re: Wayland Live CD

    @23dornot23d

    Hi Keith, glad your still pluging away! I wonder what Chuck's been up to, GS? I tried it in Saucy and it locks up, guess I'll try the stageing ppa and see what happens.

    Yea I just bought a hundred CD's to try different things but nothing great.

    Nerdopolis should come out with the new and improved Wayland today, hope hope, if he got enough sleep!

    Later, Cecil

  9. #859
    Join Date
    Nov 2009
    Beans
    3,336

    Re: Wayland Live CD

    Am now recompiling with the wayland-build-master.sh and the new libcolord-dev
    as it was not installed. Cheers Nerdopolis

    I am about to go out and get some more cds cecil .... need something to occupy my
    mind and its been a while now since trying Wayland out .......

    I checked chuck out on Deviant http://cbowman57.deviantart.com/

    I hope he is ok ....

    Time to go out and get some cds be back later to see if the compile worked ok this
    time for me ........ if not - will download nerdopolis's latest version of Rebecca Black
    and see if I can get it to install ok .

  10. #860
    Join Date
    Apr 2007
    Location
    Miami FL USA
    Beans
    1,292
    Distro
    Ubuntu Development Release

    Re: Wayland Live CD

    OK just Dl latest but not sure about checksum, didnt match 534..........
    DL was a little slow maybe try again later.

Page 86 of 128 FirstFirst ... 3676848586878896 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •