Custom Query (332 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 332)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Ticket Resolution Summary Owner Reporter
#12 wontfix email2trac installation problem bas bb.bek69@…
Description

Hi, following the guide, i did: ./configure --prefix=/home/.../.../ make make install

but at step "make install":

if [ ! -f home/...etc/email2trac.conf ] ; \ then \

./install-sh -c -m 644 -o root email2trac.conf home/...etc/email2trac.conf ;\

fi chown: changing ownership of `home/...etc/#inst.14834#': Operation not permitted make: * [install-conf] Error 1

Can anybody help me?

#13 duplicate Setting ticket attrubutes bas anonymous
Description

Is there a way to provide ticket-related attributes from the email message composed?

What I mean is can I set things like milestone, component, keywords and assign the ticket to someone in particular, all from a single email message?

#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.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Note: See TracQuery for help on using queries.