9.2 update and apt
I recently updated my 9.2 system to 9.3. But apt still sees it as 9.2: # apt-get update Get:1 ftp://ftp4.gwdg.de SuSE/9.2-i386 release [11.4kB] Fetched 11.4kB in 9s (1208B/s) Hit ftp://ftp4.gwdg.de SuSE/9.2-i386/gnome pkglist Hit ftp://ftp4.gwdg.de SuSE/9.2-i386/gnome release Hit ftp://ftp4.gwdg.de SuSE/9.2-i386/jacklab pkglist Hit ftp://ftp4.gwdg.de SuSE/9.2-i386/jacklab release Hit ftp://ftp4.gwdg.de SuSE/9.2-i386/rpmkeys pkglist What do I need to change so apt knows this is now a 9.3 system? Thanks, Jerome
On Sun, 2005-11-06 at 00:45 -1000, Susemail wrote:
I recently updated my 9.2 system to 9.3. But apt still sees it as 9.2:
# apt-get update Get:1 ftp://ftp4.gwdg.de SuSE/9.2-i386 release [11.4kB] Fetched 11.4kB in 9s (1208B/s) Hit ftp://ftp4.gwdg.de SuSE/9.2-i386/gnome pkglist Hit ftp://ftp4.gwdg.de SuSE/9.2-i386/gnome release Hit ftp://ftp4.gwdg.de SuSE/9.2-i386/jacklab pkglist Hit ftp://ftp4.gwdg.de SuSE/9.2-i386/jacklab release Hit ftp://ftp4.gwdg.de SuSE/9.2-i386/rpmkeys pkglist
What do I need to change so apt knows this is now a 9.3 system? Thanks, Jerome
Change the setting in /etc/apt/*.list. -- Ken Schneider UNIX since 1989, linux since 1994, SuSE since 1998
On Sunday 06 November 2005 01:39, Ken Schneider wrote:
On Sun, 2005-11-06 at 00:45 -1000, Susemail wrote:
I recently updated my 9.2 system to 9.3. But apt still sees it as 9.2: # apt-get update Get:1 ftp://ftp4.gwdg.de SuSE/9.2-i386 release [11.4kB] snip Change the setting in /etc/apt/*.list. -- Ken Schneider UNIX since 1989, linux since 1994, SuSE since 1998
Thanks Ken. I did as you directed. I'm using synaptic-0.57-0.suse093.rb0 and it won't open: :~> sudo /usr/sbin/synaptic Password: /home/adriel/.gtk_qt_engine_rc:238: Unable to locate image file in pixmap_path: "32x32/apps/khelpcenter.png" /home/adriel/.gtk_qt_engine_rc:239: Unable to locate image file in pixmap_path: "32x32/apps/khelpcenter.png" /home/adriel/.gtk_qt_engine_rc:240: Unable to locate image file in pixmap_path: "16x16/apps/khelpcenter.png" /home/adriel/.gtk_qt_engine_rc:241: Unable to locate image file in pixmap_path: "16x16/apps/khelpcenter.png" /home/adriel/.gtk_qt_engine_rc:242: Unable to locate image file in pixmap_path: "16x16/apps/khelpcenter.png" (synaptic:23507): Gtk-CRITICAL **: gtk_widget_hide: assertion `GTK_IS_WIDGET (widget)' failed /usr/sbin/synaptic: symbol lookup error: /opt/gnome/lib/libgtk-x11-2.0.so.0: undefined symbol: g_mapped_file_new :~> As I read this there are five images that are not in the pixmap_path, a widget (template?) failure and an undefined symbol. I don't know why the image files are not in .gtk_qt_engine_rc pixmap_path (.gtk_qt_engine_rc has: pixmap_path "/opt/kde3/share/icons/crystalsvg/"), they were before the update. No wait, I have a backup of this folder and the number of icons are different. I can't tell which ones are the ones I'll need. I'll just load them all and see if that works. It did! Now it's only: :~> sudo /usr/sbin/synaptic (synaptic:28752): Gtk-CRITICAL **: gtk_widget_hide: assertion `GTK_IS_WIDGET (widget)' failed /usr/sbin/synaptic: symbol lookup error: /opt/gnome/lib/libgtk-x11-2.0.so.0: undefined symbol: g_mapped_file_new I think the gtk_widget_hide: assertion one was there in 9.2 and synaptic still loaded. The undefined symbol in libgtk-x11-2.0.so.0 is a tough one for me. No help in backup and this file is binary. Does anyone know a solution for this? Thanks, Jerome
participants (2)
-
Ken Schneider
-
Susemail