[SOLVED] Yaourt: trying to install leiningen - validity check fails.

Here's what I get:
==> Building and installing package
==> Making package: leiningen 1:2.2.0-1 (Fri Aug 16 19:48:01 EDT 2013)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Downloading lein...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 11440 100 11440 0 0 65861 0 --:--:-- --:--:-- --:--:-- 66127
==> Validating source files with sha1sums...
lein ... FAILED
==> ERROR: One or more files did not pass the validity check!
==> ERROR: Makepkg was unable to build leiningen.
Now, I did do some research, and it seems that if I do:
makepkg -g
That will give me the current sha, but I'm reluctant to use it:
If the github repo is trusted (which seems to be the case), why isn't the PKGBUILD updated automatically?
I'm guessing there must be a good reason, and I would like to clear that up before I continue.
Thanks.
Last edited by Goran (2013-08-17 03:50:31)

Trilby wrote:I cringed on seeing a 'curl' in the build function that bypasses makepkg's checksum
Yea, and also, dependencies are not defined, so it's not really a good alternative to leiningen.
In either case, leiningen is what really needs to be fixed, in my view, because that's what the github wiki points to: https://github.com/technomancy/leiningen/wiki/Packaging
And I think I know the perfect way to do it: Instead of drawing from the floating stable, why not simply draw from a specific commit in stable?
That seems like a perfect solution, because that's essentially a snap-shot, which won't change until the package maintainer decides to update the pkgbuild.
What do you think?

