Debian Developers - problem installing libmotif-dev on debian sarge stable

This is Interesting: Free IT Magazines  
Home > Archive > Debian Developers > July 2005 > problem installing libmotif-dev on debian sarge stable





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author problem installing libmotif-dev on debian sarge stable
Frederico Rodrigues Abraham

2005-07-26, 5:58 pm

Hi. I am trying to install the development files for motif but i get this:

porter:~# apt-get install libmotif-dev
Reading Package Lists... Done
Building Dependency Tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
libmotif-dev: Depends: xlibs-dev but it is not going to be installed
E: Broken packages

On dselect, if i mark libmotif-dev to download, i get this unmet dependency=
:
*** Req libs zlib1g compression library - runtime
** Opt libdevel zlib1g-dev compression library - development

Regards
-- Fred
Frederico Rodrigues Abraham

2005-07-27, 5:56 pm

I had the same happen when trying to install the nvidia development package=
s:

porter:~# apt-get install nvidia-glx-dev
Reading Package Lists... Done
Building Dependency Tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
nvidia-glx-dev: Depends: xlibmesa-gl-dev but it is not going to be
installed or
libgl-dev
Depends: xlibmesa-glu-dev but it is not going to be
installed or
libglu-dev
E: Broken packages
porter:~#

-- Fred

On 7/26/05, Frederico Rodrigues Abraham <devotion97@gmail.com> wrote:
> Hi. I am trying to install the development files for motif but i get this=

:
>=20
> porter:~# apt-get install libmotif-dev
> Reading Package Lists... Done
> Building Dependency Tree... Done
> Some packages could not be installed. This may mean that you have
> requested an impossible situation or if you are using the unstable
> distribution that some required packages have not yet been created
> or been moved out of Incoming.
>=20
> Since you only requested a single operation it is extremely likely that
> the package is simply not installable and a bug report against
> that package should be filed.
> The following information may help to resolve the situation:
>=20
> The following packages have unmet dependencies:
> libmotif-dev: Depends: xlibs-dev but it is not going to be installed
> E: Broken packages
>=20
> On dselect, if i mark libmotif-dev to download, i get this unmet dependen=

cy:
> *** Req libs zlib1g compression library - runtime
> ** Opt libdevel zlib1g-dev compression library - development
>=20
> Regards
> -- Fred
>=20



--=20
-- Fred
Alexander Wirt

2005-07-27, 5:56 pm

Frederico Rodrigues Abraham schrieb am Dienstag, den 26. Juli 2005:

> Hi. I am trying to install the development files for motif but i get this:

[..]

Welcome to unstable and the c++ and x.org transition. You have to wait until
the transiton is finished or fix the correspondent packages on your own.

Remember: thats the reason why its called unstable (or maybe even testing).
This could happen all the time.

Regards
Alex


--
To UNSUBSCRIBE, email to debian-devel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Frederico Rodrigues Abraham

2005-07-27, 5:56 pm

i am using debian stable... (sarge)
i sent this mail to debiandevel ... should i have done it? is this the
place for bug reports on debian stable?
thanks
-- Fred

On 7/27/05, Alexander Wirt <formorer@debian.org> wrote:
> Frederico Rodrigues Abraham schrieb am Dienstag, den 26. Juli 2005:
>=20
is:[vbcol=seagreen]
> [..]
>=20
> Welcome to unstable and the c++ and x.org transition. You have to wait un=

til
> the transiton is finished or fix the correspondent packages on your own.
>=20
> Remember: thats the reason why its called unstable (or maybe even testing=

).
> This could happen all the time.
>=20
> Regards
> Alex
>=20
>=20
> --
> To UNSUBSCRIBE, email to debian-devel-REQUEST@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian=

..org
>=20
>=20



--=20
-- Fred
Kevin B. McCarty

2005-07-27, 5:56 pm

[fixed top-posting in quote]

Frederico Rodrigues Abraham wrote:

> On 7/27/05, Alexander Wirt <formorer@debian.org> wrote:
> i am using debian stable... (sarge)
> i sent this mail to debiandevel ... should i have done it? is this the
> place for bug reports on debian stable?
> thanks
> -- Fred


No, debian-devel is mainly the list for developers and other people
working on the Debian operating system. I think your original question
is better asked at debian-user@lists.debian.org . If the ensuing
discussion does result in a bug being found (which I'm not yet convinced
is the case), it is best to report it on the individual package through
the BTS, for instance using the "reportbug" command. It is perfectly OK
to report a bug on a package in stable.

When you ask at debian-user, you might want to give a little more
information than was in your first mail. For instance: what are the
contents of your /etc/apt/sources.list file; what happens if you try
"apt-get install xlibs-dev" or "aptitude install libmotif-dev"; etc.

Good luck,

--
Kevin B. McCarty <kmccarty@princeton.edu> Physics Department
WWW: http://www.princeton.edu/~kmccarty/ Princeton University
GPG: public key ID 4F83C751 Princeton, NJ 08544


--
To UNSUBSCRIBE, email to debian-devel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Alexander Wirt

2005-07-27, 5:56 pm

Frederico Rodrigues Abraham schrieb am Mittwoch, den 27. Juli 2005:

> i am using debian stable... (sarge)

