Slackware This Forum is for the discussion of Slackware Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
07-26-2006, 10:08 AM
|
#1
|
|
Member
Registered: Mar 2003
Location: Dry, Dusty and Conservative
Distribution: Dual Boot WinXP+ FreeBSD7.0, Slackware 12.0
Posts: 448
Rep:
|
Warning to Slapt-get/Swaret users running Slackware-Current
I do not run Slapt-get or Swaret but on reviewing this mornings changelog it looks like the automatic update tools could mess up your system.
All three python packages were merged into one package:
Quote:
|
d/python-2.4.3-i486-3.tgz: Merged the python, python-demo,and python-tools packages, bloating the python package by a whopping 2%!
|
I suspect the old python-tools and python-demo would be left and the system and subsequent manual removal may mess things up.
Also be care with x11 updates. Font-config and freetype were split out from x11-devel so make sure your update includes the separate font-config and freetype packages.
Quote:
x/fontconfig-2.2.3-i486-1.tgz: Split fontconfig into a separate package. Look, we're modularizing for ease of maintainance! :-)
x/freetype-2.1.9-i486-1.tgz: Split freetype into a separate package. Patched CVE-2006-1861 linux 2.6.x setuid() related bugs. (* Security fix *)
x/x11-6.9.0-i486-5.tgz: Rebuilt. Removed fontconfig/freetype files. Patched some more possible linux 2.6.x setuid() related bugs:
http://lists.freedesktop.org/archives/xorg-announce
/2006-June/000100.html(* Security fix *)
x/x11-devel-6.9.0-i486-5.tgz: Rebuilt. Removed fontconfig/freetype files. Patched with setuid() usage fixes as described above. Again, this issue is only vulnerable on certain 2.6 kernels. (* Security fix *)
|
|
|
|
|
07-26-2006, 04:42 PM
|
#2
|
|
Senior Member
Registered: Nov 2002
Location: Stockton, CA
Distribution: Slackware 11 - kernel 2.6.19.1 - Dropline Gnome 2.16.2
Posts: 1,132
Rep:
|
Also:
Quote:
|
d/ruby-1.8.4-i486-1.tgz: Added Ruby since Amarok needs it...
|
and:
Quote:
xap/vim-gvim-7.0.042-i486-1.tgz: Renamed from "xvim", now requires the
vim package from the AP series. Shared files have been eliminated.
|
The first may automatically be detected as needed, since it is an Amarok dep, but the second will be missed.
|
|
|
|
07-26-2006, 09:44 PM
|
#3
|
|
Member
Registered: Jan 2006
Location: Australia
Distribution: Slackware 12.1
Posts: 173
Rep:
|
Thanks for this. I am bad and don't read the changelog often - no wonder I get funny system errors.
|
|
|
|
07-26-2006, 10:23 PM
|
#4
|
|
Member
Registered: Dec 2005
Location: ~
Distribution: Slackware -current, OpenBSD
Posts: 448
Rep:
|
heh, i've just messed up my testing/spare partition for trying current with a slackpkg upgrade-all
Code:
kde could'nt find startkdeconfig or something like that...
vim won't start, (can't remember libso)
Nvidia driver install complained of a symlink
a few others, can't remember
It's all good, sorry for sounding newbish, 1st current try.
I don't wanna go offtopic/hijack thread here, but what is the recommended way to install current? I was gonna try the isos...
|
|
|
|
07-26-2006, 10:44 PM
|
#5
|
|
Senior Member
Registered: Feb 2006
Location: Seattle, WA: USA
Distribution: Slackware 11.0
Posts: 1,191
Rep:
|
Quote:
|
It's all good, sorry for sounding newbish, 1st current try. I don't wanna go offtopic/hijack thread here, but what is the recommended way to install current? I was gonna try the isos...
|
Well the "official" Slackware package manager is pkgtools. From the slackware directory
Code:
upgradepkg --install-new ./*/*.tgz
regards,
...drkstr
|
|
|
|
07-27-2006, 02:07 PM
|
#6
|
|
Member
Registered: Feb 2004
Distribution: Slackware 10.2
Posts: 669
Rep:
|
upgradepkg --install-new ./*/*.tgz
Doesn't that install every package on the cd?
|
|
|
|
07-27-2006, 02:13 PM
|
#7
|
|
Senior Member
Registered: Feb 2006
Location: Seattle, WA: USA
Distribution: Slackware 11.0
Posts: 1,191
Rep:
|
no, it upgrades any existing package and installs any non existing. If you only want to upgrade the existing, you can leave off the --install-new ...but certain things (such as KDE) won't work since they depend on a few packages that arn't in 10.2
regards,
...drkstr
**edit**
although it's not to hard to just grab the extra few packages that don't get picked up without the install-new
Last edited by drkstr; 07-27-2006 at 02:16 PM.
|
|
|
|
07-27-2006, 09:45 PM
|
#8
|
|
LQ Newbie
Registered: Jul 2006
Location: Pilipinas
Distribution: slackware-current
Posts: 16
Rep:
|
thanks for this post, kde wont work because of a missing lib which could be found in fontconfig package, ill try to be more careful next time =)
|
|
|
|
07-28-2006, 03:45 AM
|
#9
|
|
Member
Registered: Mar 2005
Location: Right behind you.
Distribution: NBG, then randomed.
Posts: 480
Rep:
|
Quote:
|
Originally Posted by shepper
Also be care with x11 updates. Font-config and freetype were split out from x11-devel so make sure your update includes the separate font-config and freetype packages.
|
Two less things to listen to people bitch about Dropline over.
=)
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 03:40 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|