[solved] skype not in repos?

Hi, I wanted to test skype in my 64 bit installation (with KDEmod, of course). Searched and found http://wiki.archlinux.org/index.php/Skype. As per the wiki entry, though skype has only 32 bit binary, it can be run in 64 bit environment. In my system, community repo is already enabled. So I did a
sudo pacman -S skype
. But the result was
skype package not found, searching for group...
error: 'skype': not found in sync db
Funny thing is that, I am able to install skype-call-recorder even without installing skype.
What should be done to install skype now?
Last edited by absolutevoid (2010-02-05 11:37:41)

ls -l /home/iron/Desktop
-rw-r--r-- 1 iron users 21613953 Фев 14 18:25 skype_static-2.0.0.72.tar.bz2
# Contributor: revel <[email protected]>
# based on bin32-skype and skype-oss
_pkgsourcename=skype_static
_pkgresourcename=skype
pkgname=bin32-skype-oss
pkgver=2.0.0.72
pkgrel=3
pkgdesc="P2P software for high-quality voice communication (OSS-compatible version)"
url="/home/iron/Desktop"
license=('custom')
arch=('x86_64')
source=(/home/iron/Desktop/$_pkgsourcename-$pkgver-oss.tar.bz2)
depends=('lib32-pcre' 'lib32-qt>=4.2.1' 'lib32-dbus-core' 'lib32-libxv' 'lib32-libxss' 'lib32-glib2' 'lib32-alsa-lib')
provides=('skype')
conflicts=('bin32-skype')
md5sums=('cfaa796ef55e3f858a09bbe096eded5a')
build() {
cd $startdir/src/${_pkgsourcename}-${pkgver}-oss
install -m 755 -d ${startdir}/pkg/usr/share/${_pkgresourcename}/sounds
install -m 644 sounds/* ${startdir}/pkg/usr/share/${_pkgresourcename}/sounds
install -m 755 -D ${_pkgresourcename} ${startdir}/pkg/usr/bin/${_pkgresourcename}
install -m 644 -D ${_pkgresourcename}.conf ${startdir}/pkg/etc/dbus-1/system.d/${_pkgresourcename}.conf
install -m 644 -D icons/SkypeBlue_16x16.png ${startdir}/pkg/usr/share/icons/hicolor/16x16/${_pkgresourcename}.png
install -m 644 -D icons/SkypeBlue_32x32.png ${startdir}/pkg/usr/share/icons/hicolor/32x32/${_pkgresourcename}.png
install -m 644 -D icons/SkypeBlue_48x48.png ${startdir}/pkg/usr/share/icons/hicolor/48x48/${_pkgresourcename}.png
install -m 644 -D icons/SkypeBlue_48x48.png ${startdir}/pkg/usr/share/pixmaps/${_pkgresourcename}.png
install -m 644 -D ${_pkgresourcename}.desktop ${startdir}/pkg/usr/share/applications/${_pkgresourcename}.desktop
install -m 644 -D LICENSE ${startdir}/pkg/usr/share/licenses/${_pkgresourcename}/LICENSE
==> ERROR: /home/iron/Desktop/skype_static-2.0.0.72-oss.tar.bz2 was not found in the build directory and is not a URL.
Error: Makepkg was unable to build bin32-skype-oss package.
Last edited by veranyon (2010-02-14 15:44:07)

Similar Messages

  • Skype not exist in community or multilib via pacman or yaourt [SOLVED]

    I try install/found skype using pacman and yaourt, but nothing is return:
    pacman.conf
    # /etc/pacman.conf
    # See the pacman.conf(5) manpage for option and repository directives
    # GENERAL OPTIONS
    [options]
    # The following paths are commented out with their default values listed.
    # If you wish to use different paths, uncomment and update the paths.
    #RootDir = /
    #DBPath = /var/lib/pacman/
    #CacheDir = /var/cache/pacman/pkg/
    #LogFile = /var/log/pacman.log
    #GPGDir = /etc/pacman.d/gnupg/
    HoldPkg = pacman glibc
    #XferCommand = /usr/bin/curl -C - -f %u > %o
    #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
    #CleanMethod = KeepInstalled
    #UseDelta = 0.7
    Architecture = auto
    # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
    #IgnorePkg =
    #IgnoreGroup =
    #NoUpgrade =
    #NoExtract =
    # Misc options
    #UseSyslog
    #Color
    #TotalDownload
    CheckSpace
    #VerbosePkgLists
    # By default, pacman accepts packages signed by keys that its local keyring
    # trusts (see pacman-key and its man page), as well as unsigned packages.
    SigLevel = Required DatabaseOptional
    LocalFileSigLevel = Optional
    #RemoteFileSigLevel = Required
    # NOTE: You must run `pacman-key --init` before first using pacman; the local
    # keyring can then be populated with the keys of all official Arch Linux
    # packagers with `pacman-key --populate archlinux`.
    # REPOSITORIES
    # - can be defined here or included from another file
    # - pacman will search repositories in the order defined here
    # - local/custom mirrors can be added here or in separate files
    # - repositories listed first will take precedence when packages
    # have identical names, regardless of version number
    # - URLs will have $repo replaced by the name of the current repo
    # - URLs will have $arch replaced by the name of the architecture
    # Repository entries are of the format:
    # [repo-name]
    # Server = ServerName
    # Include = IncludePath
    # The header [repo-name] is crucial - it must be present and
    # uncommented to enable the repo.
    # The testing repositories are disabled by default. To enable, uncomment the
    # repo name header and Include lines. You can add preferred servers immediately
    # after the header, and they will be used before the default mirrors.
    [xorg113]
    Server = http://catalyst.wirephire.com/repo/xorg113/$arch
    SigLevel = Never
    #[testing]
    #Include = /etc/pacman.d/mirrorlist
    [core]
    Include = /etc/pacman.d/mirrorlist
    [extra]
    Include = /etc/pacman.d/mirrorlist
    #[community-testing]
    #Include = /etc/pacman.d/mirrorlist
    [community]
    Include = /etc/pacman.d/mirrorlist
    # If you want to run 32 bit applications on your x86_64 system,
    # enable the multilib repositories as required here.
    #[multilib-testing]
    #Include = /etc/pacman.d/mirrorlist
    #[multilib]
    Include = /etc/pacman.d/mirrorlist
    # An example of a custom package repository. See the pacman manpage for
    # tips on creating your own repositories.
    #[custom]
    #SigLevel = Optional TrustAll
    #Server = file:///home/custompkgs
    1. nothing
    pacman -S skype
    [patrick@sara ~]$ sudo pacman -S skype
    error: target not found: skype
    [patrick@sara ~]$
    2. nothing
    [patrick@sara ~]$ sudo pacman -Ss skype
    community/skype-call-recorder 0.8-3
    Open source tool that allows you to record your Skype calls on Linux
    [patrick@sara ~]$
    3. a lot things but, not "skype"
    yaourt skype
    Note: I uncomment multilib in my pacman.conf
    Last edited by patrickmaciel (2013-10-10 01:24:08)

    skottish wrote:Did you uncomment just the [multilib] line or did you do the 'Include' line as well? If you did both, did you update the pacman database afterwards?
    Oh my god.
    Terrible mistake.
    I uncomment just the include.
    Really sorry haw-haw.

  • Skype not connecting Moto G and Nexus 4 in ANDROI...

    I have Moto G 2nd Gen and Nexus 4 device with latest Android 5.0.2. I donwloaded Skype on both devices yesterday and installed them. Then I opened two new skype accounts and tried making a call from one device to other. My wife was on the other device. Neither a normal call or a video call was going. Skype wasnt connecting at all. The phone from where I was making call was ringing but not the phone receiving call. Can somebody please help.
    Regards
    Ashok Kumar 

    Unfortunately the truth is prepaid support is not very well trained and was
    not much help
    My issue was solved ultimately not by prepaid support but upper level
    support in NJ (or NY, not sure).
    The problem was that my line was provisioned as having a 1X device (which I
    never had). So even though we tried switching the device to an iPhone and
    reprogramming it didn't matter. Any incoming MMS were simply discarded by
    the system and all I would get were the silent SMS messages that ping my
    phone to check the MMS server, but nothing was held to be retrieved.
    If you are on VZW (pre or post paid) and having this problem, ask support
    to check the "Mobile Type" and ensure its not set to 1X.
    On Feb 25, 2014 5:25 AM, "Verizon Wireless Customer Support" <

  • Skype not working after upgrade to 6.22.59.107 ver...

    Everthing was working fine with my skype until it got updated to new version. I am not able to make any video calls, skype goes into hang, shows Skype not responding. I tried everything, uninstalling & reinstalling several times, but of no use. I am using Windows 7 with , Internet explorer v11 which is exactly as per the requirements in the website.  Can anybody help me sort out this issue? I am going crazy since last 2 days after this updates.

    Attached is the zipped file as requested. 
    Skype has now been updted to version 7.0.0.100 this moring but the same issue , Going to hang & message " skype not responding" & screen get frozen. I have to go to Task manager to end the task. 
    Attachments:
    DxDiag.zip ‏7 KB

  • Video on skype not workin only in facetime and photo booth appears to be a common problem amongst user with a recently bought macbook air

    Video on skype not working. Only functioning in facetime and photo booth. Seems to be a common problem amongst users having bought a new macbook air recently. When you go to Preference and click on audio/video item video works but when clicking on another menue and returning to audio/videio picture is gone. Understand has something to do with a recent update von Apple (10.8.5... missing file for 32 bit version).
    Anybody there to give me an advice?
    Thanks.

    Wait until a fix is available from Apple or Skype.
    Best.

  • Skype not load correctly in my win 8..

    hallo everyone ihave problem with my Skype application..
    after installing in my win 8.. Skype not load correctly in my win 8.. it display  like this..
    anyone know why this happens??
    Itry to sign in in there, but it just not respond..

    What you are seeing is due to non-standard settings for the .css class in your Windows Registry. You can resolve this issue with few simple steps:
    http://community.skype.com/t5/Windows-desktop-client/Skype-Issue/m-p/2126425#M204784
    See also this:
    http://community.skype.com/t5/Windows-desktop-client/Cannot-login-on-skype/m-p/2960379#M237663
    http://community.skype.com/t5/Windows-desktop-client/My-Skype-Screen-on-Windows-7-looks-Awkward-Pict...

  • Skype not notifying (oange flash) for only one con...

    I've been having the issue of skype not giving me an orange flashing taskbar notification for only one of my contacts.
    Strangely, this does not always happen. Sometimes this contact's messages will in fact make my taskbar flash. Other times it will not. I can add that both the contact and I have our status on "online", furthermore I have checked the following suggestion I found here on the forums but it did not work as it was already properly set to always notify me:
    Highlight the contacts name in the Contacts list so you can see the chat window for this contact. Click on the Conversation menu and select Notification settings. Select there the appropriate option for the notifications.
    Any ideas? This has really been going on for at least a few months, perhaps a year

    Well, that is hard to tell. Like I said the website may have updated their technology. Just because it works with the Desktop, doesn't mean there is not a reason that the laptop might not have a problem. You have 2 different systems and
    most likely different configurations.
    You may want to check Tools and in the add ons for both, look for Shockwave Flash Object...ActiveX Control..Flash10e.ocx should be installed and enabled.
    Also for each check C:\Windows\System32\Macromed\Flash  Right click the Flash folder and make sure for IE that the files are vs 10.0.45.2 by checking the properties.
    If you have the correct Flash files and the correct SWO then, some other cause would be looked at.
    It has been my experience to not "assume", but verify:-)
    Thanks,
    eidnolb

  • Skype not starting after clicking on the icon.

    Skype not working. I have done everything possible from reinstalling/uninstalling, to doing physical hardware inspections and memory checks as well as restoring to FACTORY mode. 
    I have a decent understanding of computers so I am absolutely baffled.
    Things to note:
    -Every time I click the skype icon and it does not open, instances of it open in tskmanager.
    -NO RAM damage or physical damage
    -Restored to Factory Mode
    -Done malware and virus checks
    -Did a wipe of free Hard Drive space and after, some issues occured.
    I have a DxDiag if needed.
    CodedApple
    Attachments:
    87aedab3224716f6afb63f314c8672ff.png ‏43 KB

    Ankur_Raina wrote:
    I followed all the steps mentioned but skype is still not working.
    It shows in my task manager, thats about it.
    I have uninstalled, restarted whole system numerous times. 
    What version of Windows are you on (XP, Vista, Windows 7, Windows 8 )? Is it 32-bit or 64-bit?
    http://support.microsoft.com/kb/827218
    What is the version of Internet Explorer installed on your computer?
    In Internet Explorer go to Help -> About Internet Explorer.
    P.S. Please, don’t say that you are not using Internet Explorer. This is irrelevant. Skype depends on Internet Explorer.

  • Can i rename my acc forum skype (not acc login sky...

    can i rename my acc forum skype (not acc login skype). thanks all !
    Dat Mai Ngoc

    try contacting a mod or an admin.
    IF YOU FOUND OUR POST USEFUL THEN PLEASE GIVE "KUDOS". IF IT HELPED TO FIX YOUR ISSUE PLEASE MARK IT AS A "SOLUTION" TO HELP OTHERS. THANKS!
    ALTERNATIVE SKYPE DOWNLOAD LINKS | HOW TO RECORD SKYPE VIDEO CALLS | HOW TO HANDLE SUSPICIOS CALLS AND MESSAGES
    SEE MORE TIPS, TRICKS, TUTORIALS AND UPDATES in
    | skypefordummies.blogspot.com | 

  • Skype not working; I think my IMEI locked

    hi plZ help me. my skype not work in my phone I think my imei locked
    Post transferred to create new topic;
    subject/title amended accordingly.

    Hi, Ahmed..., and welcome to the Community,
    Simply stated, if your device's IMEI is locked, nothing will work - please contact your carrier to resolve this issue, first.
    Regards,
    Elaine
    Was your question answered? Please click on the Accept as a Solution link so everyone can quickly find what works! Like a post or want to say, "Thank You" - ?? Click on the Kudos button!
    Trustworthy information: Brian Krebs: 3 Basic Rules for Online Safety and Consumer Reports: Guide to Internet Security Online Safety Tip: Change your passwords often!

  • Skype not recognizing camera after 10.8.5 update

    Skype not recognizing camera after 10.8.5 update. Facetime is working. Unfortunately making video calls on Skype is disabled. Any Help. If there are updates or fixes please let me know.
    Is there a way to get back Skype on 10.8.5 ?
    Rgds
    David

    iSight/FaceTime Skype not working?
    https://discussions.apple.com/thread/5306216?tstart=0
    Best.

  • [SOLVED] Skype & last update

    Hi!
    After last update this morning and rebooting i have strange bug:
    $ whereis skype
    skype: /usr/bin/skype /usr/share/skype
    $ ldd /usr/bin/skype
            not a dynamic executable
    $ file /usr/bin/skype
    /usr/bin/skype: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.8, stripped
    $  skype
    bash: /usr/bin/skype: not found
    latest kernel, x84_64, skype getting from multilib & skype.com (static)
    Last edited by merdoc (2011-02-04 09:45:05)

    reinstalled, but still does not work
    UPD: downgrade to http://arm.konnichi.com/2011/01/10/multilib/os/x86_64/ fix this problem

  • I have downloaded skype, but after synchronizing with itunes skype not working, why?

    i have downloaded skype, but after synchronizing with itunes skype not working, why?  when I was synchronizing I believe there was some message in itune saying software not backed up or somethin to that effect.

    Thanks for your response.
    However, I did not find any solution to my problem.
    in my phone the skype application skype is not opening up, same is the caseiwth mobile voip. Both these applications were downloaded last night and it worked then, but not working now.
    Thanks in advance for anyone willing to help. I am new to the iphone.

  • My Skype Not responding

    Hello ...
    pls needs  help I am from canada montreal  my skype not reponding whenever i get a call or i try to do a call with my friends and thats happening during one week a'm geting a message says skype not respoding and needs to close once i get a call or message
    i reinstall skype manytimes and no wayfacing the same ...
    and actually using the latest version 5.6 ..

    Hi dear....
    Whose version of windows operating system you are using??
    Its help me to suggest you something about the recovery of your problem
    recycle cartridges

  • Skype not connecting & Supporting my (Valid Login ...

    Hi,
    Request you to help me to fix the problem regarding Skype not connecting & Supporting my (Valid Login ID & Password)....
    My Username is [***]& it is valid but when I am trying to Login through Skype which I downloaded 4.0.065 version is not supporting, but If I am going on your site to login then I am able.
    Hope for a positive response...
    Regards,
    Akshay [***]
    Email id - [***]
    For your safety and protection, personally identifiable details have been redacted from your post.

    burtlevrini1 wrote:
    yesterday morning my skype was working fine-when we got into late afternoon my account,contacts and sign-in features disappeared-now all i get is a blank skype page-no sign in capability,no contacts feature ,nothing what happened to my account???
    The problem is with your Internet Explorer and JavaScript.
    Please, answer first these questions:
    What version of Windows are you on? Is it 32-bit or 64-bit?
    http://support.microsoft.com/kb/827218
    What is the version of Internet Explorer installed on your computer?
    In Internet Explorer go to Help -> About Internet Explorer.
    P.S. Please, don’t say that you are not using Internet Explorer. This is irrelevant. Skype depends on Internet Explorer.

Maybe you are looking for

  • Disk Utility - minimum diskimage size

    Folks; Using Leopard's Disk Utility, I want to make a disk image for a particular file and size the image to be the minimum required for my ~6.5M file. I create a new image (20M), because a 10M tells me that there is only 1.7M free and won't let me c

  • Acrobat stripping out clipping paths from jpegs in batch processing

    Acrobat 8. I'm using the batch processing feature for watermarking both fpo jpegs (and low res pdfs) and I've noticed that when saving to jpeg, clipping paths in the original jpegs are lost. How do I get acrobat to retain the clipping paths? Thanks,

  • Using Charm with CTS+

    Hi experts, I would know if it's possibile configure the change request management to manage non-abap transport. I have a PI landascape (abapjava) where I configure the CTS. I would know if I can implement CHARM in my solutionmanager in order to mana

  • Problem with a process chain transport

    Hi all,   I have a problem with a process chain transport, I transport it but when I see the changes in testing environment I don’t see it, I did it four times but nothing happen and I don’t have errors.   Can anybody tell me how to transport a proce

  • Incompatibility CS6 and Mac os 10.6.8

    I recently bought CS6 and Ps and Ai don't run on my laptop computer, which runs mac os x 10.6.8 and can't be upgraded to 10.8. Why doesn't Adobe support this os? And is there a way to get version of Ps and Ai that work on that computer with my CS6 li