Similar Messages

  • Oes11sp2 yast online updates - validation check failed

    Did all online updates September 29th for my sles11sp3 oes11sp2 servers and restarted servers. Went to check today and I'm getting a validation check failed error.
    Validation check failed
    File repomd.xml from repository sles11-sp3-updates.... is signed but the integrity check failed.

    I'm getting the same thing on multiple servers, will try again later!

  • [SOLVED] Pacman trying to install 64-bit packages on 32-bit system

    I was upgrading my Arch Linux i686 install, and I got the following error:
    error: The mirror 'http://mirror.rit.edu/archlinux/$repo/os/$arch' contains the $arch variable, but no Architecture is defined.
    I added Architecture = i686 to /etc/pacman.conf under [options], and when I run pacman -Syu, I get these errors:
    error: failed to prepare transaction (package architecture is not valid)
    :: package clucene-2.3.3.4-2-x86_64 does not have a valid architecture
    :: package filezilla-3.5.3-1-x86_64 does not have a valid architecture
    :: package lshw-B.02.16-1-x86_64 does not have a valid architecture
    :: package yajl-2.0.4-1-x86_64 does not have a valid architecture
    Why is pacman trying to install x86_64 packages on my i686 system?
    Last edited by nticompass (2012-01-13 03:24:43)

    Got errors
    :: Retrieving packages from community...
    error: failed retrieving file 'virtualbox-modules-4.1.8-1-x86_64.pkg.tar.xz' from mirrors.kernel.org : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'virtualbox-modules-4.1.8-1-x86_64.pkg.tar.xz' from archlinux.supsec.org : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'virtualbox-modules-4.1.8-1-x86_64.pkg.tar.xz' from cake.lib.fit.edu : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'virtualbox-modules-4.1.8-1-x86_64.pkg.tar.xz' from mirrors.cat.pdx.edu : Not Found
    error: failed retrieving file 'virtualbox-modules-4.1.8-1-x86_64.pkg.tar.xz' from mirror.ece.vt.edu : Not Found
    error: failed retrieving file 'virtualbox-modules-4.1.8-1-x86_64.pkg.tar.xz' from ftp.gtlib.gatech.edu : File unavailable (e.g., file not found, no access)
    warning: failed to retrieve some files from community
    error: failed to commit transaction (File unavailable (e.g., file not found, no access))
    Seems to be looking for 64 bit packages still. Had a similar issue when installing another prog as well

  • [SOLVED] Newbie trying to install Splashtop - libappindicator error!

    I'm trying to install Splashtop from the AUR, libappindicator has the dependency libindicator which I can't get to make without errors.
    This is the output when I run makepkg -s
    http://pastebin.com/UesLtniJ
    Any advice would be appreciated, I'm still learning my way around after too many years in Windows environments!
    Thanks.
    Last edited by bug2k12 (2013-04-11 12:16:05)

    Found a post here https://git.gnome.org/browse/glib/commit/?id=0ea7abaed5 about a change to a glib header.
    Updated the gmacros.h file and the make completes fine.
    This same fix solved the other dependencies make errors.
    Thanks.

  • [solved]making aur package md5deep returns validity check

    when I attempt to create a installable package from the aur md5deep, I get this error:
    Validating source files with md5sums...
    md5deep-4.3.tar.gz ... FAILED
    ==> ERROR: One or more files did not pass the validity check!
    In detail, this is what I did as non root user:
    1. downloaded this https://aur.archlinux.org/packages/md/m … eep.tar.gz
    2. put it in ~/builds
    3. tar xvzf md5deep-4.3.tar.gz in above dir
    3. changed into the md5deep dir.
    4. makepkg -s
    5. got the error above.
    I have successfully built other packages using aur.
    Anyone see what I am doing wrong?
    Maybe someone try to build this and let me know if the problem appears for others?
    Any tip or help appreciated.
    Steve.
    Last edited by stevepa (2013-07-05 22:21:51)

    stevepa wrote:
    Anyone see what I am doing wrong?
    Maybe someone try to build this and let me know if the problem appears for others?
    Any tip or help appreciated.
    Steve.
    You are doing nothing wrong.  You are being protected as intended.
    What has happened is that a source file you have downloaded is not the same file that was downloaded by he who created the PKGBUILD.
    One of a few things have happened:
    The upstream author has changed something (bug fix) and replaced the original file.  In this case, you are trying to build something that is different than that which was tested by the packager.
    -or-
    There is a man in the middle who is attempting to trick you into running a version of the program with malicious code in it.  Either you have to find a real version, or verify by reading the code that it is okay (not recommended)
    -or-
    The file you downloaded is just corrupted.  Try deleting the downloaded source and try again.
    What can you do?  If you trust the downloaded file, perform a makepkg -g.
    It will download the source (if necessary) and will spit out the MD5 checksums for the files.  Take those md5sums and edit the PKGBUIKLD; replace the md5sums in the file with the new ones you generated.  Then, try a makepkg again to build it this time.
    Also, be sure to file a bug report in the AUR.

  • Validity check failed of oracle-sqldeveloper

    Hello Folks,
    I have tried to install the "oracle-sqldeveloper" of the AUR with yaourt from this source Arch Linux Forums
    To get the newest version I modified the PKGBUILD of oracle-sqldeveloper.
    I change the package version, the url and the the checksums.
    The checksums and the other parameters are correct but I got an error when I started building:
    ==> ERROR: One or more files did not pass the validity check!
    ==> ERROR: Makepkg was unable to build oracle-sqldeveloper.
    I have also tried to download the package from oracle directly and deploy it with a local http-server, but with the same result.
    How can I fix that problem?
    greetings

    Yes, it says, that the check for the downloaded file from the oracle site fails, but I generated the checksum with md5sum and sha256sum, but it also fails with the new check sum.
    That is true, that I´m new with arch, but I have already worked with makepkg and pacman.
    I´m using yaourt, because I need many packages that are not in the official repos.
    greetings & thx for your reply

  • Error trying to install ICM 8.0 - "FAILED TO GET SQL SERVER VERSION."

    Hello guys, i tried to install ICM 8.0 but when i click on Setup.exe appears this error:
    "FAILED TO GET SQL SERVER VERSION. MAKE SURE SQL SERVER INSTALLED PROPERLLY
    NO INSTANCE NAME FOUND.NO SCHEMA UPGRADES ATTEMPTED"
    I try to check the SQL COnfiguration, about Named Pipes, but everything is allright. Someone knows what is it?
    Thank you very much.

    You should be able to see the ICMSetup.log file somewhere - check TEMP. It seems to me that this is the first thing it does - tries to connect to the SQL database and ask for the version. Clearly it cannot. I assume you installed SQL OK, probably have the service running under a domain user created especially for the task, or the domain admin, and you are also logged in as the domain admin, and that SQL is running.
    Check that log file for clues.
    Regards,
    Geoff

  • Trying to install iTunes 10.7 fails - "The installer has insufficient privileges to access this directory: C:\Program Files (x86)\common\files\apple\MobileDeviceSupport\Sync Services\....\Windows

    I am trying to install iTunes 10.7 and keep getting this error message (I am running Win 7 Ultimate 64 bit):
    "The installer has insufficient privileges to access this directory: C:\Program Files (x86)\common\files\apple\MobileDeviceSupport\Sync Services\....\Windows"
    There seem to be other threads that deal with other permission errors, those fixes did not work for this.
    Thanks

    That one's consistent with disk/file damage. The first thing I'd try with that is running a disk check (chkdsk) over your C drive.
    XP instructions in the following document: How to perform disk error checking in Windows XP
    Vista instructions in the following document: Check your hard disk for errors
    Windows 7 instructions in the following document: How to use CHKDSK (Check Disk)
    Select both Automatically fix file system errors and Scan for and attempt recovery of bad sectors, or use chkdsk /r (depending on which way you decide to go about doing this). You'll almost certainly have to schedule the chkdsk to run on startup. The scan should take quite a while ... if it quits after a few minutes or seconds, something's interfering with the scan.
    Does the chkdsk find/repair any damage? If so, can you get an install to go through properly afterwards?

  • Tried to install 10.5, it failed, now computer won't start

    I have 400mhz g4 with a 1.0ghz accelerator and 1 gig of ram in it. Tried to install 10.5 on, the installation failed for unknown reasons, now the computer gets stuck on start up. Specifically, I get the grey apple and spinning pinwheel, but the system just hangs there, even after 20 minutes.
    I tried sticking the 10.5 and 10.4 disk in and starting up from (i.e. holding down the C key). I tried booting in safe mode and from the usb 2.0 disk that's attached via a PCI card. I have a complete backup of the machine, made via Super Duper, so I'm not really worried, but I just need to figure out a way to boot the machine. Any ideas?

    What kind of 10.5 disk did you use? If it was a grey system disk from a newer Intel-based Mac, that disk has no 10.5 code that a G4 processor can read and could leave you with what you describe.
    I tried booting ........... from the usb 2.0 disk that's attached via a PCI card.
    In spite of what Apple says (here), it's hard to find a G-series Mac that likes to boot from a USB device. Do you have one with FireWire connectivity? And some system software may have to load before the USB bus wakes up. You can try it on oneof the logic board 1.1 ports--has a better chance of getting a boot from there than a PCI card. But don't be surprised if it still doesn't boot.
    The 10.5 installer requires a minimum 867 mHz processor and may look at something stored in ROM on the computer rather than actually polling the new processor before deciding if it can install. Although you have an upgraded processor, the installer may be reading the original specs off the Machine type code or other parameter that was not affected by the upgrade.

  • Trying to install itunes after upgrade failed

    I am trying to install itunes. i tried to upgrade and it failed and the old version of itunes had already been uninstalled.
    This is exactly what the error message says: Error 1304.Error writing to file C:\Program Files\iTunes\CD Configuration\gcdrdll.cfg. Verify that you have access to that directory.
    Please Help!!!

    hi Emily!
    (apologies for being taken aback by your previous post about this ... we've had a second report of a 1304 since then.)
    okay, lets try ensuring that you have both your
    b antivirus and antispyware
    packages switched off prior to installs. also head here:
    http://docs.info.apple.com/article.html?artnum=93976
    ... and apply as much of the
    b general
    advice on installation errors as possible.
    the InstallShield Tips and Pointers on installation best pratices have also proved useful with these less-well-documented errors:
    http://consumer.installshield.com/faq.asp#ts
    keep us posted on your progress.
    love, b

  • Tried to install Flash Player. Failed to initialize (XP)

    I uninstalled my old Flash Player and tried to install latest from Down loads. Get error msg: "Installation encountered errors. Failed to initialize." I changed Security setting to Medium, did everything in the Troubleshoot page instructions. Still get same error message. Now I have no Flash Player at all.
    Sorry about the stupid username...sign-in wouldn't let me use my name...Gigi.

    OK, no error message, but here is the copy/paste of the flash install.log file. Please help. THANKS.
    =O====== M/10.3.181.14 2011-05-17+14-45-46.609 ========
    0000 00000010 "C:\Documents and Settings\Brian Mason\Local Settings\Temporary Internet Files\Content.IE5\ICE4WWG5\uninstall_flash_player[1].exe" -force 
    0001 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0002 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0003 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0004 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0005 00001018
    0006 00001015 C:\WINDOWS\System32\Macromed\Flash\Flash10a.ocx 20
    0007 00000018
    0008 00001015 C:\WINDOWS\System32\Macromed\Flash\Flash10a.ocx 20
    0009 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0010 00001037 Software\Macromedia\FlashPlayerActiveX/ 2
    0011 00001037 Software\Macromedia\FlashPlayer/FlashPlayerVersion 2
    0012 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0013 00001037 Software\Microsoft\Code Store Database\Distribution Units\{D27CDB6E-AE6D-11CF-96B8-444553540000}/ 2
    0014 00001021
    0015 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0016 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0017 00001037 Software\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\{2CA4F306-B280-4ab2-B5E1-1DFA3583F046}/C:\WINDOWS\system32\FlashPlayerCPLApp.c pl 2
    0018 00001040
    0019 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0020 00001018
    0021 00001036 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0022 00001037 SOFTWARE\MozillaPlugins\@adobe.com/FlashPlayer/ 2
    0023 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player Plugin/ 2
    0024 00001019
    0025 00001020
    0026 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0027 00001037 Software\Macromedia\FlashPlayerPlugin/ 2
    0028 00001037 Software\Macromedia\FlashPlayer/FlashPlayerVersion 2
    0029 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0030 00001021
    0031 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0032 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0033 00001037 Software\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\{2CA4F306-B280-4ab2-B5E1-1DFA3583F046}/C:\WINDOWS\system32\FlashPlayerCPLApp.c pl 2
    0034 00001040
    0035 00001015 C:\WINDOWS\system32\Macromed\Flash\Flash10a.ocx 20
    0036 00000018
    0037 00001015 C:\WINDOWS\system32\Macromed\Flash\Flash10a.ocx 20
    0038 00001036 Software\Mozilla\Firefox\extensions/Plugins 2
    0039 00001036 Software\Mozilla\Mozilla Firefox\extensions/Plugins 2
    0040 00001036 Software\Opera Software/Last CommandLine 2
    0041 00001036 Software\Opera Software/Last CommandLine 2
    0042 00001036 Software\Opera Software/Plugin Path 2
    0043 00001036 Software\Opera Software/Plugin Path 2
    =X====== M/10.3.181.14 2011-05-17+14-45-57.640 ========
    =O====== M/10.3.181.14 2011-05-17+17-57-45.828 ========
    0000 00000010 "C:\WINDOWS\Downloaded Program Files\FP_AX_CAB_INSTALLER.exe" /RegServer
    0001 00001036 Software\Macromedia\FlashPlayer\SafeVersions/10.0 2
    0002 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0003 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0004 00001036 Software\Macromedia\FlashPlayer\SafeVersions/10.0 2
    0005 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0006 00000013 C:\WINDOWS\system32\Macromed\Flash\Flash10q.ocx
    0007 00000015 C:\WINDOWS\system32\Macromed\Flash\FlashUtil10q_ActiveX.exe
    0008 00000016 C:\WINDOWS\system32\Macromed\Flash\FlashUtil10q_ActiveX.dll
    0009 00000019 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl
    =X====== M/10.3.181.14 2011-05-17+17-58-01.078 ========
    =O====== M/10.3.181.14 2011-06-03+16-12-31.625 ========
    0000 00000010 "C:\WINDOWS\system32\Macromed\Flash\FlashUtil10q_ActiveX.exe" -update activex
    0001 00000011 0
    =X====== M/10.3.181.14 2011-06-03+16-13-06.468 ========
    =O====== M/10.3.181.16 2011-06-03+16-13-06.828 ========
    0000 00000010 "C:\DOCUME1\BRIANM1\LOCALS~1\Temp\3.dir\InstallFlashPlayer.exe" -iv 0
    0001 00000013 C:\WINDOWS\system32\Macromed\Flash\Flash10r.ocx
    0002 00000015 C:\WINDOWS\system32\Macromed\Flash\FlashUtil10r_ActiveX.exe
    0003 00000016 C:\WINDOWS\system32\Macromed\Flash\FlashUtil10r_ActiveX.dll
    0004 00000019 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl
    0005 00001024 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl 183
    =X====== M/10.3.181.16 2011-06-03+16-14-16.703 ========
    =O====== M/10.3.181.16 2011-06-09+00-37-43.328 ========
    0000 00000010 "C:\WINDOWS\system32\Macromed\Flash\FlashUtil10r_ActiveX.exe" -update activex
    0001 00000011 0
    =X====== M/10.3.181.16 2011-06-09+00-38-00.593 ========
    =O====== M/10.3.181.23 2011-06-09+00-38-00.765 ========
    0000 00000010 "C:\DOCUME1\BRIANM1\LOCALS~1\Temp\18.dir\InstallFlashPlayer.exe" -iv 0
    0001 00000013 C:\WINDOWS\system32\Macromed\Flash\Flash10s.ocx
    0002 00000015 C:\WINDOWS\system32\Macromed\Flash\FlashUtil10s_ActiveX.exe
    0003 00000016 C:\WINDOWS\system32\Macromed\Flash\FlashUtil10s_ActiveX.dll
    0004 00000019 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl
    0005 00001024 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl 183
    =X====== M/10.3.181.23 2011-06-09+00-38-23.375 ========
    =O====== M/10.3.181.23 2011-06-19+15-49-35.640 ========
    0000 00000010 "C:\WINDOWS\system32\Macromed\Flash\FlashUtil10s_ActiveX.exe" -update activex
    0001 00000011 0
    =X====== M/10.3.181.23 2011-06-19+15-50-12.687 ========
    =O====== M/10.3.181.26 2011-06-19+15-50-12.750 ========
    0000 00000010 "C:\DOCUME1\BRIANM1\LOCALS~1\Temp\26.dir\InstallFlashPlayer.exe" -iv 0
    0001 00001039
    =X====== M/10.3.181.26 2011-06-19+15-50-16.390 ========
    =O====== M/10.3.181.23 2011-06-23+20-07-18.343 ========
    0000 00000010 "C:\WINDOWS\system32\Macromed\Flash\FlashUtil10s_ActiveX.exe" -update activex
    0001 00000011 0
    =X====== M/10.3.181.23 2011-06-23+20-07-38.265 ========
    =O====== M/10.3.181.26 2011-06-23+20-07-38.328 ========
    0000 00000010 "C:\DOCUME1\BRIANM1\LOCALS~1\Temp\19.dir\InstallFlashPlayer.exe" -iv 0
    0001 00001039
    =X====== M/10.3.181.26 2011-06-23+20-07-40.531 ========
    =O====== M/10.3.181.23 2011-07-13+18-04-53.687 ========
    0000 00000010 "C:\WINDOWS\system32\Macromed\Flash\FlashUtil10s_ActiveX.exe" -update activex
    0001 00000011 0
    =X====== M/10.3.181.23 2011-07-13+18-05-16.968 ========
    =O====== M/10.3.181.26 2011-07-13+18-05-17.234 ========
    0000 00000010 "C:\DOCUME1\BRIANM1\LOCALS~1\Temp\19.dir\InstallFlashPlayer.exe" -iv 0
    0001 00000013 C:\WINDOWS\system32\Macromed\Flash\Flash10t.ocx
    0002 00000015 C:\WINDOWS\system32\Macromed\Flash\FlashUtil10t_ActiveX.exe
    0003 00000016 C:\WINDOWS\system32\Macromed\Flash\FlashUtil10t_ActiveX.dll
    0004 00000019 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl
    0005 00001024 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl 183
    =X====== M/10.3.181.26 2011-07-13+18-05-48.046 ========
    =O====== M/10.3.181.26 2011-08-07+16-54-51.078 ========
    0000 00000010 C:\WINDOWS\system32\Macromed\Flash\FlashUtil10t_ActiveX.exe -maintain activex
    0001 00001015 C:\WINDOWS\system32\Macromed\Flash\FlashUtil10t_ActiveX.exe 5
    0002 00000018
    0003 00001015 C:\WINDOWS\system32\Macromed\Flash\FlashUtil10t_ActiveX.exe 5
    0004 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0005 00001037 Software\Macromedia\FlashPlayerActiveX/ 2
    0006 00001037 Software\Macromedia\FlashPlayer/FlashPlayerVersion 2
    0007 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0008 00001037 Software\Microsoft\Code Store Database\Distribution Units\{D27CDB6E-AE6D-11CF-96B8-444553540000}/ 2
    0009 00001021
    0010 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0011 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0012 00001015 C:\WINDOWS\system32\Macromed\Flash\FlashUtil10t_ActiveX.exe 5
    0013 00000012
    =X====== M/10.3.181.26 2011-08-07+16-55-15.687 ========
    =O====== M/10.3.181.34 2011-08-07+17-21-25.500 ========
    0000 00000010 "C:\Documents and Settings\Brian Mason\Local Settings\Temporary Internet Files\Content.IE5\RI72Z1H3\fp_10.3.181.34_archive[1]\fp_10.3.181.34_archive\10_3r181_34_d ebug\flashplayer10_3r181_34_winax_debug.exe"
    0001 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0002 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0003 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0004 00000013 C:\WINDOWS\system32\Macromed\Flash\Flash10u.ocx
    0005 00000015 C:\WINDOWS\system32\Macromed\Flash\FlashUtil10u_ActiveX.exe
    0006 00000016 C:\WINDOWS\system32\Macromed\Flash\FlashUtil10u_ActiveX.dll
    0007 00000019 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl
    0008 00000020 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl
    =X====== M/10.3.181.34 2011-08-07+17-22-02.375 ========
    =O====== M/10.3.181.34 2011-08-07+17-22-52.828 ========
    0000 00000010 "C:\Documents and Settings\Brian Mason\Local Settings\Temporary Internet Files\Content.IE5\RI72Z1H3\fp_10.3.181.34_archive[1]\fp_10.3.181.34_archive\10_3r181_34_d ebug\flashplayer10_3r181_34_win_debug.exe"
    0001 00001036 Software\Macromedia\FlashPlayerPlugin/Version 2
    0002 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0003 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0004 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    =X====== M/10.3.181.34 2011-08-07+17-23-26.234 ========
    =O====== M/10.3.183.5 2011-08-11+16-30-22.968 ========
    0000 00000010 "C:\Documents and Settings\Brian Mason\Local Settings\Temporary Internet Files\Content.IE5\ICE4WWG5\install_flash_player_ax[1].exe"
    0001 00001015 C:\WINDOWS\system32\Macromed\Flash\Flash10u.ocx 20
    0002 00000018
    0003 00001015 C:\WINDOWS\system32\Macromed\Flash\Flash10u.ocx 20
    0004 00000013 C:\WINDOWS\system32\Macromed\Flash\Flash10v.ocx
    0005 00000015 C:\WINDOWS\system32\Macromed\Flash\FlashUtil10v_ActiveX.exe
    0006 00000016 C:\WINDOWS\system32\Macromed\Flash\FlashUtil10v_ActiveX.dll
    0007 00000019 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl
    0008 00000020 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl
    0009 00001024 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl 183
    =X====== M/10.3.183.5 2011-08-11+16-32-18.218 ========
    =O====== M/10.3.183.5 2011-08-12+12-32-49.031 ========
    0000 00000010 "C:\Documents and Settings\Brian Mason\Local Settings\Temporary Internet Files\Content.IE5\O0H3DBNI\install_flash_player_10_active_x[1].exe"
    0001 00000013 C:\WINDOWS\system32\Macromed\Flash\Flash10v.ocx
    0002 00000015 C:\WINDOWS\system32\Macromed\Flash\FlashUtil10v_ActiveX.exe
    0003 00000016 C:\WINDOWS\system32\Macromed\Flash\FlashUtil10v_ActiveX.dll
    0004 00000019 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl
    0005 00000020 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl
    0006 00001024 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl 183
    =X====== M/10.3.183.5 2011-08-12+12-33-24.093 ========
    =O====== M/10.3.183.5 2011-08-12+12-36-49.765 ========
    0000 00000010 "C:\DOCUME1\BRIANM1\LOCALS~1\Temp\InstallAX.exe" -install activex -msi
    0001 00001015 C:\WINDOWS\system32\Macromed\Flash\Flash10v.ocx 20
    0002 00000018
    0003 00001015 C:\WINDOWS\system32\Macromed\Flash\Flash10v.ocx 20
    0004 00000013 C:\WINDOWS\system32\Macromed\Flash\Flash10v.ocx
    0005 00001025 C:\WINDOWS\system32\Macromed\Flash\Flash10v.ocx:32
    =X====== M/10.3.183.5 2011-08-12+12-36-51.984 ========
    =O====== M/10.3.183.5 2011-08-14+00-55-00.937 ========
    0000 00000010 "C:\Documents and Settings\Brian Mason\Desktop\install_flash_player_10_active_x.exe"
    0001 00001037 SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe Flash Player ActiveX/ 2
    0002 00000013 C:\WINDOWS\system32\Macromed\Flash\Flash10v.ocx
    0003 00000015 C:\WINDOWS\system32\Macromed\Flash\FlashUtil10v_ActiveX.exe
    0004 00000016 C:\WINDOWS\system32\Macromed\Flash\FlashUtil10v_ActiveX.dll
    0005 00000019 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl
    0006 00000020 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl
    0007 00001024 C:\WINDOWS\system32\FlashPlayerCPLApp.cpl 183
    =X====== M/10.3.183.5 2011-08-14+00-55-25.015 ========

  • [Solved] Yaourt doesn't install dependencies?

    I'm trying to get yaourt to install netflix-desktop and after asking if i want to edit PKGBUILD it states the dependencies.  The first few are already installed, but then it hits the ones that are not on the system. Problem is that it states that it is "building from AUR" for all of them, but when I get to installing netflix-desktop, it says they are not found.  Do i seriously have to manually go through all dependencies and install them?
    There must be a way to get yaourt to install them by itself.
    Last edited by Xerict (2013-11-22 20:55:53)

    Here is the output:
    [xxxx@arch ~]$ yaourt -S netflix-desktop
    ==> Downloading netflix-desktop PKGBUILD from AUR...
    x NetflixIcon.png
    x netflix-desktop.install
    x netflix-desktop.desktop
    x PKGBUILD
    x netflix-desktop.launcher
    Comment by anish (2013-11-05 08:22)
    You can ignore the fixme: errors, they're just informative and do not affect netflix. What is the wine-silverlight version you are running ?
    Comment by kjslag (2013-11-16 23:06)
    I was using wine-silverlight 1.7.5-2. I just upgraded to 1.7.6-1 and now it works. thanks!
    Comment by kjell (2013-11-18 22:28)
    Is there any way to stop it from starting @compholio.com. Changing the homepage isn't working.
    Comment by anish (2013-11-18 22:36)
    @kjell Yes. Change line 29 in /usr/bin/netflix-desktop to whatever you like, or launch netflix-desktop as :
    netflix-desktop URL="www.foo.com"
    Comment by kjell (2013-11-22 07:32)
    @anish Thanks, I have it changed to netflix.com now.
    netflix-desktop 0.8.5-6 (Mon Nov 19 20:13:54 CST 2012)
    ( Unsupported package: Potentially dangerous ! )
    ==> Edit PKGBUILD ? [Y/n] ("A" to abort)
    ==> ------------------------------------
    ==> n
    ==> netflix-desktop dependencies:
    - ttf-ms-fonts (already installed)
    - zenity (already installed)
    - wget (already installed)
    - python2-pyxattr (already installed)
    - wine-silverlight>=1.7.6-1 (building from AUR)
    - wine-browser-installer (building from AUR)
    - lib32-libsm (building from AUR)
    - lib32-alsa-lib (building from AUR)
    - lib32-openal (building from AUR)
    - lib32-mpg123 (building from AUR)
    - lib32-libpng12 (building from AUR)
    - lib32-libpng (building from AUR)
    - lib32-libxcomposite (building from AUR)
    ==> Edit netflix-desktop.install ? [Y/n] ("A" to abort)
    ==> ---------------------------------------------------
    ==> n
    ==> Continue building netflix-desktop ? [Y/n]
    ==> -----------------------------------------
    ==>
    ==> Building and installing package
    ==> Install or build missing dependencies for netflix-desktop:
    error: target not found: lib32-libpng12
    error: target not found: lib32-mpg123
    error: target not found: lib32-alsa-lib
    error: target not found: lib32-libxcomposite
    error: target not found: lib32-libpng
    error: target not found: lib32-openal
    error: target not found: lib32-libsm
    ==> Restart building netflix-desktop ? [y/N]
    ==> ----------------------------------------
    ==>
    It just looks like it SAID it was installing dependencies, but was totally lying...

  • I have Firefox for U3 and lately it keeps trying to instal an update, which fails and a 2nd window tells me another copy of F'fox is running (which isn't) and when I close the window F'fox starts anyway, but all this takes a lot of time.

    I have Firefox for U3 on my Verbatim stick to run on whatever computer I happen to be using. Lately every time I try to open F'fox a window comes up saying "Firefox is installing your updates and will start in a few moments." The status bar indicates the update is progressing, 'though a bit slowly, then suddenly it's done and the window disappears, only to be followed by another window coming up which says "The update could not be installed. Please make sure there are no other copies of Firefox running on you computer and then re-start Firefox to try again."
    If I press the 'OK' button OR press the Close button, the window disappears, but then F'fox starts up all by itself anyway.
    How can I stop this updating problem happening every time and on every computer I use.

    Try to disable hardware acceleration.
    *Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"
    If disabling hardware acceleration works then check if there is an update available for your graphics display driver.
    Try to toggle some Boolean gfx.font_rendering prefs on the about:config page to disable some features.
    Filter: gfx
    Some to try:
    * set gfx.direct2d.disabled to true to disable Direct2D
    * set gfx.font_rendering.directwrite.use_gdi_table_loading to false.
    To open the <i>about:config</i> page, type <b>about:config</b> in the location (address) bar and press the "<i>Enter</i>" key, just like you type the url of a website to open a website.<br />
    If you see a warning then you can confirm that you want to access that page.<br />
    *Use the Filter bar at to top of the about:config page to locate a preference more easily.
    *Preferences that have been modified show as bold (user set).
    *Preferences can be reset to the default or changed via the right-click context menu.

  • Tried to install Flash Player. Failed to initialize (Window 7 Ultimate)

    I was trying to update my flash player but cant seem to be able to do so. I need it to play games on facebook.
    Have done everything on the troubleshoot page.
    Thank you

    Download the Adobe Flash Player installer directly by right
    clicking one of the following links:  Flash Player for ActiveX (Internet Explorer) or Flash Player Plug-in (All other browsers) and selecting "Save target as" or "Save Link as".
    Save it to your Downloads folder - DO NOT run it yet.
    Reboot your system.
    BEFORE opening anything else, go to your Downloads folder and run the installer.
    If IE still gives you trouble, see: Enabling Flash Player in Internet Explorer  and ActiveX Filtering in Internet Explorer  to be sure it's enabled and ActiveX isn't blocking content.

  • [SOLVED] pacman keeps trying to install 32bit packages on my 64bit OS

    Hi,
    I have just installed Arch linux first time (ISO as of 01 Nov). My OS should be 64bit (my hw is 64bit) but pacman fails on any package I try to install.
    Example
    $ pacman -S grub
    error: failed to prepare transaction (package architecture is not valid)
    :: package grub-1:2.02.beta2-5-i686 does not have a valid architecture
    So it tries to install 32bit package (and fails), but why?
    My system:
    $ uname -a
    Linux archiso 3.17.1-1-ARCH #1 SMP PREEMPT Wed Oct 15 15:04:35 CEST 2014 x86_64 GNU/Linux
    I checked /etc/pacman.conf:
    Architecture = auto
    and /etc/pacman.d/mirrorlist (the first three entries are shown; all of the mirrors have the same format):
    ## Score: 0.3, Germany
    Server = http://mirror.gnomus.de/$repo/os/$arch
    ## Score: 0.3, France
    Server = http://archlinux.polymorf.fr/$repo/os/$arch
    ## Score: 0.5, Netherlands
    Server = http://ftp.nluug.nl/os/Linux/distr/archlinux/$repo/os/$arch
    And it is not only grub, it is any package (e.g. gamin, lxde)
    Last edited by arthurdent84 (2014-12-03 14:59:34)

    Spider.007 wrote:What does pacman --debug tell you about 'arch:' (which is de detected architecture)?
    debug: config: arch: x86_64
    and of course the mirrors added look like this:
    debug: adding new server URL to database 'core': http://mirror.gnomus.de/core/os/x86_64

Maybe you are looking for

  • Migration from Oracle App Server 10.1.3.5 to WebLogic 12 - Expected issues?

    Hi all, the company I work for wants to migrate its Oracle Application Server 10.1.3.5 (with JRE 1.6) to WebLogic 12 and we need to guess which kind of remediation could be needed to have all web-apps still working. The concerned applications are usi

  • What is the square on the thumbnail?

    Could anyone tell me what the square on the thumbnail is? When I double click on the thumbnail it takes me to the color picker and allows me to change the color of the layer. Just trying to figure out what it is and how it works

  • How to use IWDClientUser in JavaBean

    I can not found jar file inculde com.sap.tc.webdynpro.services.sal.um.api.IWDClientUser , please help to me .

  • Done with worst buy warranty is worthless

    My wife urgently needs the POS phone she bought from worst buy in August 2013. She is stage four cancer and HAS TO HAVE A PHONE. Galaxy three will not charge, we have tried different chargers and we swapped her battery into another phone and it will

  • Yaourt takes several minutes before start downloading

    Hello everyone, I'm having a problem when I want to deal with any package in AUR repo using yaurt. It takes several minutes before start downloading. For example: $:> time yaourt -Ssa package-query aur/package-query 1.1-2 [installed] (1656) Query ALP