Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (283 - 285 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.

#4 fixed email sent to multiple recipients bas anonymous
Description

tickets created in trac get sent to user@… UNKNOWN@… and lastname@… bounces created by UNKNOWN@… cause a recursive ticket creation loop I don't know how to stop it but so far my 12 tickets have amounted to 50 I have turned off the mailserver to prevent anymore incoming tickets.

https://subtrac.sara.nl/oss/email2trac/changeset/61

#5 fixed Windows 2003 Installation bas anonymous
Description

Will email2trac run in a windows environment?

it may be as simple as a batch file that runs

type *.msg > email2trac.py
del *.msg
Note: See TracQuery for help on using queries.