MAKEPKG to build i686 wine on x86-64 gives [SOLVED]

Hi forum readers,
I followed the AUR User Guildlines down to the letter and all was well until I ran into this error at the bottom:
[sharpie@sexmachine ~]$ sudo pacman -Sy base-devel
Password:
:: Synchronizing package databases...
core 33.0K 165.6K/s 00:00:00 [#####################] 100%
extra 378.0K 698.2K/s 00:00:01 [#####################] 100%
community 366.0K 688.3K/s 00:00:01 [#####################] 100%
base-devel package not found, searching for group...
:: group base-devel (including ignored packages):
autoconf automake bin86 bison ed fakeroot flex gcc libtool m4
make patch pkgconfig
:: Install whole content? [Y/n]
warning: gcc-4.3.3-1 is up to date -- reinstalling
warning: libtool-2.2.6a-1 is up to date -- reinstalling
resolving dependencies...
looking for inter-conflicts...
Targets (13): m4-1.4.13-1 autoconf-2.63-1 automake-1.10.2-1 bin86-0.16.17-3
bison-2.4.1-1 ed-1.2-1 fakeroot-1.12.2-2 flex-2.5.35-1
gcc-4.3.3-1 libtool-2.2.6a-1 make-3.81-4 patch-2.5.9-2
pkgconfig-0.23-1
Total Download Size: 2.77 MB
Total Installed Size: 84.92 MB
Proceed with installation? [Y/n]
:: Retrieving packages from core...
m4-1.4.13-1-x86_64 202.5K 469.8K/s 00:00:00 [#####################] 100%
autoconf-2.63-1-x86_64 705.0K 499.9K/s 00:00:01 [#####################] 100%
automake-1.10.2-1-x... 553.3K 880.6K/s 00:00:01 [#####################] 100%
bin86-0.16.17-3-x86_64 64.0K 238.0K/s 00:00:00 [#####################] 100%
bison-2.4.1-1-x86_64 449.3K 791.4K/s 00:00:01 [#####################] 100%
ed-1.2-1-x86_64 50.2K 193.3K/s 00:00:00 [#####################] 100%
fakeroot-1.12.2-2-x... 56.7K 214.8K/s 00:00:00 [#####################] 100%
flex-2.5.35-1-x86_64 191.8K 451.8K/s 00:00:00 [#####################] 100%
make-3.81-4-x86_64 448.7K 769.6K/s 00:00:01 [#####################] 100%
patch-2.5.9-2-x86_64 54.4K 205.3K/s 00:00:00 [#####################] 100%
pkgconfig-0.23-1-x86_64 58.2K 219.8K/s 00:00:00 [#####################] 100%
checking package integrity...
(13/13) checking for file conflicts [#####################] 100%
( 1/13) installing m4 [#####################] 100%
( 2/13) installing autoconf [#####################] 100%
( 3/13) installing automake [#####################] 100%
( 4/13) installing bin86 [#####################] 100%
( 5/13) installing bison [#####################] 100%
( 6/13) installing ed [#####################] 100%
( 7/13) installing fakeroot [#####################] 100%
updating /etc/ld.so.conf... done.
The package is built using sysv ipc. If this causes segfaults
see included README file and rebuild the pkg --with-ipc=tcp
( 8/13) installing flex [#####################] 100%
( 9/13) upgrading gcc [#####################] 100%
(10/13) upgrading libtool [#####################] 100%
(11/13) installing make [#####################] 100%
(12/13) installing patch [#####################] 100%
Optional dependencies for patch
ed: Interpret the patch as an ed script; for patch -e
functionality(deprecated)
(13/13) installing pkgconfig [#####################] 100%
[sharpie@sexmachine ~]$ mkdir ~/builds
[sharpie@sexmachine ~]$ cd b
b_drive/ builds/
[sharpie@sexmachine ~]$ cd builds/
[sharpie@sexmachine builds]$ tar -xvzf bin32-wine.tar.gz
tar: Record size = 12 blocks
bin32-wine
bin32-wine/PKGBUILD
bin32-wine/binarynames
[sharpie@sexmachine builds]$ ls
bin32-wine bin32-wine.tar.gz
[sharpie@sexmachine builds]$ cd bin32-wine
[sharpie@sexmachine bin32-wine]$ ls
PKGBUILD binarynames
[sharpie@sexmachine bin32-wine]$ make
make makeconv makekdewidgets
makecert makeinfo makepkg
[sharpie@sexmachine bin32-wine]$ makepkg -s
==> Making package: bin32-wine 1.1.18-1 x86_64 (Sat Apr 18 18:08:19 UTC 2009)
==> Checking Runtime Dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for inter-conflicts...
Targets (11): lib32-libjpeg-6b-6 lib32-alsa-lib-1.0.19-1
lib32-zlib-1.2.3.3-3 lib32-freetype2-2.3.9-1
lib32-expat-2.0.1-2 lib32-fontconfig-2.6.0-2
lib32-libxslt-1.1.24-2 lib32-libxml2-2.7.3-1
lib32-libxrender-0.9.4-1 lib32-libxfixes-4.0.3-1
lib32-libxdamage-1.1.1-1
Total Download Size: 1.71 MB
Total Installed Size: 4.18 MB
Proceed with installation? [Y/n]
:: Retrieving packages from community...
lib32-libjpeg-6b-6 74.3K 257.5K/s 00:00:00 [#####################] 100%
lib32-alsa-lib-1.0.19-1 368.3K 694.9K/s 00:00:01 [#####################] 100%
lib32-zlib-1.2.3.3-3 45.1K 167.8K/s 00:00:00 [#####################] 100%
lib32-freetype2-2.3.9-1 303.6K 596.3K/s 00:00:01 [#####################] 100%
lib32-expat-2.0.1-2 72.8K 256.2K/s 00:00:00 [#####################] 100%
lib32-fontconfig-2.... 100.3K 288.1K/s 00:00:00 [#####################] 100%
lib32-libxslt-1.1.24-2 136.4K 354.9K/s 00:00:00 [#####################] 100%
lib32-libxml2-2.7.3-1 619.3K 913.5K/s 00:00:01 [#####################] 100%
lib32-libxrender-0.... 15.9K 114.7K/s 00:00:00 [#####################] 100%
lib32-libxfixes-4.0.3-1 7.2K 103.5K/s 00:00:00 [#####################] 100%
lib32-libxdamage-1.... 4.3K 61.9K/s 00:00:00 [#####################] 100%
checking package integrity...
(11/11) checking for file conflicts [#####################] 100%
( 1/11) installing lib32-libjpeg [#####################] 100%
( 2/11) installing lib32-alsa-lib [#####################] 100%
( 3/11) installing lib32-zlib [#####################] 100%
( 4/11) installing lib32-freetype2 [#####################] 100%
( 5/11) installing lib32-expat [#####################] 100%
( 6/11) installing lib32-fontconfig [#####################] 100%
( 7/11) installing lib32-libxslt [#####################] 100%
( 8/11) installing lib32-libxml2 [#####################] 100%
( 9/11) installing lib32-libxrender [#####################] 100%
(10/11) installing lib32-libxfixes [#####################] 100%
(11/11) installing lib32-libxdamage [#####################] 100%
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
-> Found binarynames in build dir
-> Downloading wine-1.1.18-1-i686.pkg.tar.gz...
--2009-04-18 18:08:39-- ftp://ftp.heanet.ie/mirrors/ftp.archlinux.org/extra/os/i686/wine-1.1.18-1-i686.pkg.tar.gz
=> `wine-1.1.18-1-i686.pkg.tar.gz.part'
Resolving ftp.heanet.ie... 193.1.193.64, 2001:770:18:aa40::c101:c140
Connecting to ftp.heanet.ie|193.1.193.64|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done. ==> PWD ... done.
==> TYPE I ... done. ==> CWD /mirrors/ftp.archlinux.org/extra/os/i686 ... done.
==> SIZE wine-1.1.18-1-i686.pkg.tar.gz ... done.
==> PASV ... done. ==> RETR wine-1.1.18-1-i686.pkg.tar.gz ...
No such file `wine-1.1.18-1-i686.pkg.tar.gz'.
==> ERROR: Failure while downloading wine-1.1.18-1-i686.pkg.tar.gz
Aborting...
Googling the non-file specific portions of the error doesn't return anything, nor does the forum have any resources.  Does anyone see where I'm going wrong here?
Thank you all for reading.
Last edited by sharpie (2009-04-19 01:47:42)

From there I installed the newly created package following the AUR User Guidelines:
[sharpie@sexmachine bin32-wine]$ sudo pacman -U bin32-wine-1.1.19-1-x86_64.pkg.tar.gz
Password:
loading package data...
checking dependencies...
(1/1) checking for file conflicts [#####################] 100%
(1/1) installing bin32-wine [#####################] 100%
[sharpie@sexmachine bin32-wine]$
Then ran winecfg and...
[sharpie@sexmachine bin32-wine]$ winecfg
wine: created the configuration directory '/home/sharpie/.wine'
Xlib: extension "Generic Event Extension" missing on display ":0.0".
Xlib: extension "Generic Event Extension" missing on display ":0.0".
fixme:mixer:ALSA_MixerInit No master control found on HDA ATI HDMI, disabling mixer
Xlib: extension "Generic Event Extension" missing on display ":0.0".
Xlib: extension "Generic Event Extension" missing on display ":0.0".
Xlib: extension "Generic Event Extension" missing on display ":0.0".
Could not load Mozilla. HTML rendering will be disabled.
Xlib: extension "Generic Event Extension" missing on display ":0.0".
Xlib: extension "Generic Event Extension" missing on display ":0.0".
Xlib: extension "Generic Event Extension" missing on display ":0.0".
wine: configuration in '/home/sharpie/.wine' has been updated.
Xlib: extension "Generic Event Extension" missing on display ":0.0".
Xlib: extension "Generic Event Extension" missing on display ":0.0".
fixme:mixer:ALSA_MixerInit No master control found on HDA ATI HDMI, disabling mixer
Xlib: extension "Generic Event Extension" missing on display ":0.0".
ZOMG it worked!
I'm told that:
Xlib: extension "Generic Event Extension" missing on display ":0.0".
Is normal right now, is that correct?  I sure seem to be getting a lot of them...

Similar Messages

  • Building i686 under x86_64 error

    Have tried arch wiki guide on building i686 under x86_64 but am getting this error
    --2014-08-26 17:01:13-- https://aur.archlinux.org/packages/br/broadcom-wl/broadcom-wl.tar.gz
    Resolving aur.archlinux.org (aur.archlinux.org)... 5.9.250.164, 2a01:4f8:160:3033::2
    Connecting to aur.archlinux.org (aur.archlinux.org)|5.9.250.164|:443... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 2528 (2.5K) [application/x-gzip]
    Saving to: ‘STDOUT’
    100%[==============================================================================================>] 2,528 --.-K/s in 0s
    2014-08-26 17:01:13 (725 MB/s) - written to stdout [2528/2528]
    ==> Making package: broadcom-wl 6.30.223.248-1 (Tue 26 Aug 17:01:13 BST 2014)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving sources...
    ==> ERROR: Unknown download protocol: http
    My makepkg.i686.conf looks like this
    CARCH="i686"
    CHOST="i686-pc-linux-gnu"
    CFLAGS="-m32 -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2"
    CXXFLAGS="${CFLAGS}"
    BUILDENV=(fakeroot !distcc color !ccache check !sign)
    An am using this command
    linux32 makepkg -src --config /etc/makepkg.i686.conf
    Would very much like to build i686 packages for my laptop under x86_64 (desktop is much faster) not sure what the problem is?

    YW.  I wrote ccm to minimize the number of commands I needed for building.  I find the local repo within the chroot very handy as well.  Lemme know how you like it.
    EDIT:
    Last edited by graysky (2014-08-27 19:00:53)

  • Building 32bit wine from source

    Anyone know if it is possible to build 32bit wine from source on 64bit arch? There are patches I would like to apply to wine but currently the only way I can install wine on 64bit arch is via bin32-wine which uses the 32bit binary.
    Other distributions this is very easy. It is just a matter of installing all of the 32bit libraries as well as the 64 bit libraries. I used to do this all the time with debian. Now with arch, even installing all of the 32bit libraries it does not seem to work at all. Has anyone been able to do this?
    If someone can point me in the right direction on how to get 32bit wine to compile, i will try to make and maintain a package on the AUR which will do this.

    I needed this a couple of months back but I couldn't find any documentation on this, other than building a chroot. Which seemed too much for me. So instead I booted ubuntu ;(
    But it seems easy now: http://wiki.archlinux.org/index.php/Arc … _Arch64.3F

  • Captivate 4 crashes while working with Power Builder projects..Can anyone help to solve this issue??

    Captivate 4 crashes while working with Power Builder projects..Can anyone help to solve this issue??

    Yes but there's no point doing it here. As the Terms of Use make quite clear this is a User to User forum. It's Users like you talking to other Users. It's not a channel to communicate with Apple.
    Regards
    TD

  • Confused by makepkg output - Building Arora

    It appears that its calling g++ with different CXXFLAGS than I specified in makepkg.conf, I'm not sure if it is or not, but when reading the output during makpkg -s it looks like its using its own generic flags.
    I'm just learning ABS and I've been messing with the arora browser as a test build cause I know its small and Qt4 based, so I don't need to worry about dependancy issues.
    Here's an example of the output:
    g++ -c -m64 -pipe -march=x86-64 -mtune=generic -O2 -pipe -Wall -W -D_REENTRANT -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII -DQT_STRICT_ITERATORS -DQT_NO_UITOOLS -DGITVERSION="\"0\"" -DGITCHANGENUMBER="\"0\"" -DDATADIR=\"/usr/share\" -DPKGDATADIR=\"/usr/share/arora\" -DQT_NO_DEBUG -DQT_WEBKIT_LIB -DQT_SCRIPT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt/mkspecs/linux-g++-64 -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtScript -I/usr/include/QtWebKit -I/usr/include -I. -Iadblock -Ibookmarks -Ibookmarks/xbel -Ihistory -Ilocationbar -Inetwork -Inetwork/cookiejar -Inetwork/cookiejar/networkcookiejar -Iopensearch -Iqwebplugins -Iqwebplugins/clicktoflash -Iutils -Ilocale -I.moc -I.ui -o .obj/qrc_data.o .rcc/qrc_data.cpp
    Here's my makepkg.conf
    # ARCHITECTURE, COMPILE FLAGS
    CARCH="x86_64"
    #CHOST="x86_64-unknown-linux-gnu"
    #-- Exclusive: will only run on x86_64
    # -march (or -mcpu) builds exclusively for an architecture
    # -mtune optimizes for an architecture, but builds for whole processor family
    CFLAGS="-march=native -O2 -pipe -fomit-frame-pointer"
    CXXFLAGS="-march=native -O2 -pipe -fomit-frame-pointer"
    LDFLAGS="-Wl,--hash-style=gnu -Wl,--as-needed"
    #-- Make Flags: change this for DistCC/SMP systems
    #MAKEFLAGS="-j5"
    Anyone that can enlightent me please help :-)

    $CXXFLAGS is just an environment variable.  It only matters when it's actually called upon.  In this case, the makefile is being called with its hardcoded $CXXFLAGS:
    DEFINES = -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII -DQT_STRICT_ITERATORS -DQT_NO_UITOOLS -DGITVERSION="\"0\"" -DGITCHANGENUMBER="\"0\"" -DDATADIR=\"/usr/share\" -DPKGDATADIR=\"/usr/share/arora\" -DQT_NO_DEBUG -DQT_WEBKIT_LIB -DQT_SCRIPT_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED
    CXXFLAGS = -pipe -march=i686 -mtune=generic -O2 -pipe -Wall -W -D_REENTRANT $(DEFINES)
    You can change the PKGBUILD's make command to something like this if you want to use your own $CXXFLAGS:
    make CXXFLAGS="$CXXFLAGS -D_REENTRANT \$(DEFINES)" || return 1

  • Error building blink Win IoT

    Cannot find forum for Win IoT so added to the closest I could find.
    Hi anyone experienced this error when building the Blinky example ?
    1>------ Build started: Project: Galileo Wiring App1, Configuration: Debug Win32 ------
    1>A task was canceled.
    1>A task was canceled.
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
    ========== Deploy: 0 succeeded, 0 failed, 0 skipped ==========
    Can't get past it, I am connected to the board via Telnet with no issues so shouldnt be connection problem. Thanks in advance.

    Hello,
    Please consider use the Contact Us for help:
    http://ms-iot.github.io/content/ContactUs.htm
    MSDN seems do not have the forum you mentioned.
    Best regards,
    Barry
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • I686 CPU or x86-64 CPU?

    Well which one should i download, i have a intel core 2 duo processor, 2.4 GHz. also What is the difference between them?

    ace_w1zard wrote:
    ac wrote:
    You should definitely go for x86-64, but you'll miss out on wine and skype from the repo.
    Don't expect too much of a performance boost.
    source: http://wiki.archlinux.org/index.php/Arch64_FAQ
    what do you mean miss out on wine, i cant install wine, on the wiki you provided me it said it was stable and available in the AUR, wine is a very important program to me
    What he means is that you will not get native 64 bit support for wine. you will have to install the 32 bit versions of wine and skype.
    Even 64bit Windows 7 does not have all apps as 64 bit. All the apps that install by default into Program Files (x86) are actually 32 bit apps and the ones that go in Program Files are 64 bit apps

  • An Oracle OCCI program compiled in Win 7 x86 VC++10 crashes in a Win XP Sp3

    Hi:
    I generated a VC++ program in my computer under Win 7 32bits linked to Oracle Instant Client OCCI 11.2.0.3 library. It works very well in my machine when selecting data from a database but, when I copy this executable together with oraocci11.dll (10.2.0.3 for VC10), oci.dll and tnsnames.ora to a client machine, which does not have VC++ but it has the VC10 distributable installed, it crashes with:
    Faulting application consoracle.exe, version 0.0.0.0, faulting module unknown, version 0.0.0.0, fault address 0x003b003a.
    in the 2nd line:
    env = Environment::createEnvironment (Environment::DEFAULT);
    conn = env->createConnection (user, passwd, db);
    (env has invalid reference)
    I spent many hours trying to solve this problem without success. The environment variables: path, ORACLE_HOME are appropiately configured.
    What do you thing is happening?
    Edited by: user594948 on 22-04-2012 05:58 AM

    I found the reason of the crash. In my case I must also include the next components:
    oraociei11.dll
    oraociei11.sym
    I really should install all the instantclient components in the user computer but does noy justify, because the standalone program I made only recovers little information.
    Regards.

  • Behaviors SDK support in Win10 Preview for store apps build in win 8.1

    We are using Windows 8.1 Behavior SDK (xaml) in our win store app to bind commands to ViewModel in VS2013.
    But when we run this project on a machine with Win 10 Preview edition, these Command bindings are not working.
    We are not able to hook any command from View to ViewModel using Behavior SDK.
    Is there any alternative for it or any support planned in Win 10 as our application heavily depends on it.
    File Details:
    Name: Behaviors SDK (XAML)
    FileType: SDK
    Identity: BehaviorsXamlSDKManaged, Version=12.0
    Version: 12.0.0
    Thanks and Regards Sanjay Gupta

    We are not supporting Windows 10 in this forum yet, and the developer preview has not been released.  We will have a forum open when DP comes around, so please wait for that release and ask it again at that time.
    Matt Small - Microsoft Escalation Engineer - Forum Moderator
    If my reply answers your question, please mark this post as answered.
    NOTE: If I ask for code, please provide something that I can drop directly into a project and run (including XAML), or an actual application project. I'm trying to help a lot of people, so I don't have time to figure out weird snippets with undefined
    objects and unknown namespaces.

  • Got problems with firefox 3.x, 4.x and 5 on win 7 x86 or x64 with proxy autodetection although it works on winXP

    at work we use to setup browsers with proxy autodetection activated and it worked perfectly on all platforms we use win XP,7 and linux and with all browsers i tried (ie : IE7,8,9), firefox 3.x,4.x,5 and other ones. below a post of the original wpad.dat that worked with everything (every IP or fqdn replaced with x):
    function FindProxyForURL(url, host)
    if (isPlainHostName(host) || dnsDomainIs(host,".x.x")|| dnsDomainIs(host,".x.xx") || dnsDomainIs(host,".x.x.xx") || isInNet(host, "x.x.x.X", "255.255.0.0") || isInNet(host, "x.x.x.x", "255.255.0.0") || isInNet(host, "x.x.x.x", "255.255.0.0") || localHostOrDomainIs(host,"xxx.xxxx.xx"))
    return "DIRECT";
    else
    return "PROXY xxxxx.xxx.xxxx:3128";
    Today i decided to manage other sites with wpad.dat, and to customize proxy for each site that points to wpad.dat.
    below the new wpad.dat:
    function FindProxyForURL(url, host)
    if (isPlainHostName(host) || dnsDomainIs(host,".x.xx")|| dnsDomainIs(host,".x.xx") || dnsDomainIs(host,".x.x.xx") || isInNet(host, "x.x.x.x", "255.255.0.0") || isInNet(host, "x.x.x.x", "255.255.0.0") || isInNet(host, "x.x.x.x", "255.255.0.0") || localHostOrDomainIs(host,"x.x.xx"))
    return "DIRECT";
    else if (shExpMatch(myIpAddress(), "x.x.*"))
    return "PROXY x.X.x:3128";
    else if (shExpMatch(myIpAddress(), "x.x.x.*"))
    return "PROXY y.y.y:8181";
    else if (shExpMatch(myIpAddress(), "x.x.*"))
    return "PROXY z.z.z.z:8181";
    Since those changes it doesn't work anymore with firefox on linux and win7, but still works with any browsers on winXP and most surprising works on win7 with ie8 or ie 9 not tested with ie7.

    at work we use to setup browsers with proxy autodetection activated and it worked perfectly on all platforms we use win XP,7 and linux and with all browsers i tried (ie : IE7,8,9), firefox 3.x,4.x,5 and other ones. below a post of the original wpad.dat that worked with everything (every IP or fqdn replaced with x):
    function FindProxyForURL(url, host)
    if (isPlainHostName(host) || dnsDomainIs(host,".x.x")|| dnsDomainIs(host,".x.xx") || dnsDomainIs(host,".x.x.xx") || isInNet(host, "x.x.x.X", "255.255.0.0") || isInNet(host, "x.x.x.x", "255.255.0.0") || isInNet(host, "x.x.x.x", "255.255.0.0") || localHostOrDomainIs(host,"xxx.xxxx.xx"))
    return "DIRECT";
    else
    return "PROXY xxxxx.xxx.xxxx:3128";
    Today i decided to manage other sites with wpad.dat, and to customize proxy for each site that points to wpad.dat.
    below the new wpad.dat:
    function FindProxyForURL(url, host)
    if (isPlainHostName(host) || dnsDomainIs(host,".x.xx")|| dnsDomainIs(host,".x.xx") || dnsDomainIs(host,".x.x.xx") || isInNet(host, "x.x.x.x", "255.255.0.0") || isInNet(host, "x.x.x.x", "255.255.0.0") || isInNet(host, "x.x.x.x", "255.255.0.0") || localHostOrDomainIs(host,"x.x.xx"))
    return "DIRECT";
    else if (shExpMatch(myIpAddress(), "x.x.*"))
    return "PROXY x.X.x:3128";
    else if (shExpMatch(myIpAddress(), "x.x.x.*"))
    return "PROXY y.y.y:8181";
    else if (shExpMatch(myIpAddress(), "x.x.*"))
    return "PROXY z.z.z.z:8181";
    Since those changes it doesn't work anymore with firefox on linux and win7, but still works with any browsers on winXP and most surprising works on win7 with ie8 or ie 9 not tested with ie7.

  • Reader (version X or higher) has stopped working without crash report. (Win 7 x86)

    I am using Windows 7 32bit Home Pre.
    Version X or higher or Adobe Reader always freezes and crashes and stops running, without crash reports.
    I've already tried the lab cleaner stuff and the manually open EULA before using.
    PLEASE HELP.

    Now I have justed installed XI and installed the protected.reg thing.
    It seems okay now, but I dunno if it will screw up aagain, so I will mark as helpful first. If it f___ up again, I will post here again.
    Thanks Mr. Willener.

  • Not able to build kst (kde plotting application from AUR) [SOLVED]

    I am getting following error on running command makepkg -s :
    Starting build()...
    -- 3rd party libs for plugins--------------------
    -- Not found: Getdata, GETDATA_DIR
    -- Found Gsl:
    -- includes : /usr/include/gsl;/usr/include/gsl/..
    -- libraries: /usr/lib/libgsl.so;/usr/lib/libgslcblas.so;/usr/lib/libm.so
    -- Not found: NetCDF, set NETCDF_DIR
    -- Not found: matio, set MATIO_DIR
    -- Found CFITSIO:
    -- includes : /usr/include;/usr/include/..
    -- libraries: /usr/lib/libcfitsio.so;m
    -- Build summary----------------------------------
    -- Version : 1
    -- Path to source: /home/abcd/kst/src/kst-2.0.6
    -- Installation :
    -- /home/abcd/kst/pkg/usr//bin
    -- /home/abcd/kst/pkg/usr//lib
    -- /home/abcd/kst/pkg/usr//lib/kst2/plugins
    -- Used options:
    -- kst_version_string = 1 : Version string.
    -- kst_release = ON : Build release version: optimize for speed, don't embedded debug symbols. Toggle with '-Dkst_release=0'
    -- kst_deploy = OFF : Deploy into install dir. Toggle with '-Dkst_deploy=1'
    -- kst_merge_files = OFF : Merge files to speedup build about factor 5. Toggle with '-Dkst_merge_files=1'
    -- kst_merge_rebuild = OFF : Rebuild generated files from merged files build. Toggle with '-Dkst_merge_rebuild=1'
    -- kst_verbose = OFF : Make verbose CMake run and Makefiles. Toggle with '-Dkst_verbose=1'
    -- kst_install_prefix = /home/abcd/kst/pkg/usr/ : Install path for Kst, using a default if not set.
    -- kst_install_libdir = lib : Install directory name for libraries.
    -- kst_3rdparty = ON : Build plugins depending on 3rd party libraries. Toggle with '-Dkst_3rdparty=0'
    -- kst_dataobjects = ON : Build dataobject plugins. Toggle with '-Dkst_dataobjects=0'
    -- kst_test = OFF : Build unit tests. Toggle with '-Dkst_test=1'
    -- kst_pch = ON : Use precompiled headers. Toggle with '-Dkst_pch=0'
    -- kst_svnversion = OFF : Use svnversion's output for Kst's version information. Toggle with '-Dkst_svnversion=1'
    -- kst_rpath = OFF : Use rpath. Toggle with '-Dkst_rpath=1'
    -- kst_3rdparty_build = OFF : Download and build 3rd party libraries. Toggle with '-Dkst_3rdparty_build=1'
    -- kst_python = ON : Install Python support. Toggle with '-Dkst_python=0'
    -- kst_python_build = OFF : Download and build NumPy/SciPy then install Python support. Toggle with '-Dkst_python_build=1'
    -- kst_python_prefix = /home/abcd/kst/pkg/usr/lib/python2.7 : Path for installing python bindings.
    -- Installing python support into /home/abcd/kst/pkg/usr/lib/python2.7
    CMake Error at modules/FindNumPy.cmake:76 (math):
    math cannot parse the expression: "(1 * 10000) + (7 * 100) + 0b2": syntax
    error, unexpected exp_NUMBER, expecting $end (29)
    Call Stack (most recent call first):
    pyKst/CMakeLists.txt:35 (find_package)
    -- Configuring incomplete, errors occurred!
    ==> ERROR: A failure occurred in build().
    Aborting...
    Where could be the problem? Thanks for your help.
    Last edited by rnarch (2012-11-19 01:20:02)

    It seems that python2-numpy being a beta version in [extra] gives some trouble to cmake. If you don't need the python interface, you can try switching it off in the PKGBUILD (change -Dkst_python=1 to -Dkst_python=0 in the build section). Otherwise, downgrade numpy to stable 1.6.2
    Last edited by arojas (2012-11-18 18:03:57)

  • Makepkg does not extract anything before trying to make [SOLVED]

    I have a puzzeling problem with my makepkg. When trying to install any package from the aur (with or without yaourt) I get an error similar to this:
    [chris@cow ~]$ wget http://aur.archlinux.org/packages/opera/opera.tar.gz
    --2009-09-14 16:55:28--  http://aur.archlinux.org/packages/opera/opera.tar.gz
    Resolving aur.archlinux.org... 208.92.232.29
    Connecting to aur.archlinux.org|208.92.232.29|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 2724 (2.7K) [application/x-tgz]
    Saving to: `opera.tar.gz'
    100%[=====================================================================================================================================================================================================>] 2,724       --.-K/s   in 0.001s 
    2009-09-14 16:55:28 (2.87 MB/s) - `opera.tar.gz' saved [2724/2724]
    [chris@cow ~]$ tar -xzvf opera.tar.gz
    opera
    opera/opera.desktop
    opera/PKGBUILD
    opera/opera-qt4-theme.patch
    tar: Record size = 18 blocks
    [chris@cow ~]$ cd opera
    opera/        opera.tar.gz 
    [chris@cow ~]$ cd opera
    [chris@cow opera]$ makepkg
    ==> Making package: opera 10.00-3 x86_64 (Mon Sep 14 16:56:23 PDT 2009)
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
      -> Downloading opera-10.00.gcc4-qt4.x86_64.tar.bz2...
    --2009-09-14 16:56:24--  http://ftp.opera.com/pub/opera/linux/10 … 64.tar.bz2
    Resolving ftp.opera.com... 195.189.143.122
    Connecting to ftp.opera.com|195.189.143.122|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 9262414 (8.8M) [application/x-tar]
    Saving to: `opera-10.00.gcc4-qt4.x86_64.tar.bz2.part'
    100%[=====================================================================================================================================================================================================>] 9,262,414   79.7K/s   in 23s     
    2009-09-14 16:56:47 (399 KB/s) - `opera-10.00.gcc4-qt4.x86_64.tar.bz2.part' saved [9262414/9262414]
      -> Found opera.desktop in build dir
      -> Found opera-qt4-theme.patch in build dir
    ==> Validating source files with md5sums...
        opera-10.00.gcc4-qt4.x86_64.tar.bz2 ... Passed
        opera.desktop ... Passed
        opera-qt4-theme.patch ... Passed
    ==> Extracting Sources...
    ==> Entering fakeroot environment...
    ==> Starting build()...
    /home/chris/opera/PKGBUILD: line 24: cd: /home/chris/opera/src/opera-10.00-4585.gcc4-qt4.x86_64: No such file or directory
    sed: can't read usr/share/opera/defaults/pluginpath.ini: No such file or directory
    ==> ERROR: Build Failed.
        Aborting...
    [chris@cow opera]$
    With the good help of irc people I discovered that makepkg was not extracting archives before it tried to use them to make a package. (An example in this case would be it not extracting opera-10.00.gcc4-qt4.x86_64.bz2 and then trying to use what would have resulted from its extraction to actually make the application.) This is why it would give the "No such file or directory" error.
    I havn't the slightest clue why packages aren't extracting. Any ideas?
    Last edited by opothehippo (2009-09-23 03:14:19)

    I edited my makepkg as follows:
    642 # fix flyspray #6246
    643 local file_type=$(file -bizL "$file")
    644 echo "FILE TYPE: $file_type"
    645 local cmd=''
    646 case "$file_type" in
    647 *application/x-tar*|*application/zip*|*application/x-zip*|*application/x-cpio*)
    648 echo "CASE TAR"
    649 cmd="bsdtar -x -f" ;;
    650 *application/x-gzip*)
    651 echo "CASE GZIP"
    652 cmd="gunzip -d -f" ;;
    653 *application/x-bzip*)
    654 echo "CASE BZIP"
    655 cmd="bunzip2 -f" ;;
    656 *application/x-xz*)
    657 echo "CASE XZ"
    658 cmd="xz -d -f" ;;
    659 *)
    660 # Don't know what to use to extract this file,
    661 # skip to the next file
    662 echo "CASE SKIP"
    663 continue;;
    664 esac
    665
    I ran makepkg again and received this:
    ==> Extracting Sources...
    FILE TYPE: application/x-tar; charset=binary compressed-encoding=application/x-bzip2; charset=binary; charset=binary
    CASE SKIP
    FILE TYPE: text/plain; charset=utf-8
    CASE SKIP
    FILE TYPE: text/plain; charset=us-ascii
    CASE SKIP
    ==> Entering fakeroot environment...
    ==> Starting build()...
    /tmp/yaourt-tmp-chris/aur-opera/opera/./PKGBUILD: line 24: cd: /tmp/yaourt-tmp-chris/aur-opera/opera/src/opera-10.00-4585.gcc4-qt4.x86_64: No such file or directory
    sed: can't read usr/share/opera/defaults/pluginpath.ini: No such file or directory
    ==> ERROR: Build Failed.
    Aborting...
    Error: Makepkg was unable to build opera package.
    I have a limited understanding of this, I'm guessing makepkg does not recognize the binary and so it skips it?
    @iBertus: Thanks for veryifying it works on you 64 bit arch. However I've had this problem on 32 bit arch also.

  • Gcc 4.6.0 causes build of kernel26-lts-ck to fail [SOLVED]

    Ever since the bump to gcc 4.6.0, I have been unable to build my kernel26-lts-ck package.  It worked fine under the previous version of gcc.  Here are the last few lines (note that that "warning: variable ‘xxx’ set but not used [-Wunused-but-set-variable]" is EVERYWHERE since 4.6.0.
    Note: this happens at the "make modules" step of the process; the "make bzImage" completes without indecent.
    In file included from /dev/shm/kernel26-lts-ck/src/linux-2.6.35/arch/x86/include/asm/hardirq.h:5:0,
    from include/linux/hardirq.h:10,
    from include/linux/interrupt.h:12,
    from include/linux/netdevice.h:1220,
    from drivers/staging/vt6656/device.h:40,
    from drivers/staging/vt6656/int.h:34,
    from drivers/staging/vt6656/int.c:35:
    include/linux/irq.h: In function ‘alloc_desc_masks’:
    include/linux/irq.h:442:8: warning: variable ‘gfp’ set but not used [-Wunused-but-set-variable]
    drivers/staging/vt6656/int.c: In function ‘INTvWorkItem’:
    drivers/staging/vt6656/int.c:85:11: warning: variable ‘ntStatus’ set but not used [-Wunused-but-set-variable]
    LD [M] drivers/staging/vt6656/vt6656_stage.o
    LD [M] drivers/staging/xgifb/xgifb.o
    make: *** [drivers] Error 2
    Thoughts and suggestion are appreciated.
    Last edited by graysky (2011-04-24 15:06:33)

    And just to keep all the information here too...   I guess this is the patch you need:
    http://git.kernel.org/?p=linux/kernel/g … h=b1d670f1

  • I have Win7Pro64, tried to Un-Install Firefox control panel, no luck, tried running helper.exe from Uninstall folder and it says "Not a Valid Win-32 Application" What gives?? Just want to update to 3.6.4 and that didn't work either so I'm trying to remove

    Running Win7Pro64. Tried to update to 3.6.4 and it failed. It said to download the whole program so I did. Tried to install and says that the "License File" is missing. SO I go to un-install 3.6.3 myslef with Control Panel. All that did was remove Firefox as a listed program in control panel, all of it is still there in Explorer and it runs fine. So I go to use Helper.Exe under the Uninstall folder of Mozilla Firefox and when I click that, it says "Not a Valid Win-32 Application" What's up with that?? All I want to do is remove 3.6.3 so that I can clean install 3.6.4. I tried installing 3.6.4 two different ways with failures both times. I tried to remove 3.6.3 using two different ways, and that also failed both times.
    == This happened ==
    Just once or twice
    == I tried updating to 3.6.4. It failed both with the update and the full download, so tried to un-install 3.6.3 in control panel, then helper.exe with no luck.

    You don't want to update to 3.6.4, trust me. Stay with 3.6.3. If you need to download it again you can find it here:
    http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.6.3/win32/en-US/

Maybe you are looking for

  • Is There A Nav Bar Plugin?

    Is there I can get a navagation bar from this website and put it on this one but get it all working? I have the nav bar on the website but it tries to locally link to the webite making it un-avilable... any help would be appriciated... I orignally to

  • IPod Touch and AppleTV "bricks" the Music app

    I use the Music app on the iPod Touch to send music to an Apple TV.  If I have the iPod Touch transmitting and stop playing music (via "Pause") and I walk away from my wireless connection, I cannot access my Music collection.  The page will display w

  • Problem of Date format in Parameter dialog box

    This problem happen In Crystal XI but not in version 8.5. When a parameter dialog box showing up it provides a calander for users to select a date. When the user select a date from the calander the prompt alway return a date in the format of (yyyy-mm

  • Report Painter/Writer: Excel 2007 Integration

    Hi All, I'm facing an issue with some reports I've prepared in Report Painter that are intergrated with Microsoft Excel. When I create a Report with more than 256 columns and execute it with Excel Integration it's giving an error: Run-time error '100

  • LR5 Spot Removals disappear when choosing "Edit in... Photoshop CS5"

    This is quite frustrating. I go over my photo and remove dust specs in LR5, then choose to edit the image further in Photoshop CS5 (Right click or Cmd+E -> Edit in Adobe Photoshop CS5). When the photo opens in Photoshop all the Spot Removals I have d