Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 295741 Details for
Bug 434078
netcdf failed massrebuild attempt for GCC 4.3
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
use cstring and disable parallel make
netcdf-headers.diff (text/plain), 1.56 KB, created by
Patrice Dumas
on 2008-02-24 16:26:20 UTC
(
hide
)
Description:
use cstring and disable parallel make
Filename:
MIME Type:
Creator:
Patrice Dumas
Created:
2008-02-24 16:26:20 UTC
Size:
1.56 KB
patch
obsolete
>? .build-3.6.2-6.fc9.log >? i386 >? netcdf-3.6.2 >? netcdf-3.6.2-6.fc9.src.rpm >Index: netcdf.spec >=================================================================== >RCS file: /cvs/extras/rpms/netcdf/devel/netcdf.spec,v >retrieving revision 1.23 >diff -u -3 -p -r1.23 netcdf.spec >--- netcdf.spec 21 Feb 2008 03:00:59 -0000 1.23 >+++ netcdf.spec 24 Feb 2008 16:25:00 -0000 >@@ -73,10 +73,12 @@ export FFLAGS="-fPIC ${RPM_OPT_FLAGS}" > export F90FLAGS="$FFLAGS" > export FCFLAGS="$FFLAGS" > %configure --enable-shared >-make %{?_smp_mflags} >+# parallel build is broken, .mod file hasn't right deps % >+#{?_smp_mflags} >+make > > %install >-%makeinstall >+make install DESTDIR=${RPM_BUILD_ROOT} > mkdir -p ${RPM_BUILD_ROOT}%{_includedir}/netcdf-3 > /bin/mv ${RPM_BUILD_ROOT}%{_includedir}/*.* \ > ${RPM_BUILD_ROOT}%{_includedir}/netcdf-3 >Index: netcdf_gcc-3.3_needs_string-h.patch >=================================================================== >RCS file: /cvs/extras/rpms/netcdf/devel/netcdf_gcc-3.3_needs_string-h.patch,v >retrieving revision 1.1 >diff -u -3 -p -r1.1 netcdf_gcc-3.3_needs_string-h.patch >--- netcdf_gcc-3.3_needs_string-h.patch 21 Feb 2008 03:00:59 -0000 1.1 >+++ netcdf_gcc-3.3_needs_string-h.patch 24 Feb 2008 16:25:00 -0000 >@@ -5,7 +5,7 @@ diff -urN netcdf-3.6.2/cxx/ncvalues.cpp > #include <config.h> > #include <iostream> > #include <string> >-+#include <string.h> >++#include <cstring> > > #include "ncvalues.h" > >@@ -16,7 +16,7 @@ diff -urN netcdf-3.6.2/examples/CXX/sfc_ > > #include <iostream> > #include <netcdfcpp.h> >-+#include <string.h> >++#include <cstring> > > using namespace std; >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 434078
: 295741