Then I'm sorry, I tried to reproduce the problem, here my results on a fresh
installed sarge chroot:

root@lisa:/# apt-get install libmotif-dev
Reading Package Lists... Done
Building Dependency Tree... Done
Package libmotif-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
lesstif2-dev lesstif-dev
E: Package libmotif-dev has no installation candidate
Okay no problem, then we could use:

root@lisa:/# apt-get install lesstif2-dev
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
[....]

Works no problem. And for completeness my sources.list:
root@lisa:/# cat /etc/apt/sources.list
deb http://ftp.de.debian.org/debian/ sarge main
deb-src http://ftp.de.debian.org/debian/ sarge main
deb http://security.debian.org/ sarge/updates main

So you should really check your sources list and if you really have a sarge
system and not sid/etch.

Best wishes
Alex


--
To UNSUBSCRIBE, email to debian-devel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Andrew Vaughan

2005-07-27, 5:56 pm

On Thu, 28 Jul 2005 05:17, Alexander Wirt wrote:
> Frederico Rodrigues Abraham schrieb am Mittwoch, den 27. Juli 2005:
>
> Then I'm sorry, I tried to reproduce the problem, here my results on a
> fresh installed sarge chroot:
>
> root@lisa:/# apt-get install libmotif-dev
> Reading Package Lists... Done
> Building Dependency Tree... Done
> Package libmotif-dev is not available, but is referred to by another
> package. This may mean that the package is missing, has been obsoleted,
> or is only available from another source
> However the following packages replace it:
> lesstif2-dev lesstif-dev
> E: Package libmotif-dev has no installation candidate

[snip]
> Works no problem. And for completeness my sources.list:
> root@lisa:/# cat /etc/apt/sources.list
> deb http://ftp.de.debian.org/debian/ sarge main
> deb-src http://ftp.de.debian.org/debian/ sarge main
> deb http://security.debian.org/ sarge/updates main


libmotif-dev is in non-free.
>
> So you should really check your sources list and if you really have a
> sarge system and not sid/etch.
>
> Best wishes
> Alex



--
To UNSUBSCRIBE, email to debian-devel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Alexander Wirt

2005-07-27, 5:56 pm

Andrew Vaughan schrieb am Donnerstag, den 28. Juli 2005:

[...]
> libmotif-dev is in non-free.


So what:
root@lisa:/# apt-get install libmotif-dev
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed
[...]

Still works

Best wishes Alex


--
To UNSUBSCRIBE, email to debian-devel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Andreas Metzler

2005-07-27, 5:56 pm

Alexander Wirt <formorer@debian.org> wrote:
> Frederico Rodrigues Abraham schrieb am Mittwoch, den 27. Juli 2005:


> Then I'm sorry, I tried to reproduce the problem, here my results on a fresh
> installed sarge chroot:

[no motif package, installing lesstif instead....]
> Works no problem. And for completeness my sources.list:
> root@lisa:/# cat /etc/apt/sources.list
> deb http://ftp.de.debian.org/debian/ sarge main
> deb-src http://ftp.de.debian.org/debian/ sarge main
> deb http://security.debian.org/ sarge/updates main


motif is in non-free.
cu andreas
--
"See, I told you they'd listen to Reason," [SPOILER] Svfurlr fnlf,
fuhggvat qbja gur juveyvat tha.
Neal Stephenson in "Snow Crash"
http://downhill.aus.cc/


--
To UNSUBSCRIBE, email to debian-devel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Frederico Rodrigues Abraham

2005-07-27, 5:56 pm

well my sarge is fresh too, and my sources.list, as i posted on debian-user=
, is:

deb http://http.us.debian.org/debian stable main contrib non-free

-- Fred

On 7/27/05, Alexander Wirt <formorer@debian.org> wrote:
> Frederico Rodrigues Abraham schrieb am Mittwoch, den 27. Juli 2005:
>=20
> Then I'm sorry, I tried to reproduce the problem, here my results on a fr=

esh
> installed sarge chroot:
>=20
> root@lisa:/# apt-get install libmotif-dev
> Reading Package Lists... Done
> Building Dependency Tree... Done
> Package libmotif-dev is not available, but is referred to by anot=

her package.
> This may mean that the package is missing, has been obsoleted, or
> is only available from another source
> However the following packages replace it:
> lesstif2-dev lesstif-dev
> E: Package libmotif-dev has no installation candidate
> Okay no problem, then we could use:
>=20
> root@lisa:/# apt-get install lesstif2-dev
> Reading Package Lists... Done
> Building Dependency Tree... Done
> The following extra packages will be installed:
> [....]
>=20
> Works no problem. And for completeness my sources.list:
> root@lisa:/# cat /etc/apt/sources.list
> deb http://ftp.de.debian.org/debian/ sarge main
> deb-src http://ftp.de.debian.org/debian/ sarge main
> deb http://security.debian.org/ sarge/updates main
>=20
> So you should really check your sources list and if you really have a sar=

ge
> system and not sid/etch.
>=20
> Best wishes
> Alex
>=20
>=20
> --
> To UNSUBSCRIBE, email to debian-devel-REQUEST@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian=

..org
>=20
>=20



--=20
-- Fred
Daniel Burrows

2005-07-28, 6:01 pm

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com