A yum check showed that glibc-headers was missing:

[matt@localhost ~]$ sudo yum check
Loaded plugins: langpacks, refresh-packagekit
glibc-devel-2.18-11.fc20.x86_64 has missing requires of glibc-headers
= ('0', '2.18', '11.fc20')
Error: check all


So I attempted to install it, but it failed!


[matt@localhost ~]$ sudo yum install glibc-headers
Loaded plugins: langpacks, refresh-packagekit
Resolving Dependencies
--> Running transaction check
---> Package glibc-headers.x86_64 0:2.18-11.fc20 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================================================
 Package                       Arch                   Version
            Repository              Size
================================================================================================================
Installing:
 glibc-headers                 x86_64                 2.18-11.fc20
            fedora                 647 k

Transaction Summary
================================================================================================================
Install  1 Package

Total download size: 647 k
Installed size: 2.2 M
Is this ok [y/d/N]: y
Downloading packages:
glibc-headers-2.18-11.fc20.x86_64.rpm
                  | 647 kB  00:00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
error: %pre(glibc-headers-2.18-11.fc20.x86_64) scriptlet failed, exit status 127
Error in PREIN scriptlet in rpm package glibc-headers-2.18-11.fc20.x86_64
  Verifying  : glibc-headers-2.18-11.fc20.x86_64
                                     1/1

Failed:
  glibc-headers.x86_64 0:2.18-11.fc20

Complete!



I'm wondering if this has anything to do with it.
---------
Matt Taylor
OS Community Flag-Bearer
Numenta


On Fri, Jan 17, 2014 at 7:01 AM, Matthew Taylor <[email protected]> wrote:
> Thanks for checking it out, Austin. I'm glad it worked for you. What version
> of Fedora are you using? Is this through Virtual Box?
>
> ---------
> Matt Taylor
> OS Community Flag-Bearer
> Numenta
>
>
> On Thu, Jan 16, 2014 at 10:23 PM, Austin Marshall <[email protected]> wrote:
>>
>> Not sure about that.  This works for me:
>>
>> sudo yum -y install git python-devel python-pip gcc gcc-c++ make automake
>> libtool openssl-devel
>> git clone https://github.com/numenta/nupic.git
>> mkdir -p nta/eng
>> echo "
>> export NTA=$HOME/nta/eng
>> export NUPIC=$HOME/nupic
>> export BUILDDIR=/tmp/ntabuild
>> export MK_JOBS=3
>> source $HOME/nupic/env.sh" >> ~/.bashrc
>> source ~/.bashrc
>> pip install --user -r $NUPIC/external/common/requirements.txt
>>
>>
>>
>> On Thu, Jan 16, 2014 at 8:55 PM, Matthew Taylor <[email protected]> wrote:
>>>
>>> Hey all. I'm trying to put together an installation guide for Fedora
>>> Linux now. I'm running into an issue with the `python-devel` package. I've
>>> installed it with:
>>>
>>>     su -c 'yum install python-devel'
>>>
>>> But when I run `pip install --user -r
>>> $NUPIC/externals/common/requirements.txt` I continue to get an about
>>> python-devel missing.
>>>
>>> https://gist.github.com/rhyolight/8468600
>>>
>>> Anyone have any ideas?
>>>
>>> Thanks,
>>> ---------
>>> Matt Taylor
>>> OS Community Flag-Bearer
>>> Numenta
>>>
>>> _______________________________________________
>>> nupic mailing list
>>> [email protected]
>>> http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org
>>>
>>
>>
>> _______________________________________________
>> nupic mailing list
>> [email protected]
>> http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org
>>
>

_______________________________________________
nupic mailing list
[email protected]
http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org

Reply via email to