Re: Sarge Update Problem

2007-04-29 Thread Andreas Janssen
Hello

Brandon B ([EMAIL PROTECTED]) wrote:

 Hopefully someone can help here...
 
 I'm on an R50e Thinkpad with Sarge installed.
 
 I ran an upgrade (note: upgrade not dist-upgrade). Something strange
 happened.
 The file /etc/debian-release states 4.0 now.
 
 In my /etc/apt/apt.conf I had the following entry:
 APT::Default-Release sarge;

As far as I know you cannot pin to codenames. Run

apt-cache policy libc6

If your setting works, the version from sarge has a priority of 990. If
it is 500, your setting was ignored because it is invalid, and you
partially upgraded to etch. In that case, read the Etch release notes
to complete your upgrade, or reinstall Sarge.

 [...]
 The following packages have unmet dependencies:
 xlibmesa-glu: Depends: xfree86-common but it is not installable
 Conflicts: libglu1 which is a virtual package.
 libglu1-mesa: Conflicts: libglu1 which is a virtual package.
 **

The Etch release notes have some info on this problem.

regards
Andreas Janssen

-- 
Andreas Janssen [EMAIL PROTECTED]
PGP-Key-ID: 0xDC801674 ICQ #17079270
Registered Linux User #267976
http://www.andreas-janssen.de/debian-tipps-sarge.html


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Sarge Update Problem

2007-04-29 Thread Brandon B

Hello,

Hopefully someone can help here...

I'm on an R50e Thinkpad with Sarge installed.

I ran an upgrade (note: upgrade not dist-upgrade). Something strange
happened.
The file /etc/debian-release states 4.0 now.

In my /etc/apt/apt.conf I had the following entry:
APT::Default-Release sarge;
So I didn't think it would do a dist-upgrade... maybe the syntax here is
incorrect? Or I'm doing something wrong?

Anyway.. the upgrade (or whatever it was) finished successfully, however,
now Thunderbird won't start.

It complains now:

selected locale: en-US
DOUBLE-CLICK: 250 -- -1 THRESHOLD: 8 -- -1
(Gecko:4248): Pango-WARNING **: No builtin or dynamically loaded modules
were found. Pango will not work correctly. This probably means
there was an error in the creation of:
'/etc/pango/pango.modules'
You may be able to recreate this file by running pango-querymodules.

(Gecko:4248): GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT
(object)' failed

(Gecko:4248): Pango-CRITICAL **: _pango_engine_shape_shape: assertion
`PANGO_IS_FONT (font)' failed

Pango-ERROR **: file shape.c: line 75 (pango_shape): assertion failed:
(glyphs-num_glyphs  0)
aborting...
/usr/lib/mozilla-thunderbird/run-mozilla.sh: line 451: 4248 Aborted $prog
${1+$@}
*

Icedove is not installed, so what happened here?

Just to see what would happen, I ran a dist-upgrade and received the
following:
*
Reading Package Lists... Done
Building Dependency Tree
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done
Some packages had unmet dependencies. 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.

The following packages have unmet dependencies:
xlibmesa-glu: Depends: xfree86-common but it is not installable
Conflicts: libglu1 which is a virtual package.
libglu1-mesa: Conflicts: libglu1 which is a virtual package.
**

Anyone have any idea how I can
1. get thunderbird to run? (or upgrade to Icedove as long as it doesn't
remove the ~/.mozilla-thunderbird) directory)
2. fix the mixed Sarge/Etch system?

Thanks!
regexes