
----- Forwarded Message ----- From: "Yeela Kaplan" <ykaplan@redhat.com> To: "Ilan Hirsfeld" <ilan.hirsfeld@gmail.com> Sent: Monday, December 15, 2014 8:03:03 PM Subject: Re: [ovirt-users] bash: ./autogen.sh: No such file or directory ----- Original Message -----
From: "Ilan Hirsfeld" <ilan.hirsfeld@gmail.com> To: "Yeela Kaplan" <ykaplan@redhat.com> Sent: Monday, December 15, 2014 6:35:49 PM Subject: Re: [ovirt-users] bash: ./autogen.sh: No such file or directory
Yeela,
[root@localhost vdsm]# cat /etc/redhat-release CentOS Linux release 7.0.1406 (Core)
I don't sure I'm understand your point. Please be more clear.
Should I do only: 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 or also to do:
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
You need the epel repo for el7. just look in google for instructions to install it. for example: http://www.cyberciti.biz/faq/installing-rhel-epel-repo-on-centos-redhat-7-x/ and then you can install all of the above packages, but you need the repo first so you can fetch them.
Regards, Ilan.
On Mon, Dec 15, 2014 at 6:21 PM, Yeela Kaplan <ykaplan@redhat.com> wrote:
You need the same packages just for EL7
----- Original Message -----
From: "Ilan Hirsfeld" <ilan.hirsfeld@gmail.com> To: "Yeela Kaplan" <ykaplan@redhat.com> Cc: "Yedidyah Bar David" <didi@redhat.com>, "users" <users@ovirt.org> Sent: Monday, December 15, 2014 6:00:47 PM Subject: Re: [ovirt-users] bash: ./autogen.sh: No such file or directory
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:
yum install
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@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@gmail.com> To: "Yedidyah Bar David" <didi@redhat.com> Cc: "Yeela Kaplan" <ykaplan@redhat.com> Sent: Monday, December 15, 2014 5:39:13 PM Subject: Re: [ovirt-users] bash: ./autogen.sh: No such file or
[root@localhost Desktop]# pwd /home/bih016/Desktop [root@localhost Desktop]# cd vdsm [root@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@redhat.com
----- Original Message ----- > From: "Ilan Hirsfeld" <ilan.hirsfeld@gmail.com> > To: "Yeela Kaplan" <ykaplan@redhat.com>, didi@redhat.com > Sent: Monday, December 15, 2014 5:31:12 PM > Subject: Re: [ovirt-users] bash: ./autogen.sh: No such file or
wrote: directory
> > On Mon, Dec 15, 2014 at 5:29 PM, Ilan Hirsfeld < ilan.hirsfeld@gmail.com> > wrote: > > > > Hi, > > > > The OS is: > > [root@localhost Desktop]# cat /etc/redhat-release > > CentOS Linux release 7.0.1406 (Core) > > [root@localhost Desktop]# uname -r > > 3.10.0-123.13.1.el7.x86_64 > > [root@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@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...
> > > > *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@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@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
http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rp... directory there.
> >> > >> ----- Original Message ----- > >> > From: "Ilan Hirsfeld" <ilan.hirsfeld@gmail.com> > >> > To: "users" <users@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@ovirt.org > >> > http://lists.ovirt.org/mailman/listinfo/users > >> > > >> > > >
-- Didi