LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 05-28-2012, 08:05 AM   #31
ahzthecat
Member
 
Registered: May 2010
Location: Japan
Distribution: Slackware 13.37, Slackware 14, Wind0z8, Ubuntu 12.10
Posts: 156

Rep: Reputation: 9

Turns out I needed to run

slackpkg update

slackpkg upgrade-all

to get the missing packages... after setting the correct mirror. Thanks for the hint!
 
Click here to see the post LQ members have rated as the most helpful post in this thread.
Old 05-28-2012, 08:52 AM   #32
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Quote:
Originally Posted by ahzthecat View Post
Turns out I needed to run

slackpkg update

slackpkg upgrade-all

to get the missing packages... after setting the correct mirror. Thanks for the hint!
When you're doing a clean install of slackware the best order of operations is:

1. slackpkg update gpg
2. slackpkg update
3. slackpkg install-new
4. slackpkg upgrade-all

The install-new command is important as new programs are added to slackware on occasion.
 
1 members found this post helpful.
Old 05-28-2012, 11:14 AM   #33
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,096

Original Poster
Rep: Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275
Quote:
Originally Posted by mrclisdue View Post
Indeed, I don't understand all the *hate*.

I don't necessarily agree with everyone, every time; nor necessarily with the way one may come across, from time to time, but that's what makes this board, and especially this slack forum *real*.

It's all about discovering and discussing problems and solutions. No one is being forced to do either or any, but there's really no need to diss anyone. If one has the time to post a disparaging comment, then perhaps that time might be used in a helpful fashion, or not at all....
Very well said!
 
Old 05-28-2012, 07:48 PM   #34
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
Yep. Public forums will always have the few that spew on others hateful and hurtful comments. Just ignore them and/or hit the report button on their posts. Half the time they often are drowned out and blend back into the background unnoticed or just vanish.

You may also want to run:

Code:
slackpkg clean-system
...at some point if you use a lot of additional packages not normally distributed with Slackware like slackbuilds, to see if those packages are in need of removals or check their version numbers against updates either from Slackware or SlackBuilds.
 
Old 05-29-2012, 08:10 AM   #35
ahzthecat
Member
 
Registered: May 2010
Location: Japan
Distribution: Slackware 13.37, Slackware 14, Wind0z8, Ubuntu 12.10
Posts: 156

Rep: Reputation: 9
Glad to report that my -current install is all sorted out, my Sbo repo is set to the -current git repo, and I finally got Inkscape installed. Time to put this box to work!

Thanks for all the help...that's really the best part of the Slackware experience. We wouldn't be using Slack if we didn't are about it, right?

Cheers and beers

Ahz
 
Old 05-29-2012, 08:54 AM   #36
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,096

Original Poster
Rep: Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275
Installed the latest WINE and, again, it wouldn't run any of the ms-windows based applications that were installed and run with WINE 1.2.1, so I attempted to launch from a prompt and this is the error message:

Quote:
bash-4.2$ env WINEPREFIX="/home/~/.wine" wine "C:\AHDW\AHD3.EXE"
wine: '/home/~/.wine' is a 64-bit installation, it cannot be used with a 32-bit wineserver.
bash-4.2$
Rather interesting since I'm using Slackware64-current with the "True Multilib" files installed.
 
Old 05-29-2012, 03:19 PM   #37
schmatzler
Member
 
Registered: Jan 2011
Location: Germany
Distribution: Slackware64 -current + Multilib
Posts: 411

Rep: Reputation: 181Reputation: 181
Maybe you have compiled Wine as a 64bit version before or you used the official 64bit wine package from winehq.org - it creates a 64bit prefix, which cannot run 32bit applications.

Delete your $HOME/.wine folder and create a new 32bit prefix with the following command:

Code:
WINEARCH=win32 winecfg
Your 32bit applications should work now.
 
1 members found this post helpful.
Old 05-29-2012, 05:26 PM   #38
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,096

Original Poster
Rep: Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275
Did the trick!
Many Thanks!
 
Old 06-04-2012, 11:49 AM   #39
fogpipe
Member
 
Registered: Mar 2011
Distribution: Slackware 64 -current,
Posts: 550

