* [gentoo-dev] apache-1.3.28 @ 2003-07-26 2:59 Kumba 2003-07-26 16:02 ` Mamoru KOMACHI 2003-07-27 0:34 ` Donny Davies 0 siblings, 2 replies; 6+ messages in thread From: Kumba @ 2003-07-26 2:59 UTC (permalink / raw To: gentoo-dev Call me crazy, but after merging apache-1.3.28, the /etc/init.d/apache script starts failing because the /usr/sbin/apache file went missing. Anyone else run into this? --Kumba -- "Such is oft the course of deeds that move the wheels of the world: small hands do them because they must, while the eyes of the great are elsewhere." --Elrond -- gentoo-dev@gentoo.org mailing list ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] apache-1.3.28 2003-07-26 2:59 [gentoo-dev] apache-1.3.28 Kumba @ 2003-07-26 16:02 ` Mamoru KOMACHI 2003-07-27 0:34 ` Donny Davies 1 sibling, 0 replies; 6+ messages in thread From: Mamoru KOMACHI @ 2003-07-26 16:02 UTC (permalink / raw To: Kumba; +Cc: gentoo-dev Hi, At Fri, 25 Jul 2003 22:59:38 -0400, Kumba wrote: > > Call me crazy, but after merging apache-1.3.28, the /etc/init.d/apache > script starts failing because the /usr/sbin/apache file went missing. Probably http://bugs.gentoo.org/show_bug.cgi?id=25212 is what you want to look at. regards, -- Mamoru KOMACHI <usata@gentoo.org> http://dev.gentoo.org/~usata/ -- gentoo-dev@gentoo.org mailing list ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] apache-1.3.28 2003-07-26 2:59 [gentoo-dev] apache-1.3.28 Kumba 2003-07-26 16:02 ` Mamoru KOMACHI @ 2003-07-27 0:34 ` Donny Davies 2003-07-28 0:49 ` Kumba 1 sibling, 1 reply; 6+ messages in thread From: Donny Davies @ 2003-07-27 0:34 UTC (permalink / raw To: gentoo-dev [-- Attachment #1: Type: text/plain, Size: 228 bytes --] On Fri, Jul 25, 2003 at 10:59:38PM -0400, Kumba wrote: >Call me crazy, but after merging apache-1.3.28, the /etc/init.d/apache >script starts failing because the /usr/sbin/apache file went missing. Yep fixed it. Donny [-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] apache-1.3.28 2003-07-27 0:34 ` Donny Davies @ 2003-07-28 0:49 ` Kumba 2003-07-28 9:36 ` Stuart Herbert 0 siblings, 1 reply; 6+ messages in thread From: Kumba @ 2003-07-28 0:49 UTC (permalink / raw To: gentoo-dev Donny Davies wrote: > Yep fixed it. > > Donny Just ran into the same issue on mod_perl-1.27-r2 where tail and head were't getting the options right. Like in Bug #25212. --Kumba -- "Such is oft the course of deeds that move the wheels of the world: small hands do them because they must, while the eyes of the great are elsewhere." --Elrond -- gentoo-dev@gentoo.org mailing list ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] apache-1.3.28 2003-07-28 0:49 ` Kumba @ 2003-07-28 9:36 ` Stuart Herbert 2003-07-28 12:03 ` Mamoru KOMACHI 0 siblings, 1 reply; 6+ messages in thread From: Stuart Herbert @ 2003-07-28 9:36 UTC (permalink / raw To: kumba, gentoo-dev [-- Attachment #1: signed data --] [-- Type: text/plain, Size: 1142 bytes --] On Monday 28 July 2003 1:49 am, Kumba wrote: > Donny Davies wrote: > > Yep fixed it. > > > > Donny > > Just ran into the same issue on mod_perl-1.27-r2 where tail and head > were't getting the options right. Like in Bug #25212. > > --Kumba A quick grep through Portage shows that the following ebuilds also need fixing: (head only) sys-devel/hardened-gcc-hardened-gcc-1.2.ebuild (head only) kde-base/kdeaddons/kdeaddons-3.1.2.ebuild (head only) net-www/mod_auth_mysql/mod_auth_mysql-20030510.ebuild (head & tail) net-www/mod_auth_mysql/mod_auth_mysql-1.11.ebuild (tail only) media-fonts/mikachan-font/mikachan-font-8.8.ebuild (tail only) media-video/mtxdrivers/mtxdrivers-0.3.0.ebuild Six isn't too bad ;-) Best regards, Stu -- Stuart Herbert stuart@gentoo.org Gentoo Developer http://www.gentoo.org/ Upcoming packages list http://dev.gentoo.org/~stuart/packages/ GnuGP key id# F9AFC57C available from http://pgp.mit.edu Key fingerprint = 31FB 50D4 1F88 E227 F319 C549 0C2F 80BA F9AF C57C -- [-- Attachment #2: signature --] [-- Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] apache-1.3.28 2003-07-28 9:36 ` Stuart Herbert @ 2003-07-28 12:03 ` Mamoru KOMACHI 0 siblings, 0 replies; 6+ messages in thread From: Mamoru KOMACHI @ 2003-07-28 12:03 UTC (permalink / raw To: Stuart Herbert; +Cc: gentoo-dev Hi, At Mon, 28 Jul 2003 10:36:04 +0100, Stuart Herbert wrote: > A quick grep through Portage shows that the following ebuilds also need > fixing: > (tail only) media-fonts/mikachan-font/mikachan-font-8.8.ebuild Fixed it. I didn't expect I committed the ebuild with that problem ;( Thanks Stuart. -- Mamoru KOMACHI <usata@gentoo.org> http://dev.gentoo.org/~usata/ -- gentoo-dev@gentoo.org mailing list ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2003-07-28 12:04 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2003-07-26 2:59 [gentoo-dev] apache-1.3.28 Kumba 2003-07-26 16:02 ` Mamoru KOMACHI 2003-07-27 0:34 ` Donny Davies 2003-07-28 0:49 ` Kumba 2003-07-28 9:36 ` Stuart Herbert 2003-07-28 12:03 ` Mamoru KOMACHI
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox