Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 39817
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Net-Mail Packages <net-mail@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Daniel Black <dragonheart@gentoo.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 39817 depends on: 35308 91141 Show dependency tree
Bug 39817 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-01-29 15:31 0000
Forbidden by ref url:

/usr/portage/net-mail/xmail/xmail-1.15.ebuild:  touch ${D}/chroot/xmail/var/MailRoot/bin/.keep
/usr/portage/net-mail/xmail/xmail-1.15.ebuild:          touch ${D}/etc/xmail/${i}/.keep
/usr/portage/net-mail/xmail/xmail-1.15.ebuild:          touch ${D}/etc/xmail/userauth/${i}/.keep
/usr/portage/net-mail/xmail/xmail-1.15.ebuild:  rm -f ${D}/etc/xmail/userauth/.keep
/usr/portage/net-mail/xmail/xmail-1.15.ebuild:  rm -f /etc/xmail/cmdaliases/.keep
/usr/portage/net-mail/xmail/xmail-1.15.ebuild:  rm -f /etc/xmail/custdomains/.keep
/usr/portage/net-mail/xmail/xmail-1.15.ebuild:  rm -f /etc/xmail/domains/.keep
/usr/portage/net-mail/xmail/xmail-1.15.ebuild:  rm -f /etc/xmail/filters/.keep
/usr/portage/net-mail/xmail/xmail-1.15.ebuild:  rm -f /etc/xmail/pop3linklocks/.keep
/usr/portage/net-mail/xmail/xmail-1.15.ebuild:  rm -f /etc/xmail/pop3links/.keep
/usr/portage/net-mail/xmail/xmail-1.15.ebuild:  rm -f /etc/xmail/pop3locks/.keep
/usr/portage/net-mail/xmail/xmail-1.15.ebuild:  rm -f /etc/xmail/userauth/pop3/.keep
/usr/portage/net-mail/xmail/xmail-1.15.ebuild:  rm -f /etc/xmail/userauth/smtp/.keep
/usr/portage/net-mail/xmail/xmail-1.16.ebuild:  touch ${D}/chroot/xmail/var/MailRoot/bin/.keep
/usr/portage/net-mail/xmail/xmail-1.16.ebuild:          touch ${D}/etc/xmail/${i}/.keep
/usr/portage/net-mail/xmail/xmail-1.16.ebuild:          touch ${D}/etc/xmail/userauth/${i}/.keep
/usr/portage/net-mail/xmail/xmail-1.16.ebuild:  rm -f ${D}/etc/xmail/userauth/.keep
/usr/portage/net-mail/xmail/xmail-1.16.ebuild:  rm -f /etc/xmail/cmdaliases/.keep
/usr/portage/net-mail/xmail/xmail-1.16.ebuild:  rm -f /etc/xmail/custdomains/.keep
/usr/portage/net-mail/xmail/xmail-1.16.ebuild:  rm -f /etc/xmail/domains/.keep
/usr/portage/net-mail/xmail/xmail-1.16.ebuild:  rm -f /etc/xmail/filters/.keep
/usr/portage/net-mail/xmail/xmail-1.16.ebuild:  rm -f /etc/xmail/pop3linklocks/.keep
/usr/portage/net-mail/xmail/xmail-1.16.ebuild:  rm -f /etc/xmail/pop3links/.keep
/usr/portage/net-mail/xmail/xmail-1.16.ebuild:  rm -f /etc/xmail/pop3locks/.keep
/usr/portage/net-mail/xmail/xmail-1.16.ebuild:  rm -f /etc/xmail/userauth/pop3/.keep
/usr/portage/net-mail/xmail/xmail-1.16.ebuild:  rm -f /etc/xmail/userauth/smtp/.keep


use keepdir instead

------- Comment #1 From Nick Hadaway 2004-03-18 17:27:19 0000 -------
i would love to use keepdir...

this is kind of a special situation though... the .keep files are only created utilized and deleted during the install as keeping the .keep files in the ${D} after installation leaves you with a malfunctioning mail server... 

any ideas?

------- Comment #2 From Daniel Black 2004-03-22 01:28:20 0000 -------
My gut feel is that .keep files realy aren't needed duing the install. Hoping a
QA person may have more insight.

------- Comment #3 From Seemant Kulleen (RETIRED) 2004-03-22 01:44:40 0000 -------
max, can you have a look at this one please?  seems to relate to the postfix
issue you had recently

I do agree that daniel is correct, instead of touch'ing the .keep files,
keepdir should be done instead

------- Comment #4 From Max Kalika (RETIRED) 2004-03-22 13:37:15 0000 -------
ok, I just fixed postfix.  Essentially the best way to do this, is create the
directories during pkg_postinst() (look at postfix-2.0.19.ebuild).  But be sure
those directories don't exist after src_install() because portage will blow
them away on version upgrade if they're empty.  I remove them during
src_install() and add them back during pkg_postinst() in postfix.  Something
similar should work here.

------- Comment #5 From Daniel Black 2004-12-29 15:23:35 0000 -------
this can be closed if xmail-1.16.ebuild is removed.

BTW why the drop in ppc keyword in 1.20?

------- Comment #6 From Andrej Kacian (RETIRED) 2005-05-01 15:13:48 0000 -------
I removed xmail-1.16 from portage, as 1.16-r1 supersedes it. Thanks everyone.

As for the dropped keyword, it will be best if ppc team has a look on it. It was dropped when merlin@g.o bumped xmail from 1.16-r1 to 1.20. CCing both ppc@ and merlin@.

------- Comment #7 From Tuan Van (RETIRED) 2005-05-05 10:33:42 0000 -------
~ppc is in  xmail-1.21.ebuild 3 months ago. If we resolve bug 91141, this one
can be closed.

------- Comment #8 From Joe Jezak 2005-05-15 13:52:39 0000 -------
Removing ppc from CC since it's already keyworded.

------- Comment #9 From Andrej Kacian (RETIRED) 2005-06-06 06:26:24 0000 -------
Closing, thanks everyone.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug