Anthony Towns wrote:
> There's nothing wrong with having libfoo-dev require libpng3 and bar
> require libqt which needs libpng2; and it's completely reasonable to
> expect to be able to build programs based on libfoo or libqt on a single
> system without having to run apt-get in the meantime.
..
On Thu, Jan 10, 2002 at 10:44:34AM +0100, Adrian Bunk wrote:
> To put my example for an "ugly problem" in words:
> A program links with two libraries. One of them has an inter-library
> dependency on libpng2, the other one has an inter-library dependency on
> libpng3. AFAIR the -dev packages of the
On Wed, 9 Jan 2002, Adam Heath wrote:
> > > What? That means that you can't have a libpng3 program on a machine with
> > > libqt2-dev installed ... icky.
> >
> > Yes, but that's the only way I see to ensure that there aren't some ugly
> > problems like e.g.
>
> No, completely wrong. You want to k
On Wed, 9 Jan 2002, Adrian Bunk wrote:
> On Wed, 9 Jan 2002, Daniel Stone wrote:
>
> > > > How do you plan to prevent programs that link with libqt2 to also link
> > > > with libpng3 ? Manual check ?
> > >
> > > Another possiblility is the following (only the new dependencies are
> > > listed):
>
Philippe Troin <[EMAIL PROTECTED]> cum veritate scripsit:
> No it is not the case. Libpng-dev provides libpng2-dev (both are
> source-compatible). Libqt-dev should depend on libpng2-dev
> (<<1.2.0). That should work.
That sounds wrong.
libpng3 is not binary compatible with libpng2.
Silently bei
On Wed, 9 Jan 2002, Daniel Stone wrote:
> > > How do you plan to prevent programs that link with libqt2 to also link
> > > with libpng3 ? Manual check ?
> >
> > Another possiblility is the following (only the new dependencies are
> > listed):
> >
> > Package: libqt2-dev
> > Conflicts: libpng3
> >
On Wed, Jan 09, 2002 at 03:21:34AM -0800, Philippe Troin wrote:
> Daniel Stone <[EMAIL PROTECTED]> writes:
>
> > On Wed, Jan 09, 2002 at 10:07:13AM +0900, Junichi Uekawa wrote:
> > > Daniel Stone <[EMAIL PROTECTED]> cum veritate scripsit:
> > >
> > > > > It's only the -dev package, which is only
Daniel Stone <[EMAIL PROTECTED]> writes:
> On Wed, Jan 09, 2002 at 10:07:13AM +0900, Junichi Uekawa wrote:
> > Daniel Stone <[EMAIL PROTECTED]> cum veritate scripsit:
> >
> > > > It's only the -dev package, which is only required
> > > > for the compile time, and I believe it is quite small, only
On Wed, Jan 09, 2002 at 12:11:40AM +0100, Adrian Bunk wrote:
> On 7 Jan 2002, Philippe Troin wrote:
> > How do you plan to prevent programs that link with libqt2 to also link
> > with libpng3 ? Manual check ?
>
> Another possiblility is the following (only the new dependencies are
> listed):
>
>
On Wed, Jan 09, 2002 at 10:07:13AM +0900, Junichi Uekawa wrote:
> Daniel Stone <[EMAIL PROTECTED]> cum veritate scripsit:
>
> > > It's only the -dev package, which is only required
> > > for the compile time, and I believe it is quite small, only
> > > with the symlinks and the static link files..
Daniel Stone <[EMAIL PROTECTED]> cum veritate scripsit:
> > It's only the -dev package, which is only required
> > for the compile time, and I believe it is quite small, only
> > with the symlinks and the static link files...
> >
> > Or better, libqt2-dev depend on libpng2-dev.
>
> They generall
On 7 Jan 2002, Philippe Troin wrote:
> Chris Cheney <[EMAIL PROTECTED]> writes:
>
> > On Mon, Jan 07, 2002 at 05:06:27AM -0800, Philippe Troin wrote:
> > -snip-
> > >
> > > Sounds good to fix all the current problems... however how are we
> > > going to handle the libpng2 -> libpng3 conversion ? Y
Daniel Stone <[EMAIL PROTECTED]> wrote:
>> Or better, libqt2-dev depend on libpng2-dev.
> They generally Build-Depend on libpng2-dev, I believe.
All dev packages are supposed to depend on the dev packages that they are
linked to. This allows the application package to only depend on the
librar
On Wed, Jan 09, 2002 at 01:27:04AM +0900, Junichi Uekawa wrote:
> "Steve M. Robbins" <[EMAIL PROTECTED]> cum veritate scripsit:
> > > How about libqt2-dev conflicting with libpng3-dev, or something like that.
> >
> > That's a bit obnoxious. Some folks might like to be developing code
> > that use
"Steve M. Robbins" <[EMAIL PROTECTED]> cum veritate scripsit:
> > How about libqt2-dev conflicting with libpng3-dev, or something like that.
>
> That's a bit obnoxious. Some folks might like to be developing code
> that uses libqt2 and *other code* tha uses libpng3, on the same debian
> box.
It'
On Tue, Jan 08, 2002 at 11:11:49PM +0900, Junichi Uekawa wrote:
> Chris Cheney <[EMAIL PROTECTED]> cum veritate scripsit:
>
> > > How do you plan to prevent programs that link with libqt2 to also link
> > > with libpng3 ? Manual check ?
> >
> > yes manual check
>
>
> How about libqt2-dev confli
Chris Cheney <[EMAIL PROTECTED]> cum veritate scripsit:
> > How do you plan to prevent programs that link with libqt2 to also link
> > with libpng3 ? Manual check ?
>
> yes manual check
How about libqt2-dev conflicting with libpng3-dev, or something like that.
regards,
junichi
--
[
On Mon, Jan 07, 2002 at 01:04:27PM -0800, Philippe Troin wrote:
> Chris Cheney <[EMAIL PROTECTED]> writes:
>
> > On Mon, Jan 07, 2002 at 10:07:23AM -0800, Philippe Troin wrote:
> > -snip-
> > >
> > > Sounds good to me.
> > >
> > > How do you plan to prevent programs that link with libqt2 to also
Chris Cheney <[EMAIL PROTECTED]> writes:
> On Mon, Jan 07, 2002 at 10:07:23AM -0800, Philippe Troin wrote:
> -snip-
> >
> > Sounds good to me.
> >
> > How do you plan to prevent programs that link with libqt2 to also link
> > with libpng3 ? Manual check ?
>
> yes manual check
Ok. Excellent.
W
On Mon, Jan 07, 2002 at 10:07:23AM -0800, Philippe Troin wrote:
-snip-
>
> Sounds good to me.
>
> How do you plan to prevent programs that link with libqt2 to also link
> with libpng3 ? Manual check ?
yes manual check
pgp1p0Bn9W3wQ.pgp
Description: PGP signature
Chris Cheney <[EMAIL PROTECTED]> writes:
> On Mon, Jan 07, 2002 at 05:06:27AM -0800, Philippe Troin wrote:
> -snip-
> >
> > Sounds good to fix all the current problems... however how are we
> > going to handle the libpng2 -> libpng3 conversion ? Your solution just
> > seems to postpone the proble
On Mon, Jan 07, 2002 at 05:06:27AM -0800, Philippe Troin wrote:
-snip-
>
> Sounds good to fix all the current problems... however how are we
> going to handle the libpng2 -> libpng3 conversion ? Your solution just
> seems to postpone the problem.
libqt 3.x already uses libpng3 so that looks like
Chris Cheney <[EMAIL PROTECTED]> writes:
> I forgot to cc debian-devel on this:
>
> I think that the best solution to the problem would be for me to upload a
> new version of libqt2 2.3.1 compiled against libpng2. Due to the potential
> problems with upgrading from stable (potato) to the future
I forgot to cc debian-devel on this:
I think that the best solution to the problem would be for me to upload a
new version of libqt2 2.3.1 compiled against libpng2. Due to the potential
problems with upgrading from stable (potato) to the future new stable
(woody). I will do this tomorrow morning.
24 matches
Mail list logo