You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2004/06/23 07:56:01 UTC

[Bug 3535] New: Non-fatal problems building 3.0.0-pre1 as RPM

http://bugzilla.spamassassin.org/show_bug.cgi?id=3535

           Summary: Non-fatal problems building 3.0.0-pre1 as RPM
           Product: Spamassassin
           Version: SVN Trunk (Latest Devel Version)
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: P5
         Component: Building & Packaging
        AssignedTo: spamassassin-dev@incubator.apache.org
        ReportedBy: shiva@sewingwitch.com


While building a 3.0.0 pre1 RPM, errors about copying files are reported. A
build log is attached. The error messages are:

/usr/bin/strip: unable to copy file '/home/buildmeister/var/tmp/usr/bin/spamc'
reason: Permission denied

cp: will not overwrite just-created
`/home/buildmeister/var/tmp/usr/share/doc/spamassassin-3.0.0/README' with
`spamd/README'

cp: cannot stat `Razor2.patch': No such file or directory

The second warning results because the RPM %doc macro does not preserve the
source path, so spamd/README is just cp'd to the doc directory. If the source
path should be preserved, the cp should be done during %install. Otherwise one
can rename the 2nd README so it doesn't conflict.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.