minaco2 / distcc

Automatically exported from code.google.com/p/distcc
GNU General Public License v2.0
0 stars 0 forks source link

Failed to make rpm on ubuntu11 #114

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. What version of distcc are you using?  

bjcheny@bjcheny-ubuntu11-1:~/distcc.svn$ svn info
Path: .
URL: http://distcc.googlecode.com/svn/trunk
Repository Root: http://distcc.googlecode.com/svn
Repository UUID: 01de4be4-8c4a-0410-9132-4925637da917
Revision: 772
Node Kind: directory
Schedule: normal
Last Changed Author: fergus.henderson@gmail.com
Last Changed Rev: 772
Last Changed Date: 2012-05-17 01:45:38 +0800 (Thu, 17 May 2012)

2. What platform are you running on ?  What compilare are you using ("gcc 
3.3")?  Run "uname -a" and "cc --version" to see.

bjcheny@bjcheny-ubuntu11-1:~/distcc.svn$ uname -a
Linux bjcheny-ubuntu11-1 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:50 
UTC 2011 i686 i686 i386 GNU/Linux

bjcheny@bjcheny-ubuntu11-1:~/distcc.svn$ cc --version
cc (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

3. What were you trying to do (e.g. "install distcc", "build Mozilla")?

make rpm

4. What went wrong?  

error: Installed (but unpackaged) file(s) found:
   /usr/share/man/man1/lsdistcc.1.gz

RPM build errors:
    Installed (but unpackaged) file(s) found:
   /usr/share/man/man1/lsdistcc.1.gz

5. If you have an example of a compiler invocation that failed, quote it, in 
full 

N/A

6. What error logging do you get?  

N/A

7. If you got an error message on stderr, quote that error exactly. 

N/A

I attach patch for this issue, please help review.

bjcheny@bjcheny-ubuntu11-1:~/distcc.svn$ svn di packaging/RedHat/rpm.spec > 
rpm_spec.patch
bjcheny@bjcheny-ubuntu11-1:~/distcc.svn$ more rpm_spec.patch
Index: packaging/RedHat/rpm.spec
===================================================================
--- packaging/RedHat/rpm.spec   (revision 772)
+++ packaging/RedHat/rpm.spec   (working copy)
@@ -83,6 +83,7 @@
 %doc %{_mandir}/man1/distccmon-text.1.gz
 %doc %{_mandir}/man1/pump.1.gz
 %doc %{_mandir}/man1/include_server.1.gz
+%doc %{_mandir}/man1/lsdistcc.1.gz
 %doc %{_docdir}

Original issue reported on code.google.com by compan...@gmail.com on 26 Jun 2012 at 12:10

Attachments:

GoogleCodeExporter commented 9 years ago
The patch looks good!
Thanks for reporting this and thanks for the patch.

Original comment by fergus.h...@gmail.com on 26 Jun 2012 at 3:14

GoogleCodeExporter commented 9 years ago
Fix applied in svn revision 773.

Original comment by fergus.h...@gmail.com on 11 Jul 2012 at 1:52

GoogleCodeExporter commented 9 years ago

Original comment by mand...@gmail.com on 8 May 2013 at 2:51