<html><body><span style="font-family:Verdana; color:#000000; font-size:10pt;"><div><br>Hello.  Thanks for your reply.</div><div><br></div><div>FYI.  </div><div><br></div><div>I tried to follow your instructions. The build did not work.</div><div><br></div><div>This file does not exist: LICENSE-BSD.txt  in the directory.</div><div><br></div><div>This fle does exist:  LICENSE-DUAL.txt in the directory.</div><div><br></div><div>I edited the file to add the first entry for LICENSE-GPL.txt  and ignored the second entry</div><div>for file LICENSE_BSD.txt.  I'm guessing the second entry should have referenced the LICENSE_DUAL file.<br></div><div><br></div><div>After applying me edit, the build is now working.</div><div><br></div><div>Lee</div><div><br></div><div><br></div>
<blockquote id="replyBlockquote" style="border-left: 2px solid blue; margin-left: 8px; padding-left: 8px; font-size: 10pt; color: black; font-family: verdana;" mce_style="border-left: 2px solid blue; margin-left: 8px; padding-left: 8px; font-size: 10pt; color: black; font-family: verdana;">
<div id="wmQuoteWrapper">
-------- Original Message --------<br>
Subject: Re: [Box Backup] rpmbuild for Fedora 12 does not work<br>
From: Chris Wilson <chris@qwirx.com><br>
Date: Fri, April 30, 2010 12:15 pm<br>
To: Box Backup <boxbackup@boxbackup.org><br>
<br>
Hi Lee,<br>
<br>
On Fri, 30 Apr 2010, lchalupa@seelink.org wrote:<br>
<br>
> Hello.  Trying to install boxbackup. Getting error.<br>
> <br>
> $ rpmbuild -ta boxbackup-0.11rc7.tgz<br>
> <br>
> This is the error I'm getting....<br>
> <br>
> + install -m 644 VERSION.txt/root/rpmbuild/BUILDROOT/boxbackup-0.11rc7-1.fc12.i386/usr/share/doc/boxbackup-0<br>
> .11rc7<br>
> + install -m 644 ExceptionCodes.txt/root/rpmbuild/BUILDROOT/boxbackup-0.11rc7-1.fc12.i386/usr/share/doc/boxbackup-0<br>
> .11rc7<br>
> + install -m 644 LICENSE.txt/root/rpmbuild/BUILDROOT/boxbackup-0.11rc7-1.fc12.i386/usr/share/doc/boxbackup-0<br>
> .11rc7<br>
> install: cannot stat `LICENSE.txt': No such file or directory<br>
> error: Bad exit status from /var/tmp/rpm-tmp.Fwn0sB (%install)<br>
> <br>
> I'm stuck.<br>
<br>
Thanks for reporting the problem. It will be fixed in the next release <br>
candidate and 0.11 final. In the mean time, you can untar the distribution <br>
tarball, cd into boxbackup-0.11rc7, edit contrib/rpm/boxbackup.spec, and <br>
find the following lines at around line 108:<br>
<br>
install -m 644 LICENSE.txt \<br>
         $RPM_BUILD_ROOT%{_docdir}/%{ident}<br>
<br>
and replace them with the following four lines:<br>
<br>
install -m 644 LICENSE-GPL.txt \<br>
         $RPM_BUILD_ROOT%{_docdir}/%{ident}<br>
install -m 644 LICENSE-BSD.txt \<br>
         $RPM_BUILD_ROOT%{_docdir}/%{ident}<br>
<br>
This same change will be in the next release. Thanks again.<br>
<br>
Cheers, Chris.<br>
-- <br>
_ ___ __     _<br>
  / __/ / ,__(_)_  | Chris Wilson <0000 at qwirx.com> - Cambs UK |<br>
/ (_/ ,\/ _/ /_ \ | Security/C/C++/Java/Perl/SQL/HTML Developer |<br>
\ _/_/_/_//_/___/ | We are GNU-free your mind-and your software |<hr>_______________________________________________<br>
Boxbackup mailing list<br>
Boxbackup@boxbackup.org<br>
<a href="http://lists.boxbackup.org/cgi-bin/mailman/listinfo/boxbackup" mce_href="http://lists.boxbackup.org/cgi-bin/mailman/listinfo/boxbackup" target="_blank">http://lists.boxbackup.org/cgi-bin/mailman/listinfo/boxbackup</a><br>

</div>
</blockquote></span></body></html>