Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (85 - 87 of 332)

Ticket Resolution Summary Owner Reporter
#14 fixed rpmbuild from spec installation fails bas Archon810
Description

I am at the installation point of email2trac and I'm trying to install using rpmbuild but it fails with this error:

Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.57580
+ umask 022
+ cd /usr/src/packages/BUILD
+ /bin/rm -rf /var/tmp/email2trac-0.9.5-1-root
++ dirname /var/tmp/email2trac-0.9.5-1-root
+ /bin/mkdir -p /var/tmp
+ /bin/mkdir /var/tmp/email2trac-0.9.5-1-root
+ cd email2trac-0.9.5
+ mkdir /var/tmp/email2trac-0.9.5-1-root
mkdir: cannot create directory `/var/tmp/email2trac-0.9.5-1-root': File exists
error: Bad exit status from /var/tmp/rpm-tmp.57580 (%build)


RPM build errors:
    Bad exit status from /var/tmp/rpm-tmp.57580 (%build)

The following change is required in order for this build to succeed: Line 32 add -p

mkdir -p $RPM_BUILD_ROOT

Now the installation completes without problems.

#98 invalid RFC 3676 support breaks when content-type doesn't include delsp parameter bas anonymous
Description

A fix for RFC 3676 support (#94), to handle the case where the user agent provides format=flowed but doesn't set the delsp param of Content-Type

#99 fixed RFC 3676 support breaks when content-type doesn't include delsp parameter bas ben@…
Description

A fix for content=flowed support, makes it work correctly when the user agent doesn't provide the delsp param in the Content-Type header.

Note: See TracQuery for help on using queries.