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 07-21-2013, 12:35 AM   #1
textillis
Member
 
Registered: May 2013
Location: Northern Rivers, NSW, Australia
Distribution: Slackware64-current, Mint Nadya
Posts: 299

Rep: Reputation: 2
sbopkg: need help deciphering error message


(BTW, I'm making small steps with package management and have just changed the repository in SBo from "14" to "git")

When I run sbopkg, I often get an error message like this:
Code:
checking for LIBJSON... no
configure: error: Package requirements ( json >= 0.9 ) were not met:

No package 'json' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables LIBJSON_CFLAGS
and LIBJSON_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

pulseaudio:
Would you like to continue processing the rest of the
queue or would you like to abort?  If this failed
package is a dependency of another package in the queue
then it may not make sense to continue.

(Y)es to continue, (N)o to abort, (R)etry the build?:
Given that it comes up a lot, I wondered if it might be a problem with my configuration rather than the packages.

Any light? usual thanks in anticip,
Best,

Last edited by textillis; 07-21-2013 at 12:37 AM.
 
Old 07-21-2013, 12:44 AM   #2
textillis
Member
 
Registered: May 2013
Location: Northern Rivers, NSW, Australia
Distribution: Slackware64-current, Mint Nadya
Posts: 299

Original Poster
Rep: Reputation: 2
Addendum to last

Can't install cairo for some (other) reason; this time, using sbopkg-git, i get:


Code:
-- Cairo-Dock 3.1.2 will be compiled with the following options:
--  * Use X Extensions: Yes
--  * Crypt passwords : Yes
--  * GTK version     : 3 (3.8.2)
--  * Installation in : /usr
--  * Lib directory   : /usr/lib64
--  * Themes directory: themes3.1
-- 
-- Configuring incomplete, errors occurred!

cairo-dock:
Would you like to continue processing the rest of the
queue or would you like to abort?  If this failed
package is a dependency of another package in the queue
then it may not make sense to continue.

(Y)es to continue, (N)o to abort, (R)etry the build?:
Sbogitting along,
Best,
 
Old 07-21-2013, 02:04 AM   #3
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 textillis View Post
(BTW, I'm making small steps with package management and have just changed the repository in SBo from "14" to "git")
be aware that my repository for -current is incomplete, that's why it's marked as UNSUPPORTED: it includes only the fixes for the stuff I personally use on -current, not for all the thingies out there.
I consider it a very partial solution (basically for myself and for some daring users ) to build the most common things on -current (-current, as it's a moving target, is officially not supported by SBo) but it's not more than that: don't expect to build everything available on SBo for 14 on -current with this repository, for the stuff not working you're basically on your own.

Quote:
When I run sbopkg, I often get an error message like this:
Code:
checking for LIBJSON... no
configure: error: Package requirements ( json >= 0.9 ) were not met:

No package 'json' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables LIBJSON_CFLAGS
and LIBJSON_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

pulseaudio:
Would you like to continue processing the rest of the
queue or would you like to abort?  If this failed
package is a dependency of another package in the queue
then it may not make sense to continue.

(Y)es to continue, (N)o to abort, (R)etry the build?:
I don't use pulseaudio, but I think the error you got is related to the fact that you forgot to install the json-c dependency.
always check dependecies for the package you're about to install or reading the related .info file or visiting the related SBo page, where they are listed.
to build stuff from SBo always refer to the howto and the faq.

Quote:
Originally Posted by textillis View Post
Can't install cairo for some (other) reason; this time, using sbopkg-git, i get:
cairo-dock doesn't build on -current as the pango library shipped with it doesn't include libpangox (you can see the error above in your build log).

Last edited by ponce; 07-21-2013 at 02:13 AM.
 
1 members found this post helpful.
Old 07-21-2013, 02:38 AM   #4
textillis
Member
 
Registered: May 2013
Location: Northern Rivers, NSW, Australia
Distribution: Slackware64-current, Mint Nadya
Posts: 299

Original Poster
Rep: Reputation: 2
>Ponce: many thanks

Quote:
Originally Posted by ponce View Post
be aware that my repository for -current is incomplete, that's why it's marked as UNSUPPORTED: it includes only the fixes for the stuff I personally use on -current, not for all the thingies out there.
I consider it a very partial solution [...]

always check dependecies for the package you're about to install or reading the related .info file or visiting the related SBo page, where they are listed.
to build stuff from SBo always refer to the howto and the faq.


cairo-dock doesn't build on -current as the pango library shipped with it doesn't include libpangox (you can see the error above in your build log).
Ponce, thank you; I've got to slow down and read and check more.
I was very pleased when I found sbopkg; the moribund windoze-sub-persona in me jumped at it as if it were a fully-automated answer to packaging and dependency-resolution, which you have just reminded me is not the case.

I really appreciate such full and detailed responses and I know that they are having an incremental effect on my increasing autonomy with SW: I won't always be such a pest
Best,

Last edited by textillis; 07-21-2013 at 02:39 AM.
 
  


Reply

Tags
environment variables, error message, pkg-conf, sbopkg



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] sbopkg Unknown token error jjthomas Slackware 2 11-21-2012 06:17 PM
[SOLVED] Compile error when building SBOPKG for libsoup vdemuth Slackware 2 01-02-2011 01:35 PM
sbopkg error message. glore2002 Slackware 23 09-18-2009 05:27 PM
Need Help Deciphering MPlayer Error During Make Harpo Linux - Software 3 09-07-2009 09:18 AM
Sbopkg error adriv Slackware 5 04-09-2009 04:11 PM

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

All times are GMT -5. The time now is 05:04 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