[ovirt-users] bash: ./autogen.sh: No such file or directory
Mooli Tayer
mtayer at redhat.com
Mon Dec 15 16:25:09 UTC 2014
----- Original Message -----
> Are you sure???
> Because in instruction is written:
> "Fedora and Red Hat Enterprise Linux 6 users must verify the following
> packages are installed before attempting to build:"
> As far as I understand I EL7 not EL6. if you still think I have to do the
> requested command line so should I have to do the previous command lines of
> EL6 such as:
run 'cat /etc/redhat-release' if you are not sure which distribution you are installing on.
> yum install
> http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
> yum install http://danken.fedorapeople.org/python-pep8-1.4.5-2.el6.noarch.rpm
> Am I wrong?
> Regards,
> Ilan.
> On Mon, Dec 15, 2014 at 5:52 PM, Yeela Kaplan < ykaplan at redhat.com > wrote:
> > yum install make autoconf automake pyflakes logrotate gcc python-pep8
> > libvirt-python python-devel \
>
> > python-nose rpm-build sanlock-python genisoimage python-ordereddict
> > python-pthreading libselinux-python\
>
> > python-ethtool m2crypto python-dmidecode python-netaddr python-inotify
> > python-argparse git \
>
> > python-cpopen bridge-utils libguestfs-tools-c pyparted openssl libnl3
> > libtool
> > gettext-devel python-ioprocess \
>
> > policycoreutils-python python-simplejson
>
> > ----- Original Message -----
>
> > > From: "Ilan Hirsfeld" < ilan.hirsfeld at gmail.com >
>
> > > To: "Yedidyah Bar David" < didi at redhat.com >
>
> > > Cc: "Yeela Kaplan" < ykaplan at redhat.com >
>
> > > Sent: Monday, December 15, 2014 5:39:13 PM
>
> > > Subject: Re: [ovirt-users] bash: ./autogen.sh: No such file or directory
>
> > >
>
> > > [root at localhost Desktop]# pwd
>
> > > /home/bih016/Desktop
>
> > > [root at localhost Desktop]# cd vdsm
>
> > > [root at localhost vdsm]# ./autogen.sh --system
>
> > > ./autogen.sh: line 3: autoreconf: command not found
>
> > > Running ./configure with --prefix=/usr --sysconfdir=/etc
>
> > > --localstatedir=/var --libdir=/usr/lib64
>
> > > ./autogen.sh: line 26: ./configure: No such file or directory
>
> > > Regards,
>
> > > Ilan.
>
> > >
>
> > > On Mon, Dec 15, 2014 at 5:35 PM, Yedidyah Bar David < didi at redhat.com >
> > > wrote:
>
> > > >
>
> > > > ----- Original Message -----
>
> > > > > From: "Ilan Hirsfeld" < ilan.hirsfeld at gmail.com >
>
> > > > > To: "Yeela Kaplan" < ykaplan at redhat.com >, didi at redhat.com
>
> > > > > Sent: Monday, December 15, 2014 5:31:12 PM
>
> > > > > Subject: Re: [ovirt-users] bash: ./autogen.sh: No such file or
> > > > > directory
>
> > > > >
>
> > > > > On Mon, Dec 15, 2014 at 5:29 PM, Ilan Hirsfeld <
> > > > > ilan.hirsfeld at gmail.com >
>
> > > > > wrote:
>
> > > > > >
>
> > > > > > Hi,
>
> > > > > >
>
> > > > > > The OS is:
>
> > > > > > [root at localhost Desktop]# cat /etc/redhat-release
>
> > > > > > CentOS Linux release 7.0.1406 (Core)
>
> > > > > > [root at localhost Desktop]# uname -r
>
> > > > > > 3.10.0-123.13.1.el7.x86_64
>
> > > > > > [root at localhost Desktop]# rpm -qa | grep release
>
> > > > > > ovirt-release35-001-0.5.rc2.noarch
>
> > > > > > centos-release-7-0.1406.el7.centos.2.5.x86_64
>
> > > > > >
>
> > > > > > [root at localhost Desktop]# pwd
>
> > > > > > /home/bih016/Desktop
>
> > > > > >
>
> > > > > > I follow the instructions on the site
>
> > > > http://www.ovirt.org/Vdsm_Developers
>
> > > > > > :
>
> > > > > >
>
> > > > > > *
> > > > > > http://www.ovirt.org/Vdsm_Developers#Installing_the_required_packages
>
> > > > > > <
> > > > > > http://www.ovirt.org/Vdsm_Developers#Installing_the_required_packages
>
> > > > >*
>
> > > > > >
>
> > > > > > 1. yum install
>
> > > > > > http://resources.ovirt.org/releases/ovirt-release/ovirt-release35.rpm
>
> > > > > >
>
> > > > > > 2. rpm -q wget 2> /dev/null || yum install wget
>
> > > > > > wget -O /etc/yum.repos.d/glusterfs-epel.repo
>
> > > > > >
>
> > > > http://download.gluster.org/pub/gluster/glusterfs/LATEST/EPEL.repo/glusterfs-epel.repo
>
> > > > > >
>
> > > > > > * http://www.ovirt.org/Vdsm_Developers#Getting_the_source
>
> > > > > > < http://www.ovirt.org/Vdsm_Developers#Getting_the_source >:*
>
> > > > > > git clone http://gerrit.ovirt.org/p/vdsm.git
>
> > > > > >
>
> > > > > > * http://www.ovirt.org/Vdsm_Developers#Building_a_VDSM_RPM
>
> > > > > > < http://www.ovirt.org/Vdsm_Developers#Building_a_VDSM_RPM >:*
>
> > > > > > [root at localhost Desktop]# ./autogen.sh --system
>
> > > > > > bash: ./autogen.sh: No such file or directory
>
> > > > > >
>
> > > > > > Regards,
>
> > > > > > Ilan.
>
> > > > > >
>
> > > > > >
>
> > > > > >
>
> > > > > > On Mon, Dec 15, 2014 at 5:07 PM, Yeela Kaplan < ykaplan at redhat.com
> > > > > > >
>
> > > > wrote:
>
> > > > > >>
>
> > > > > >> what is the directory you're running it from (pwd)?
>
> > > > > >> You should be under vdsm.
>
> > > >
>
> > > > So you should follow Yeela's advice.
>
> > > >
>
> > > > > >> Try listing the files and see if the script autogen.sh is there.
>
> > > > > >>
>
> > > > > >> ----- Original Message -----
>
> > > > > >> > From: "Ilan Hirsfeld" < ilan.hirsfeld at gmail.com >
>
> > > > > >> > To: "users" < users at ovirt.org >
>
> > > > > >> > Sent: Monday, December 15, 2014 4:54:52 PM
>
> > > > > >> > Subject: [ovirt-users] bash: ./autogen.sh: No such file or
> > > > > >> > directory
>
> > > > > >> >
>
> > > > > >> > Hi,
>
> > > > > >> > I'm trying to do a Building a VDSM RPM and in command line I
> > > > > >> > type
>
> > > > the
>
> > > > > >> > following:
>
> > > > > >> > ./autogen.sh --system
>
> > > > > >> > bash: ./autogen.sh: No such file or directory
>
> > > > > >> > Can anybody help what was wrong?
>
> > > > > >> > Any help will be blessed.
>
> > > > > >> > Regards,
>
> > > > > >> > Ilan.
>
> > > > > >> >
>
> > > > > >> > _______________________________________________
>
> > > > > >> > Users mailing list
>
> > > > > >> > Users at ovirt.org
>
> > > > > >> > http://lists.ovirt.org/mailman/listinfo/users
>
> > > > > >> >
>
> > > > > >>
>
> > > > > >
>
> > > > >
>
> > > >
>
> > > > --
>
> > > > Didi
>
> > > >
>
> > > >
>
> > >
>
> _______________________________________________
> Users mailing list
> Users at ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ovirt.org/pipermail/users/attachments/20141215/57d7df5a/attachment-0001.html>
More information about the Users
mailing list