------=_Part_26393077_1663345576.1418660709130
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
----- 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.
On Mon, Dec 15, 2014 at 5:52 PM, Yeela Kaplan < ykaplan(a)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(a)gmail.com
> > To: "Yedidyah Bar David" < didi(a)redhat.com
> > Cc: "Yeela Kaplan" < ykaplan(a)redhat.com
> > Sent: Monday, December 15, 2014 5:39:13 PM
> > Subject: Re: [ovirt-users] bash: ./autogen.sh: No such file or directory
>
> > [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(a)redhat.com
> > wrote:
> >
> > > ----- Original Message -----
> > > > From: "Ilan Hirsfeld" < ilan.hirsfeld(a)gmail.com
> > > > To: "Yeela Kaplan" < ykaplan(a)redhat.com >,
didi(a)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(a)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/gluste...
> > > >
> > > > > *
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(a)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(a)gmail.com
> > > > >> > To: "users" < users(a)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(a)ovirt.org
> > > > >> >
http://lists.ovirt.org/mailman/listinfo/users
> > > > >>
> > > > >
> > > >
> > >
> >
> > > --
> > > Didi
> >
> >
>
_______________________________________________
Users mailing list
Users(a)ovirt.org
http://lists.ovirt.org/mailman/listinfo/users
------=_Part_26393077_1663345576.1418660709130
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable
<html><body><div style=3D"font-family: times new roman, new york,
times, se=
rif; font-size: 12pt; color:
#000000"><div><br></div><div><br></div><hr
id=
=3D"zwchr"><blockquote style=3D"border-left:2px solid
#1010FF;margin-left:5=
px;padding-left:5px;color:#000;font-weight:normal;font-style:normal;text-de=
coration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;"><div =
dir=3D"ltr"><div>Are you sure???</div><div>Because in
instruction is writte=
n:</div><div>"Fedora and Red Hat <strong>Enterprise Linux 6
</strong>users =
must verify the following packages are installed before attempting to build=
:"</div><div>As far as I understand I EL7 not EL6. if you still think I
hav=
e to do the requested command line so should I have to do the previous comm=
and lines of EL6 such as:</div></div></blockquote><div>run
'cat /etc/redhat=
-release' if you are not sure which distribution you are installing on.</di=
v><blockquote style=3D"border-left:2px solid #1010FF;margin-left:5px;paddin=
g-left:5px;color:#000;font-weight:normal;font-style:normal;text-decoration:=
none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;"><div
dir=3D"lt=
r"><div>yum install <a
href=3D"http://download.fedoraproject.org/pub/epel/6=
/i386/epel-release-6-8.noarch.rpm"
target=3D"_blank">http://download.fedora=
project.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm</a><br&g...
um install <a
href=3D"http://danken.fedorapeople.org/python-pep8-1.4.5-2.el=
6.noarch.rpm"
target=3D"_blank">http://danken.fedorapeople.org/python-pep8-=
1.4.5-2.el6.noarch.rpm</a><br></div><div>Am I
wrong?</div><div>Regards,</di=
v><div>Ilan.</div></div><div
class=3D"gmail_extra"><br><div class=3D"gmail_=
quote">On Mon, Dec 15, 2014 at 5:52 PM, Yeela Kaplan <span
dir=3D"ltr"><=
<a href=3D"mailto:ykaplan@redhat.com"
target=3D"_blank">ykaplan(a)redhat.com<=
/a>></span> wrote:<blockquote class=3D"gmail_quote"
style=3D"margin:0 0 =
0 .8ex;border-left:1px #ccc solid;padding-left:1ex">yum install make autoco=
nf automake pyflakes logrotate gcc python-pep8 libvirt-python python-devel =
\<br
python-nose rpm-build sanlock-python genisoimage
python-ordereddict p=
ython-pthreading libselinux-python\<br
python-ethtool m2crypto python-dmidecode python-netaddr python-inotif=
y python-argparse git \<br
python-cpopen bridge-utils
libguestfs-tools-c pyparted openssl libnl3=
libtool gettext-devel python-ioprocess \<br
policycoreutils-python python-simplejson<br><span
class=3D"im HOEnZb"=
<br>
----- Original Message -----<br
> From: "Ilan Hirsfeld" <<a
href=3D"mailto:ilan.hirsfeld@gmail.com" t=
arget=3D"_blank">ilan.hirsfeld(a)gmail.com</a>&gt;<br
</span><div class=3D"HOEnZb"><div
class=3D"h5">> To: "Yedidyah Bar David=
" <<a href=3D"mailto:didi@redhat.com"
target=3D"_blank">didi(a)redhat.com<=
/a>><br
> Cc: "Yeela
Kaplan" <<a href=3D"mailto:ykaplan@redhat.com" target=3D=
"_blank">ykaplan(a)redhat.com</a>&gt;<br
> Sent: Monday, December 15, 2014 5:39:13 PM<br
> Subject: Re: [ovirt-users] bash: ./autogen.sh: No such
file or directo=
ry<br
><br
> [root@localhost Desktop]# pwd<br
> /home/bih016/Desktop<br
> [root@localhost Desktop]# cd vdsm<br
> [root@localhost vdsm]# ./autogen.sh --system<br
> ./autogen.sh: line 3: autoreconf: command not
found<br
> Running ./configure with
--prefix=3D/usr --sysconfdir=3D/etc<br
>
--localstatedir=3D/var --libdir=3D/usr/lib64<br
>
./autogen.sh: line 26: ./configure: No such file or directory<br
> Regards,<br
>
Ilan.<br
><br
> On Mon, Dec 15, 2014 at 5:35 PM, Yedidyah Bar David
<<a href=3D"mai=
lto:didi@redhat.com" target=3D"_blank">didi(a)redhat.com</a>&gt;
wrote:<br
> ><br
> > ----- Original Message -----<br
> > > From: "Ilan Hirsfeld"
<<a href=3D"mailto:ilan.hirsfeld@gm=
ail.com"
target=3D"_blank">ilan.hirsfeld(a)gmail.com</a>&gt;<br
> > > To: "Yeela Kaplan"
<<a href=3D"mailto:ykaplan@redhat.com"=
target=3D"_blank">ykaplan(a)redhat.com</a>&gt;, <a
href=3D"mailto:didi@redha=
t.com" target=3D"_blank">didi(a)redhat.com</a
<br>
> > > Sent: Monday, December 15,
2014 5:31:12 PM<br
> > > Subject:
Re: [ovirt-users] bash: ./autogen.sh: No such file =
or directory<br
> > ><br
> > > On Mon, Dec 15, 2014 at 5:29 PM,
Ilan Hirsfeld <<a href=
=3D"mailto:ilan.hirsfeld@gmail.com"
target=3D"_blank">ilan.hirsfeld(a)gmail.c=
om</a>><br
> > >
wrote:<br
> > >
><br
> > > >
Hi,<br
> > >
><br
> > > >
The OS is:<br
> > > >
[root@localhost Desktop]# cat /etc/redhat-release<br
>
> > > CentOS Linux release 7.0.1406 (Core)<br
> > > > [root@localhost Desktop]#
uname -r<br
> > > >
3.10.0-123.13.1.el7.x86_64<br
> > > >
[root@localhost Desktop]# rpm -qa | grep release<br
>
> > > ovirt-release35-001-0.5.rc2.noarch<br
> > > >
centos-release-7-0.1406.el7.centos.2.5.x86_64<br
>
> > ><br
> > > >
[root@localhost Desktop]# pwd<br
>
> > > /home/bih016/Desktop<br
>
> > ><br
> > > >
I follow the instructions on the site<br
>
> <a
href=3D"http://www.ovirt.org/Vdsm_Developers"
target=3D"_blank=
">http://www.ovirt.org/Vdsm_Developers</a
<br>
> > > > :<br
>
> > ><br
> > > >
*<a
href=3D"http://www.ovirt.org/Vdsm_Developers#Instal=
ling_the_required_packages"
target=3D"_blank">http://www.ovirt.org/Vdsm_Dev=
elopers#Installing_the_required_packages</a
<br>
> > > > <<a
href=3D"http://www.ovirt.org/Vdsm_Developers#Ins=
talling_the_required_packages"
target=3D"_blank">http://www.ovirt.org/Vdsm_=
Developers#Installing_the_required_packages</a
<br>
> > >*<br
>
> > ><br
> > > >
1. yum install<br
> > > >
<a
href=3D"http://resources.ovirt.org/releases/ovirt-re=
lease/ovirt-release35.rpm"
target=3D"_blank">http://resources.ovirt.org/rel=
eases/ovirt-release/ovirt-release35.rpm</a
<br>
> > > ><br
>
> > > 2. rpm -q wget 2> /dev/null || yum install
wget<br
> > > >
wget -O /etc/yum.repos.d/glusterfs-epel.repo<br
>
> > ><br
> > <a
href=3D"http://download.gluster.org/pub/gluster/glusterfs/LATE=
ST/EPEL.repo/glusterfs-epel.repo"
target=3D"_blank">http://download.gluster=
.org/pub/gluster/glusterfs/LATEST/EPEL.repo/glusterfs-epel.repo</a
<br>
> > > ><br
> > > > *<a
href=3D"http://www.ovirt.org/Vdsm_Developers#Gettin=
g_the_source"
target=3D"_blank">http://www.ovirt.org/Vdsm_Developers#Gettin=
g_the_source</a
<br>
> > >
> <<a
href=3D"http://www.ovirt.org/Vdsm_Developers#Get=
ting_the_source"
target=3D"_blank">http://www.ovirt.org/Vdsm_Developers#Get=
ting_the_source</a>>:*<br
>
> > > git clone <a
href=3D"http://gerrit.ovirt.org/p/vdsm.git=
"
target=3D"_blank">http://gerrit.ovirt.org/p/vdsm.git</a<br>
> > > ><br
> > > > *<a
href=3D"http://www.ovirt.org/Vdsm_Developers#Buildi=
ng_a_VDSM_RPM"
target=3D"_blank">http://www.ovirt.org/Vdsm_Developers#Build=
ing_a_VDSM_RPM</a
<br>
> > >
> <<a
href=3D"http://www.ovirt.org/Vdsm_Developers#Bui=
lding_a_VDSM_RPM"
target=3D"_blank">http://www.ovirt.org/Vdsm_Developers#Bu=
ilding_a_VDSM_RPM</a>>:*<br
>
> > > [root@localhost Desktop]# ./autogen.sh
--system<b=
r
> > > > bash: ./autogen.sh: No such
file or directory<br
> > >
><br
> > > >
Regards,<br
> > > >
Ilan.<br
> > >
><br
> > >
><br
> > >
><br
> > > >
On Mon, Dec 15, 2014 at 5:07 PM, Yeela Kaplan <<a hr=
ef=3D"mailto:ykaplan@redhat.com"
target=3D"_blank">ykaplan(a)redhat.com</a>&g=
t;<br
> > wrote:<br
> > > >><br
> > > >> what is the
directory you're running it from (pwd)?=
<br
> > > >> You should be under
vdsm.<br
> ><br
> > So you should follow Yeela's
advice.<br
> ><br
> > > >> Try listing the
files and see if the script autogen=
.sh is there.<br
> > >
>><br
> > >
>> ----- Original Message -----<br
>
> > >> > From: "Ilan Hirsfeld" <<a
href=3D"mailto:il=
an.hirsfeld(a)gmail.com"
target=3D"_blank">ilan.hirsfeld(a)gmail.com</a>&gt;<br=
> > > >> > To:
"users" <<a href=3D"mailto:users@ovirt.=
org" target=3D"_blank">users(a)ovirt.org</a>&gt;<br
> > > >> > Sent:
Monday, December 15, 2014 4:54:52 PM<br
>
> > >> > Subject: [ovirt-users] bash: ./autogen.sh: No
=
such file or directory<br
> > >
>> ><br
> > >
>> > Hi,<br
>
> > >> > I'm trying to do a Building a VDSM RPM and
in =
command line I type<br
> > the<br
> > > >> >
following:<br
> > >
>> > ./autogen.sh --system<br
>
> > >> > bash: ./autogen.sh: No such file or
directory<=
br
> > > >> > Can
anybody help what was wrong?<br
> > >
>> > Any help will be blessed.<br
>
> > >> > Regards,<br
>
> > >> > Ilan.<br
>
> > >> ><br
>
> > >> >
______________________________________________=
_<br
> > > >> > Users
mailing list<br
> > >
>> > <a href=3D"mailto:Users@ovirt.org"
target=3D"_=
blank">Users(a)ovirt.org</a
<br>
> > > >> > <a
href=3D"http://lists.ovirt.org/mailman/list=
info/users"
target=3D"_blank">http://lists.ovirt.org/mailman/listinfo/us...
</a
<br>
> > > >>
><br
> > >
>><br
> > >
><br
> > ><br
> ><br
>
> --<br
> > Didi<br
> ><br
>
><br
><br></div></div></blockquote></div></div><br>__________________________=
_____________________<br>Users mailing
list<br>Users@ovirt.org<br>http://li=
sts.ovirt.org/mailman/listinfo/users<br></blockquote><div&...
/body></html
------=_Part_26393077_1663345576.1418660709130--