Rep: Reputation: 196Reputation: 196
Quote:
Originally Posted by hitest View Post
When you're doing a clean install of slackware the best order of operations is:

1. slackpkg update gpg
2. slackpkg update
3. slackpkg install-new
4. slackpkg upgrade-all

The install-new command is important as new programs are added to slackware on occasion.
Okay, i just got a new install and im taking that advice, thanks
 
1 members found this post helpful.
Old 06-04-2012, 01:15 PM   #40
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Quote:
Originally Posted by fogpipe View Post
Okay, i just got a new install and im taking that advice, thanks
You're welcome.
 
Old 06-06-2012, 11:26 AM   #41
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
Quote:
Originally Posted by cwizardone View Post
Thunderbird (from "current"):
Since the recent updates to "current" Thunderbird has ceased to function properly. I've deleted ~/.thunderbird and ran "upgradepkg --reinstall --install-new" on the latest Thunderbird package three times and each time is the same.
It will launch, let you set up an account, retrieve mail and then crash and disappear.
If started from a prompt the error message is,
Code:
bash-4.2$ thunderbird
null:profile-after-change
added
added
[object ChromeWindow]:mail-startup-done
pure virtual method called
terminate called without an active exception
Aborted
bash-4.2$
I seem to have hit this too, but only on slackware-current (32bit), seems related to this bug (that points to this other one), really dunno why for others things work, maybe it's a fault on our side.

As the provided patches in the bug report seem not to apply cleanly here, the thing seems fixed in the latest version and seamonkey-2.10, firefox-13 and thunderbird-13 are out for grabs, I tried to build the new versions...
...but I met another bug: as also the patches linked in this other bug don't apply (I'm definitely missing something on how to apply that stuff from mercurial), I've prepared some patches myself (based on the ones submitted) that should let them build.

Seamonkey and firefox compilation has completed, and the new thunderbird seems to build with no hassles with the seamonkey patch (still going on, everything using the slackbuilds from -current).

I'll confirm later on (I'm out for dinner) if things has gone well.

P.S. no, same behaviour for thunderbird: now I'm trying adding the (recreated) suggested patch. Will report back in some hours (after sleep).

Last edited by ponce; 06-06-2012 at 04:57 PM.
 
1 members found this post helpful.
Old 06-06-2012, 07:30 PM   #42
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,096

Original Poster
Rep: Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275
Thanks ponce!
 
Old 06-07-2012, 01:53 AM   #43
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
no, the mozglue/jemalloc thingie seems completely unrelated, I'm more and more oriented to think that me and you simply messed up something on our installs

I'll try to investigate, my girlfriend notebook is affected too and she takes care of motivating me on the matter (lol).

P.S. not everything has gone negative in this thing: with the cache dir patches, now I'm running the new mozillas stuff also on x86_64
 
Old 06-07-2012, 03:38 AM   #44
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,097

Rep: Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174Reputation: 4174
ok, now it works (my ass is safe \o/): I "cleaned" some stuff I had installed there in the past

are you, by any chance, using/have installed oxygen-gtk? try removing the package named like that, in -current should be superseded by oxygen-gtk2.
 
Old 06-07-2012, 09:08 AM   #45
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,096

Original Poster
Rep: Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275Reputation: 7275
Quote:
Originally Posted by ponce View Post
...are you, by any chance, using/have installed oxygen-gtk? try removing the package named like that, in -current should be superseded by oxygen-gtk2.
Oxygen-gtk2-1.2.3 is installed, but not oxygen-gtk.
Thanks, again.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] No sound for most things after recent update & Warp speed for video and audio. Morbid SUSE / openSUSE 1 09-07-2010 01:03 PM
Recent sid updates broke my gnome. I think. BigVig Debian 11 02-21-2009 11:37 PM
Quick Update on Recent LQ Updates jeremy Linux - News 3 03-17-2007 03:36 PM
Help! - After recent updates keyboard not working! speedsix Linux - General 1 09-16-2005 06:28 PM
recent up2date broke some things jeff_powell Red Hat 0 11-15-2003 01:00 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 03:38 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration