Hello Bernard,
Am Freitag, den 31.08.2007, 02:57 -0700 schrieb Bernard Li:
> Hi Dominik:
>
> If it's convenient can you please email spec file diffs instead of the
> whole files? This way it is easier for me to determine whether the
> patches are necessary.
I checked all packages again to verify the build. Here is the output of
the diff.
http://pastebin.ca/682270 (ganglia.spec.patch)
http://pastebin.ca/682293 (udpcast.spec.patch)
http://pastebin.ca/682297 (udpcast-linux-types.patch)
http://pastebin.ca/682303 (apitest-1.0.0.spec.patch)
> So I take it you now have a cluster running OSCAR 5.0 on openSUSE 10.2 x86_64?
Still only the errors from the other Mail.
http://pastebin.ca/682265
> > > Typically all you need to do is use our src.rpm and execute `rpmbuild
> > > --rebuild` on your distro. If you had to modify the spec files,
> > > please post diffs against the original spec files to the list.
Problems with the SGE package slow me down a little bit with the rebuild
of the packages today.
I export the PVM_ROOT=/opt/pvm3 and PVM_ARCH=LINUX64 and get a x86_64
package but it is only 1,2M. Should be about 12M.
I got a lot of output like this:
Installing ../3rdparty/remote/LINUXAMD64_26/rlogin
cp: Aufruf von stat für „../3rdparty/remote/LINUXAMD64_26/rlogin“ nicht
möglich: Datei oder Verzeichnis nicht gefunden
This command failed:
cp ../3rdparty/remote/LINUXAMD64_26/rlogin
/var/tmp/sge-6.0u8-root/opt/sge/utilbin/lx26-amd64/rlogin
chown: Zugriff auf
„/var/tmp/sge-6.0u8-root/opt/sge/utilbin/lx26-amd64/rlogin“ nicht
möglich: Datei oder Verzeichnis nicht gefunden
This command failed: chown
0 /var/tmp/sge-6.0u8-root/opt/sge/utilbin/lx26-amd64/rlogin
Looks like something is going wrong to include the programms or problems
with the path.
Now I have a look why it isn't build correct. Maybe someone has an
advice for me.
The sge-modulefile-6.0u8-6.noarch.rpm package build without problems and
look good.
--
Best regards
Dominik Schips
--- ganglia.spec.org 2007-09-04 15:40:55.000000000 +0200
+++ ganglia.spec 2007-09-04 15:55:51.000000000 +0200
@@ -99,7 +99,7 @@
## BUILD
##
%build
-./configure --prefix=/usr --with-gmetad
+./configure --prefix=/usr --with-gmetad --libdir=/usr/lib64
make
##
@@ -248,7 +248,6 @@
##
%files devel
/usr/include/ganglia.h
-/usr/lib/libganglia*
/usr/bin/ganglia-config
%else
@@ -273,6 +272,8 @@
## CHANGELOG
##
%changelog
+* Tue Sep 04 2007 Dominik Schips <[EMAIL PROTECTED]>
+- set correct --libdir=/usr/lib64 path at ./configure line
* Wed May 31 2006 Erich Focht
- moving init scripts to /etc/init.d as /etc/rc.d/init.d is problematic for SuSE
- fixed issues with SuSE init scripts
--- udpcast.spec.org 2007-09-05 15:34:11.000000000 +0200
+++ udpcast.spec 2007-09-05 11:24:07.000000000 +0200
@@ -5,9 +5,10 @@
Name: udpcast
Version: %{udpcast_version}
Release: %{udpcast_release}
-Copyright: GPL (for main code), BSD-like (for fec.c)
+License: GPL (for main code), BSD-like (for fec.c)
Group: Applications/System
Source: http://udpcast.linux.lu/download/udpcast-%{udpcast_version}.tar.gz
+Patch0: udpcast-linux-types.patch
Buildroot: %{_tmppath}/%{name}-%{version}-buildroot
%description
@@ -16,6 +17,7 @@
%prep
%setup -q
+%patch0 -p1
%build
make
@@ -35,5 +37,7 @@
/usr/share/man/man1/udp-receiver.1.gz
%changelog
+* Wed Sep 05 2007 Dominik Schips <[EMAIL PROTECTED]>
+- Add patch udpcast-linux-types.patch
* Sat Mar 25 2006 Alain Knaff <[EMAIL PROTECTED]>
- Separate commandline spec file and mkimage spec file
diff -u udpcast-20060325.orig/socklib.c udpcast-20060325/socklib.c
--- udpcast-20060325.orig/socklib.c 2006-03-20 15:44:05.000000000 +0100
+++ udpcast-20060325/socklib.c 2007-08-06 14:02:29.000000000 +0200
@@ -37,6 +37,7 @@
typedef unsigned short u16;
typedef unsigned char u8;
+#include <linux/types.h>
#include <linux/ethtool.h>
#include <linux/sockios.h>
--- apitest-1.0.0.spec 2007-09-05 11:51:31.000000000 +0200
+++ apitest-1.0.0.spec.org 2007-09-05 15:44:50.000000000 +0200
@@ -57,9 +57,7 @@
%files
%defattr(-,root,root)
-%dir /usr/lib64/python%{py_libver}/site-packages/libapitest
-%dir /usr/lib64/python%{py_libver}/site-packages/libapitest/*
-%dir /usr/lib64/python%{py_libver}/site-packages/apitest-1.0-py2.5.egg-info
+%dir /usr/lib/python%{py_libver}/site-packages/libapitest
%dir %{doc_prefix}
%{doc_prefix}/*
%dir /usr/bin
@@ -71,9 +69,6 @@
rm -rf $RPM_BUILD_ROOT
%changelog
-* Wed Sep 05 2007 Dominik Schips <[EMAIL PROTECTED]>
-- Modify /usr/lib to /usr/lib64
-- Include apitest-1.0-py2.5.egg-info
* Thu Jan 12 2006 Thomas Naughton <[EMAIL PROTECTED]>
- (1.0.0-12) Removed unused profile.d portions.
- Changed to use (what appears) more standard 'python-twisted', doesn't
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Oscar-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oscar-devel