LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-09-2009, 12:21 AM   #1
conartist6
LQ Newbie
 
Registered: Nov 2009
Posts: 11

Rep: Reputation: 0
Attempting to install xcb 1.4 and other AwesomeWM deps on Slack64 13


I am attempting to install libxcb 1.4 and xcb-utils 0.3.6 on slackware64 13.0. I have been stymied in pretty much every direction I turn so far. No packages exist for these tarballs for slackware at all, much less for slack64. Furthermore there are no slackbuilds scripts for libxcb. At any rate I can at least remove the default libxcb package and compile a replacement, however this creates several problems. Firstly, when I set the prefix flag in the libxcb configure script attempting to make the program results in the message "cannot install `[any file]' to a directory not ending in /usr/local/lib." being shown for every file which should have been copied. Secondly, even in /usr/local/, the program installs libraries to lib instead of lib64. D'oh. Finally this process does not generate a package, and from what I can tell all the other dependencies are checking for the existence of a package instead of just raw library files. I'm not yet sure what problems I'll run into when I try to install xcb-utils, but at least I have a SlackBuild script for that.
So, the question is - what should I do? Do I make install libxcb to a temporary directory and then move all the files around by hand and make a package out of it and install that? Do I symlink files to their appropriate locations from their inappropriate ones and then try to force xcb-utils to acknowledge the files that are there? Is there another way to go about this? I guess I'll try the first, as there's no harm in it, but this is all an immense pain. Any insight appreciated.

-conartist6

Edit: Started playing with building package, however files still made to lib directory instead of lib64 -- are these 64 bit libraries which are just named incorrectly? Will I be destroying the program's linking by moving its files around relative to one another? What a mess.


Edit: The poster is incredibly surprised to find that everything is working... So far. configure is satisfied, but who knows if the actual files are even vaguely what they should be... I don't.

Edit: Close to knowing whether my inital hackery did any more than fool the computer into thinking that deps were satisfied. In the mean time Awesome's make still wants
-- package 'libstartup-notification-1.0>=0.10' not found
-- package 'libxdg-basedir>=1.0.0' not found
Both of which should be installed that this point... :/
What to do? (note: the libstartup-notification is now simply known as startup-notification, however the library name is the same. Maybe this is where I symlink in a new name in /etc/packages/?) (note2: I can probably figure out what is happening with libxdg-basedir) (note3: I really need to go to bed and stop messing with this)

Last edited by conartist6; 11-09-2009 at 01:48 AM.
 
Old 11-09-2009, 03:24 AM   #2
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware & Slackware64 15.0
Posts: 8,189
Blog Entries: 61

Rep: Reputation: Disabled
Why not try the Awesome SlackBuild?
http://slackbuilds.org/repository/13.0/desktop/awesome/
 
Old 11-09-2009, 12:35 PM   #3
conartist6
LQ Newbie
 
Registered: Nov 2009
Posts: 11

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by brianL View Post
Sorry, I should have specified, I'd like to install the newest revision of Awesome. That SlackBuild is a major revision old, and doesn't reflect the current structure of Awesome's installer. In any case it doesn't handle deps. There IS a slackbuild for Awesome 3 that works, but with the make script not finding the proper deps it isn't very helpful... Any other answers to the basic questions I asked above?
 
Old 11-09-2009, 04:00 PM   #4
conartist6
LQ Newbie
 
Registered: Nov 2009
Posts: 11

Original Poster
Rep: Reputation: 0
Solution

Libxdg-basedir problem solved by moving /usr/lib files to /usr/lib64 before makepkg was run. Libstartupnotification problem found to be user error. .10 is the most recent version, but I was reading that as .010. Packaged and installed most recent to fill dep. Now installing ev (unlisted dep)
 
Old 11-09-2009, 04:49 PM   #5
Elv13
Member
 
Registered: Apr 2006
Location: Montreal,Quebec
Distribution: Gentoo
Posts: 825

Rep: Reputation: 129Reputation: 129
Welcome to the awesome world of awesome, the software with API chaging every 3 millisecond and always requiring to compile the latest SVN build of x11proto and libxkb, but the result is so awesome
 
Old 11-09-2009, 05:32 PM   #6
conartist6
LQ Newbie
 
Registered: Nov 2009
Posts: 11

Original Poster
Rep: Reputation: 0
Awesome is installed! Now on to configuration... and learning lua! Ran across one last problem - awesome complained about missing fbdev module on installation, quickly fixed with installation of NVIDIA drivers which I had been too lazy to do as of yet. I posted a tarball with all the required packages to my website. (Only missing file is rc.lua, which should be placed in $HOME/.config/awesome (or there are a few other dirs that work as well))Get it here (If you trust me with you system's well being, that is...) That will be all for now. Good luck to any others trying to do this.
 
Old 11-09-2009, 09:25 PM   #7
Elv13
Member
 
Registered: Apr 2006
Location: Montreal,Quebec
Distribution: Gentoo
Posts: 825

Rep: Reputation: 129Reputation: 129
If you have question, remember to ask in #awesome at irc.oftc.net or send me a personal message, I have used most modules and know them well.

I suggest to switch to shifty module early in your configuration if you want dynamic tagging and "easy" apps management, it is much harder to add it later on.
 
  


Reply

Tags
awesome


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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] Help on build mesa + xcb BrZ Slackware 13 04-15-2009 02:39 AM
xcb error prashant.kumar Linux - General 0 02-15-2008 07:01 AM
Attempting to install BT2 again fakie_flip Linux - Software 0 09-23-2007 02:15 AM
XCB, XLib and X extensions orhun Programming 3 06-04-2006 10:18 PM
problem compiling XCB filitov Linux - Software 0 08-13-2005 03:04 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:44 AM.

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