Re: Is it a bug: huge dependency problems of php5 and ikiwiki

2009-07-27 Thread Tzafrir Cohen
On Wed, Jul 22, 2009 at 10:18:16PM +0530, Kapil Hari Paranjape wrote: > Hello, > > On Wed, 22 Jul 2009, Xan wrote: > > I have a NSLU2 device (armel computer). With Debian 5.0.2 installed. I > > cannot use reportbug because exim4 is not configured properly > > Use "reportbug -o bugreport.tx

Re: Is it a bug: huge dependency problems of php5 and ikiwiki

2009-07-23 Thread Xan
En/na Wouter Verhelst ha escrit: The issue is that php5 depends on "libapache2-mod-php5 | libapache2-mod-php5filter | php5-cgi"; i.e., it does allow you to do this, but *by default* will depend on the apache versions. If you wish to use PHP5 with cherokee, you need to explicitly select php5-cgi,

Re: Is it a bug: huge dependency problems of php5 and ikiwiki

2009-07-23 Thread Wouter Verhelst
(this really isn't Debian-arm specific; please direct follow-ups, if any, to the debian-user mailinglist) On Wed, Jul 22, 2009 at 05:11:43PM +0200, Xan wrote: > Hi, > > I have a NSLU2 device (armel computer). With Debian 5.0.2 installed. > I cannot use reportbug because exim4 is not configured pr

Re: Is it a bug: huge dependency problems of php5 and ikiwiki

2009-07-22 Thread Ansgar Burchardt
Hi, root writes: >> They are recommends, and recommends are installed by default. But you >> can change this > > How can this be changed? > I looked through the man pages for apt-get and the config file > but didn't see any way to do so. Just add APT { Install-Recommends "false"; }; to

Re: Re: Is it a bug: huge dependency problems of php5 and ikiwiki

2009-07-22 Thread root
> They are recommends, and recommends are installed by default. But you can > change this. How can this be changed? I looked through the man pages for apt-get and the config file but didn't see any way to do so. TIA, Mike -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a

Re: Is it a bug: huge dependency problems of php5 and ikiwiki

2009-07-22 Thread Kumar Appaiah
On Wed, Jul 22, 2009 at 08:05:24PM +0200, Xan wrote: > >> In Debian stable "lenny" apt automatically installs recommended >> packages. If you want to select packages manually you can do so using >> the aptitude front-end or by using "apt --no-install-recommends". > > Wow!!. Why that? I previous use

Re: Is it a bug: huge dependency problems of php5 and ikiwiki

2009-07-22 Thread Xan
In Debian stable "lenny" apt automatically installs recommended packages. If you want to select packages manually you can do so using the aptitude front-end or by using "apt --no-install-recommends". Regards, Kapil. -- Wow!!. Why that? I previous use debian and apt only install needed p

Re: Is it a bug: huge dependency problems of php5 and ikiwiki

2009-07-22 Thread Kapil Hari Paranjape
Hello, On Wed, 22 Jul 2009, Xan wrote: > PS: Please, CC always debian-arm list (I'm just only subscribed here) or > CCme directly. None of the bugs you describe are specific to the arm architecture so you should really be sending your future reports about this to debian-user and _not_ debian-ar

Re: Is it a bug: huge dependency problems of php5 and ikiwiki

2009-07-22 Thread Eduardo M KALINOWSKI
On Qua, 22 Jul 2009, Xan wrote: Maybe other person could enlight us really c-compiler or subversion are needed? They aren't really needed. $ apt-cache show ikiwiki Package: ikiwiki Priority: optional Section: web Installed-Size: 5880 Maintainer: Joey Hess Architecture: all Version: 2.53

Re: Is it a bug: huge dependency problems of php5 and ikiwiki

2009-07-22 Thread Xan
En/na Sven Joachim ha escrit: Note that if you install them at the same time, you must list php5-cgi _before_ php5 at the command line, because otherwise the apt resolver would still bring in libapache2-mod-php5. See bug #122304¹ and its siblings for details. Sven ¹ http://bugs.debian.org/c

Re: Is it a bug: huge dependency problems of php5 and ikiwiki

2009-07-22 Thread Xan
En/na Andrew Sackville-West ha escrit: look at apt-cache show php5, you will see that it is a meta package that depends on the following: ... Depends: libapache2-mod-php5 (>= 5.2.0-8+etch13) | libapache-mod-php5 (>= 5.2.0-8+etch13) | php5-cgi (>= 5.2.0-8+etch13), php5-common (>= 5.2.0-8+etch13)

Re: Is it a bug: huge dependency problems of php5 and ikiwiki

2009-07-22 Thread Sven Joachim
On 2009-07-22 18:06 +0200, Andrew Sackville-West wrote: > On Wed, Jul 22, 2009 at 05:11:43PM +0200, Xan wrote: >> apt-get install php5 -s > > look at apt-cache show php5, you will see that it is a meta package > that depends on the following: > > ... > Depends: libapache2-mod-php5 (>= 5.2.0-8+etch

Re: Is it a bug: huge dependency problems of php5 and ikiwiki

2009-07-22 Thread Andrew Sackville-West
On Wed, Jul 22, 2009 at 05:11:43PM +0200, Xan wrote: > Hi, > > I have a NSLU2 device (armel computer). With Debian 5.0.2 installed. I > cannot use reportbug because exim4 is not configured properly but > it's not the story. > > I have two possible bugs of too much dependencies: > > > 1) Whe