|
After looking at this same issue for a bit today, I figured I'd share my findings for the #2 problem below. It looks to me like the 3.7.2 make.d/boel_binaries.inc file was not updated in this release to reflect changes to the current dosfstools Makefile. (patch attached) I also found it necessary to pull the dosfstools.50-2.8-linuxheaders.patch patch from trunk to successfully build the 3.7.2 rpms on RHEL4. These are in addition to the spec file fix already mentioned below. Matt On Thursday 06 April 2006 12:33, Bernard Li wrote: > Hi Ole: > > 1. There's a requirement in two places: > > BuildRequires: python, python-devel, python-xml > > However, python-xml is an RPM that's not provided by RHEL4. > > What do we do about it ? In order to proceed I've > > deleted this requirement > > from the SPEC file. > > Either remove that requirement or change it to PyXML. python-xml is a > RPM provided by the SuSE distro. This is fixed in trunk. > > > 2. The rpmbuild process bombs out with an error message: > > make: *** No rule to make target > > `/usr/src/redhat/BUILD/systemimager-3.7.2/src/dosfstools-2.11/ > > mkdosfs/mkdosfs', > > needed by > > `/usr/src/redhat/BUILD/systemimager-3.7.2/tmp/boel_binaries.ta > > r.gz'. Stop. > > error: Bad exit status from /var/tmp/rpm-tmp.17034 (%install) > > > > I recall a similar problem from April 2004 where a patch > > was missing > > for dosfstools-2.8 as discussed in > > > > http://sourceforge.net/mailarchive/forum.php?thread_id=4093988 > > &forum_id=10334 > > I wonder if that old problem has resurfaced ? > > Not sure about that, but I have good luck building the code in trunk > without any problems on RHEL4 - please let me know if you need special > instructions on how to do that. > > Cheers, > > Bernard > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting language > that extends applications into web and mobile media. Attend the live > webcast and join the prime developer group breaking into this new coding > territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 > _______________________________________________ > Sisuite-users mailing list > https://lists.sourceforge.net/lists/listinfo/sisuite-users |
--- make.d/boel_binaries.inc 2006-05-04 16:26:30.000000000 -0500 +++ ../../../systemimager-acx/3.7.2/make.d/boel_binaries.inc 2006-05-04 16:31:36.000000000 -0500 @@ -32,7 +32,7 @@ $(DISCOVER_DIR).build \ $(DISCOVER_DATA_DIR).build \ $(HFSUTILS_BINARY) \ - $(MKDOSFS_BINARY) \ + $(DOSFSTOOLS_DIR).build \ $(MKE2FS_BINARY) \ $(TUNE2FS_BINARY) \ $(PARTED_BINARY) \
