Find the answer to your Linux question:
Results 1 to 5 of 5
Hello I'm trying to install the following packages: Code: yum -y install tk-devel tcl-devel xorg-x11-server-sdk glibc-devel-2.10.1-2.i586 but I get depsolving problems. Here is the output: Code: Setting up Install Process ...
  1. #1
    Linux User
    Join Date
    Jul 2007
    Location
    Greece
    Posts
    277

    Missing Dependency

    Hello
    I'm trying to install the following packages:

    Code:
    yum -y install tk-devel tcl-devel xorg-x11-server-sdk glibc-devel-2.10.1-2.i586
    but I get depsolving problems.

    Here is the output:

    Code:
    Setting up Install Process
    Resolving Dependencies
    --> Running transaction check
    ---> Package glibc-devel.i586 0:2.10.1-2 set to be updated
    --> Processing Dependency: glibc = 2.10.1-2 for package: glibc-devel-2.10.1-2.i586
    --> Processing Dependency: glibc-headers = 2.10.1-2 for package: glibc-devel-2.10.1-2.i586
    ---> Package tcl-devel.x86_64 1:8.5.6-6.fc11 set to be updated
    ---> Package tk-devel.x86_64 1:8.5.6-4.fc11 set to be updated
    ---> Package xorg-x11-server-devel.x86_64 0:1.6.4-0.1.fc11 set to be updated
    --> Processing Dependency: libpciaccess-devel for package: xorg-x11-server-devel-1.6.4-0.1.fc11.x86_64
    --> Processing Dependency: pkgconfig(pciaccess) for package: xorg-x11-server-devel-1.6.4-0.1.fc11.x86_64
    --> Running transaction check
    ---> Package glibc-devel.i586 0:2.10.1-2 set to be updated
    --> Processing Dependency: glibc = 2.10.1-2 for package: glibc-devel-2.10.1-2.i586
    --> Processing Dependency: glibc-headers = 2.10.1-2 for package: glibc-devel-2.10.1-2.i586
    ---> Package libpciaccess-devel.x86_64 0:0.10.5-1.fc11 set to be updated
    --> Finished Dependency Resolution
    glibc-devel-2.10.1-2.i586 from fedora has depsolving problems
      --> Missing Dependency: glibc = 2.10.1-2 is needed by package glibc-devel-2.10.1-2.i586 (fedora)
    glibc-devel-2.10.1-2.i586 from fedora has depsolving problems
      --> Missing Dependency: glibc-headers = 2.10.1-2 is needed by package glibc-devel-2.10.1-2.i586 (fedora)
    Error: Missing Dependency: glibc = 2.10.1-2 is needed by package glibc-devel-2.10.1-2.i586 (fedora)
    Error: Missing Dependency: glibc-headers = 2.10.1-2 is needed by package glibc-devel-2.10.1-2.i586 (fedora)
     You could try using --skip-broken to work around the problem
     You could try running: package-cleanup --problems
                            package-cleanup --dupes
                            rpm -Va --nofiles --nodigest
    Does anyone know how I can resolve this? Any suggestions please?

    Thanks a lot
    One Love!!!

  2. #2
    Trusted Penguin Roxoff's Avatar
    Join Date
    Aug 2005
    Location
    Nottingham, England
    Posts
    3,392
    Do you need a specific version of glibc-devel for any particular reason? Does the problem happen if you do:
    Code:
    yum -y install tk-devel tcl-devel xorg-x11-server-sdk glibc-devel
    Linux user #126863 - see http://linuxcounter.net/

  3. #3
    Linux User
    Join Date
    Jul 2007
    Location
    Greece
    Posts
    277
    Not really.

    But I need the 32-bit version of glibc-devel

    No problems when I do:
    Code:
    yum -y install tk-devel tcl-devel xorg-x11-server-sdk glibc-devel
    but it installed the 64-bit version. Can you please let me know how can I get the 32-bit version?

    Thank you
    One Love!!!

  4. #4
    Trusted Penguin Roxoff's Avatar
    Join Date
    Aug 2005
    Location
    Nottingham, England
    Posts
    3,392
    You could try this: take a look what the latest version available is:

    Code:
    yum list available |grep glibc-devel
    and install that on a yum line of its own.

    There is a way to set the platform type in your command line to yum, but I forget what it is and I'm at work (on a non-Linux operating system at the moment).

    The other solution is to use a graphical tool like yumex and tick the box for the i686 or i586 version of glibc-devel.
    Linux user #126863 - see http://linuxcounter.net/

  5. #5
    Linux User
    Join Date
    Jul 2007
    Location
    Greece
    Posts
    277
    After a lot searching on the web I managed to find the 32-bit version and installed it for with no problems.

    Thank you for trying to help me Roxoff and for the useful yum install tips.
    One Love!!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...