Installing Murrine? "GTK+-2.8 is required to compile"

I'm getting awfully close to getting Arch to be the perfect OS. Dang, it is so nice!
When I found out that there was no Murrine package in the repos, I frolicked happily over to AUR thinking "Yay! My first AUR package!".
So I grabbed this: http://aur.archlinux.org/packages.php?d … s=0&SeB=nd
(http://cimi.netsons.org/media/download_gallery/murrine/murrine-0.53.1.tar.bz2 in particular)
I extracted it in /var/abs/local/ and was surprised to find no PKGBUILD that I had been hearing about. So I thought I would do it the old fashioned way (as per the Readme)
./configure  gave me this:
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for a BSD-compatible install... /bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... ./configure: line 8273: diff: command not found
no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for pkg-config... no
checking for GTK... configure: error: GTK+-2.8 is required to compile murrine
GTK+-2.8? Wha? I have:
extra/gtk-engines 2.12.1-1
    Theme engines for GTK+ 2
Already isntalled. Can someone tell me what I'm doing wrong? And why doesn't makepkg work with this?
Thanks!
Last edited by justaleaf (2007-10-15 20:39:12)

# pacman -S gtk-engine-murrine
error: 'gtk-engine-murrine': not found in sync db
I tried that. Here's my pacman.conf:
# /etc/pacman.conf
# See the pacman manpage for option directives
# GENERAL OPTIONS
[options]
LogFile = /var/log/pacman.log
HoldPkg = pacman glibc
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
# 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
#[testing]
Include = /etc/pacman.d/testing
[core]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/core
[extra]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/extra
#[community]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/community
#[unstable]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/unstable
# An example of a custom package repository. See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#Server = file:///home/custompkgs
I also tried -Sy:
# pacman -Sy gtk-engine-murrine
:: Synchronizing package databases...
core is up to date
extra is up to date
error: 'gtk-engine-murrine': not found in sync db
Any ideas?

Similar Messages

  • I recently upgrade to an iPAD Air. I gave my old iPAD (1st gen) to my wife.  I restored it to original factory conditions.  Now we cannot install iBook on it since it requires iOS 7.  What can we do with older iPADS that are still 100% functional.

    I recently upgrade to an iPAD Air. I gave my old iPAD (1st gen) to my wife.  I restored it to original factory conditions.  Now we cannot install iBook on it since it requires iOS 7.  What can we do with older iPADS that are still 100% functional except for the fact that you cannot updrade the iOS above version 5?

    Look at this similar problem in getting Netflix on an iPad 1. Same technique should work for you.
    https://discussions.apple.com/thread/5753106?tstart=30
     Cheers, Tom

  • I have deleted safari on os x 10.7.1  , and now I can not install it , he say " This update requires mac ox 10.6 "

    I have problems in the Safari browser  , and I have deleted the program using the "Clean My Mac" App and now I can not install it , he say " This update requires mac ox 10.6 "
    I would like to install the Safari browser on my system Lion os x 10.7.1 …..

    Upgrading to Snow Leopard
    You must purchase Snow Leopard through the Apple Store: Mac OS X 10.6 Snow Leopard - Apple Store (U.S.). The price is $19.99 plus tax. You will be sent physical media by mail after placing your order.
    After you install Snow Leopard you will have to download and install the Mac OS X 10.6.8 Update Combo v1.1 to update Snow Leopard to 10.6.8 and give you access to the App Store. Access to the App Store enables you to download Mountain Lion if your computer meets the requirements.
         Snow Leopard General Requirements
           1. Mac computer with an Intel processor
           2. 1GB of memory
           3. 5GB of available disk space
           4. DVD drive for installation
           5. Some features require a compatible Internet service provider;
               fees may apply.
           6. Some features require Apple’s MobileMe service; fees and
               terms apply.
    Actually, you cannot download Snow Leopard. You downloaded a Snow Leopard updater.

  • I have checked all of my permissions and contiue to get this message after 68% mark when trying to install Adobe flash player. User does not have sufficient privileges to install adobe flash player. A required file (C:\windows\syswow64\macromed\flash\flas

    I have checked all of my permissions and contiue to get this message after 68% mark when trying to install Adobe flash player. User does not have sufficient privileges to install adobe flash player. A required file (C:\windows\syswow64\macromed\flash\flashplayer.xpt:5) could not be written due to insufficient permission.

    Perform a clean install as described in https://forums.adobe.com/thread/928315

  • I have MacBook 2.1 Intel Core 2 Duo OS 10.6.8 want to install HP Officejet Pro 6835 which requires OS 10.7 higher. How can I do this? Possible? Or Is it possible to install 10.7 upper to my Macbook 2.1?

    I have MacBook 2.1 Intel Core 2 Duo OS 10.6.8 want to install HP Officejet Pro 6835 which requires OS 10.7 higher. How can I do this? Possible? Or Is it possible to install 10.7 upper to my Macbook 2.1?

    Lion is the highest version your can install. You need to have 2 GBs of RAM and be running Snow Leopard 10.6.8.
    Upgrading to Lion
    If your computer does not meet the requirements to install Mavericks, it may still meet the requirements to install Lion.
    You can purchase Lion at the Online Apple Store. The cost is $19.99 (as it was before) plus tax.  It's a download. You will get an email containing a redemption code that you then use at the Mac App Store to download Lion. Save a copy of that installer to your Downloads folder because the installer deletes itself at the end of the installation.
         Lion System Requirements
           1. Mac computer with an Intel Core 2 Duo, Core i3, Core i5, Core i7,
               or Xeon processor
           2. 2GB of memory
           3. OS X v10.6.6 or later (v10.6.8 recommended)
           4. 7GB of available space
           5. Some features require an Apple ID; terms apply.

  • SOS...Cant Install CS5, Exit Code 7, memory requirement not met, etc.

    I am attempting installation of newly purchased CS5 Design Premium.  My system will not support InDesign so I unchecked that before attempting install. I ran install under normal and safe boot and the following messages occur in each..
    Exit Code: 7......0 fatal error(s), 65 error(s), 124 warning(s) 
    WARNING: DW036: Payload cannot be installed due to dependent operation failure, and so on...
    and the first of the errors....
    ERROR: Updating driver data failed. Driver entry was not added. ARP estimated size 3726KB
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Adobe WinSoft Linguistics Plugin CS5: Install failed
    ERROR: DW050:  - Adobe CSXS Infrastructure CS5: Install failed
    ERROR: DW050:  - SiteCatalyst NetAverages: Install failed,
    and so on, stating all installations had failed.      
    My file system is Journaled HFS+ , (is this case-insensitive??) with 30 GB free. I am running a 32bit MacBook with OSX 10.6.8  I have been on with tech support where I purchased the CS5 design premium. I have 1GB RAM, I was told by them that I need 2GB, the box system requirements state it needs 1GB and the read me file says I need 500MB.
    Is this something that would prevent my install and cause these install errors under exit code 7?  The warning pertaining to dependent operation failure seems too generic to help at all.  I have been trying to get this program up and running for a week and my work is piling up, please help or advise.  My head is spinning!
    Note: Please keep in mind that I am new to Mac OS. I always been stuck with a Windows PC until recently. Therefore some things are difficult for me to grasp at this point.
    THANK YOU FOR ANY AND ALL HELP!SOS...Cant Install CS5, Exit Code 7, memory requirement not met, etc.

    Exit Code: 6, Exit Code: 7 Installation Errors - http://helpx.adobe.com/creative-suite/kb/errors-exit-code-6-exit.html
    Troubleshoot with install logs | CS5, CS5.5, CS6 - http://helpx.adobe.com/creative-suite/kb/troubleshoot-install-logs-cs5-cs5.html for information on how to review your installation logs

  • Itunes cannot be installed on this computer because it requires mac os x

    I just got the iphone 3g and dug out my eMac to use for the syncing. I pulled it out and downloaded the .mpkg file and put it on a thumbdrive (I have no internet at my house) and I tried to install it on the eMac and got this error --- "itunes cannot be installed on this computer because it requires mac os x 10.3.9 or higher" but I only have 10.2.8... Why does it matter what OSX I have? It's new software but who cares??
    What should I do? I dont have to get the next OSX do i?!

    Why does it matter what OSX I have?
    Newer iTunes versions require specific components in Mac OS X to operate correctly.
    What should I do? I dont have to get the next OSX do i?!
    You need to purchase and install Mac OS X 10.4 or 10.5.
    (33528)

  • App's will not install on my itouch because it requires a newer  version of ipod software. even when itunes says it has the latest software.

    app's will not install on my itouch because it requires a newer version of ipod software. even when itunes says it has the latest version of software.

    How old is your iPod. You may be out of luck if it's too old for a current IOS...

  • The installation was canceled: Install Windows: Windows cannot open the required file E:\sources\install.wim Error code: 0x80070570

    I have a Windows XP computer and accidentally formatted the C:\ Drive. I then decided to buy the Windows Vista CD installation and popped it into the CD Drive, there was a problem with the Drive so I had to move it onto a USB Drive instead(on another computer).
    When I booted my PC(C: Drive formatted) all went well until I typed in the product key and clicked next. It shows a dialog box:
    Install Windows
    Windows cannot open the required file E:\Sources\Install.wim. The file may be                                        
    corrupt or missing. Make sure all files required for installation are available, and                                                
    restart the installation. Error code: 0x80070570
    I am in urgent need of help immediately. Please help me!
    P.S. and thanks for advance for any help. Sorry for anyone with the same problem.
    PC info: HP dc5750 Small Form Factor

    It sounds like there's a problem with that file. You will need to re-copy the files to USB or even re-download the operating system from Microsoft.

  • The application was not installed on the iphone because it requires a newer version of iphone software

    Hi , I Have An Iphone 2G , Its Old I Know But I Need It , So When I Sync Any Application Like Talking Tom/Chrome/Facebook/Angry Birds I Got A Msg the application was not installed on the iphone because it requires a newer version of iphone software , My Firmware Is 3.1.3 (7E18) Which Is Last For 2G , And Last Update For Itunes , But There Is a Application Called Recored Video Worked And Synced Successfully !
    Please Help...

    If the developer of the app has updated it so that it requires a later version of iOS, there is nothing to be done. Review the requirements for the app in the App Store.
    Helpful hint: Title case (capitalizing every word in a sentence) is harder to read than standard capitalization (just the first word of a properly punctuated sentence). Some people won't read posts at all if there doesn't seem to be at least an attempt at standard grammar, spelling, punctuation and usage.
    Best of luck.

  • Help required in compiling Java Code.

    I have java1.6 installed on my PC but I want to compile my code in such a way that
    it will run on PCs with lower versions of java installed.
    I am not using any feature specific to java1.6 in my program.
    I am using Netbeans IDE 6.1
    Thanks in advance.

    calypso wrote:
    Im not 100% sure of this but I would of thought a program will compile on any version of java as long as you dont use classes that are exclusive to higher version of java
    for example i would think if you comiled the helloworld tutorial on v.1.6 it will run on computers with lower versions.
    However a program which uses the scanner class (i think exclusive to 1.6 or 1.5 not sure though) will not run on say 1.2
    CalypsoIve tested to run an complied class(version 1.6) on an computer with jre 1.5 installed(before), and it doesnt work. Dont remember precisly the error but it didnt run atleast.

  • What are the minimum requirements for compiling apps for iOS7?

    Hi, guys.
    I currently have a computer with XCode 4.6.3 and Mac OS X (v10.7.5).
    Is this enough to compile apps for the AppStore for iOS 7?
    What are the minimum requirements for compiling these apps? XCode version or both XCode and OS X versions?
    Thanks in advance,

    OK, actually this site has a better explanation of the prerequisites:
    http://readwrite.com/2013/06/12/everything-you-need-to-know-to-get-started-with- ios-7-development#awesm=~opgY8n30iuR9oM

  • Installing Murrina - Almost there but ...

    ... I get an error when I start something:
    /home/akejo/.themes/Murrina-Blu/gtk-2.0/gtkrc:57: Murrine configuration option "squaredstyle" is not supported and will be ignored.
    The steps I've done is:
    Download the theme engine and its arch PKGBUILD from http://cimi.netsons.org/pages/murrine/themes.php. I built the package and installed it, then logged out and in again.
    I downloaded some of the themes and placed them in ~/.themes/
    The panel looks ok, the colours and so on. The menu also looks neat.
    I am not sure what this error means, as I haven't used Murrina themes earlier. It might be the window borders as those I can't find anywhere(If they exist..) when I choose themes in 'Window Manager'.
    I'd appreciate any tips, hint or pointers on this one.
    Thanks in advance.

    Cimi wrote:It's a debug message when theme (gtkrc) you have installed is using squaredstyle, which is deprecated.
    The option is simply ignored (it is parsed by the engine but ignored to avoid crashes)
    Thanks.
    I thought it had something to do with window decorations, as I can't get the window decoration to show as its done on the screenies on the murrina site, I can just use the standard ones in the list and Murrina is nowhere to be found...
    Then I can ignore that message but for the window deco's... Search continues

  • CS6 won't install - says it cannot find the required files

    I downloaded Adobe CS6 Production Premium from my University's website. When I tried to install it, it says it cannot find the required files for installation. I have attached the error message I received:
    Exit Code: 6
    Please see specific errors and warnings below for troubleshooting. For example,  ERROR: DW050 ...
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 7 error(s), 0 warning(s)
    ----------- Payload: {92D58719-BBC1-4CC3-A08B-56C9E884CC2C} Microsoft_VC80_CRT_x86 1.0.0.0 -----------
    ERROR: Install MSI payload failed with error: 2 - The system cannot find the file specified.
    MSI Error message:
    ----------- Payload: {7E91BB17-16A1-42CE-9502-D6C98BE04920} PDF Settings CS6 11.0.0.0 -----------
    ERROR: Install MSI payload failed with error: 2 - The system cannot find the file specified.
    MSI Error message:
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Microsoft_VC90_CRT_x86: Install failed
    ERROR: DW050:  - PDF Settings CS6: Install failed
    ERROR: DW050:  - Microsoft_VC80_CRT_x86: Install failed
    ERROR: DW050:  - Adobe Mini Bridge CS6: Install failed
    ERROR: DW050:  - Adobe SwitchBoard 2.0: Install failed
    Any suggestions?

    start here, http://helpx.adobe.com/creative-suite/kb/errors-exit-code-6-exit.html

  • Problem installing adobe illust. .missing plugins required.???

    Just installed adobe illustrator CS6. I can't open it. message says "missing plugins required." Please help. thanks

    use the Illustrator Uninstaller to uninstall the software and be sure to check the option to remove all preferences towards the end. Also remove any left behind files of Adobe Illustrator from /Applications/Adobe Illustrator CS6 and then reinstall.

Maybe you are looking for

  • JNDI lookup in Multitired clustered architecture

    Hi alll, We are in the design phase of a multi tired clustered application. This application has jsp/servelet cluster and business application cluster. We are confused abt the JNDI lookup logic need to use in servlet cluster. Can anyone help me to fi

  • No columns in table error when committing via CachedRowSetDataProvider

    Okay, another issue that's had me scratching what's left of my hair over the past couple of days. I've got a CachedRowSetDataProvider tied to a CachedRowSetXImpl. This rowset pulls all data back from a table (command = select all FIRST_NAME, LAST_NAM

  • High Quality Display -appears corrupted

    Hello, I have a problem with High Quality display of placed TIF files (InDesign CS3 5.0.4). When viewed at high magnification the image is replaced by a solid black with diagonal black & white lines across the top section. I've read through the archi

  • File system logs are Full

    In my Database and Application Server, mount point /sapmnt/D01/global WF_LOG_000000016002_017-rwxrwxrwx   1 root       sys           2936 Jun 22  2007 WF_LOG_000000016003_017-rwxrwxrwx   1 root       sys           2936 Jun 22  2007 WF_LOG_00000001600

  • Adding locations locks up iPhoto / causes pinwheel

    Hey everyone, I have a Macbook Pro Mid-2008 running 10.6.4 w/ 2.5 GHz Intel Core 2 Duo, and 4 GB of RAM. When I try to add location to a photo, it searches for the first letter or two, and then it locks up and causes iPhoto to stop responding and jus