Loading "installonlyn" plugin

webguy

Verified User
Joined
Apr 13, 2005
Messages
41
Location
Best, Netherlands
When I run ./build I always get the following message:

Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
core [1/3]

The build script then seems to stop. When I press Ctrl-C build continues as usual. What is causing this? Is there anything wrong in my setup? After pressing Ctrl-C build seems to function normal...

Thanks,
Rene
 
Run:
Code:
yum -y install m4

Or install m4 manually (place it in /usr/bin).
 
Run:
Code:
yum -y install m4

I get this:

yum -y install m4
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
core [1/3]
Cannot find a valid baseurl for repo: core
Error: Cannot find a valid baseurl for repo: core

Is my setup wrong? Thanks!
 
Please post the output of:
Code:
ls /etc/yum.repos.d

ls /etc/yum.repos.d
fedora-core.repo fedora-extras-development.repo fedora-legacy.repo fedora-updates.repo
fedora-development.repo fedora-extras.repo fedora-updates-testing.repo

My server is Fedora Core 5
 
Make sure core is not commented out in /etc/yum.repos.d/fedora-core.repo.
 
Back
Top