Too much strain for me, just came back from eye dr, been seeing white flashes in my right eye, when looking to the right, he said its old age so I better quit on this for awhile, maybe nerdopolis will come up with a new RBL.
23dornot23d
April 9th, 2012, 07:36 PM
Ok Cecil take care now ..... eyes are too valuable to mess up .... relax take some time out ....
go for a bike ride - I do when its good weather ..... ( raining here at the moment though :-()
I too get problems with over doing it eyes start to stream ..... take a good rest .....
Yep looking forward to seeing where this goes and a new release would be good for people .....
RB Version 2 worked better for me ..... but RB Version 3 the last one also worked after some extra work
To compile it yourself though is a long job ...... 6 hours that last one for me ......
Started to add to it - and it is not working the same as in KahelOS - Arch ..... interesting ..... the background
picture has not changed as expected .... and the icons .... at the top .... need some more application links
to see if this works..... blender opened up ok in a X window though ..... so they are working .....
maybe just need tweaking a little .....
http://img813.imageshack.us/img813/6510/snapshot40j.jpg
Will hope that in 12.10 there is some work done to get it into a position where the Web can be working
easier than at the moment ...... as I am still having problems with that bit .... of it ....
I am going to take it easy too now ..... as the install was the hard part .....
Maybe now the source files are all on here the updates and upgrades will be quicker and easier .....
):P see you for now ....
Darxus
April 9th, 2012, 09:01 PM
Finished at 7:24 am
Still seeing errors though ,,,,
make[1]: *** [module-qtwebkit-install] Error 2
make[1]: Leaving directory `/home/keith/source/qt5'
make: *** [sub-qtwebkit-pri-install_subtargets] Error 2
Ouch. What that's saying is, somewhere possibly way before that, there was an error. I recommend running the script through nohup ("nohup /usr/bin/time ./wayland-build-0.85.sh") so it writes all of the output to nohup.out. You can tail -f nohup.out to watch the output, and then you can grep -i the whole thing for error. Fortunately, you should be able to just do "cd ~/install/qt5; make" and it'll start over where it left off, and just show you the error.
something that i just looked at again .... You had set swap space to only one gig or there abouts ....
Think it should be better at 4 gig
i read this .... And it says the swap should be 2 x your internal memory ......
That shouldn't cause build problems. I suppose it could be possible with that much memory that you could run out, and it could die with an error. But then you'd get a specific out of memory error. But I bet you're not using nearly all of your 2gb just to compile.
Too much strain for me, just came back from eye dr
I bet that's common among people likely to end up in this thread. I make a point of looking out a window at something far away often. My monitor at home is at least 4 feet from my eyes. Similarly, I try to make sure my wrists get moved around often.
23dornot23d
April 9th, 2012, 11:09 PM
Ouch. What that's saying is, somewhere possibly way before that, there was an error. I recommend running the script through nohup ("nohup /usr/bin/time ./wayland-build-0.85.sh") so it writes all of the output to nohup.out. You can tail -f nohup.out to watch the output, and then you can grep -i the whole thing for error. Fortunately, you should be able to just do "cd ~/install/qt5; make" and it'll start over where it left off, and just show you the error.
nohup /usr/bin/time ./wayland-build-0.85.sh
Cheers - am re-running it now / thanks for that command ....
searching using
grep -i error nohup.out
This is the output just from the make in QT5 ...... but I cannot see where its gone wrong ....
https://sites.google.com/site/23dsources/home/source-lists/nohup.out?attredirects=0&d=1
The other is still running .... am going through it all again ..... will post once its done zip file
https://sites.google.com/site/23dsources/home/source-lists/nohup.out.zip?attredirects=0&d=1
install -m 644 -p /home/keith/source/qt5/qtbase/src/corelib/tools/qvarlengtharray.h /home/keith/source/qt5/qtbase/include/Qt/
install -m 644 -p /home/keith/source/qt5/qtbase/src/corelib/tools/qvector.h /home/keith/source/qt5/qtbase/include/Qt/
install -m 644 -p /home/keith/source/qt5/qtbase/src/corelib/xml/qxmlstream.h /home/keith/source/qt5/qtbase/include/Qt/
install -m 644 -p /home/keith/source/qt5/qtbase/include/QtCore/QtCore /home/keith/source/qt5/qtbase/include/Qt/
install -m 644 -p /home/keith/source/qt5/qtbase/src/corelib/global/qconfig.h /home/keith/source/qt5/qtbase/include/Qt/
install -m 644 -p /home/keith/source/qt5/qtbase/include/QtCore/QtCoreVersion /home/keith/source/qt5/qtbase/include/QtCore/
install: `/home/keith/source/qt5/qtbase/include/QtCore/QtCoreVersion' and `/home/keith/source/qt5/qtbase/include/QtCore/QtCoreVersion' are the same file
make[2]: [install_class_headers] Error 1 (ignored)
install -m 644 -p /home/keith/source/qt5/qtbase/include/QtCore/QAbstractAnimation /home/keith/source/qt5/qtbase/include/QtCore/
install: `/home/keith/source/qt5/qtbase/include/QtCore/QAbstractAnimation' and `/home/keith/source/qt5/qtbase/include/QtCore/QAbstractAnimation' are the same file
make[2]: [install_class_headers] Error 1 (ignored)
install -m 644 -p /home/keith/source/qt5/qtbase/include/QtCore/QAnimationDriver /home/keith/source/qt5/qtbase/include/QtCore/
install: `/home/keith/source/qt5/qtbase/include/QtCore/QAnimationDriver' and `/home/keith/source/qt5/qtbase/include/QtCore/QAnimationDriver' are the same file
make[2]: [install_class_headers] Error 1 (ignored)
Looks like duplicate files ..... but no idea how this can be ..... ?
http://trac.webkit.org/wiki/BuildingQtOnLinux
https://raw.github.com/ossy-szeged/qt5-tools/master/build-qt5.sh
g++ -Wl,-rpath-link,/home/keith/source/qt5/qtbase/lib -Wl,-O1 -Wl,-rpath,/usr/local/Trolltech/Qt5/Qt-5.0.0-/lib -Wl,-rpath,/usr/local/Trolltech/Qt5/Qt-5.0.0-/lib -shared -o libxcb.so .obj/release-shared/qxcbclipboard.o .obj/release-shared/qxcbconnection.o .obj/release-shared/qxcbintegration.o .obj/release-shared/qxcbkeyboard.o .obj/release-shared/qxcbmime.o .obj/release-shared/qxcbdrag.o .obj/release-shared/qxcbscreen.o .obj/release-shared/qxcbwindow.o .obj/release-shared/qxcbbackingstore.o .obj/release-shared/qxcbwmsupport.o .obj/release-shared/main.o .obj/release-shared/qxcbnativeinterface.o .obj/release-shared/qxcbcursor.o .obj/release-shared/qxcbimage.o .obj/release-shared/qglxintegration.o .obj/release-shared/moc_qxcbconnection.o .obj/release-shared/moc_qxcbmime.o -L/home/keith/source/qt5/qtbase/lib -lX11-xcb -lxcb-render -lxcb-render-util -ldl -lxcb-image -lxcb-keysyms -lxcb-icccm -lxcb-sync -lxcb-xfixes -lxcb-shape -lxcb-shm -lxcb -ldbus-1 -lQtPlatformSupport -L/home/keith/source/qt5/qtbase/lib -lXext -lX11 -lm -lXrender -ludev -lfontconfig -lfreetype -pthread -lgthread-2.0 -lrt -lglib-2.0 -lQtDBus -lQtGui -lQtCore -lGL -lpthread
mv -f libxcb.so ../../../../plugins/platforms/
make[3]: Leaving directory `/home/keith/source/qt5/qtbase/src/plugins/platforms/xcb'
make[2]: Leaving directory `/home/keith/source/qt5/qtbase/src/plugins/platforms'
make[1]: Leaving directory `/home/keith/source/qt5/qtbase/src/plugins'
cd src/tools/bootstrap/ && make -f Makefile install
make[1]: Entering directory `/home/keith/source/qt5/qtbase/src/tools/bootstrap'
make[1]: Nothing to be done for `install'.
make[1]: Leaving directory `/home/keith/source/qt5/qtbase/src/tools/bootstrap'
cd src/tools/moc/ && make -f Makefile install
make[1]: Entering directory `/home/keith/source/qt5/qtbase/src/tools/moc'
mkdir: cannot create directory `/usr/local/Trolltech': Permission denied
make[1]: *** [install_target] Error 1
make[1]: Leaving directory `/home/keith/source/qt5/qtbase/src/tools/moc'
make: *** [sub-moc-install_subtargets-ordered] Error 2
FAIL: building qtbase
keith@keith-Aspire-7730ZG:~/source$
I have created the directory now as the program / script did not ...... re-running it with the
option added to save the file .......
keith/source/qt5/qtbase/lib -lQtWidgets -L/home/keith/source/qt5/qtbase/lib -lQtGui -lQtCore -lGL -lpthread
mv -f libqtaccessiblewidgets.so ../../../../plugins/accessible/
make[3]: Leaving directory `/home/keith/source/qt5/qtbase/src/plugins/accessible/widgets'
make[2]: Leaving directory `/home/keith/source/qt5/qtbase/src/plugins/accessible'
make[1]: Leaving directory `/home/keith/source/qt5/qtbase/src/plugins'
cd src/tools/bootstrap/ && make -f Makefile install
make[1]: Entering directory `/home/keith/source/qt5/qtbase/src/tools/bootstrap'
make[1]: Nothing to be done for `install'.
make[1]: Leaving directory `/home/keith/source/qt5/qtbase/src/tools/bootstrap'
cd src/tools/moc/ && make -f Makefile install
make[1]: Entering directory `/home/keith/source/qt5/qtbase/src/tools/moc'
mkdir: cannot create directory `/usr/local/Trolltech/Qt5': Permission denied
make[1]: *** [install_target] Error 1
make[1]: Leaving directory `/home/keith/source/qt5/qtbase/src/tools/moc'
make: *** [sub-moc-install_subtargets-ordered] Error 2
FAIL: building qtbase
Command exited with non-zero status 1
2294.59user 143.09system 29:36.14elapsed 137%CPU (0avgtext+0avgdata 623840maxresident)k
714592inputs+349568outputs (6059major+22234996minor)pagefaults 0swaps
Looks like the script needs modifying sudo make install ,,,, needs running as root ....
nohup /usr/bin/time ./build-qt5.sh
edited the script as it was retrieving everytime ..... * just doing the build now ... and added sudo to the part
where it make installs .....
This is only for my system as I want it installing ....
Hopefully once this is done then I can get qtwebkit working .......
make[1]: Leaving directory `/home/keith/source/qt5/qtlocation/src'
cd doc/src/ && make -f Makefile install
make[1]: Entering directory `/home/keith/source/qt5/qtlocation/doc/src'
cd snippets/ && make -f Makefile install
make[2]: Entering directory `/home/keith/source/qt5/qtlocation/doc/src/snippets'
cd places/ && make -f Makefile install
make[3]: Entering directory `/home/keith/source/qt5/qtlocation/doc/src/snippets/places'
make[3]: Nothing to be done for `install'.
make[3]: Leaving directory `/home/keith/source/qt5/qtlocation/doc/src/snippets/places'
cd declarative/ && make -f Makefile install
make[3]: Entering directory `/home/keith/source/qt5/qtlocation/doc/src/snippets/declarative'
make[3]: Nothing to be done for `install'.
make[3]: Leaving directory `/home/keith/source/qt5/qtlocation/doc/src/snippets/declarative'
cd cpp/ && make -f Makefile install
make[3]: Entering directory `/home/keith/source/qt5/qtlocation/doc/src/snippets/cpp'
make[3]: Nothing to be done for `install'.
make[3]: Leaving directory `/home/keith/source/qt5/qtlocation/doc/src/snippets/cpp'
make[2]: Leaving directory `/home/keith/source/qt5/qtlocation/doc/src/snippets'
make[1]: Leaving directory `/home/keith/source/qt5/qtlocation/doc/src'
Build Completed.
3874.81user 259.62system 43:54.10elapsed 156%CPU (0avgtext+0avgdata 742256maxresident)k
929784inputs+720440outputs (6516major+39501489minor)pagefaults 0swaps
Also noticed now weston is in the repos ...... Cecil ..... it may be worth adding that to
see if weston will fully work from it ..... 12.04 Kubuntu /
sudo apt-get update
sudo apt-get install weston
cecilpierce
April 10th, 2012, 02:03 PM
I installed all the weston stuff in 12.04 and just dl the demos for Oneiric but havent tried it yet, it was deleted from precise for some reason ?
Let me know how it works in kubuntu.
The oneiric ver did not work, wrong lib's.
Darxus
April 10th, 2012, 02:32 PM
23dornot23d: The "same file... error (ignored)" errors are not a problem, ignore them as the build says it is. It's trying to install a file where it already is, realizes its already there, and that it's fine.
mkdir: cannot create directory `/usr/local/Trolltech': Permission denied
If you're not specifying an install prefix of /usr/local or /usr/local/Trolltech, that's a bug, introduced more recently than I've tried to build it, and you should tell #qt-labs on irc.freenode.net.
If you *did* specify an install prefix, don't do that, it doesn't work yet. I'm guessing you didn't.
And I *really* wouldn't run that through sudo, I don't trust it nearly that much. Although maybe you don't care about that OS install.
I installed all the weston stuff in 12.04 and just dl the demos for Oneiric but havent tried it yet, it was deleted from precise for some reason ?
Let me know how it works in kubuntu.
The oneiric ver did not work, wrong lib's.
Yes, the weston package in ubuntu 12.04 works.
Nothing was deleted from precise. wayland-demos was renamed to weston before the 0.85 release. However, the guy who packaged weston didn't include anything other than weston itself and weston-terminal, just because he hasn't had the opportunity yet (KiBi in #wayland).
cecilpierce
April 10th, 2012, 02:51 PM
@Darxus
What does this mean: XDG_RUNTIME_DIR not set, falling back to .
Internal error: Could not resolve keysym SunProps
Internal error: Could not resolve keysym SunFront
Internal error: Could not resolve keysym SunOpen
Get that in the terminal when runnig weston, Thanks
Darxus
April 10th, 2012, 02:54 PM
@Darxus
What does this mean: XDG_RUNTIME_DIR not set, falling back to .
Internal error: Could not resolve keysym SunProps
Internal error: Could not resolve keysym SunFront
Internal error: Could not resolve keysym SunOpen
Get that in the terminal when runnig weston, Thanks
Wayland uses the environment variable $XDG_RUNTIME_DIR to decide where it's going to put its socket file. If you don't specify it, it uses ".", the current directory. Which means you then need to make sure you run the clients from the same directory so they can find the socket.
I'm guessing you're running the Ubuntu packages. If you're running stuff installed to ~/install, there are a number of other environment variables you need set to point to the stuff in ~/install.
Darxus
April 10th, 2012, 02:55 PM
Oh, I don't know what exactly the keysyms stuff is, but it's not a problem.
cecilpierce
April 10th, 2012, 02:57 PM
Wayland uses the environment variable $XDG_RUNTIME_DIR to decide where it's going to put its socket file. If you don't specify it, it uses ".", the current directory. Which means you then need to make sure you run the clients from the same directory so they can find the socket.
I'm guessing you're running the Ubuntu packages. If you're running stuff installed to ~/install, there are a number of other environment variables you need set to point to the stuff in ~/install.
Yes, ubuntu 12.04, never could get the other to compile, errors galore, thanks
23dornot23d
April 10th, 2012, 07:38 PM
@ Cecil
the XDG thing ...... see this link ..... was where we were talking about it before ....
http://ubuntuforums.org/showpost.php?p=11809731&postcount=297
___________________________________
cecilpierce
April 11th, 2012, 12:26 PM
Keith, guess your sleeping for a few hours :lolflag:
Im going to stay with repo version for now, I can't deal with it now, I have only one good eye, had lazy eye since I was 3 and it puts a strain on the other eye, and now I have flashes in the bad eye, Dr said it might go away (hope) and I just spilled my coffee!
I'll keep track of what you guys are doing and wish you good luck with the projects.
23dornot23d
April 11th, 2012, 03:55 PM
Decided to take time out and do some animations ..... lost track of what I got my computer for - started to dig too deep into this ..... :lolflag: sure it will come together nicely without all my fooling around with it .....
Probably well out of my depth but thanks to those that helped - learned a few new commands and am still messing about with the menus ..... got some interesting things going on .... used Thunar from the menu - and that allowed me to choose the examples to run easier ..... and they ran from it using wayland
I like the look of this .... http://www.youtube.com/watch?v=IShJtdxUVKE&feature=uploademail
Also noticed that Enlightenment have spent some time on Wayland .... may look into
downloading there release ..... too .....
Will leave it with the ones that understand what is going on ...... was wanting to get the webkit working - but its no big deal.
You take care of your eyes now .... the worst thing on these things is headaches and eye strain .... ):P
cecilpierce
April 11th, 2012, 09:51 PM
Just went over to sourceforge and looks like nerdopolis has not been on in awhile, havent seen him on the irc either ?
Maybe hes having trouble ? Hope not
got this from irc guys;
http://www.chaosreigns.com/wayland/demos/2012-04-07-wayland-several-gtk-apps.html
Spoke to soon, neropolis just came on the irc!
23dornot23d
April 12th, 2012, 12:00 AM
Thats looking good .... good to see its progressing well ..... still would like to know how
to get webkit going .....
That was not demonstrated there - but it must have worked
at some point as Darxus had it running a while back now ......
I am back on Arch ..... just seeing what the differences are ......
in Arch I can not get the X windows to pop up as easily ....... like I have them in Ubuntu ..... the Thunar icon made it so much easier to run apps - than the weston terminal.
( this the background is easy to change - yet X window apps are not working - the wayland demos do though ...... )
in Ubuntu I can now get a lot of things working .....
( other than webkit and the background screen ..... which cause me problems - most X window programs will run from it ok though ...... )
Upgraded Arch last night and lost the wireless connection
https://www.google.com/search?client...utf-8&oe=utf-8 (https://www.google.com/search?client=ubuntu&channel=fs&q=AR928X+Wireless&ie=utf-8&oe=utf-8#hl=en&sugexp=frgbld&gs_nf=1&tok=j4AzrR9lF_jIfuoRoaLBIw&pq=arch%20ar928x%20wireless&cp=25&gs_id=1y2&xhr=t&q=arch%20AR928X%20Wireless%202012&pf=p&client=ubuntu&channel=fs&sclient=psy-ab&oq=arch+AR928X+Wireless+2012&aq=f&aqi=&aql=&gs_l=&pbx=1&bav=on.2,or.r_gc.r_pw.r_qf.,cf.osb&fp=bb2e42b86b813985&biw=1197&bih=438)
Patch ......... for wireless problem - in case anyone else is experiencing this
https://bbs.archlinux.org/viewtopic.php?id=139274
__________________________________________________ _______________
Still working away - if you can call it that ( as I enjoy seeing the new things being developed here - Seems NOKIA and QT5 are really pushing the limits on the mobile devices too ...... ) , but my main interest is 3D though .... and speed ..... am hoping Wayland/Weston being more streamlined it is going to better for doing the rendering of my 3D models ....
Not sure if rendering can be done through multiple processes - this to cut it into blocks .... so that the whole process can become quicker for larger models and scenes ....
possibly work well for games etc if multiple layers are being processed in parralel
Can but hope ......
Will keep reading the new threads all over the web as there is so much going on with this project and QT ..... :D
https://www.google.com/search?q=--enable-wayland-backend&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a#hl=en&client=firefox-a&hs=jt7&rls=org.mozilla:en-US%3Aofficial&sclient=psy-ab&q=enable-wayland-backend&oq=enable-wayland-backend&aq=f&aqi=&aql=1&gs_l=serp.3...9088l9264l0l9728l2l2l0l0l0l0l440l553 l0j1j4-1l2l0.efis.1.&pbx=1&bav=on.2,or.r_gc.r_pw.r_qf.,cf.osb&fp=bb2e42b86b813985&biw=1077&bih=499
cecilpierce
April 14th, 2012, 10:46 AM
@nerdopolis
Hows it going ? See your svn on sourceforge, any luck with qt5 ?
Keith has been trying qt5, dont know how it working for him but he's giving it hell!
Keep up the good work and good luck, later.
runesvend
April 15th, 2012, 01:10 AM
I'm getting the following error building qt5 as per the official instructions here (http://qt-project.org/wiki/Building_Qt_5_from_Git):
Project MESSAGE: This project is using private headers and will therefore be tied to this specific Qt module build version.
Project MESSAGE: Running this project against other versions of the Qt modules may crash at any arbitrary point.
Project MESSAGE: This is not a bug, but a result of using Qt internals. You have been warned!
WARNING: /srcbuild/qt5/qtdeclarative/src/qml/qml/ftw/ftw.pri:29: Unable to find file for inclusion /config.tests/unix/clock-gettime/clock-gettime.pri
Project MESSAGE: Warning: unknown QT module: v8
Project MESSAGE: This project is using private headers and will therefore be tied to this specific Qt module build version.
Project MESSAGE: Running this project against other versions of the Qt modules may crash at any arbitrary point.
Project MESSAGE: This is not a bug, but a result of using Qt internals. You have been warned!
In file included from ../../include/QtQml/5.0.0/QtQml/private/qv8_p.h:1:0,
from ../../include/QtQml/5.0.0/QtQml/private/../../../../../src/qml/qml/qqmldata_p.h:58,
from ../../include/QtQml/5.0.0/QtQml/private/../../../../../src/qml/qml/qqmlnotifier_p.h:45,
from ../../include/QtQml/5.0.0/QtQml/private/../../../../../src/qml/qml/qqmlpropertycache_p.h:58,
from ../../include/QtQml/5.0.0/QtQml/private/qqmlpropertycache_p.h:1,
from qml/qqmlinstruction_p.h:57,
from qml/qqmlinstruction.cpp:42:
../../include/QtQml/5.0.0/QtQml/private/../../../../../src/qml/qml/v8/qv8_p.h:42:24: fatal error: private/v8.h: No such file or directory
compilation terminated.
make[3]: *** [.obj/debug-shared/qqmlinstruction.o] Error 1
make[2]: *** [sub-qml-make_default-ordered] Error 2
make[1]: *** [module-qtdeclarative-src-make_default] Error 2
make: *** [module-qtdeclarative] Error 2
Anyone else getting this?
The compilation continues, but eventually fails with:
rm -f libWTRInjectedBundle.so
g++ -m64 -Wl,-rpath,/srcbuild/qt5/qtwebkit/WebKitBuild/Release/lib -fuse-ld=gold -Wl,--no-undefined -Wl,--gc-sections -Wl,--no-undefined -Wl,-O1 -Wl,-rpath-link,/srcbuild/qt5/qtwebkit/WebKitBuild/Release/lib -Wl,-rpath,/srcbuild/qt5/qtbase/lib -shared -o libWTRInjectedBundle.so obj/release/srcbuild/qt5/qtwebkit/Tools/DumpRenderTree/qt/QtInitializeTestFonts.o obj/release/AccessibilityController.o obj/release/AccessibilityTextMarker.o obj/release/AccessibilityTextMarkerRange.o obj/release/AccessibilityUIElement.o obj/release/InjectedBundle.o obj/release/InjectedBundleMain.o obj/release/InjectedBundlePage.o obj/release/EventSendingController.o obj/release/GCController.o obj/release/LayoutTestController.o obj/release/TextInputController.o obj/release/Bindings/JSWrapper.o obj/release/qt/ActivateFontsQt.o obj/release/qt/InjectedBundleQt.o obj/release/qt/LayoutTestControllerQt.o obj/release/srcbuild/qt5/qtwebkit/WebKitBuild/Release/Tools/WebKitTestRunner/InjectedBundle/generated/JSAccessibilityController.o obj/release/srcbuild/qt5/qtwebkit/WebKitBuild/Release/Tools/WebKitTestRunner/InjectedBundle/generated/JSAccessibilityTextMarker.o obj/release/srcbuild/qt5/qtwebkit/WebKitBuild/Release/Tools/WebKitTestRunner/InjectedBundle/generated/JSAccessibilityTextMarkerRange.o obj/release/srcbuild/qt5/qtwebkit/WebKitBuild/Release/Tools/WebKitTestRunner/InjectedBundle/generated/JSAccessibilityUIElement.o obj/release/srcbuild/qt5/qtwebkit/WebKitBuild/Release/Tools/WebKitTestRunner/InjectedBundle/generated/JSEventSendingController.o obj/release/srcbuild/qt5/qtwebkit/WebKitBuild/Release/Tools/WebKitTestRunner/InjectedBundle/generated/JSGCController.o obj/release/srcbuild/qt5/qtwebkit/WebKitBuild/Release/Tools/WebKitTestRunner/InjectedBundle/generated/JSLayoutTestController.o obj/release/srcbuild/qt5/qtwebkit/WebKitBuild/Release/Tools/WebKitTestRunner/InjectedBundle/generated/JSTextInputController.o -L/srcbuild/qt5/qtbase/lib -L/srcbuild/qt5/qtwebkit/WebKitBuild/Release/lib -L/usr/X11R6/lib64 -lfontconfig -L/usr/local/lib/x86_64-linux-gnu -lgio-2.0 -lgstapp-0.10 -lgstinterfaces-0.10 -lgstpbutils-0.10 -pthread -lgstvideo-0.10 -lgstbase-0.10 -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lxml2 -lglib-2.0 -lQtWebKit -lQtQml -L/srcbuild/qt5/qtbase/lib -L/usr/X11R6/lib64 -lQtV8 -lQtOpenGL -lQtXmlPatterns -lQtWidgets -lQtSql -lQtScript -lQtNetwork -lQtGui -lQtCore -lGL -lpthread
mv -f libWTRInjectedBundle.so ../../../lib/
make[7]: Leaving directory `/srcbuild/qt5/qtwebkit/WebKitBuild/Release/Tools/WebKitTestRunner/InjectedBundle'
make[6]: Leaving directory `/srcbuild/qt5/qtwebkit/WebKitBuild/Release/Tools/WebKitTestRunner/InjectedBundle'
make[5]: Leaving directory `/srcbuild/qt5/qtwebkit/WebKitBuild/Release/Tools/WebKitTestRunner'
make[4]: Leaving directory `/srcbuild/qt5/qtwebkit/WebKitBuild/Release/Tools'
make[3]: Leaving directory `/srcbuild/qt5/qtwebkit/WebKitBuild/Release'
make[2]: Leaving directory `/srcbuild/qt5/qtwebkit/WebKitBuild/Release'
make[1]: *** [module-qtwebkit-install] Error 2
make[1]: Leaving directory `/srcbuild/qt5'
make: *** [sub-qtwebkit-pri-install_subtargets] Error 2
is it simply the moving of the file libWTRInjectedBundle.so that makes it exit the build process? I can see that it first removes this file (rm -f libWTRInjectedBundle.so) and then tries to build it again.
I tried searching the source dir to find the file but it isn't there.
23dornot23d
April 15th, 2012, 02:48 AM
Will look at mine again .... as what I tried did not work either
Have you got QT4.8 installed ....... by any chance ....
as I have a feeling its picking the modules up from that version instead of the new version
there is a paragraph mentioning setting paths in the Link you gave .....
Got a make ok now
Widgets -L/home/keith/qt/qtbase/lib -lQtConcurrent -lrt -lQtGui -lQtCore -lGL -lpthread
make[3]: Leaving directory `/home/keith/qt/qtbase/examples/qtconcurrent/imagescaling'
cd map/ && make -f Makefile
make[3]: Entering directory `/home/keith/qt/qtbase/examples/qtconcurrent/map'
/home/keith/qt/qtbase/bin/qmake -spec ../../../mkspecs/linux-g++ -o Makefile map.pro
make[3]: Leaving directory `/home/keith/qt/qtbase/examples/qtconcurrent/map'
make[3]: Entering directory `/home/keith/qt/qtbase/examples/qtconcurrent/map'
make[3]: Nothing to be done for `first'.
make[3]: Leaving directory `/home/keith/qt/qtbase/examples/qtconcurrent/map'
cd runfunction/ && make -f Makefile
make[3]: Entering directory `/home/keith/qt/qtbase/examples/qtconcurrent/runfunction'
/home/keith/qt/qtbase/bin/qmake -spec ../../../mkspecs/linux-g++ -o Makefile runfunction.pro
make[3]: Leaving directory `/home/keith/qt/qtbase/examples/qtconcurrent/runfunction'
make[3]: Entering directory `/home/keith/qt/qtbase/examples/qtconcurrent/runfunction'
make[3]: Nothing to be done for `first'.
make[3]: Leaving directory `/home/keith/qt/qtbase/examples/qtconcurrent/runfunction'
cd wordcount/ && make -f Makefile
make[3]: Entering directory `/home/keith/qt/qtbase/examples/qtconcurrent/wordcount'
/home/keith/qt/qtbase/bin/qmake -spec ../../../mkspecs/linux-g++ -o Makefile wordcount.pro
make[3]: Leaving directory `/home/keith/qt/qtbase/examples/qtconcurrent/wordcount'
make[3]: Entering directory `/home/keith/qt/qtbase/examples/qtconcurrent/wordcount'
make[3]: Nothing to be done for `first'.
make[3]: Leaving directory `/home/keith/qt/qtbase/examples/qtconcurrent/wordcount'
cd progressdialog/ && make -f Makefile
make[3]: Entering directory `/home/keith/qt/qtbase/examples/qtconcurrent/progressdialog'
/home/keith/qt/qtbase/bin/qmake -spec ../../../mkspecs/linux-g++ -o Makefile progressdialog.pro
make[3]: Leaving directory `/home/keith/qt/qtbase/examples/qtconcurrent/progressdialog'
make[3]: Entering directory `/home/keith/qt/qtbase/examples/qtconcurrent/progressdialog'
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -fPIE -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_CONCURRENT_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_HAVE_SSE3 -DQT_HAVE_SSSE3 -DQT_HAVE_SSE4_1 -DQT_HAVE_SSE4_2 -DQT_HAVE_AVX -DQT_SHARED -I../../../mkspecs/linux-g++ -I. -I../../../include/QtCore -I../../../include/QtGui -I../../../include/QtConcurrent -I../../../include/QtWidgets -I../../../include -I.moc/release-shared -o .obj/release-shared/main.o main.cpp
g++ -Wl,-rpath-link,/home/keith/qt/qtbase/lib -Wl,-O1 -Wl,-rpath,/usr/local/Qt-5.0.0/lib -Wl,-rpath,/usr/local/Qt-5.0.0/lib -o progressdialog .obj/release-shared/main.o -L/home/keith/qt/qtbase/lib -lQtWidgets -L/home/keith/qt/qtbase/lib -lQtConcurrent -lrt -lQtGui -lQtCore -lGL -lpthread
make[3]: Leaving directory `/home/keith/qt/qtbase/examples/qtconcurrent/progressdialog'
make[2]: Leaving directory `/home/keith/qt/qtbase/examples/qtconcurrent'
make[1]: Leaving directory `/home/keith/qt/qtbase/examples'
and a make install now
cp -f -r /home/keith/qt/qtbase/mkspecs/macx-g++ /usr/local/Qt-5.0.0/mkspecs/
cp -f -r /home/keith/qt/qtbase/mkspecs/macx-g++40 /usr/local/Qt-5.0.0/mkspecs/
cp -f -r /home/keith/qt/qtbase/mkspecs/macx-g++42 /usr/local/Qt-5.0.0/mkspecs/
cp -f -r /home/keith/qt/qtbase/mkspecs/macx-icc /usr/local/Qt-5.0.0/mkspecs/
cp -f -r /home/keith/qt/qtbase/mkspecs/macx-llvm /usr/local/Qt-5.0.0/mkspecs/
cp -f -r /home/keith/qt/qtbase/mkspecs/macx-pbuilder /usr/local/Qt-5.0.0/mkspecs/
cp -f -r /home/keith/qt/qtbase/mkspecs/macx-xcode /usr/local/Qt-5.0.0/mkspecs/
cp -f -r /home/keith/qt/qtbase/mkspecs/macx-xlc /usr/local/Qt-5.0.0/mkspecs/
cp -f -r /home/keith/qt/qtbase/mkspecs/netbsd-g++ /usr/local/Qt-5.0.0/mkspecs/
cp -f -r /home/keith/qt/qtbase/mkspecs/openbsd-g++ /usr/local/Qt-5.0.0/mkspecs/
install -m 644 -p /home/keith/qt/qtbase/mkspecs/qconfig.pri /usr/local/Qt-5.0.0/mkspecs/
install -m 644 -p /home/keith/qt/qtbase/mkspecs/qdevice.pri /usr/local/Qt-5.0.0/mkspecs/
install -m 644 -p /home/keith/qt/qtbase/mkspecs/qmodule.pri /usr/local/Qt-5.0.0/mkspecs/
cp -f -r /home/keith/qt/qtbase/mkspecs/sco-cc /usr/local/Qt-5.0.0/mkspecs/
cp -f -r /home/keith/qt/qtbase/mkspecs/sco-g++ /usr/local/Qt-5.0.0/mkspecs/
cp -f -r /home/keith/qt/qtbase/mkspecs/solaris-cc /usr/local/Qt-5.0.0/mkspecs/
cp -f -r /home/keith/qt/qtbase/mkspecs/solaris-cc-64 /usr/local/Qt-5.0.0/mkspecs/
cp -f -r /home/keith/qt/qtbase/mkspecs/solaris-cc-64-stlport /usr/local/Qt-5.0.0/mkspecs/
cp -f -r /home/keith/qt/qtbase/mkspecs/solaris-cc-stlport /usr/local/Qt-5.0.0/mkspecs/
cp -f -r /home/keith/qt/qtbase/mkspecs/solaris-g++ /usr/local/Qt-5.0.0/mkspecs/
cp -f -r /home/keith/qt/qtbase/mkspecs/solaris-g++-64 /usr/local/Qt-5.0.0/mkspecs/
cp -f -r /home/keith/qt/qtbase/mkspecs/tru64-cxx /usr/local/Qt-5.0.0/mkspecs/
cp -f -r /home/keith/qt/qtbase/mkspecs/tru64-g++ /usr/local/Qt-5.0.0/mkspecs/
cp -f -r /home/keith/qt/qtbase/mkspecs/unixware-cc /usr/local/Qt-5.0.0/mkspecs/
cp -f -r /home/keith/qt/qtbase/mkspecs/unixware-g++ /usr/local/Qt-5.0.0/mkspecs/
cp -f -r /home/keith/qt/qtbase/mkspecs/unsupported /usr/local/Qt-5.0.0/mkspecs/
cp -f -r /home/keith/qt/qtbase/mkspecs/win32-g++ /usr/local/Qt-5.0.0/mkspecs/
cp -f -r /home/keith/qt/qtbase/mkspecs/win32-icc /usr/local/Qt-5.0.0/mkspecs/
cp -f -r /home/keith/qt/qtbase/mkspecs/win32-msvc2005 /usr/local/Qt-5.0.0/mkspecs/
cp -f -r /home/keith/qt/qtbase/mkspecs/win32-msvc2008 /usr/local/Qt-5.0.0/mkspecs/
cp -f -r /home/keith/qt/qtbase/mkspecs/win32-msvc2010 /usr/local/Qt-5.0.0/mkspecs/
cp -f -r /home/keith/qt/qtbase/mkspecs/wince50standard-armv4i-msvc2005 /usr/local/Qt-5.0.0/mkspecs/
cp -f -r /home/keith/qt/qtbase/mkspecs/wince50standard-armv4i-msvc2008 /usr/local/Qt-5.0.0/mkspecs/
cp -f -r /home/keith/qt/qtbase/mkspecs/wince50standard-mipsii-msvc2005 /usr/local/Qt-5.0.0/mkspecs/
cp -f -r /home/keith/qt/qtbase/mkspecs/wince50standard-mipsii-msvc2008 /usr/local/Qt-5.0.0/mkspecs/
cp -f -r /home/keith/qt/qtbase/mkspecs/wince50standard-mipsiv-msvc2005 /usr/local/Qt-5.0.0/mkspecs/
cp -f -r /home/keith/qt/qtbase/mkspecs/wince50standard-mipsiv-msvc2008 /usr/local/Qt-5.0.0/mkspecs/
cp -f -r /home/keith/qt/qtbase/mkspecs/wince50standard-sh4-msvc2005 /usr/local/Qt-5.0.0/mkspecs/
cp -f -r /home/keith/qt/qtbase/mkspecs/wince50standard-sh4-msvc2008 /usr/local/Qt-5.0.0/mkspecs/
cp -f -r /home/keith/qt/qtbase/mkspecs/wince50standard-x86-msvc2005 /usr/local/Qt-5.0.0/mkspecs/
cp -f -r /home/keith/qt/qtbase/mkspecs/wince50standard-x86-msvc2008 /usr/local/Qt-5.0.0/mkspecs/
cp -f -r /home/keith/qt/qtbase/mkspecs/wince60standard-armv4i-msvc2005 /usr/local/Qt-5.0.0/mkspecs/
cp -f -r /home/keith/qt/qtbase/mkspecs/wince60standard-x86-msvc2005 /usr/local/Qt-5.0.0/mkspecs/
cp -f -r /home/keith/qt/qtbase/mkspecs/wince70embedded-armv4i-msvc2008 /usr/local/Qt-5.0.0/mkspecs/
cp -f -r /home/keith/qt/qtbase/mkspecs/wince70embedded-x86-msvc2008 /usr/local/Qt-5.0.0/mkspecs/
cp -f -r /home/keith/qt/qtbase/mkspecs/wincewm50pocket-msvc2005 /usr/local/Qt-5.0.0/mkspecs/
cp -f -r /home/keith/qt/qtbase/mkspecs/wincewm50pocket-msvc2008 /usr/local/Qt-5.0.0/mkspecs/
cp -f -r /home/keith/qt/qtbase/mkspecs/wincewm50smart-msvc2005 /usr/local/Qt-5.0.0/mkspecs/
cp -f -r /home/keith/qt/qtbase/mkspecs/wincewm50smart-msvc2008 /usr/local/Qt-5.0.0/mkspecs/
cp -f -r /home/keith/qt/qtbase/mkspecs/wincewm60professional-msvc2005 /usr/local/Qt-5.0.0/mkspecs/
cp -f -r /home/keith/qt/qtbase/mkspecs/wincewm60professional-msvc2008 /usr/local/Qt-5.0.0/mkspecs/
cp -f -r /home/keith/qt/qtbase/mkspecs/wincewm60standard-msvc2005 /usr/local/Qt-5.0.0/mkspecs/
cp -f -r /home/keith/qt/qtbase/mkspecs/wincewm60standard-msvc2008 /usr/local/Qt-5.0.0/mkspecs/
cp -f -r /home/keith/qt/qtbase/mkspecs/wincewm65professional-msvc2005 /usr/local/Qt-5.0.0/mkspecs/
cp -f -r /home/keith/qt/qtbase/mkspecs/wincewm65professional-msvc2008 /usr/local/Qt-5.0.0/mkspecs/
keith@keith-Aspire-7730ZG:~/qt/qtbase$
added PATH
keith@keith-Aspire-7730ZG:~/qt/qtbase$ $PATH
Not sure which worked possibly the ones in blue .... as there were the files that were throwing errors up .....
It was the wrong directories ..... so by doing this makes sure
the correct place files .....
unset QTDIR
export PATH=/home/keith/xxx/qtbase/bin:/home/keith/xxx/qtrepotools/bin:$PATH
bash: /home/keith/source/qtbase/bin:/home/keith/source/qtrepotools/bin:/home/keith/install/qtbase/bin:/home/keith/install/qtrepotools/bin:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:
Now have this
keith@keith-Aspire-7730ZG:/usr/local$ cd Qt-5.0.0
keith@keith-Aspire-7730ZG:/usr/local/Qt-5.0.0$ ls
bin examples include lib mkspecs plugins
keith@keith-Aspire-7730ZG:/usr/local/Qt-5.0.0$ cd bin
keith@keith-Aspire-7730ZG:/usr/local/Qt-5.0.0/bin$ ls
moc qdoc qmake qtmodule-configtests rcc syncqt uic
keith@keith-Aspire-7730ZG:/usr/local/Qt-5.0.0/bin$
keith@keith-Aspire-7730ZG:/usr/local/Qt-5.0.0/bin$ export PATH=/usr/local/Qt-5.0.0/bin:$PATH
keith@keith-Aspire-7730ZG:/usr/local/Qt-5.0.0/bin$ qmake -v
QMake version 2.01a
Using Qt version 5.0.0 in /usr/local/Qt-5.0.0/lib
keith@keith-Aspire-7730ZG:/usr/local/Qt-5.0.0/bin$
Applications disappear as soon as I mouse over them VIDEO (http://www.youtube.com/watch?v=8PnLGg3L5EM&feature=youtu.be)
cecilpierce
April 15th, 2012, 03:15 PM
Looks like your mouse has turned into a RAT!
I just did update in precise and saw python-qt4 (4.9.1-2ubuntu1) precise-proposed was in the pile, dont know what it means :confused:
23dornot23d
April 15th, 2012, 03:34 PM
http://www.google.co.uk/search?q=4.9.1-2&hl=en&btnG=Google+Search&sourceid=Mozilla-search&start=0
Well I think your right my rat is eating my windows ..... ;)
I keep swapping back and forth now between Arch and Ubuntu ..... to see if I can get any
progress on either .....
I still need to look at Enlightenment ..... because early on - there demos worked really well
and seemed as if the chance of a proper desktop was in closer reach for them.
Will see if I can get a download ..... looked at there site before though and seemed as if its
a set of packages to download - evas being the main one ..... but no doubt needing everything else there to get anything to work properly ..... will look again now .... ;)
Seems the site has not updated for 3 months
http://trac.enlightenment.org/e/wiki/Wayland
But the Timeline shows things are happening ,,, need to look through this list now ...
http://trac.enlightenment.org/e/timeline
The wayland site ...... Kristian has been back again 3 days ago - take that as a good sign
http://cgit.freedesktop.org/~krh/wayland/ (http://cgit.freedesktop.org/%7Ekrh/wayland/)
cecilpierce
April 15th, 2012, 05:54 PM
I see him on the irc, I did whois and it says Paris, France and when I did mine it said TX, USA, I guess thats the closest node to where you are ?
I think he is in Hungray, not sure just bored here checking junk out ):P
oops, it was nerdopolis node in "Budapest, HU, EU"
Im cornfused !!!
23dornot23d
April 15th, 2012, 06:07 PM
Yeah .... the Internet makes it a small world ....
I have just set my other laptop up for some more work on wayland
as that one went without a real problem ...
It has hybrid graphics - and I feel sure the Intel is making my
life a little easier .... for 2D things text etc
But still need 3D for my graphics .... always worries me when each
year - I lose my graphics or it degrades in some way ....
Hopefully this upgrade will be better though .... and once Wayland comes out maybe just maybe a lot of problems will go away ... ;)
cecilpierce
April 15th, 2012, 06:45 PM
Yea, I cant wait to see what happens, hopefully ubuntu 12.10 will start something or maybe another distro will, (Arch) ???
Sad, looks like we are the only ones left on here.
:sad:
23dornot23d
April 15th, 2012, 07:23 PM
I have just done another Arch version .... as the wireless connection problem left me
stranded .... without comms its basically dead ..... no wired connection on this old
computer - wish they had warned users ..... they knew beforehand it would kill
the wireless ..... oh well .....
I think I sussed the downgrade ... but who knows till I re-boot
https://sites.google.com/site/000menu/home/arch/downgrade
New install makes it so things are cleaner .... and I wont make the same mistakes as
before with packages ..... ( this time in this order - see what happens )
wayland
weston
weston-git
configure: WARNING: Floating-point textures enabled.
configure: WARNING: Please consult docs/patents.txt with your lawyer before building Mesa.
checking whether to enable assembly... yes, x86
checking for gcc option to produce PIC... -fPIC
checking for dlopen... no
checking for dlopen in -ldl... yes
checking for posix_memalign... yes
checking for LIBDRM... yes
checking pkg-config files for X11 are available... yes
checking for X11... yes
checking for GLPROTO... yes
checking for DRI2PROTO... yes
checking for XF86VIDMODE... yes
checking for DRIGL... yes
checking for xcb_glx_create_context_attribs_arb_checked in -lxcb-glx... yes
checking expat.h usability... yes
checking expat.h presence... yes
checking for expat.h... yes
checking for XML_ParserCreate in -lexpat... yes
checking for INTEL... yes
checking for NOUVEAU... no
configure: error: Package requirements (libdrm_nouveau >= 2.4.33) were not met:
Requested 'libdrm_nouveau >= 2.4.33' but version of libdrm_nouveau is 0.6
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables NOUVEAU_CFLAGS
and NOUVEAU_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Makepkg was unable to build .
==> Restart building mesa-full-wayland ? [y/N]
==> ------------------------------------------
==> WARNING: Dependencies have been installed before the failure
checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: cairo-perl: requires cairo
:: cairomm: requires cairo
:: gjs: requires cairo
:: gtk2: requires cairo
:: gtk3: requires cairo
:: libchamplain: requires cairo
:: libgdiplus: requires cairo>=1.8.10
:: pango: requires cairo
:: poppler: requires cairo
:: python2-cairo: requires cairo
:: scribus: requires cairo
==> Restart building weston ? [y/N]
==> -------------------------------
==> Packages no longer required by any installed package:
gtk-doc
imake
libxkbcommon-git
wayland-git
==> WARNING: Following packages have not been installed:
mesa-full-wayland weston
[root@keith-aspire-7730zg keith2]# yaourt -Syy libdrm_nouveau
:: Synchronizing package databases...
core 102.4 KiB 162K/s 00:01 [######################] 100%
extra 1387.7 KiB 565K/s 00:02 [######################] 100%
community 1650.1 KiB 612K/s 00:03 [######################] 100%
archlinuxfr 33.2 KiB 186K/s 00:00 [######################] 100%
error: target not found: libdrm_nouveau
[root@keith-aspire-7730zg keith2]# pacman -Syy libdrm_nouveau
:: Synchronizing package databases...
core 102.4 KiB 163K/s 00:01 [######################] 100%
extra 1387.7 KiB 287K/s 00:05 [######################] 100%
community 1650.1 KiB 336K/s 00:05 [######################] 100%
archlinuxfr 33.2 KiB 183K/s 00:00 [######################] 100%
error: target not found: libdrm_nouveau
[root@keith-aspire-7730zg keith2]# pacman -Syy nouveau
:: Synchronizing package databases...
core 102.4 KiB 163K/s 00:01 [######################] 100%
extra 1387.7 KiB 239K/s 00:06 [######################] 100%
community 1650.1 KiB 613K/s 00:03 [######################] 100%
archlinuxfr 33.2 KiB 192K/s 00:00 [######################] 100%
error: target not found: nouveau
[root@keith-aspire-7730zg keith2]# yaourt -Syy nouveau
:: Synchronizing package databases...
core 102.4 KiB 163K/s 00:01 [######################] 100%
extra 1387.7 KiB 568K/s 00:02 [######################] 100%
community 1650.1 KiB 453K/s 00:04 [######################] 100%
archlinuxfr 33.2 KiB 158K/s 00:00 [######################] 100%
error: target not found: nouveau
[root@keith-aspire-7730zg keith2]#
Maybe not as easy after all .........
But at least after a reboot - I still have my wireless connection ..... sorted .... can carry on now ... ;)
Similar thing happening on the Ubuntu install now .... running the 0.85 wayland install script ......
DHAVE_LIBUDEV -DHAVE_XCB_DRI2 -D__STDC_CONSTANT_MACROS -DHAVE_LLVM=0x0209 -fvisibility=hidden -o nouveau_vieux_dri.so.test ../../../../../src/mesa/drivers/dri/common/dri_test.o nouveau_vieux_dri.so.tmp ../../../../../src/mesa/libmesa.a -L/home/keith/install/lib -ldrm -lexpat -lm -lpthread -ldl -L/home/keith/install/lib -ldrm_nouveau
nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_pushbuf_flush'
nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_bo_pending'
nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_pushbuf_marker_undo'
nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_grobj_autobind'
nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_pushbuf_marker_emit'
nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_bo_unmap'
nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_channel_free'
nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_grobj_free'
nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_pushbuf_emit_reloc'
nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_device_close'
nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_channel_alloc'
nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_bo_handle_get'
nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_bo_handle_ref'
nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_notifier_alloc'
nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_bo_new_tile'
nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_grobj_alloc'
nouveau_vieux_dri.so.tmp: undefined reference to `nouveau_notifier_free'
collect2: ld returned 1 exit status
make[6]: *** [nouveau_vieux_dri.so] Error 1
make[6]: Leaving directory `/home/keith/source/mesa/src/mesa/drivers/dri/nouveau'
make[5]: *** [lib] Error 2
make[5]: Leaving directory `/home/keith/source/mesa/src/mesa/drivers/dri/nouveau'
make[4]: *** [subdirs] Error 1
make[4]: Leaving directory `/home/keith/source/mesa/src/mesa/drivers/dri'
make[3]: *** [default] Error 1
make[3]: Leaving directory `/home/keith/source/mesa/src/mesa/drivers'
make[2]: *** [driver_subdirs] Error 2
make[2]: Leaving directory `/home/keith/source/mesa/src/mesa'
make[1]: *** [subdirs] Error 1
make[1]: Leaving directory `/home/keith/source/mesa/src'
make: *** [default] Error 1
keith@keith-K53SV:~/Downloads$
cecilpierce
April 16th, 2012, 03:23 PM
Got bored, made a wayland icon for burg and tried to get kahel to look better.
23dornot23d
April 16th, 2012, 08:03 PM
That is looking good Cecil .... maybe you should have a thread on BURG and show people
how to set it up ..... as there must be a lot that do not know how to .....
Me being one of them .....
my boot menu I never see on this old computer - but the latest update to grub ... they have put it on a horrible boring grey background .... * ( I see that on my other laptop )
The Kubuntu one was at least a nice satin blue ......
But love the BURG custom one .....
( would only want this as a option after people get their systems set up properly though and understand LINUX )
The worst thing for a NEW user is getting stuck at either a Black Screen with a white flashing cursor or not being able to get to a desktop .....
Looking forward to the NEW release ..... not long now. ...... ;)
Good NEWS ..... today ..... Arch have got the 3.3.2 kernel out so the wireless is good for Atheros on a upgrade .....
at least it is that way for mine ....... not searched yet on others .....
nerdopolis
April 16th, 2012, 08:11 PM
I see him on the irc, I did whois and it says Paris, France and when I did mine it said TX, USA, I guess thats the closest node to where you are ?
I think he is in Hungray, not sure just bored here checking junk out ):P
oops, it was nerdopolis node in "Budapest, HU, EU"
Im cornfused !!!
LOL! It says I'm in Hungary? I'm no where near there... Weird.
23dornot23d
April 16th, 2012, 08:26 PM
One Day Ubuntu and Wayland will be more used and faster than any other system out
there ..... IMHO .....
LINUX has the biggest work force on the Planet at this moment in time and it is still growing ( how best to make use of all the people involved gets better by the day too ).
Good to see you are still around Nerdopolis ..... what is the latest on Wayland .......
And is there an easy way to get webkit working ....... better still is there a RBv4 around the corner ...... ?
cecilpierce
April 16th, 2012, 08:38 PM
LOL! It says I'm in Hungary? I'm no where near there... Weird.
Sorry, I thought it was weird to when I saw mine was in Tx, USA, Im a thousand miles from there on the east side of the gulf.
Guess its just random picks of nodes.
nerdopolis
April 17th, 2012, 12:38 AM
One Day Ubuntu and Wayland will be more used and faster than any other system out
there ..... IMHO .....
LINUX has the biggest work force on the Planet at this moment in time and it is still growing ( how best to make use of all the people involved gets better by the day too ).
Good to see you are still around Nerdopolis ..... what is the latest on Wayland .......
And is there an easy way to get webkit working ....... better still is there a RBv4 around the corner ...... ?
I don't know what I should do for the next CD. Some toolkits are only compiling around Wayland 0.85, which is getting kind of old with all the new features in Master. The problem is, if I use master, many of the toolkits wont compile...
I want the CD to have the latest and greatest for Wayland, but I don't feel right pushing out an ISO with fewer toolkits for Wayland... Maybe when Wayland 0.90 comes out, and the toolkits adjust for that?
23dornot23d
April 17th, 2012, 12:51 AM
I want the CD to have the latest and greatest for Wayland, but I don't feel right pushing out an ISO with fewer toolkits for Wayland... Maybe when Wayland 0.90 comes out, and the toolkits adjust for that?
That sounds good to me too ...... is it Darxus that produces the script .....
and how long would it take to upgrade the script ..... would like to see the webkit working
or at least a step by step for it .....
( just really would like to get to be able to create a desktop with some options on it for other things ..... my Arch install was the closest to that .... but I lost access to it
when I lost my wireless connection .... may have to take it somewhere where
I can connect it up as the 3.3.2 kernel works ok )
All good fun .... this version I am working on now does not seem to want to run the 0.85
script at all ...... I hate doing things twice too ..... lols. ... ;)
First Dependency .... for Arch .... this is try 3 .... using 0.85 ..... will just explain any key stopping points
in the build using the script .... 0.85 http://www.chaosreigns.com/wayland/buildscript/
loading packages...
resolving dependencies...
looking for inter-conflicts...
Targets (1): libpthread-stubs-0.3-4
Total Installed Size: 0.00 MiB
Proceed with installation? [Y/n] y
(1/1) checking package integrity [######################] 100%
(1/1) loading package files [######################] 100%
(1/1) checking for file conflicts [######################] 100%
(1/1) checking available disk space [######################] 100%
(1/1) installing libpthread-stubs [######################] 100%
[root@keith-aspire-7730zg Downloads]#
maybe I will get lucky this time - third time lucky - qtwebkit is what I want .... ;)
autoreconf: running: libtoolize --copy
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
autoreconf: running: /usr/bin/autoconf
configure.ac:86: error: possibly undefined macro: XTRANS_CONNECTION_FLAGS (https://www.google.com/search?q=XTRANS_CONNECTION_FLAGS&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a)
If this token and others are legitimate, please use m4_pattern_allow. (https://www.google.com/search?q=m4_pattern_allow&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a)
See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1
[root@keith-aspire-7730zg Downloads]#
Targets (1): autoconf-2.68-2
Total Download Size: 0.56 MiB
Total Installed Size: 2.15 MiB
Net Upgrade Size: 0.00 MiB
Proceed with installation? [Y/n] y
:: Retrieving packages from core...
autoconf-2.68-2-any 569.1 KiB 374K/s 00:02 [######################] 100%
(1/1) checking package integrity [######################] 100%
(1/1) loading package files [######################] 100%
(1/1) checking for file conflicts [######################] 100%
(1/1) checking available disk space [######################] 100%
(1/1) upgrading autoconf [######################] 100%
[root@keith-aspire-7730zg Downloads]#
warning: pkg-config-0.26-2 is up to date -- reinstalling
resolving dependencies...
looking for inter-conflicts...
Targets (1): pkg-config-0.26-2
Total Installed Size: 0.11 MiB
Net Upgrade Size: 0.00 MiB
Proceed with installation? [Y/n] y
(1/1) checking package integrity [######################] 100%
(1/1) loading package files [######################] 100%
(1/1) checking for file conflicts [######################] 100%
(1/1) checking available disk space [######################] 100%
(1/1) upgrading pkg-config [######################] 100%
[root@keith-aspire-7730zg Downloads]#
[root@keith-aspire-7730zg Downloads]# pacman -Sy sgmltools-lite
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
archlinuxfr is up to date
resolving dependencies...
looking for inter-conflicts...
Targets (2): jade-1.2.1-7 sgmltools-lite-3.0.3-7
Total Download Size: 2.00 MiB
Total Installed Size: 11.57 MiB
Proceed with installation? [Y/n] y
:: Retrieving packages from extra...
jade-1.2.1-7-i686 2018.6 KiB 353K/s 00:06 [######################] 100%
:: Retrieving packages from community...
sgmltools-lite-3.0.... 27.7 KiB 125K/s 00:00 [######################] 100%
(2/2) checking package integrity [######################] 100%
(2/2) loading package files [######################] 100%
(2/2) checking for file conflicts [######################] 100%
(2/2) checking available disk space [######################] 100%
(1/2) installing jade [######################] 100%
(2/2) installing sgmltools-lite [######################] 100%
[root@keith-aspire-7730zg Downloads]#
Then again maybe not ..... got too many dependency issues with weston .... and the above cannot
get by that error
__________________________________________________ __________ UBUNTU 12.04 KDE .....
WEBKIT ..... getting closer - I think ..... at least it completed this time
WebKit was configured with the following options:
Build configuration:
Enable debugging (slow) : no
Compile with debug symbols (slow) : no
Enable debug features (slow) : no
Enable GCC build optimization : yes
Code coverage support : no
Unicode backend : icu
Font backend : freetype
Optimized memory allocator : yes
Accelerated Compositing : no
Features:
WebGL : yes
Blob support : yes
DOM mutation observer support : no
DeviceOrientation support : no
Directory upload : no
Fast Mobile Scrolling : no
JIT compilation : autodetect
Filters support : yes
Geolocation support : yes
JavaScript debugger/profiler support : yes
Gamepad support : no
MathML support : yes
Media source : no
Media statistics : no
MHTML support : no
HTML5 channel messaging support : yes
HTML5 meter element support : yes
HTML5 microdata support : no
Page Visibility API support : no
HTML5 progress element support : yes
HTML5 client-side session and persistent storage support : yes
SQL client-side database storage support : yes
HTML5 datagrid support : no
HTML5 data transfer items support : no
HTML5 FileSystem API support : no
Quota API support : no
HTML5 sandboxed iframe support : yes
HTML5 video element support : yes
HTML5 track element support : no
Fullscreen API support : yes
Media stream support : no
Icon database support : yes
Image resizer support : no
Link prefetch support : no
Opcode stats : no
Shadow DOM support : yes
SharedWorkers support : yes
Color input support : no
Speech input support : no
Scripted speech support : no
SVG support : yes
SVG fonts support : yes
Web Audio support : no
Web Sockets support : yes
Web Timing support : no
Web Workers support : yes
XSLT support : yes
Spellcheck support : yes
Animation API : no
RequestAnimationFrame support : yes
Touch Icon Loading support : no
Register Protocol Handler support : no
WebKit2 support : no
WebKit2 plugin process : no
GTK+ configuration:
GTK+ version : 3.0
GDK target : x11
Hildon UI extensions : no
GStreamer version : 0.10
Introspection support : no
Generate documentation : no
keith@keith-Aspire-7730ZG:~/source/qt5/qtwebkit$
So the question is .... how many of those no's need to be yes
cecilpierce
April 19th, 2012, 02:16 PM
@23dornot23d
Some of the first no's dont look very importent but some of the last few seem to be needed :confused:
How do you change them, ? Edit the makefile ?
Good Luck :KS
23dornot23d
April 19th, 2012, 02:21 PM
Cheers Cecil ..... not sure yet ....
it ran the make ok ...... but make install failed on documentation of all things ...
libtool: install: /usr/bin/install -c .libs/libwebkitgtk-3.0.so.0.12.0T /usr/local/lib/libwebkitgtk-3.0.so.0.12.0
libtool: install: (cd /usr/local/lib && { ln -s -f libwebkitgtk-3.0.so.0.12.0 libwebkitgtk-3.0.so.0 || { rm -f libwebkitgtk-3.0.so.0 && ln -s libwebkitgtk-3.0.so.0.12.0 libwebkitgtk-3.0.so.0; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libwebkitgtk-3.0.so.0.12.0 libwebkitgtk-3.0.so || { rm -f libwebkitgtk-3.0.so && ln -s libwebkitgtk-3.0.so.0.12.0 libwebkitgtk-3.0.so; }; })
libtool: install: /usr/bin/install -c .libs/libwebkitgtk-3.0.lai /usr/local/lib/libwebkitgtk-3.0.la
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
./doltlibtool --mode=install /usr/bin/install -c Programs/jsc-3 '/usr/local/bin'
libtool: install: /usr/bin/install -c Programs/.libs/jsc-3 /usr/local/bin/jsc-3
test -z "/usr/local/libexec" || /bin/mkdir -p "/usr/local/libexec"
test -z "" || /bin/mkdir -p ""
GEN generate-webkit2-forwarding-headers
GEN generate-webkit2-forwarding-headers
GEN generate-webkittestrunner-forwarding-headers
GEN generate-webkittestrunner-forwarding-headers
make all-am
make[3]: Entering directory `/home/keith/source/qt5/qtwebkit'
/bin/mkdir -p ./.deps/DerivedSources
make[3]: Leaving directory `/home/keith/source/qt5/qtwebkit'
/bin/mkdir -p /usr/local/share
installing Source/WebKit/gtk/po/ar.mo as /usr/local/share/locale/ar/LC_MESSAGES/webkit-3.0.mo
installing Source/WebKit/gtk/po/bg.mo as /usr/local/share/locale/bg/LC_MESSAGES/webkit-3.0.mo
installing Source/WebKit/gtk/po/cs.mo as /usr/local/share/locale/cs/LC_MESSAGES/webkit-3.0.mo
installing Source/WebKit/gtk/po/de.mo as /usr/local/share/locale/de/LC_MESSAGES/webkit-3.0.mo
installing Source/WebKit/gtk/po/el.mo as /usr/local/share/locale/el/LC_MESSAGES/webkit-3.0.mo
installing Source/WebKit/gtk/po/en_CA.mo as /usr/local/share/locale/en_CA/LC_MESSAGES/webkit-3.0.mo
installing Source/WebKit/gtk/po/en_GB.mo as /usr/local/share/locale/en_GB/LC_MESSAGES/webkit-3.0.mo
installing Source/WebKit/gtk/po/eo.mo as /usr/local/share/locale/eo/LC_MESSAGES/webkit-3.0.mo
installing Source/WebKit/gtk/po/es.mo as /usr/local/share/locale/es/LC_MESSAGES/webkit-3.0.mo
installing Source/WebKit/gtk/po/et.mo as /usr/local/share/locale/et/LC_MESSAGES/webkit-3.0.mo
installing Source/WebKit/gtk/po/eu.mo as /usr/local/share/locale/eu/LC_MESSAGES/webkit-3.0.mo
installing Source/WebKit/gtk/po/fr.mo as /usr/local/share/locale/fr/LC_MESSAGES/webkit-3.0.mo
installing Source/WebKit/gtk/po/gl.mo as /usr/local/share/locale/gl/LC_MESSAGES/webkit-3.0.mo
installing Source/WebKit/gtk/po/gu.mo as /usr/local/share/locale/gu/LC_MESSAGES/webkit-3.0.mo
installing Source/WebKit/gtk/po/he.mo as /usr/local/share/locale/he/LC_MESSAGES/webkit-3.0.mo
installing Source/WebKit/gtk/po/hu.mo as /usr/local/share/locale/hu/LC_MESSAGES/webkit-3.0.mo
installing Source/WebKit/gtk/po/id.mo as /usr/local/share/locale/id/LC_MESSAGES/webkit-3.0.mo
installing Source/WebKit/gtk/po/it.mo as /usr/local/share/locale/it/LC_MESSAGES/webkit-3.0.mo
installing Source/WebKit/gtk/po/ko.mo as /usr/local/share/locale/ko/LC_MESSAGES/webkit-3.0.mo
installing Source/WebKit/gtk/po/lt.mo as /usr/local/share/locale/lt/LC_MESSAGES/webkit-3.0.mo
installing Source/WebKit/gtk/po/lv.mo as /usr/local/share/locale/lv/LC_MESSAGES/webkit-3.0.mo
installing Source/WebKit/gtk/po/nb.mo as /usr/local/share/locale/nb/LC_MESSAGES/webkit-3.0.mo
installing Source/WebKit/gtk/po/nl.mo as /usr/local/share/locale/nl/LC_MESSAGES/webkit-3.0.mo
installing Source/WebKit/gtk/po/pa.mo as /usr/local/share/locale/pa/LC_MESSAGES/webkit-3.0.mo
installing Source/WebKit/gtk/po/pl.mo as /usr/local/share/locale/pl/LC_MESSAGES/webkit-3.0.mo
installing Source/WebKit/gtk/po/pt_BR.mo as /usr/local/share/locale/pt_BR/LC_MESSAGES/webkit-3.0.mo
installing Source/WebKit/gtk/po/pt.mo as /usr/local/share/locale/pt/LC_MESSAGES/webkit-3.0.mo
installing Source/WebKit/gtk/po/ru.mo as /usr/local/share/locale/ru/LC_MESSAGES/webkit-3.0.mo
installing Source/WebKit/gtk/po/sl.mo as /usr/local/share/locale/sl/LC_MESSAGES/webkit-3.0.mo
installing Source/WebKit/gtk/po/
[email protected] as /usr/local/share/locale/sr@latin/LC_MESSAGES/webkit-3.0.mo
installing Source/WebKit/gtk/po/sr.mo as /usr/local/share/locale/sr/LC_MESSAGES/webkit-3.0.mo
installing Source/WebKit/gtk/po/sv.mo as /usr/local/share/locale/sv/LC_MESSAGES/webkit-3.0.mo
installing Source/WebKit/gtk/po/uk.mo as /usr/local/share/locale/uk/LC_MESSAGES/webkit-3.0.mo
installing Source/WebKit/gtk/po/vi.mo as /usr/local/share/locale/vi/LC_MESSAGES/webkit-3.0.mo
installing Source/WebKit/gtk/po/zh_CN.mo as /usr/local/share/locale/zh_CN/LC_MESSAGES/webkit-3.0.mo
No documentation to install
/bin/bash: -c: line 0: syntax error near unexpected token `/usr/bin/python'
/bin/bash: -c: line 0: `(AM_V_GEN)/usr/bin/python ./Tools/gtk/generate-gtkdoc --rebase --virtual-root=${DESTDIR}'
make[2]: *** [install-data-local] Error 1
make[2]: Leaving directory `/home/keith/source/qt5/qtwebkit'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/home/keith/source/qt5/qtwebkit'
make: *** [install] Error 2
root@keith-Aspire-7730ZG:/home/keith/source/qt5/qtwebkit#
I can remember trying this before ........ something like these ..... would look for latest on the web .....
Then try to build ..... my problem is always with setting the variables it asks for .... but as far as I
know they could easily be set by the programmers ...... ( well will look again - at this too )
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH (http://tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html)' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
LD_LIBRARY_PATH is handy for development and testing, but shouldn't be modified by an installation process for normal use by normal users; see ``Why LD_LIBRARY_PATH is Bad'' at http://www.visi.com/~barr/ldpath.html (http://www.visi.com/%7Ebarr/ldpath.html) for an explanation of why. But it's still useful for development or testing, and for working around problems that can't be worked around otherwise. If you don't want to set the LD_LIBRARY_PATH environment variable, on Linux you can even invoke the program loader directly and pass it arguments. For example, the following will use the given PATH instead of the content of the environment variable LD_LIBRARY_PATH, and run the given executable:
GTK+ configuration:
GTK+ version : 3.0
GDK target : x11
Hildon UI extensions : no
GStreamer version : 0.10
Introspection support : no
Generate documentation : no
cecilpierce
April 19th, 2012, 02:22 PM
Keith did you see the new grub theme ?
I think it was in the precise forum?
I added a couple icons and also screwed up my burg bootloader but got it back again, dont know how I did that.
Its in this forum post#51
Re: Post Your Grub 2 Themes
A very simple Grub2 theme is part of my artwork proposal for Debian and can be found here:
http://wiki.debian.org/DebianArt/The...Grub_2_-_Theme
It is supposed to look similar to the default GDM3 login screen. It is based on an Ubuntu theme
created by Jo Shields at http://retro.apebox.org/grubthemes/
The guide at http://www.4shared.com/file/lFCl6wxL/grub_guidetar.html
was very helpful. Thanks a lot!
regards
Ulrich
23dornot23d
April 19th, 2012, 04:09 PM
I cannot get this link to load for some reason .... will search for it though ..... seems odd.
http://wiki.debian.org/DebianArt/The...Grub_2_-_Theme
Just reading this mentions it - still not found the above yet though
http://lists.debian.org/debian-desktop/2012/03/msg00059.html
__________________________________________________ __________
@23dornot23d
Some of the first no's dont look very importent but some of the last few seem to be needed :confused:
How do you change them, ? Edit the makefile ?
Good Luck :KS
Need to work on these .... maybe each one has a separate module that needs compiling ..... we will look ....
Hildon UI extensions : no
Introspection support : no (http://learngtk.org/what-is-introspection.html)
Generate documentation : no
cecilpierce
April 19th, 2012, 06:49 PM
see if this works ?
http://wiki.debian.org/DebianArt/Themes/journey#Grub_2_-_Theme
23dornot23d
April 19th, 2012, 07:28 PM
Got it cheers Cecil .... that is looking good .... clean and tidy ty for the link
Will maybe do a Debian install again .....
Last thing I was messing with is the free SUNVOX synth
Works well on my System ...
http://www.youtube.com/watch?v=skkV2T1LkbQ&feature=relmfu
Someone mentioned on my You-Tube Channel that Linux lacked sound .....
Little do they know .... but I must admit some of the node editing musical
software nowadays blows me away .....
I started on a Mono Korg MS20 (http://www.korg.co.uk/images/products/software_controllers/legacy/Legacy_ms20_01.png) and then a Roland MT32 Synth (http://www.vintagesynth.com/roland/mt32.php) .... this used to be linked to my Atari 512 and was brilliant ... 512 k memory (http://en.wikipedia.org/wiki/Atari_ST) on that and a 10 Meg hard drive (http://en.wikipedia.org/wiki/History_of_hard_disk_drives) massive at the time ..... my friend was a IBM engineer and added it to the Atari
with a SCSI card - and what do we do with all the storage space nowadays
I had loads of things on there ..... ( a small amount of nostalgia there )
__________________________________________________ _______________
Will try to complete this task getting QT webkit running in UBUNTU under wayland
am making things more complicated - at times swapping back and forth.
But its good in the fact I learn little bits from each .... keep taking little bites
out of the cake ( the problem ) .... soon it will be all gone .... ;)
__________________________________________________ _______________
my builds are getting better for QT5 now too .... this went again
almost without a hitch
install -m 755 -p /home/keith/qt/qtbase/bin/qmake /usr/local/Qt-5.0.0/bin/
strip /usr/local/Qt-5.0.0/bin/qmake
install -m 755 -p /home/keith/qt/qtbase/bin/syncqt /usr/local/Qt-5.0.0/bin/
strip /usr/local/Qt-5.0.0/bin/syncqt
strip:/usr/local/Qt-5.0.0/bin/syncqt: File format not recognized
make: [install_syncqt] Error 1 (ignored)
install -m 755 -p /home/keith/qt/qtbase/bin/qtmodule-configtests /usr/local/Qt-5.0.0/bin/
strip /usr/local/Qt-5.0.0/bin/qtmodule-configtests
strip:/usr/local/Qt-5.0.0/bin/qtmodule-configtests: File format not recognized
make: [install_configtests] Error 1 (ignored)
The make file is there and keep expecting to see the qtwebkit turn up here too ....
maybe it sticks it somewhere else though .... or it is still not building it ...
root@keith-Aspire-7730ZG:/usr/local/Qt-5.0.0/bin# ls
moc qdoc qmake qtmodule-configtests rcc syncqt uic
cecilpierce
April 19th, 2012, 07:50 PM
Wow, that brings back memories, my first was an Atari 800 XL and then Amiga 500, good ole daz !
23dornot23d
April 19th, 2012, 08:29 PM
There's been a crazy amount of development .... and we have some amazing stuff.
But even back then there seemed to be nothing I was stuck for .... musical or graphical
and the software was amazing .... or was it because I was younger and everything was all new to me .....
For free ... this is very very interesting to use ..... there are a number of demo songs in a folder
some remind me of some of the old game background tunes .... you need to try them to see though
then start messing .... only been using it for a night .... but can see how it records and sets up the sounds
from the many video tutorials on You Tube .... something else to distract my attention .....
Here is a quick VIDEO (http://www.youtube.com/watch?v=rIFV8kXDZJ8&feature=youtu.be)
Just a set demo of the sound but ran it from a Weston Terminal ... not sure if it will use anything
different .... but shows that beep beep noises are available in LINUX ..... ;)
cecilpierce
April 19th, 2012, 08:44 PM
What program do you use to record that ?
mips
April 19th, 2012, 08:51 PM
Wow, that brings back memories, my first was an Atari 800 XL and then Amiga 500, good ole daz !
You are part of a very special club :biggrin:
23dornot23d
April 19th, 2012, 08:52 PM
Just the normal recordmydesktop (https://www.google.com/search?client=ubuntu&channel=fs&q=recordmydestop&ie=utf-8&oe=utf-8) from the command line .... seems to be working a lot
better than it used to now .....
Its in the repos
sudo apt-get install recordmydesktop ..... there is a gui one too ..........
The synthesizer has its own recorder .... its a sound studio as such records and plays ....
http://www.warmplace.ru/soft/sunvox/
__________________________________________________ ____________________
Ok things are better now ..... Gedit is working .... and we have a way forward again ....
http://img269.imageshack.us/img269/5973/snapshot105f.jpg
http://www.chaosreigns.com/wayland/works/
Calculator works ok ....
Gnome sudoko ..... is not for me though
Gedit works ok now too ..... ( used your PPA )
Try Webkit again ..... the make goes without a hitch ... yet no install .... no documentation ... !!!
installing Source/WebKit/gtk/po/pt_BR.mo as /usr/local/share/locale/pt_BR/LC_MESSAGES/webkit-3.0.mo
installing Source/WebKit/gtk/po/pt.mo as /usr/local/share/locale/pt/LC_MESSAGES/webkit-3.0.mo
installing Source/WebKit/gtk/po/ru.mo as /usr/local/share/locale/ru/LC_MESSAGES/webkit-3.0.mo
installing Source/WebKit/gtk/po/sl.mo as /usr/local/share/locale/sl/LC_MESSAGES/webkit-3.0.mo
installing Source/WebKit/gtk/po/
[email protected] as /usr/local/share/locale/sr@latin/LC_MESSAGES/webkit-3.0.mo
installing Source/WebKit/gtk/po/sr.mo as /usr/local/share/locale/sr/LC_MESSAGES/webkit-3.0.mo
installing Source/WebKit/gtk/po/sv.mo as /usr/local/share/locale/sv/LC_MESSAGES/webkit-3.0.mo
installing Source/WebKit/gtk/po/uk.mo as /usr/local/share/locale/uk/LC_MESSAGES/webkit-3.0.mo
installing Source/WebKit/gtk/po/vi.mo as /usr/local/share/locale/vi/LC_MESSAGES/webkit-3.0.mo
installing Source/WebKit/gtk/po/zh_CN.mo as /usr/local/share/locale/zh_CN/LC_MESSAGES/webkit-3.0.mo
No documentation to install
/bin/bash: -c: line 0: syntax error near unexpected token `/usr/bin/python'
/bin/bash: -c: line 0: `(AM_V_GEN)/usr/bin/python ./Tools/gtk/generate-gtkdoc --rebase --virtual-root=${DESTDIR}'
make[2]: *** [install-data-local] Error 1
make[2]: Leaving directory `/home/keith/source/qt5/qtwebkit'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/home/keith/source/qt5/qtwebkit'
make: *** [install] Error 2
keith@keith-Aspire-7730ZG:~/source/qt5/qtwebkit$
cecilpierce
April 23rd, 2012, 11:34 AM
Looking good Keith, when can I exspect a live demo CD ?
Hour or two ? :lolflag:
23dornot23d
April 23rd, 2012, 12:57 PM
I was thinking about this today .....
Imagine if during the time you use your computer it records every module and every application ... kernel ... device managers etc ......
Now ..... heres the things ...... imagine that this program then dumped everything off of your computer that you never used .......
To make a LiveCD or Dvd ..... from the only files and apps device drivers and kernel etc that you need ....
Wouldn't this be more efficient than what we try now ......
My problem is .....
keith@keith-Aspire-7730ZG:/var/log$ df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda13 102296324 30,712,720 66460996 32% /
udev 1535688 4 1535684 1% /dev
tmpfs 618588 1008 617580 1% /run
none 5120 0 5120 0% /run/lock
none 1546460 460 1546000 1% /run/shm
keith@keith-Aspire-7730ZG:/var/log$
in a month my install goes from around 6 Gig to 30 Gig (30,712,720) .......... this does not
easily fit on a CD / Dvd ...... if it did I would share it with everyone ....
Now imagine this ..... a Database keeps track of the programs you use and need for that month ........
Anything else can be dumped .....
Leaving you with a simple way to create a small backup or distribution .....
I think too much ...... :lolflag:
Will try to cut this down .... but who knows if I will remove something important :confused:
But the way I choose to work now .... is to use what is available already ....
but I use with the cautions mentioned ..... ( to be able to purge things may be needed ) but
at the moment I followed the instructions below .....
only I use aptitude update and aptitude safe-upgrade as I tend to trust these commands more than apt-get
http://lists.freedesktop.org/archives/wayland-devel/2012-April/003009.html
I still need to get the other Arch install booting again -
( lost the wireless and not its a pain to get it back again .... a TODO )
cecilpierce
April 24th, 2012, 12:17 AM
I have 2 Kahel's installed and one logs on to gnome fallback instead of gnome-shell, but in a terminal gnome-shell --replace brings it back, cant figure that out, it was working until I installed KDE.
The other one has KDE and the shell works from the login list ???
Arch is a pain for me :mad:
cecilpierce
April 24th, 2012, 08:12 PM
@23dornot23d
Keith have you ever tried xorg-edgers (ricotz) version of weston : 0.89+git20120316.e7ad5cdc-0ubuntu0ricotz
I cant get it to work.
23dornot23d
April 24th, 2012, 08:36 PM
Not tried that one ..... :confused: the one I am using is the Darxus one .... and its running well .....
The link I gave earlier in that last thread gives information on how to set it up as well.
Still trying with webkit ....
cecilpierce
April 28th, 2012, 11:58 AM
@nerdopolis
Hey! Hows it going? Anything new on the IRC ?
cecilpierce
May 7th, 2012, 11:35 PM
Whats new ?
QQ is boreing, SOS!
nerdopolis
May 7th, 2012, 11:39 PM
Seems like I could find everything except QT and Clutter are updated for Master. Qt might be updating soon, and clutter didn't have many interesting tests... I might be pushing an ISO soon.
cecilpierce
May 8th, 2012, 12:17 AM
@ nerdopolis
Good to hear.
Hows the guys on the irc doing?
Later, Cecil
nerdopolis
May 8th, 2012, 12:29 AM
@ nerdopolis
Good to hear.
Hows the guys on the irc doing?
Later, Cecil
It's been slow the past couple of hours... No one's posting anything on the IRC...
cecilpierce
May 8th, 2012, 12:41 AM
It's been slow the past couple of hours... No one's posting anything on the IRC...
Its like that every time I get on there.
runesvend
May 9th, 2012, 09:18 PM
Seems like I could find everything except QT and Clutter are updated for Master. Qt might be updating soon, and clutter didn't have many interesting tests... I might be pushing an ISO soon.
Yay! Looking forward to it. I could never get Qt 5 to build. One error after another.
Darxus
May 9th, 2012, 09:49 PM
I don't think I mentioned my Ubuntu Precise GTK+ PPA here: https://launchpad.net/~darxus/+archive/wayland-gtk
It contains the gtk packages rebuilt with the wayland backend enabled. Hoping to get it included in Ubuntu Quantal.
I created a Qt5 binary tarball that includes qtwebkit. It's just fancybrowser (qtwebkit) plus all the .so files. It will only work on 64 bit Ubuntu Oneric, and I can't say I have high hopes of it working there, but you're welcome to try: http://www.chaosreigns.com/wayland/dl/qt5.binary.tar.xz
I suspect you need to extract that in /opt. To run qtwebkit, with all the necessary environment varaibles set, run: /opt/qt5/qtwebkit-examples-and-demos/examples/webkit/fancybrowser/fancybrowser -platform wayland
I'd be curious to hear if anybody gets it to work. I continue to find building Qt5 to be incredibly unpleasant.
Now imagine this ..... a Database keeps track of the programs you use and need for that month ........
Popularity contest does this: http://popcon.ubuntu.com/
cecilpierce
May 10th, 2012, 01:10 PM
@ Darxus
Do you know if there is a new wayland, weston in QQ ?
Darxus
May 10th, 2012, 03:30 PM
@ Darxus
Do you know if there is a new wayland, weston in QQ ?
You can check at http://packages.ubuntu.com/wayland
Nope. I'd be really surprised if there was. I expect Ubuntu to stick to releases, and there hasn't been a second release yet.
cecilpierce
May 10th, 2012, 03:36 PM
Thanks, I sure would like to see a distro :p
Darxus
May 10th, 2012, 04:14 PM
Thanks, I sure would like to see a distro :p
Ubuntu Precise plus my GTK+ PPA contains everything that has been released. Except maybe the Qt5 alpha that doesn't even support installing into a target prefix yet. Your expectations may be unrealistic.
cecilpierce
May 17th, 2012, 04:14 PM
@nerdopolis
Hi, hows it going ?
I see your having ups and downs on SourceForge svn, hope more ups then downs... ):P
nerdopolis
May 17th, 2012, 04:35 PM
@nerdopolis
Hi, hows it going ?
I see your having ups and downs on SourceForge svn, hope more ups then downs... ):P
Actually, for the first time in almost 2.5 months I released an ISO, and I was just about to post about it now.
http://sourceforge.net/projects/rebeccablackos/files/RebeccaBlackLinux%2005-16-2012.iso/download
It has xwayland, SDL, qt, gtk, cogl, and efl running on Wayland. I AM missing clutter
I can't find a version of Clutter that runs on recent Wayland.
cecilpierce
May 17th, 2012, 05:15 PM
Oh joy! cant wait to give it a whirl....:KS
DL says 10 hours, what the heck ???
nerdopolis
May 17th, 2012, 05:45 PM
Oh joy! cant wait to give it a whirl....:KS
DL says 10 hours, what the heck ???
It could be the fact that it's not on all the Sourceforge mirrors yet...
23dornot23d
May 17th, 2012, 08:57 PM
Ok its a good one ..... got a 1 Meg/sec download here too .... as fast as it can go .... here.
Booted wireless picks up and its fast too ...... will check it out a bit more later
Scrabble time now ....
http://img853.imageshack.us/img853/8616/snapshot4y.jpg
cecilpierce
May 17th, 2012, 10:27 PM
Three hours on first dl and stopped @ 681MB.
Tried again got it in 17 mins 1.4GB.
23dornot23d
May 17th, 2012, 11:59 PM
I use this Cecil ....
https://addons.mozilla.org/en-US/firefox/addon/downthemall/
If a download stops near the end this will pick it up from where it left off .....
But glad you got it ok .....
Thanks go to Nerdopolis for another good release ty. ;)
runesvend
May 19th, 2012, 05:27 PM
Sweetness! Will try this ASAP. Thanks nerdopolis!
cecilpierce
May 25th, 2012, 01:18 PM
@nerdopolis
I'm having trouble with the mouse, it goes out of control with just a touch ?
Any ideas ???
nerdopolis
May 25th, 2012, 01:23 PM
@nerdopolis
I'm having trouble with the mouse, it goes out of control with just a touch ?
Any ideas ???
Is that while running in Wayland native hardware mode? Yeah I get that too... I think that might be a bug in the input handling of Wayland or way is talking to the drivers... It works better in nested mode...
cecilpierce
May 25th, 2012, 04:21 PM
Is that while running in Wayland native hardware mode? Yeah I get that too... I think that might be a bug in the input handling of Wayland or way is talking to the drivers... It works better in nested mode...
OK, didn't try that, been having other probs,
Thanks
Darxus
May 25th, 2012, 05:43 PM
https://addons.mozilla.org/en-US/firefox/addon/downthemall/
If a download stops near the end this will pick it up from where it left off .....
I think any browser will let you right click on an incomplete download and tell it to resume.
I believe we still need a video of the latest ISO :)
23dornot23d
May 26th, 2012, 01:04 AM
I did a quick video - but have not got this installed .... its running purely from the CD / DVD
so not sure if the graphics problem on the windows is to do with Wayland/Weston or
the fact its not installed and using my graphics card as it should.
well its here for a look ....
http://www.youtube.com/watch?v=K1WvmRyr8yc&feature=youtu.be
in a few days time I may find some space for it or get another USB Hard Drive .....
have been enjoying doing some small animations and getting into the new
Blender ..... I like the the quick object explode .... and the smoke and fluid ....
times change and things get easier now.
http://img441.imageshack.us/img441/1087/snapshot4x.jpg
The web is working in wayland / weston ..... you are getting there ..... ;)
Ok hope someone else starts posting on here too ...... there must be many people with things to show now ...... this latest version runs well on my setup and no mouse problems ....... but it may be related to the type of mouse .... mine is a USB mouse
nothing special .... but works well.
nerdopolis
May 26th, 2012, 02:20 AM
I think any browser will let you right click on an incomplete download and tell it to resume.
I believe we still need a video of the latest ISO :)
I'll try to see what I can do for recording.
I only have a small clip of me rotating a Firefox window with a Youtube video that was rotated wrong due to the way the uploader was holding the camera, and still being able to interact with the window.
And I'll try to get more, even though I released with that version of Wayland I am using, input on QT apps don't work, and I even tried different versions of qtwayland. If I update to master, I'll lose the CSD branch of gtk, and sdl-wayland from compiling for the ISO...
But I don't know how that would work as I like to post my Youtube videos under the Creative Commons... It isn't full screen, and I only show a few seconds of it...
cbowman57
May 26th, 2012, 05:22 AM
I've been sticking my head in here from time to time, just to watch the progress.
Noticed a bunch of new wayland, weston, qt5 stuff in the AUR tonight.
23dornot23d
May 26th, 2012, 03:44 PM
Cheers Chuck .... for the heads up .....
Not looked recently on Arch and I use Arch most of the time now ... for speed and the 3D stuff needs that - or should I say it helps a lot on waiting time for multi frame renders.
Ubuntu is great too but is slightly slower although one thing that I have noticed is that with multiple pages open in firefox ..... Ubuntu is more stable never crashed once or stopped for me. ( yet in Arch - there seems to be a memory problem as once its all used up the thing can fall over ) might be the Kahel OS version I am using .... but the thing is totally uptodate now and possibly most of the original has been replaced now.
Will look in AUR now and see what is there.
Ok thinking of buying another USB hard drive but do not like parting with money nowadays .... :lolflag:
Note for Nerdopolis .... not sure why but when firefox runs under weston in the Wayland window .... any interaction
is causing your menu to keep reapearing twice - say I do a search .... on something ....
Then the menu pops up twice .... I close the two menus down that appear and the very next thing I do in the
firefox browser and the menu reappears twice again ..... this is running it from the CD / DVD still though.
cbowman57
May 26th, 2012, 04:01 PM
Yeah, I appreciate Arch more each day. Once it's running right it can pretty much be ignored, it's not demanding. :D
Let me know if you give wayland/weston a shot from AUR. If it reaches that point I might be able to get in the swing of things a little more, maybe. :lol:
23dornot23d
May 26th, 2012, 04:57 PM
Ok just installing Qt5 ....
[root@keith-aspire-7730zg keith2]# yaourt -Syy qt5-meta-git
:: Synchronizing package databases...
core 102.5 KiB 157K/s 00:01 [##############################################] 100%
extra 1398.7 KiB 480K/s 00:03 [##############################################] 100%
community 1686.3 KiB 470K/s 00:04 [##############################################] 100%
archlinuxfr 34.1 KiB 200K/s 00:00 [##############################################] 100%
==> Downloading qt5-meta-git PKGBUILD from AUR...
x PKGBUILD
First Submitted: Thu, 24 May 2012 21:51:17 +0000
qt5-meta-git 20120524-1
( Unsupported package: Potentially dangerous ! )
==> Edit PKGBUILD ? [Y/n] ("A" to abort)
==> ------------------------------------
==> qt5-meta-git dependencies:
- gcc (already installed)
- git (already installed)
- qt5-qtbase-git (building from AUR)
- qt5-qtxmlpatterns-git (building from AUR)
- qt5-qtjsbackend-git (building from AUR)
- qt5-qtdeclarative-git (building from AUR)
==> Continue building qt5-meta-git ? [Y/n]
==> --------------------------------------
==> Building and installing package
==> Install or build missing dependencies for qt5-meta-git:
==> Downloading qt5-qtbase-git PKGBUILD from AUR...
x PKGBUILD
First Submitted: Thu, 24 May 2012 19:09:49 +0000
qt5-qtbase-git 20120524-3
( Unsupported package: Potentially dangerous ! )
==> Edit PKGBUILD ? [Y/n] ("A" to abort)
==> ------------------------------------
==> qt5-qtbase-git dependencies:
- gcc (already installed)
- git (already installed)
==> Continue building qt5-qtbase-git ? [Y/n]
==> ----------------------------------------
==> Building and installing package
==> WARNING: Building package as root is dangerous.
Please run yaourt as a non-privileged user.
==> Determining latest git revision...
-> Version found: 20120526
==> Making package: qt5-qtbase-git 20120526-1 (Sat May 26 16:53:51 BST 2012)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving Sources...
==> Extracting Sources...
==> Starting build()...
Cloning into 'qt5-qtbase'...
remote: Counting objects: 136344, done.
remote: Compressing objects: 100% (35530/35530), done.
The build was going ok ..... then it said out of virtual memory ....
loading packages...
resolving dependencies...
looking for inter-conflicts...
Targets (1): qt5-qtdeclarative-git-20120526-1
Total Installed Size: 10.65 MiB
Proceed with installation? [Y/n] y
(1/1) checking package integrity [##############################################] 100%
(1/1) loading package files [##############################################] 100%
(1/1) checking for file conflicts [##############################################] 100%
error: failed to commit transaction (conflicting files)
qt5-qtdeclarative-git: /opt/qt5/plugins/accessible/libqtaccessiblequick.so exists in filesystem
Errors occurred, no packages were upgraded.
==> Packages no longer required by any installed package:
qt5-qtbase-git qt5-qtjsbackend-git qt5-qtxmlpatterns-git
[root@keith-aspire-7730zg keith2]#
________________________________________
Now sorted a new drive out .... and we have the Rebecca Black v004 installed.
cbowman57
May 26th, 2012, 10:53 PM
Ok, just need a
sudo rm /opt/qt5/plugins/accessible/libqtaccessiblequick.so then re-run it, looked ok from what I saw. That virtual memory might clear itself after reboot, or add a swapfile or partition.
What's the "Rebecca Black"?
nerdopolis
May 26th, 2012, 11:26 PM
What's the "Rebecca Black"?
She's who I named my Wayland Live CD after. (as a fan tribute.)
http://sourceforge.net/projects/rebeccablackos
http://en.wikipedia.org/wiki/Rebecca_Black
cbowman57
May 26th, 2012, 11:41 PM
Ok, :D
From the context I had an idea it had something to do with the project, just didn't realize why the name sounded familiar. Now I know. :)
She's who I named my Wayland Live CD after. (as a fan tribute.)
http://sourceforge.net/projects/rebeccablackos
http://en.wikipedia.org/wiki/Rebecca_Black
23dornot23d
May 27th, 2012, 01:55 AM
Cheers Chuck ..... had to do the remove half way through the build after the source files were compiled for some reason ....
but its in now .... ;)
loading packages...
resolving dependencies...
looking for inter-conflicts...
Targets (1): qt5-qtdeclarative-git-20120527-1
Total Installed Size: 10.65 MiB
Proceed with installation? [Y/n] y
(1/1) checking package integrity [##############################################] 100%
(1/1) loading package files [##############################################] 100%
(1/1) checking for file conflicts [##############################################] 100%
(1/1) checking available disk space [##############################################] 100%
(1/1) installing qt5-qtdeclarative-git [##############################################] 100%
[root@keith-aspire-7730zg keith2]#
cbowman57
May 27th, 2012, 03:09 AM
Cool! Glad that's working. Now if I get too much time on my hands & some extra curiosity I'll know I can take a stab at it. :)
23dornot23d
May 27th, 2012, 03:53 AM
The next part may not be as easy ...... am running nouveau here and its not letting me build ..... because I dont have intel_drm ........
Well guess I need it ..... !!!
checking for xcb_glx_create_context_attribs_arb_checked in -lxcb-glx... yes
checking expat.h usability... yes
checking expat.h presence... yes
checking for expat.h... yes
checking for XML_ParserCreate in -lexpat... yes
checking for INTEL... no
configure: error: Package requirements (libdrm_intel >= 2.4.34) were not met:
No package 'libdrm_intel' 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 INTEL_CFLAGS
and INTEL_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Makepkg was unable to build mesa-full-wayland.
==> Restart building mesa-full-wayland ? [y/N]
==> ------------------------------------------
==> Restart building weston-git ? [y/N]
==> -----------------------------------
The first thing it asked was did I want the latest libdrm_new
of which the only possible answer is yes
otherwise it throws you out .....
Not sure what to do here ....... says something about altering the variable ... but I have no idea how to go about that .....
Alternatively, you may set the environment variables INTEL_CFLAGS
and INTEL_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
My new drive is great though - a solid state 500 gig (http://www.shopping.com/verbatim-verbatim-store-n-go-superspeed-500-gb-usb-3-0-external-hard-drive-97656-pink/info?sb=1)
fast quiet and no external power supply as with my other usb drives ..... so we have the Ubuntu version
to spend some time with ..... Arch needs a bit more work unless I can kick start my original version into
working again on Arch ..... loosing the wireless really messed things up for me.
Looking forward to seeing what can be done with the v004 installed RB ..... need to disable the menu that keeps popping up though ..... on the wayland screen - maybe its in the config file ...
cbowman57
May 27th, 2012, 05:15 AM
Do you already have the latest libdrm installed? If it is you can probably remove it from depends in the PKGBUILD. You're in territory that is above my pay grade now. :)
23dornot23d
May 27th, 2012, 05:56 AM
The latest libdrm gets installed in the start of the procedure ....
The pay grade issue has always been bad here ..... still waiting for my first rise.
One day I will work out to alter the variables to get it to ignore things that I doubt I need
anyway ....
Well if everything was simple - I would be back doing some animations in Blender ..... guess its time to start reading and searching again ..... learning is good ..... ;)
cbowman57
May 27th, 2012, 06:35 AM
Ok, then you should be able to edit the PKGBUILD as you progress & remove it as a dependency. I don't fully understand it. If you're real confident that everything will build ok I'd say to force it or use the --needed switch, I've never tried that one.
cecilpierce
May 27th, 2012, 02:40 PM
@nerdopolis
Installed the nvidia-current driver, seems it made the mouse a little more responceive.
nerdopolis
May 27th, 2012, 03:17 PM
@nerdopolis
Installed the nvidia-current driver, seems it made the mouse a little more responceive.
In nested X11 mode you mean?
...That seems to be a restricted driver. I don't know if I can actually put that on the Open Souce CD image though.
23dornot23d
May 27th, 2012, 08:52 PM
Ok, then you should be able to edit the PKGBUILD as you progress & remove it as a dependency. I don't fully understand it. If you're real confident that everything will build ok I'd say to force it or use the --needed switch, I've never tried that one.
I had to reinstall the old libdrm ..... the new one gave the message something has gone wrong and would not let me get to the desktop.
Luckily I could still get to the console using Ctrl+Alt+F1 ..... and put the older one back all is ok now .... but the Weston/Wayland thing is going no further in Arch for the time being ...... as I quite like this install ;)
Will spend some time in the future on it though ..... and may still attempt a recovery of the one I already set it all up on.
So using the Ubuntu one as it is easier to repair - should things go wrong.
cecilpierce
May 28th, 2012, 03:28 AM
@23dornot23d
Keith, I just dl 'Bridge Linux' and thought I would try Wayland with it, what all do I have to do to get it working ?
Bridge is not so good for me, I don't like the way it acts, can't get the GS to work.
23dornot23d
May 28th, 2012, 06:01 PM
Will have a quick look Cecil .....
http://millertechnologies.net/
First time I have seen it and at the moment am out of writeable CDs and DVDs
unless I can load it up from a USB flash drive .....
Looking at the moment of using chroot to sort my sda3 install of Arch out .....
as that one was the one I did earlier in this thread .... till I lost my wireless connection
now I need to work out if its possible to chroot into it and sort the wireless out
can you chroot to another partition and do a pacman -Syyu and get the other one to
update ..... ( I have never used it before - have heard of others doing it - but with not understanding what it is actually doing have refrained from using it )
Next, create a directory to chroot and mount existing partitions:
# mkdir /chroot
# d=/chroot
Mount actual partition:
# mount /dev/sda3 $d
Mount /proc and other file system inside $d, enter:
# mount -o bind /dev $d/dev
# mount -o bind /sys $d/sys
# mount -o bind /dev/shm $d/dev/shm
# mount -o bind /proc $d/proc
Chroot and access your data:
# chroot $d
# vi /etc/somefile
Exit and reboot the system:
# exit
# umount $d/proc
# umount $d/sys
# umount $d/dev/shm
# umount $d/dev
# umount /dev/sda3
I have done this and can get into the system ....... just worried if I do a
pacman -Syyu
will it know not to mix the two systems up ( the one I am currently in sda4 and the one I want to upgrade sda3 )
cbowman57
May 28th, 2012, 06:04 PM
I had to reinstall the old libdrm ..... the new one gave the message something has gone wrong and would not let me get to the desktop.
Luckily I could still get to the console using Ctrl+Alt+F1 ..... and put the older one back all is ok now .... but the Weston/Wayland thing is going no further in Arch for the time being ...... as I quite like this install ;)
Will spend some time in the future on it though ..... and may still attempt a recovery of the one I already set it all up on.
So using the Ubuntu one as it is easier to repair - should things go wrong.
Sounds like a good plan, stick with what's familiar while exploring something new. No sense adding extra variables to the mix. :D
23dornot23d
May 28th, 2012, 06:19 PM
Yep but I get drawn in to trying new things so easily ..... always wanting to see what is new .... ;)
Spent this morning trying to get the old version going on another computer - took the USB hard drive over to it ..... disconnected all other drives so that this would become sda and it booted in ok ..... then changed the boot ..... editing it to go from sda4 to sda3 ..... this worked ..... but when I got to the login - neither the mouse or keyboard would work ...... so still thinking of a way to get it back now.
Still think I can get my older version going ..... need to take the plunge and see if it will do a pacman -Syyu ok
Am pretty sure it will upgrade the grub too as it loads in the later kernel and also set up the wireless ..... ok only one way to find out ....
Am going to chroot into the other partition and try it ......
Guess not .... lols ... ;)
[root@keith-aspire-7730zg /]# pacman -Syyu
:: Synchronizing package databases...
error: failed retrieving file 'core.db' from mirrors.kernel.org : Could not resolve host: mirrors.kernel.org; Unknown error
error: failed retrieving file 'core.db' from mirrors.kernel.org : Could not resolve host: mirrors.kernel.org; Unknown error
error: failed to update core (download library error)
error: failed retrieving file 'extra.db' from mirrors.kernel.org : Could not resolve host: mirrors.kernel.org; Unknown error
error: failed retrieving file 'extra.db' from mirrors.kernel.org : Could not resolve host: mirrors.kernel.org; Unknown error
error: failed to update extra (download library error)
error: failed retrieving file 'community.db' from mirrors.kernel.org : Could not resolve host: mirrors.kernel.org; Unknown error
error: failed retrieving file 'community.db' from mirrors.kernel.org : Could not resolve host: mirrors.kernel.org; Unknown error
error: failed to update community (download library error)
error: failed retrieving file 'archlinuxfr.db' from repo.archlinux.fr : Could not resolve host: repo.archlinux.fr; Unknown error
error: failed to update archlinuxfr (download library error)
error: failed to synchronize any databases
error: failed to init transaction (download library error)
[root@keith-aspire-7730zg /]#
cbowman57
May 28th, 2012, 06:22 PM
I'm easily distracted too. Let us know how it comes out. I've never tried to chroot to make a repair, other than the simple process of reinstalling grub, but that's pretty much a thing of the past too. :)
23dornot23d
May 28th, 2012, 06:30 PM
Tell me tell me .....
simple process of reinstalling grub
do you mean reinstalling grub from the other system here .... ??
How do I do this ..... this may at least get me in ...... the thing is once in without wireless I cannot update or do anything online ......
Just wish I had not done that upgrade with wireless being my only connection on this machine ....... but if I do get into it will grab a 30 foot etho cable and drag it across to this somehow.
* ( then hopefully get the wireless going again with a upgrade )
will a straight
upgrade-grub
work ..... from a chroot to sda3
guess its not that in arch .... will look ... GRUB (https://wiki.archlinux.org/index.php/GRUB#Bootloader_installation)
cbowman57
May 28th, 2012, 07:06 PM
Or copy over the update-grub script from Ubuntu. :)
sudo grub-mkconfig -o /boot/grub/grub.cfgWas just talking about the "Reinstall grub from LiveCD" wiki's & how-to's, pretty sure that requires a chroot & a couple mnts somewhere. :D
One thing I really like, in spite of the different distros they're all still linux when you scratch the surface. Ubuntu maintains a great balance, still the distro I recommend to new users.
cecilpierce
May 28th, 2012, 08:14 PM
I think I'll try Chakra or Kahel, any preference ?
I gave up on Bridge, only thing that was cool was the background :P
cbowman57
May 28th, 2012, 08:34 PM
Haven't tried Chakra, all I know is that it's KDE. Kahel is Arch with Gnome shell by default, that would be my preference.
23dornot23d
May 28th, 2012, 08:47 PM
I had a try with Chakra - but was put off that it uses its own repos ....
so yet another branch of Linux .....
I want to see them coming together - not branching off like the biggest top heavy
OAK we have ever seen ......
Kahel OS ..... uses Arch repos and pacman and yaourt ....... and is Arch after a few upgrades as far as I can tell ...... see the thread on Arch .... even the Arch users were finding it hard to see what was
different other than Gnome-shell ...
https://bbs.archlinux.org/viewtopic.php?id=80006
Still working on getting Wayland working again .... will be easier on Kahel OS or Ubuntu is the simple one here with RB 4
cecilpierce
May 28th, 2012, 08:50 PM
Haven't tried Chakra, all I know is that it's KDE. Kahel is Arch with Gnome shell by default, that would be my preference.
Yea I like Kahel better to, Chakra is nice but have there own repos and im not crazy about KDE.
Have you got wayland on Kahel ?
23dornot23d
May 29th, 2012, 12:31 AM
I have Wayland (RB4) on one USB hd ..... and Kahel on another USB hd
or was that question to Chuck ....
Can boot from either so keep swapping between the two ..... during a session
cecilpierce
May 29th, 2012, 01:32 AM
I thought he (Chuck) might have tried it by now but I guess hes busy with other things. I wanted to know how to get wayland on kahel, is there an arch wiki ?
cbowman57
May 29th, 2012, 01:36 AM
I been busy doing other stuff, check out my current project here @ deviantART (http://fav.me/d51hs67)
Now that I have a system that I can basically ignore I'm free to explore other things. I no longer have to keep up with a 6 month update cycle. :D
cecilpierce
May 29th, 2012, 01:59 AM
Woow ! thats real wild looking Chuck, I DL it.
Im getting really tired of the 6 deal to :P
cbowman57
May 29th, 2012, 02:01 AM
Woow ! thats real wild looking Chuck, I DL it.
Im getting really tired of the 6 deal to :P
Thanks for checking it out. I've tried to come up with something a bit different. Already dozens of OSX looking themes, I wanted some color. :D
23dornot23d
May 29th, 2012, 06:21 AM
I have it back again ..... cheers chuck ...... replaced grub .... used another system on the drive to do it ..... its on the Asus now .... still not sure how
to go about the upgrade yet ..... it may do it automatically now ..... but
there is a space problem on this drive ..... need 5 Gig and and only 2.5 available. oh the joys ..... now to see if anything can be deleted
http://img233.imageshack.us/img233/7912/snapshot39.jpg
alelinuxbsd
May 29th, 2012, 08:47 AM
Interesting project.
Could be used even on very old Pc?
If not, when you can build it over the X server?
Could you make an image even for Cd using some light windows manager?
23dornot23d
May 29th, 2012, 11:37 AM
Eventually ..... should work on most things.
I have just killed my install with the last upgrade .... this hybrid graphics on this new computer is nothing but a pain .....
cecilpierce
May 29th, 2012, 12:04 PM
Well... wayland and arch together dont like me, after hours and neck aches some things wont compile...so giving up again, too bad arch is not like deb, just hit 'INSTALL'
23dornot23d
May 29th, 2012, 02:23 PM
I managed to get mine back from the dead again ..... but lost wireless again ...
I learned a few things along the way though ... and now have some more OSs to play with ..... Wayland is one program that comes up with the shared library problem which means at the moment that is stuck ......
error while loading shared libraries: libffi.so.5
am going to try to copy the files back that I moved - but doubt I have enough room for them all now.
One day these computer things will be simple ..... but then it would not be as much fun ...... sorting things when they seem as if they cannot be sorted. :lolflag:
Got Kahel OS working on sda4 ok .... its the sda3 one .... that has wayland in it and it was working well too .....
Trying to replicate what I did earlier on sda4 ..... gets me to the libdrm problem and then it will not go any further without loading in libdrm-new which stops Gnome-shell working with the Something has gone wrong message.
Just keeping a record here as its easy to look back at to see where things go
wrong,
I have now got a fresh install to have a look at again will try qt5 and weston-git on the
Arch install.
cecilpierce
June 2nd, 2012, 12:07 AM
Hi Keith, anything new ?
Ive been trying all day to compile a ham radio prg called 'qsstv' for sending pics over the radio, got alot of help from guys on the arch forums and finally got it to install, maybe now I will try some of those tricks to get wayland to work....ha!
Do you know if there is any wayland guys on arch forum ?
23dornot23d
June 2nd, 2012, 01:36 AM
Seems to be dead there now ..... on the thread I was looking at ..... to do with wayland
unless they have opened another one .....
https://bbs.archlinux.org/viewtopic.php?id=107499&p=4
I have tried again from a clean install of Kahel OS and I hit the same problem everytime now to do with the new drm libs .... seems to kill my system until I change it back to the old drm lib .....
But this is a requirement in weston libdrm-new ( this fails for me )
so revert back to libdrm and then although arch works great ......... weston is stuck
and I do not really want to go compiling my own things again.
I trust the ones on Arch to set it up ..... so will wait and see what the future brings.
I keep getting side tracked which is not unusual for me ...... as my aim as always been
3D ....... the reason for Wayland ...... at some point in the future I am hoping that this
will be the way it all goes ....... so want to keep up with it all .........
cecilpierce
June 2nd, 2012, 02:02 AM
Yea, I looked at all 4 pages but more people there are trying it then here and a few say its working soso !
Ive been reading and compiling all day and my eyes are failing, CUL
23dornot23d
June 3rd, 2012, 12:05 PM
There were a couple of posts on Wayland on Arch ..... seems people are having problems with the mouse ..... which is similar to what you had ....
Not experienced that here though ...... hope you managed to get further with it though.
Still trying out new distros here - is fun, :)
cbowman57
June 3rd, 2012, 12:10 PM
What have you been trying lately Keith?
Looks like that thread in the Arch forum dried up a few months ago, unfortunately.
23dornot23d
June 3rd, 2012, 12:19 PM
I tried the latest Sabayon and Fedora also one called Pear that is quite fast based on oneiric though,
was trying to show someone how to multiboot ..... but had a problem at the start with Mageia after
resizing a partition from it - had to use testdisk to recover - alls well now though - got 8 working
OS s on that USB hard drive now .
http://ubuntuforums.org/showthread.php?p=11987334#post11987334
Its got gnome-shell though and looks and feels good ....
cecilpierce
June 3rd, 2012, 12:20 PM
What have you been trying lately Keith?
Looks like that thread in the Arch forum dried up a few months ago, unfortunately.
Hey Chuck, yep it looked good for awhile then plop! Ive tried a few time to compile it and get tons of errors I cant figure out, so the heck with it :lolflag:
cecilpierce
June 3rd, 2012, 12:23 PM
I tried the latest Sabayon and Fedora also one called Pear that is quite fast based on oneiric though,
Its got gnome-shell though and looks and feels good ....
I try most but so far kahel and chakra work the best, im just not too cool on remembering all of the cmds in arch.:confused: