[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
howtos:slackware_admin:building_packages_with_sbopkg [2016/08/18 22:01 (UTC)] – [Using Queuefiles with sbopkg] willysrhowtos:slackware_admin:building_packages_with_sbopkg [2016/08/18 22:04 (UTC)] – [Example of Using sbopkg] willysr
Line 86: Line 86:
 </code> </code>
  
-Load the "''gramps.sqf''" queue file in sbopkg's curses interface, and Gramps will be successfully built on your Slackware 14 system and installed, along with all its dependencies.+Load the "''gramps.sqf''" queue file in sbopkg's curses interface, and Gramps will be successfully built on your Slackware 14.2 system and installed, along with all its dependencies.
  
 Alternatively you can use the less interactive command-line interface: <code> Alternatively you can use the less interactive command-line interface: <code>
-sbopkg -i gramps+sbopkg -i gramps
 Both a queuefile and a package were found with the name "gramps". Both a queuefile and a package were found with the name "gramps".
  
 Use (Q)ueuefile, (P)ackage, or (A)bort?: q Use (Q)ueuefile, (P)ackage, or (A)bort?: q
- 
-One or more build option files for the avahi 
-SlackBuild script were found: 
- 
-Queuefile options: MONO=yes 
- 
-Use (N)one, (Q)ueuefile, or (A)bort?: n 
  
 ########################################### ###########################################
        New queue process started on:        New queue process started on:
-       Thu Nov 15 23:05:16 CET 2012+       Fri Aug 19 04:57:12 WIB 2016
 ########################################### ###########################################
  
 +++++++++++++++++++++++++++++++++++++++++++ +++++++++++++++++++++++++++++++++++++++++++
-PACKAGE BUILDING/INSTALLATION PRE-CHECK LOG +PRE-CHECK LOG 
-Using the SBo repository for Slackware 14.0 +Using the SBo repository for Slackware 14.2 
-Queue Process:  Build and install+Queue Process:  Download, build, and install
  
-<long list of package checks...>+ORBit2: 
 +  Checking GPG for ORBit2.tar.gz ... OK 
 +  Processing ORBit2 2.14.19-3 
 +  Using original .info file 
 +  Using original SlackBuild file 
 +  No build options selected. 
 + 
 +pyorbit: 
 +  Checking GPG for pyorbit.tar.gz ... OK 
 +  Processing pyorbit 2.24.0-1 
 +  Using original .info file 
 +  Using original SlackBuild file 
 +  No build options selected. 
 + 
 +libbonobo: 
 +  Checking GPG for libbonobo.tar.gz ... OK 
 +  Processing libbonobo 2.32.1-3 
 +  Using original .info file 
 +  Using original SlackBuild file 
 +  No build options selected. 
 + 
 +gnome-mime-data: 
 +  Checking GPG for gnome-mime-data.tar.gz ... OK 
 +  Processing gnome-mime-data 2.18.0-2 
 +  Using original .info file 
 +  Using original SlackBuild file 
 +  No build options selected. 
 + 
 +gnome-vfs: 
 +  Checking GPG for gnome-vfs.tar.gz ... OK 
 +  Processing gnome-vfs 2.24.4-3 
 +  Using original .info file 
 +  Using original SlackBuild file 
 +  No build options selected. 
 + 
 +libgnome: 
 +  Checking GPG for libgnome.tar.gz ... OK 
 +  Processing libgnome 2.32.1-2 
 +  Using original .info file 
 +  Using original SlackBuild file 
 +  No build options selected. 
 + 
 +gnome-python: 
 +  Checking GPG for gnome-python.tar.gz ... OK 
 +  Processing gnome-python 2.28.1-1 
 +  Using original .info file 
 +  Using original SlackBuild file 
 +  No build options selected. 
 + 
 +gramps: 
 +  Checking GPG for gramps.tar.gz ... OK 
 +  Processing gramps 3.4.3-1 
 +  Using original .info file 
 +  Using original SlackBuild file 
 +  No build options selected. 
 + 
 ++++++++++++++++++++++++++++++++++++++++++++
  
 Pre-check complete. Pre-check complete.
Line 118: Line 167:
 found will be skipped during the process. found will be skipped during the process.
  
-(P)roceed or (Q)uit?: p+(P)roceed or (Q)uit?: P
 </code> etcetera. </code> etcetera.
  
 howtos:slackware_admin:building_packages_with_sbopkg ()