FDUG,
Has anyone had success building rpm''s on 64 bit ?
I am getting the following error -
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.38067
+ umask 022
+ cd /usr/src/redhat/BUILD
+ LANG=C
+ export LANG
+ unset DISPLAY
+ echo yes
+ echo yes
+ ./setup -b /usr/src/redhat/BUILD//opt/fedora-ds
/var/tmp/rpm-tmp.38067: line 30: ./setup: No such file or directory
error: Bad exit status from /var/tmp/rpm-tmp.38067 (%install)
When I look at the spec file, like 80 states -
(echo yes ; echo yes) | ./setup -b $RPM_BUILD_ROOT/%{prefix}
Thanks for any assistance.
Richard Megginson
2006-Jan-31 21:46 UTC
Re: [Fedora-directory-users] Building RPMS on 64 Bit
It doesn''t yet work. We''re working on it. Brett Elsmore wrote:>FDUG, > >Has anyone had success building rpm''s on 64 bit ? > >I am getting the following error - > >Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.38067 >+ umask 022 >+ cd /usr/src/redhat/BUILD >+ LANG=C >+ export LANG >+ unset DISPLAY >+ echo yes >+ echo yes >+ ./setup -b /usr/src/redhat/BUILD//opt/fedora-ds >/var/tmp/rpm-tmp.38067: line 30: ./setup: No such file or directory >error: Bad exit status from /var/tmp/rpm-tmp.38067 (%install) > >When I look at the spec file, like 80 states - >(echo yes ; echo yes) | ./setup -b $RPM_BUILD_ROOT/%{prefix} > >Thanks for any assistance. > > >-- >Fedora-directory-users mailing list >Fedora-directory-users@redhat.com >https://www.redhat.com/mailman/listinfo/fedora-directory-users > >
Cool, thanks. On Tue, 2006-01-31 at 14:46 -0700, Richard Megginson wrote:> It doesn''t yet work. We''re working on it. > > Brett Elsmore wrote: > > >FDUG, > > > >Has anyone had success building rpm''s on 64 bit ? > > > >I am getting the following error - > > > >Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.38067 > >+ umask 022 > >+ cd /usr/src/redhat/BUILD > >+ LANG=C > >+ export LANG > >+ unset DISPLAY > >+ echo yes > >+ echo yes > >+ ./setup -b /usr/src/redhat/BUILD//opt/fedora-ds > >/var/tmp/rpm-tmp.38067: line 30: ./setup: No such file or directory > >error: Bad exit status from /var/tmp/rpm-tmp.38067 (%install) > > > >When I look at the spec file, like 80 states - > >(echo yes ; echo yes) | ./setup -b $RPM_BUILD_ROOT/%{prefix} > > > >Thanks for any assistance. > > > > > >-- > >Fedora-directory-users mailing list > >Fedora-directory-users@redhat.com > >https://www.redhat.com/mailman/listinfo/fedora-directory-users > > > > > -- > Fedora-directory-users mailing list > Fedora-directory-users@redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-users
Richard Prescott
2006-Feb-02 20:56 UTC
Re: [Fedora-directory-users] Building RPMS on 64 Bit
I would be pleased to help on this issue if someone have something to share... Richard On Tue, 2006-01-31 at 15:45 -0700, Brett Elsmore wrote:> Cool, thanks. > > > On Tue, 2006-01-31 at 14:46 -0700, Richard Megginson wrote: > > It doesn''t yet work. We''re working on it. > > > > Brett Elsmore wrote: > > > > >FDUG, > > > > > >Has anyone had success building rpm''s on 64 bit ? > > > > > >I am getting the following error - > > > > > >Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.38067 > > >+ umask 022 > > >+ cd /usr/src/redhat/BUILD > > >+ LANG=C > > >+ export LANG > > >+ unset DISPLAY > > >+ echo yes > > >+ echo yes > > >+ ./setup -b /usr/src/redhat/BUILD//opt/fedora-ds > > >/var/tmp/rpm-tmp.38067: line 30: ./setup: No such file or directory > > >error: Bad exit status from /var/tmp/rpm-tmp.38067 (%install) > > > > > >When I look at the spec file, like 80 states - > > >(echo yes ; echo yes) | ./setup -b $RPM_BUILD_ROOT/%{prefix} > > > > > >Thanks for any assistance. > > > > > > > > >-- > > >Fedora-directory-users mailing list > > >Fedora-directory-users@redhat.com > > >https://www.redhat.com/mailman/listinfo/fedora-directory-users > > > > > > > > -- > > Fedora-directory-users mailing list > > Fedora-directory-users@redhat.com > > https://www.redhat.com/mailman/listinfo/fedora-directory-users > > -- > Fedora-directory-users mailing list > Fedora-directory-users@redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-users
Richard Megginson said the following on 01/31/2006 09:46 PM:> It doesn''t yet work. We''re working on it.Do you have any idea of timescale by when this will work? I ask because I want to roll out an LDAP solution to a client shortly and they''re running FC4 on an x86_64 platform. If it''s not likely to be soon, will the 32-bit RPMS work on x86_64? Thanks, R.
Richard Megginson
2006-Feb-08 01:30 UTC
Re: [Fedora-directory-users] Re: Building RPMS on 64 Bit
Robin Bowes wrote:>Richard Megginson said the following on 01/31/2006 09:46 PM: > > >>It doesn''t yet work. We''re working on it. >> >> > >Do you have any idea of timescale by when this will work? > >Not sure. Pretty soon.>I ask because I want to roll out an LDAP solution to a client shortly >and they''re running FC4 on an x86_64 platform. > >If it''s not likely to be soon, will the 32-bit RPMS work on x86_64? > >Yes, the 32 bit RPMs should work on a 64 bit system.>Thanks, > >R. > >-- >Fedora-directory-users mailing list >Fedora-directory-users@redhat.com >https://www.redhat.com/mailman/listinfo/fedora-directory-users > >