Bugs item #1054037, was opened at 2004-10-25 16:23
Message generated for change (Comment added) made by naughtont
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109368&aid=1054037&group_id=9368
Category: Packages
Group: 4.1
>Status: Closed
>Resolution: Fixed
Priority: 8
Submitted By: Thomas Naughton (naughtont)
Assigned to: Thomas Naughton (naughtont)
Summary: dependency failure - .../init.d/pbs_server
Initial Comment:
LSB states the canonical name for init scripts to be,
/etc/init.d/
OpenPBS-oscar-server provides:
/etc/rc.d/init.d/pbs_server
Torque-server provides:
/etc/init.d/pbs_server
Maui-oscar requires:
/etc/rc.d/init.d/pbs_server
This should all be fixed, RSN. :)
----------------------------------------------------------------------
>Comment By: Thomas Naughton (naughtont)
Date: 2004-12-17 14:01
Message:
Logged In: YES
user_id=288102
I received RH3AS ia64 RPMS from Fernando. I've updated the
OpenPBS opks and added it to the ORNL OPD.
DONE.
----------------------------------------------------------------------
Comment By: Thomas Naughton (naughtont)
Date: 2004-12-17 12:07
Message:
Logged In: YES
user_id=288102
I have added the 'setup' script and 'distro/' to allow for
alt builds of the RPMS. I have FC2 rpms ready (and
tested!). DongInn built RH3AS (x86) rpms, so all i'm
waiting on is RH3AS (ia64) from someone with ia64 hardware.
I sent email to Dave, Benoit, Fernando asking for ia64
rebuild of things, if I don't hear back later today, I'll
just update ORNL's OPD with what I have today.
For the record I'm incrementing the epoch of the OPkg's
"config.xml" to reflect a slightly newer version of the
oscar pkg.
----------------------------------------------------------------------
Comment By: John (muglerj)
Date: 2004-12-03 14:55
Message:
Logged In: YES
user_id=505737
So with the package removal, is this bug fixed?
----------------------------------------------------------------------
Comment By: Jeff Squyres (jsquyres)
Date: 2004-11-30 23:23
Message:
Logged In: YES
user_id=11722
Removed both old torque and PBS packages from IU's OPD repository.
----------------------------------------------------------------------
Comment By: Thomas Naughton (naughtont)
Date: 2004-11-29 15:48
Message:
Logged In: YES
user_id=288102
Added "Compatible with >= OSCAR-4.0." to <description>
element of the oscar_package.xml for the PBS package at the
ORNL OPD repository. So it will show in the description
box, when a user clicks on PBS.
----------------------------------------------------------------------
Comment By: Thomas Naughton (naughtont)
Date: 2004-11-29 15:41
Message:
Logged In: YES
user_id=288102
This is an OPD package so it should not hold up the release.
----------------------------------------------------------------------
Comment By: Thomas Naughton (naughtont)
Date: 2004-11-29 15:35
Message:
Logged In: YES
user_id=288102
DongInn or Jeff need to remove the 2.3.16-11 from IU's OPD
b/c oscar-3 has a copy of openpbs and this would break
things if a user grabbed the old 2.3.16-11 version on an
oscar-4 system.
----------------------------------------------------------------------
Comment By: Thomas Naughton (naughtont)
Date: 2004-11-29 15:34
Message:
Logged In: YES
user_id=288102
Add comment to opd entry that this is built for OSCAR-4 (not
enforced but a note to user)
----------------------------------------------------------------------
Comment By: Thomas Naughton (naughtont)
Date: 2004-11-24 19:22
Message:
Logged In: YES
user_id=288102
Keeping this open in case anyone wants to build FC2, or RH
EL3 versions and we can update the OPD entry. Note, likely
need to create a "setup" script b/c this is currently only
seutp to support one set of RPMS/.
Eat more turkey!
----------------------------------------------------------------------
Comment By: Thomas Naughton (naughtont)
Date: 2004-11-24 19:21
Message:
Logged In: YES
user_id=288102
Made the changes and rebuilt the RPMS/SRPMS on a RH9 (x86)
machine. Uploaded to SVN. And added a new
pbs-2.3.16-12.tar.gz pkg to the ORNL OPD Repository.
http://www.csm.ornl.gov/oscar/repository/oscar_packages.xml
Note, I modified the config.xml/oscar_packages.xml to have
<filter>
lines to limit this to RedHat/9/x86.
----------------------------------------------------------------------
Comment By: Thomas Naughton (naughtont)
Date: 2004-11-24 13:41
Message:
Logged In: YES
user_id=288102
After a few sanity checks I'll upload revised SRPM and new
2.3.16-12 RPMS for RH9.
%changelog
* Wed Nov 24 2004 Thomas Naughton <[EMAIL PROTECTED]>
(2.3.16-12)
- Added "--set-cc=gcc296" to 'configure' line to fix
"<built-in>" errors
- Added BuildRequires for /usr/bin/gcc296 ("<built-in>" errors)
- Added BuildRequires for /usr/bin/wish (xpbs interpreter)
- Removed "untarring_directory" from "%doc" paths so files
are found properly
- Added define to skip the check for unpackaged files
- Added define to skip the creation of rpm debug files
- Change to use LSB canonical /etc/init.d/ pathing (see also
Bug#1054037)
----------------------------------------------------------------------
Comment By: Thomas Naughton (naughtont)
Date: 2004-11-24 13:24
Message:
Logged In: YES
user_id=288102
Note, that <built-in> issue is on my RedHat 9 system. I've
not tested that on FC2 (which appears to have the compat-gcc
RPMS that provide this gcc296).
----------------------------------------------------------------------
Comment By: Thomas Naughton (naughtont)
Date: 2004-11-24 13:02
Message:
Logged In: YES
user_id=288102
Working through rpmbuild errors for OpenPBS-oscar-2.3.16.
1) No rule to make target <built-in> (see output below),
which seems
to be fixed by adding following to ./configure
--set-cc=gcc296
make[4]: Entering directory
`/usr/src/redhat/BUILD/OpenPBS_2_3_16/src/lib/Libatt
r'
make[4]: *** No rule to make target `<built-in>', needed by
`attr_atomic.o'. St
op.
make[4]: Leaving directory
`/usr/src/redhat/BUILD/OpenPBS_2_3_16/src/lib/Libattr
'
make[3]: *** [all] Error 2
make[3]: Leaving directory
`/usr/src/redhat/BUILD/OpenPBS_2_3_16/src/lib/Libattr
'
make[2]: *** [all] Error 2
make[2]: Leaving directory
`/usr/src/redhat/BUILD/OpenPBS_2_3_16/src/lib'
make[1]: *** [all] Error 2
make[1]: Leaving directory
`/usr/src/redhat/BUILD/OpenPBS_2_3_16/src'
make: *** [all] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.44781 (%build)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.44781 (%build)
----------------------------------------------------------------------
Comment By: Thomas Naughton (naughtont)
Date: 2004-11-01 15:49
Message:
Logged In: YES
user_id=288102
Dave updated MAUI and Torque/MAUI work. Need to rebuild PBS
and upload new version on OPD @ IU.
----------------------------------------------------------------------
Comment By: Thomas Naughton (naughtont)
Date: 2004-10-27 11:06
Message:
Logged In: YES
user_id=288102
I will rebuild the openpbs rpms to conform to the LSB path,
and upload new pkg to OPD repo. Once the new maui pkg has
been confirmed good.
----------------------------------------------------------------------
Comment By: David N. Lombard (dnl)
Date: 2004-10-27 02:40
Message:
Logged In: YES
user_id=27334
Potential fix w/ svn r2660. Please confirm (i386 only).
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109368&aid=1054037&group_id=9368
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
Oscar-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/oscar-devel