Hi,
JD wrote: > Dear list, > I downloaded the FC-10 source rpm package and tried to build it on FC7: > rpm build -bb ntfs-3g.spec > All goes well until the point where it says: > > Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.67058 > + umask 022 > + cd /usr/src/redhat/BUILD > + cd ntfs-3g-1.5130 > + DOCDIR=/var/tmp/ntfs-3g-1.5130-1.f7-root-jd/usr/share/doc/ntfs-3g-1.5130 > + export DOCDIR > + rm -rf > /var/tmp/ntfs-3g-1.5130-1.f7-root-kroot/usr/share/doc/ntfs-3g-1.5130 > + /bin/mkdir -p > /var/tmp/ntfs-3g-1.5130-1.f7-root-jd/usr/share/doc/ntfs-3g-1.5130 > + cp -pr AUTHORS ChangeLog COPYING CREDITS NEWS README > /var/tmp/ntfs-3g-1.5130-1.f7-root-jd/usr/share/doc/ntfs-3g-1.5130 > + exit 0 > > and back to the shell prompt. > *However, the binary RPM never gets built. > > Is this the fault of the packager of the SRC rpm? > > How can I build the binary RPM for the source tarball at > http://www.ntfs-3g.org/ntfs-3g-1.5130.tgz ? > > Cheers, > > JD > > * I would not blame the packager, as the package compiles correctly on FC10. It goes on after the "+ exit 0" which only means that the script has been read (see below) I would think you need updating rpm/rpmbuild/rpmlib Note : the old specs for FC7 cannot easily be used as new files have been added. I would however think the binaries for FC9 or FC10 can be used as is on FC7, as the fuse interface has not changed. Regards Jean-Pierre + /bin/mkdir -p /home/linux/rpmbuild/BUILDROOT/ntfs-3g-1.5130-1.fc10.x86_64/usr/share/doc/ntfs-3g-1.5130 + cp -pr AUTHORS ChangeLog COPYING CREDITS NEWS README /home/linux/rpmbuild/BUILDROOT/ntfs-3g-1.5130-1.fc10.x86_64/usr/share/doc/ntfs-3g-1.5130 + exit 0 Provides: fuse-ntfs-3g = 2:1.5130-1.fc10 libntfs-3g.so.43()(64bit) ntfsprogs-fuse = 2:1.5130-1.fc10 Requires(interp): /sbin/ldconfig /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(VersionedDependencies) <= 3.0.3-1 Requires(post): /sbin/ldconfig ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ ntfs-3g-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ntfs-3g-devel
