Hi all,
When trying to use the automated dsbuild to try and build DS v1.0.2 on
Solaris 10, I get an error with a patch that does not apply cleanly.
Does anyone know what this patch is for, or how to get rid of it?
bash-3.00# gmake
[===== NOW BUILDING: ds-1.0.2 =====]
[fetch] complete for ds.
[checksum] complete for ds.
[extract] complete for ds.
[patch] complete for ds.
==> Building ds/mozilla as a dependency
gmake[1]: Entering directory `/root/src/ldap/auto/dsbuild-fds102/ds/mozilla'
[===== NOW BUILDING: mozilla- =====]
[fetch] complete for mozilla.
[checksum] complete for mozilla.
==> Extracting download/mozilla-components-1.0.2.tar.gz
==> Copying download/sysfdtable.patch
==> Copying download/sysfdtable2.patch
[extract] complete for mozilla.
install -d work/mozilla-
cat download/sysfdtable.patch download/sysfdtable2.patch | ( cd work ;
patch -p0 )
Looks like a unified context diff.
Hunk #1 failed at line 159.
1 out of 1 hunks failed: saving rejects to
mozilla/nsprpub/pr/include/obsolete/probslet.h.rej
The next patch looks like a unified context diff.
The next patch looks like a unified context diff.
done
gmake[1]: *** [post-patch] Error 1
gmake[1]: Leaving directory `/root/src/ldap/auto/dsbuild-fds102/ds/mozilla'
gmake: *** [dep-../../ds/mozilla] Error 2
bash-3.00# less mozilla/nsprpub/pr/include/obsolete/probslet.h.rej
mozilla/nsprpub/pr/include/obsolete/probslet.h.rej: No such file or
directory
Regards,
Graham
--