You are not logged in.
Ui, sorry.... yeah, now the files are back in your filesystem and pacman complains normally about that
Do a pacman -Sf xz-utils....
It's just to keep your databse intact...
Edit:// And really think about it carefully next time when you delete a package from [core]
Last edited by Solid1986Snake (2009-06-17 13:34:57)
Offline
That worked! Thanks a lot man, I owe you a beer.
Yesterday I just upgraded the system with the -d option to avoid upgrading xurunner (firefox branded) but it seems it all went wrong
Offline
FWIW eth-os-gui/arora and eth-os-gui/firefox-nightly (3.5) are available every day as well.
what is the full repository address, i could not finf the address in the fist post either
Acer Aspire V5-573P Antergos KDE
Offline
Seems like kdm doesn't use /etc/profile as it should, when i login in CLI or use startx with source /etc/profile && before exec startkde the locale and PATH are set, but when i use kdm to start kde /sbin is not set as PATH , locale is not set and profile.d script aren't executed, example openoffice script.
If it ain't broke, broke it then fix it.
Offline
@venky80: this repo area has been through some changes so I haven't "formally" promoted it.
[eth-os-gui]
Server = http://pkg.eth-os.org/eth-os/gui/i686 # (or x86_64)
@Maki: any suggestions on how to fix this situation?
For debug packages the best I can suggest is to simply (yeah right) build your own set of packages. The only downside is the 3Gbs it'll pull in first time through and the time it takes to vuild which is approx 3 hours but that totally depends on your hardware. The upside is that once you get it working then you can build as often as you like, especially overnight.
#!/bin/sh
mkdir -p ~/sources/srcpkgs ~/packages/binpkgs
nano /etc/makepkg.conf # set SRCDEST & PKGDEST as full path to ~/sources & ~packages
cd ~/sources/srcpkgs
# comment out once used
git clone git://github.com/markc/kde-svn.git kde
# below untested, comment out for reruns
for i in $(find -name PKGBUILD); do
sed -i.bpk "/DCMAKE_BUILD_TYPE/s/=.*[^ \\]/=Debug/" $i
done
X=$(pwd)
cd $X/kde/svn/qt-copy && makepkg -sic
cd $X/kde/svn/kdesupport && makepkg -sic
cd $X/kde/svn/kdelibs && makepkg -sic
cd $X/kde/svn/kdepimlibs && makepkg -sic
cd $X/kde/svn/kdebindings && makepkg -sic
cd $X/kde/svn/kdebase && makepkg -sic
cd $X/kde/svn/kdesdk && makepkg -sic
cd $X/kde/svn/kdeutils && makepkg -sic
cd $X/kde/svn/kdevplatform && makepkg -sic
cd $X/kde/svn/kdeaccessibility && makepkg -sic
cd $X/kde/svn/kdeadmin && makepkg -sic
cd $X/kde/svn/kdeartwork && makepkg -sic
cd $X/kde/svn/kdeedu && makepkg -sic
cd $X/kde/svn/kdegames && makepkg -sic
cd $X/kde/svn/kdegraphics && makepkg -sic
cd $X/kde/svn/kdemultimedia && makepkg -sic
cd $X/kde/svn/kdenetwork && makepkg -sic
cd $X/kde/svn/kdepim && makepkg -sic
cd $X/kde/svn/kdeplasma-addons && makepkg -sic
cd $X/kde/svn/kdereview && makepkg -sic
cd $X/kde/svn/kdetoys && makepkg -sic
cd $X/kde/svn/kdevelop && makepkg -sic
cd $X/kde/svn/kdewebdev && makepkg -sic
cd $X/kde/svn/koffice && makepkg -sic
cd $X/kde/svn/l10n-kde4-de && makepkg -sic
cd $X/kde/svn/playground-libs && makepkg -sic
cd $X/kde/svn/extragear-base && makepkg -sic
cd $X/kde/svn/extragear-graphics && makepkg -sic
cd $X/kde/svn/extragear-libs && makepkg -sic
cd $X/kde/svn/extragear-multimedia && makepkg -sic
cd $X/kde/svn/extragear-network && makepkg -sic
cd $X/kde/svn/extragear-pim && makepkg -sic
cd $X/kde/svn/playground-base-plasma && makepkg -sic
Offline
@markc, there are a couple of way's AFAIK, but i dunno what would be the best, is this a problem with everyone using svn ?
If it ain't broke, broke it then fix it.
Offline
@Maki: I haven't noticed what you get but then I only use startx.
I've bumped into the unixodbc vs iodbc conflict during an upgrade again. iodbc is only needed by the virtuoso-opensource package so if anyone is actually using that package then say so otherwise I'll remove it so we can go back to using the standard unixodbc instead. There may be other better ways around it but simply removing the package and recompiling qt-copy with unixodbc is the easiest.
Last edited by markc (2009-06-19 15:08:00)
Offline
Maybe we could integrate libgcal? With that extragear-pim-googledata should work.
Next: can't we make the next try with qt compiled with -graphicssystem raster. I tried it out and got a huge performance increase.
Last thingy: Is akonadi working for you in kdepim at the moment? I cannnot choose any sources.
Offline
Maybe we could integrate libgcal? With that extragear-pim-googledata should work.
Is there a PKGBUILD somewhere?
Next: can't we make the next try with qt compiled with -graphicssystem raster.
Worth a try, in the next build. Actually, I thought I disabled the building of qt-copy but
it looks like it's been built every day for the last few weeks.
Is akonadi working for you in kdepim at the moment?
I can't comment but maybe someone will?
Offline
Offline
Hi!!
Which render backend uses QT 4.5 provided by this package? was it compiled using the OpenGL rendering engine or the raster/native one? Have you tried both? How do they work?
thanks a lot!
silencer
Last edited by silencer (2009-06-24 03:50:27)
Offline
@Solid1986Snake: there is an kde-extra/libgcal package now so if you or anyone has a PKGBUILD for extragear-pim-googledata then I'll test and include it.
@silencer: the current kde-svn/qt-copy is compiled with -graphicssystem raster, it has been opengl up till now.
Offline
@markc: well its in extragear-pim... so it should compile with that....
If not, what would wonder me...
You can just copy your extragear-pim folder to extrager-pim-googledata and that should compile it.
Last edited by Solid1986Snake (2009-06-24 06:44:38)
Offline
@markc: To get kdm sourcing /etc/profile there is a patch in my repo. I included it because of problems with localization.
@Solid1986Snake: akonadi isn't working here and neither on the mashine of one of my friends. Don't know if it's a problem of akonadi or of mysql but I always get something like 'unable to append mimetypes'
Offline
Thanks for info @Last of the Wolves
There seem to be many changes in akonadi at the moment.... yesterday it even didn't compile...
I see you're form Germany.... maybe we could add in jabber or simmiliar
Offline
kde-svn/extragear-pim has not built for the last week, it's failing with this which looks to me like an upstream cmake glitch...
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
NEPOMUK_PIMO_TYPEANNOTATIONPLUGIN_INCLUDE_DIR
used as include directory in directory /home/sources/eth-os/kde/svn/extragear-pim/src/extragear-pim/mailody/src
NEPOMUK_PIMO_TYPEANNOTATIONPLUGIN_LIBRARY
linked by target "mailody" in directory /home/sources/eth-os/kde/svn/extragear-pim/src/extragear-pim/mailody/src
linked by target "mailodypart" in directory /home/sources/eth-os/kde/svn/extragear-pim/src/extragear-pim/mailody/src
Offline
Yes your right.... well when it will build again it should have googledata inside....
Think we schould just wait for it before creating new conflicts with new PKGBUILDS... besides we now found out that akonadi isn't working at the moment at all... so theres no use for googledata
Just see libgcal as investment in the future
Offline
On my build system I just got a ":: unixodbc conflicts with iodbc. Remove iodbc? [Y/n]" so I did a Y and let it install testing/apr-util-1.3.7 which depends on unixodbc rather then rely on my hacked kde-extra/apr-util built with iodbc, so... next build might be interesting as the virtuoso dependency for soprano (from kdepim) might go away... and take with it the dreaded unixodbc vs iodbc conflict. I hope no one was depending on the Soprano virtuosobackend.
@Solid1986Snake: yep, libgcal is there ready to make extragear-pim happy next time it builds.
Update: From: Dirk Mueller <mueller@kde.org> to release-team@kde.org -> trunk/KDE is open for KDE 4.4 development now.
Last edited by markc (2009-06-24 10:27:27)
Offline
Changes for your pkgbuilds markc:
1)Qt 4.5.2 is out (is qt-copy 4.5.2 yet ??)
2)KDE 4.4 in trunk. So all packages are for 4.4 (4.3.60), not 4.3.
Offline
Today I had problems with starting KDE as X terminated all the time while loading KDM. I found out that the problem was caused by the archlinux-simplyblack-theme for KDM I was using. After disabling it again, everything worked fine again.
Offline
markc: Did you already include the KDM fix from "Last of the Wolves" repo?
Offline
is kopete yahoo connection fixed?
Acer Aspire V5-573P Antergos KDE
Offline
venky: according to http://mattr.info:8080/blog/2009/06/24/ … and-yahoo/ it should be fixed in trunk
Offline
venky: according to http://mattr.info:8080/blog/2009/06/24/ … and-yahoo/ it should be fixed in trunk
right I was wondering in the packages we have got..;) (i read the blog that is why I am asking!)
Acer Aspire V5-573P Antergos KDE
Offline
Is it possible to have 2 versions of QT in the repository, one compiled to use the OpenGL rendering engine, and another using the raster/native one?
Offline