Show Posts
|
|
Pages: [1] 2 3 ... 5
|
|
2
|
Assistance / Software / Necessitas and OpenJDK
|
on: April 16, 2012, 15:59:26 PM
|
Good afternoon  I want to install Necessitas ( http://sourceforge.net/p/necessitas/home/necessitas/) In Pardus, but the installer says i need to install the openJDK6-jdk package, so i installed sun-jdk from pisi. This didn't solve my problem so i downloaded the source package of OpenJDK 6. When i tried to build i got the following error. tris@pardus2011 openjdk-6-src-b24-14_nov_2011 $ make all which: no ant in (/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:/opt/bin:/opt/sun-jre/bin) jdk/make/common/shared/Defs-utils.gmk:79: *** "\"ant\" not found; please set ANT_HOME or put \"ant\" on your PATH". Gestopt. So i guess, as i read in the README file: I have to install JDK 6 on my system. But i don't want to mess up my current build of java in Pardus. What would you guys suggest i do?  Thanks in advance Tristan
|
|
|
|
|
3
|
Assistance / News & Announcements / Pardus Roadmap - Workshop
|
on: March 27, 2012, 21:33:41 PM
|
There is a guy, Emrah Aydinalp, who says he will be communicating with Nihad Karslı and has some information about the Workshop and the future of Pardus. This post of him might be interesting: ROAD MAP Organising council structure and delegating membership Defining organisational structure Corporate release – Longer life span, with minimum packages Personal release – Shorter life span, contains more packages and latest technology Personal release will be supported by TUBITAK (Scientific and Technological Research Council of Turkey) TUBITAK (Scientific and Technological Research Council of Turkey) will get from private sector organisations if there is quick solution necessary or if a problem couldn’t solved for long time. Different universities will be delegated by TUBITAK (Scientific and Technological Research Council of Turkey) to develop project which may have longer dead lines. Greets, Tristan
|
|
|
|
|
4
|
Assistance / News & Announcements / Re: Pardus Fork
|
on: March 25, 2012, 23:35:22 PM
|
Some news about the fork, from one of the members: Transfer of Pardus 2011.2 user 64-bit repo (anka) is completed.
I changed my daily system's repository if it's even risky and I removed stable and PLO repositories from my system. Applications and kernel is compiled successfully. I disn't notice any problem about sound and graphics.
Some packages has failed, I changed them with old versions. The new packages comes after repository transfer are not included.
Unfortunately, KDE 4.6.5 is not upgraded to 4.8 successfully. I probably overlooked something. I'll try to find out what's the wrong by investigating KDE packages.
|
|
|
|
|
6
|
Assistance / News & Announcements / Re: Pardus Fork
|
on: March 24, 2012, 13:14:56 PM
|
The repo's don't have indexes yet, but maybe they are working on it When somebody asked about the indexes, the reply was: 37 GB. Packages are still transferring. :-) Another update form one of the members is: Pardus project will continue in a server that was given to LKD (Linux Users Association) by TUBITAK and will be led by a council that consist of participation of community. Greets, Tristan
|
|
|
|
|
8
|
Assistance / News & Announcements / Re: Pardus Fork
|
on: March 15, 2012, 20:08:27 PM
|
Yes, that was what they said.. But a few posts ago they mentioned something about (as far as I could translate) that these new repo's had something to do with "2011.3" (I'm sorry NOT 2013.3).. I don't think they were talking about the official' "2011.3", but more as a fork.. That's why I put it between " "
|
|
|
|
|
9
|
Assistance / News & Announcements / Re: Pardus Fork
|
on: March 14, 2012, 19:41:00 PM
|
Tiny Update from the folks over at facebook  The new repo for Pardus "2012.3" is ready for this weekend, and Packagers will be given an account to contribute  That's all the news, Greets, Tristan
|
|
|
|
|
10
|
Assistance / News & Announcements / Re: Pardus Fork
|
on: March 06, 2012, 15:41:27 PM
|
From Facebook: There was a Turkisch Post with 'Pardus 2012.3' in it. So I got curious and asked to Translate it in English. This is the reply from one of the members: That's about a new Pardus contrib repo that contains the latest version of applications (kernel 3.2.5, KDE4.8, FF 10 etc..) were packed by Pardus users + PLO repo + Pardus Stable repo. We are still working on it. Once the new repo enabled, we will announce it here and call for testers. I don't think there was a direct link to the repo, though only links to official repo's etc... I think they will post it soon  Greets, Tristan
|
|
|
|
|
11
|
Assistance / Bugs / Re: bangarang won't play dvd, looking for libavformat.so.52
|
on: February 28, 2012, 17:28:55 PM
|
Atolboo, as I said before, your solution solved my problem ;p I can run XBMC now, but it crashes when i want to play a video  I downloaded XBMC from Pisi.. And when i look it up, it comes from this scource: http://paketler.pardus-linux.org/P2011/i686/pisi-index.xml.xz When Xbmc crashes, it gives this error: /usr/bin/xbmc: regel 133: 2293 Segmentatiefout (geheugendump gemaakt) "$LIBDIR/xbmc/xbmc.bin" $SAVED_ARGS Crash report available at /home/tris/xbmc_crashlog-20120228_153221.log The content of the log file is (where it went wrong): 14:32:18 T:2908564336 M:1196568576 DEBUG: DllAvUtilBase: Using libavutil system library 14:32:18 T:2908564336 M:1196568576 DEBUG: DllAvCodec: Using libavcodec system library 14:32:18 T:2908564336 M:1196568576 DEBUG: DllAvFormat: Using libavformat system library Greets, Tristan
|
|
|
|
|
13
|
Assistance / Bugs / Re: bangarang won't play dvd, looking for libavformat.so.52
|
on: February 27, 2012, 17:06:14 PM
|
About the libavformat problem... I was about to checkout xbmc, just for fun.. But got some errors, about a few missing libs. No problem, I did this: pardus2011 lib # ln libavcodec.so.53 libavcodec.so.52 pardus2011 lib # ln libavformat.so.53 libavformat.so.52 pardus2011 lib # ln libavutil.so.51 libavutil.so.50 pardus2011 lib # ln libpostproc.so.52 libpostproc.so.51 pardus2011 lib # ln libswscale.so.2 libswscale.so.0
Now the errors got replaced by some new ones: tris@pardus2011 ~ $ xbmc /usr/lib/xbmc/xbmc.bin: /usr/lib/libpostproc.so.51: version `LIBPOSTPROC_51' not found (required by /usr/lib/xbmc/xbmc.bin) /usr/lib/xbmc/xbmc.bin: /usr/lib/libavcodec.so.52: version `LIBAVCODEC_52' not found (required by /usr/lib/xbmc/xbmc.bin) /usr/lib/xbmc/xbmc.bin: /usr/lib/libswscale.so.0: version `LIBSWSCALE_0' not found (required by /usr/lib/xbmc/xbmc.bin) /usr/lib/xbmc/xbmc.bin: /usr/lib/libavformat.so.52: version `LIBAVFORMAT_52' not found (required by /usr/lib/xbmc/xbmc.bin) /usr/lib/xbmc/xbmc.bin: /usr/lib/libavutil.so.50: version `LIBAVUTIL_50' not found (required by /usr/lib/xbmc/xbmc.bin)
It seems that libavxxxx is having some problems in Pardus.. Because a few months ago, I could easily run xbmc in pardus 2011 with no errors. Maybe its out of date?  Greets, Tristan
|
|
|
|
|
|