Welcome, Guest. Please login or register.
May 26, 2013, 02:06:22 AM
Home Help Search Calendar Login Register
Show unread posts since last visit.
News: Let Pardus-Anka become #1: Pardus-Anka Bug ReportPardus-Anka World Google+ | The Pardus wiki  | Visit Pardus-Anka official website  | Register as forum member?  Email the moderator!

  Show Posts
Pages: 1 [2] 3 4 ... 8
16  Assistance / Software / Re: Mozilla Firefox 7 on: August 10, 2012, 08:09:54 AM
I have manually installed valgrind and now it is ok.
17  Assistance / Software / Re: Mozilla Firefox 7 on: August 10, 2012, 08:04:20 AM
Hello,

I got this error.

kizilyildiz ~ # pisi up
Updating repositories
Updating repository: de
pisi-index.xml.xz.sha1sum      (40.0  B)100%    551.65 KB/s [00:00:00] [complete]
de repository information is up-to-date.
Safety switch: The component system.base cannot be found.
Dependency valgrind of firefox cannot be satisfied
System error. Program terminated.
Upgrade is not possible.
18  General / Wish list / Re: Citrix Client on: August 09, 2012, 11:41:36 AM
Hi Atolboo,

Is it possible to create pisi file and put it in pardususer.de?

BR

Murat
19  Pardus Anka / News & Announcements / Re: Time will tell on: July 29, 2012, 11:41:05 AM
Hi Dirse,

What is the benefit of this polling here?  I did not get it. If Pardus will die, everybody will choose his/her own linux/bsd distribution.

But really I did not get why we are voting here. May be someone will tell you I will use Solaris 11 for cloud architecture!!!

Would you please explain why you needed such a topic? May be I can get your point.

Best Regards,

Murat
20  General / Wish list / Re: Citrix Client on: July 28, 2012, 13:13:38 PM
Hi Atolboo,

Now it is ok with rpm one. I have just replaced the line in wfcmgr.desktop. I have replaced wfcmgr with wfcmg.bin. since tar.gz and rpm files contains different files for wfcmgr.

TryExec=/opt/Citrix/ICAClient/wfcmgr.bin
Exec=/opt/Citrix/ICAClient/wfcmgr.bin -icaroot /opt/Citrix/ICAClient

Many thanks.

Murat
21  General / Wish list / Re: Citrix Client on: July 28, 2012, 12:39:11 PM
Hello Atolboo,

Would you please put your very beginning files yesterday you put? I will try that one. May be it is much better.  Huh?
22  General / Wish list / Re: Citrix Client on: July 28, 2012, 12:27:56 PM
Icon still does not appear in the menu. strange.
23  General / Wish list / Re: Citrix Client on: July 27, 2012, 22:23:22 PM
Atolboo when I extract that file and run setupwfc it directly creates.
24  General / Wish list / Re: Citrix Client on: July 27, 2012, 21:20:51 PM
It is from tar.gz file but I did not understand why not in rpm?

How rpm packages shows in menu really interesting.
25  General / Wish list / Re: Citrix Client on: July 27, 2012, 21:00:28 PM
ICAClient/nls/en/wfclient.ini
ICAClient/nls/en/module.ini
ICAClient/nls/en/appsrv.ini

You remember it from PKGBUILD

# Copy default configuration files to config directory of the program and setting them readable
    cp ./nls/en/{appsrv.ini,wfclient.ini,module.ini} ./config/
    chmod 666 ./config/{appsrv.ini,wfclient.ini,module.ini}
    chmod 777 ./config
and wfcmgr.desktop is to show it in the menu.

thats all Smiley. Sorry I made you tired.
26  General / Wish list / Re: Citrix Client on: July 27, 2012, 20:41:40 PM
Installation puts them there.

We can try to put desktop file as you said also.

 Wink
27  General / Wish list / Re: Citrix Client on: July 27, 2012, 18:46:13 PM
Hi Atolboo,

It is almost perfect only 2 remining jobs Smiley three *.ini files needed to be copied with extraction (appsrv.ini,module.ini,wfclient.ini) to /opt/Citrix/ICAClient/config

and wfcmgr.desktop to /opt/Citrix/ICAClient/desktop.

There are some minor things but if we you do this I will appreciate it  Wink
28  General / Wish list / Re: Citrix Client on: July 27, 2012, 08:49:55 AM
here is the output of raw rpm2tgz

http://saygili.freeshell.org/ICAClient_12.1.0-0.x86_64.tar.gz

I am putting may be it saves your time.

If you have time please check the content?

BR
Murat
29  General / Wish list / Re: Citrix Client on: July 27, 2012, 07:34:27 AM
Many thanks Atolboo.

I used rpm file since most of the work there already done.

Also for 64 bit you do not need to make soft links for the library. Since when I install openmotif-32bit it directly puts necessary libraries.

BR
Murat
30  General / Wish list / Re: Citrix Client on: July 26, 2012, 17:32:36 PM
Hello,
------------------------------------------------------
In my actions.py I have:
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 2.
# See the file http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
from pisi.actionsapi import shelltools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get

WorkDir = (get.srcNAME(), get.srcVERSION())

def install():
    pisitools.insinto("/opt/Citrix/ICAClient", "*")
-----------------------------------------------------------------------------

when I run command : pisi bi pspec.xml -y I am having:


Building source package: ICAClient
DEBUG: RepoDB initialized in 8.89301300049e-05.                                                                                                                                                                                                   
DEBUG: ComponentDB initialized in 0.733727931976.
DEBUG: InstallDB initialized in 0.176177978516.
ICAClient_12.1.0-0.x86_64.tar.gz [cached]
Unpacking archive(s)...
 unpacked (/var/pisi/ICAClient-12.1-1/work)                                                                                                                                                                                                       
Setting up source...
System error. Program terminated.                                                                                                                                                                                                                 
<type 'exceptions.AttributeError'>: 'tuple' object has no attribute 'lstrip'                                                                                                                                                                       
Please use 'pisi help' for general help.                                                                                                                                                                                                           

Traceback:
  File "/usr/bin/pisi", line 82, in <module>
    cli.run_command()
  File "/usr/lib/pardus/pisi/cli/pisicli.py", line 141, in run_command
    self.command.run()
  File "/usr/lib/pardus/pisi/cli/build.py", line 182, in run
    pisi.api.build(x)
  File "/usr/lib/pardus/pisi/api.py", line 922, in build
    return pisi.atomicoperations.build(*args, **kw)
  File "/usr/lib/pardus/pisi/atomicoperations.py", line 695, in build
    return pisi.operations.build.build(package)
  File "/usr/lib/pardus/pisi/operations/build.py", line 1239, in build
    pb.build()
  File "/usr/lib/pardus/pisi/operations/build.py", line 346, in build
    self.run_setup_action()
  File "/usr/lib/pardus/pisi/operations/build.py", line 530, in run_setup_action
    if self.run_action_function(ctx.const.setup_func):
  File "/usr/lib/pardus/pisi/operations/build.py", line 689, in run_action_function
    src_dir = self.pkg_src_dir()
  File "/usr/lib/pardus/pisi/operations/build.py", line 653, in pkg_src_dir
    return util.join_path(self.pkg_work_dir(), dirname)
  File "/usr/lib/pardus/pisi/util.py", line 297, in join_path
    b = b.lstrip('/')



What is the problem?

BR

Murat


Pages: 1 [2] 3 4 ... 8


Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!