You are not logged in.

#1301 2009-06-17 13:34:12

Solid1986Snake
Member
Registered: 2007-06-18
Posts: 258

Re: Daily KDE4 Subversion Packages

Ui, sorry.... yeah, now the files are back in your filesystem and pacman complains normally about that wink

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] tongue

Last edited by Solid1986Snake (2009-06-17 13:34:57)

Offline

#1302 2009-06-17 13:44:26

Ereb
Member
Registered: 2009-06-17
Posts: 6

Re: Daily KDE4 Subversion Packages

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 hmm

Offline

#1303 2009-06-18 03:01:57

venky80
Member
Registered: 2007-05-13
Posts: 1,002

Re: Daily KDE4 Subversion Packages

markc wrote:

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

#1304 2009-06-19 05:13:44

Maki
Member
From: Skopje, Macedonia
Registered: 2007-10-16
Posts: 353
Website

Re: Daily KDE4 Subversion Packages

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

#1305 2009-06-19 13:55:08

markc
Member
From: Gold Coast, Australia
Registered: 2007-05-15
Posts: 502
Website

Re: Daily KDE4 Subversion Packages

@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

#1306 2009-06-19 14:50:32

Maki
Member
From: Skopje, Macedonia
Registered: 2007-10-16
Posts: 353
Website

Re: Daily KDE4 Subversion Packages

@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

#1307 2009-06-19 15:05:53

markc
Member
From: Gold Coast, Australia
Registered: 2007-05-15
Posts: 502
Website

Re: Daily KDE4 Subversion Packages

@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

#1308 2009-06-22 11:00:09

Solid1986Snake
Member
Registered: 2007-06-18
Posts: 258

Re: Daily KDE4 Subversion Packages

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

#1309 2009-06-22 12:32:49

markc
Member
From: Gold Coast, Australia
Registered: 2007-05-15
Posts: 502
Website

Re: Daily KDE4 Subversion Packages

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

#1310 2009-06-22 12:35:45

Solid1986Snake
Member
Registered: 2007-06-18
Posts: 258

Re: Daily KDE4 Subversion Packages

Offline

#1311 2009-06-24 03:49:56

silencer
Member
From: Buenos Aires / Argentina
Registered: 2006-09-01
Posts: 102
Website

Re: Daily KDE4 Subversion Packages

Hi!! smile

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! smile
silencer

Last edited by silencer (2009-06-24 03:50:27)

Offline

#1312 2009-06-24 04:06:04

markc
Member
From: Gold Coast, Australia
Registered: 2007-05-15
Posts: 502
Website

Re: Daily KDE4 Subversion Packages

@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

#1313 2009-06-24 06:43:10

Solid1986Snake
Member
Registered: 2007-06-18
Posts: 258

Re: Daily KDE4 Subversion Packages

@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

#1314 2009-06-24 07:01:41

Last of the Wolves
Member
From: Kaiserslautern - Germany
Registered: 2008-12-03
Posts: 55

Re: Daily KDE4 Subversion Packages

@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

#1315 2009-06-24 07:13:38

Solid1986Snake
Member
Registered: 2007-06-18
Posts: 258

Re: Daily KDE4 Subversion Packages

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 wink

Offline

#1316 2009-06-24 07:43:13

markc
Member
From: Gold Coast, Australia
Registered: 2007-05-15
Posts: 502
Website

Re: Daily KDE4 Subversion Packages

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

#1317 2009-06-24 08:14:03

Solid1986Snake
Member
Registered: 2007-06-18
Posts: 258

Re: Daily KDE4 Subversion Packages

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 wink

Just see libgcal as investment in the future wink

Offline

#1318 2009-06-24 09:59:28

markc
Member
From: Gold Coast, Australia
Registered: 2007-05-15
Posts: 502
Website

Re: Daily KDE4 Subversion Packages

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

#1319 2009-06-25 18:30:19

flamelab
Member
From: Athens, Hellas (Greece)
Registered: 2007-12-26
Posts: 2,160

Re: Daily KDE4 Subversion Packages

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

#1320 2009-06-25 19:00:17

Last of the Wolves
Member
From: Kaiserslautern - Germany
Registered: 2008-12-03
Posts: 55

Re: Daily KDE4 Subversion Packages

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

#1321 2009-06-26 19:30:37

pano
Member
From: Stuttgart, Germany
Registered: 2008-09-08
Posts: 118

Re: Daily KDE4 Subversion Packages

markc: Did you already include the KDM fix from "Last of the Wolves" repo?

Offline

#1322 2009-06-26 19:35:03

venky80
Member
Registered: 2007-05-13
Posts: 1,002

Re: Daily KDE4 Subversion Packages

is kopete yahoo connection fixed?


Acer Aspire V5-573P Antergos KDE

Offline

#1323 2009-06-26 19:36:36

pano
Member
From: Stuttgart, Germany
Registered: 2008-09-08
Posts: 118

Re: Daily KDE4 Subversion Packages

venky: according to http://mattr.info:8080/blog/2009/06/24/ … and-yahoo/ it should be fixed in trunk

Offline

#1324 2009-06-26 19:52:34

venky80
Member
Registered: 2007-05-13
Posts: 1,002

Re: Daily KDE4 Subversion Packages

pano wrote:

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

#1325 2009-06-29 01:30:31

silencer
Member
From: Buenos Aires / Argentina
Registered: 2006-09-01
Posts: 102
Website

Re: Daily KDE4 Subversion Packages

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

Board footer

Powered by FluxBB