From msulli1355 at gmail.com Tue Jun 6 14:27:59 2017 From: msulli1355 at gmail.com (Michael) Date: Tue, 6 Jun 2017 09:27:59 -0500 Subject: [sbopkg-users] qjackctl got ERROR 404 Message-ID: <98c4b6dd-f586-aff5-f5c1-908b2ce8e062@gmail.com> I attempted to install qjackctl today through sbopkg, and I got an error: root at caitlyn:~# sbopkg -i qjackctl ########################################### New queue process started on: Tue Jun 6 09:26:09 CDT 2017 ########################################### +++++++++++++++++++++++++++++++++++++++++++ PRE-CHECK LOG Using the SBo repository for Slackware 14.2 Queue Process: Download, build, and install qjackctl: Checking GPG for qjackctl.tar.gz ... OK Processing qjackctl 0.4.4-1 Using original .info file Using original SlackBuild file No build options selected. +++++++++++++++++++++++++++++++++++++++++++ Pre-check complete. Do you wish to proceed based on the search results above? Packages not found will be skipped during the process. (P)roceed or (Q)uit?: p Processing qjackctl qjackctl: qjackctl not found in /var/cache/sbopkg. --2017-06-06 09:26:10-- http://downloads.sourceforge.net/project/qjackctl/qjackctl/0.4.4/qjackctl-0.4.4.tar.gz Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 216.34.181.59 Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|216.34.181.59|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2017-06-06 09:26:11 ERROR 404: Not Found. qjackctl: 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?: n +++++++++++++++++++++++++++++++++++++++++++ SUMMARY LOG Using the SBo repository for Slackware 14.2 Queue Process: Download, build, and install qjackctl: Download failed. Error occurred with build. Please check the log. +++++++++++++++++++++++++++++++++++++++++++ ########################################### Queue process complete! ########################################### What should I do? From willysr at sbopkg.org Tue Jun 6 15:22:29 2017 From: willysr at sbopkg.org (Willy Sudiarto Raharjo) Date: Tue, 6 Jun 2017 22:22:29 +0700 Subject: [sbopkg-users] qjackctl got ERROR 404 In-Reply-To: <98c4b6dd-f586-aff5-f5c1-908b2ce8e062@gmail.com> References: <98c4b6dd-f586-aff5-f5c1-908b2ce8e062@gmail.com> Message-ID: <20644262-729b-bd4a-c0fe-25d99c4c9ea5@sbopkg.org> > I attempted to install qjackctl today through sbopkg, and I got an error: > > root at caitlyn:~# sbopkg -i qjackctl > > ########################################### > New queue process started on: > Tue Jun 6 09:26:09 CDT 2017 > ########################################### > > +++++++++++++++++++++++++++++++++++++++++++ > PRE-CHECK LOG > Using the SBo repository for Slackware 14.2 > Queue Process: Download, build, and install > > qjackctl: > Checking GPG for qjackctl.tar.gz ... OK > Processing qjackctl 0.4.4-1 > Using original .info file > Using original SlackBuild file > No build options selected. > > +++++++++++++++++++++++++++++++++++++++++++ > > Pre-check complete. > > Do you wish to proceed based on the search results above? Packages not > found will be skipped during the process. > > (P)roceed or (Q)uit?: p > > > Processing qjackctl > > qjackctl: > qjackctl not found in /var/cache/sbopkg. > --2017-06-06 09:26:10-- > http://downloads.sourceforge.net/project/qjackctl/qjackctl/0.4.4/qjackctl-0.4.4.tar.gz > > Resolving downloads.sourceforge.net (downloads.sourceforge.net)... > 216.34.181.59 > Connecting to downloads.sourceforge.net > (downloads.sourceforge.net)|216.34.181.59|:80... connected. > HTTP request sent, awaiting response... 404 Not Found > 2017-06-06 09:26:11 ERROR 404: Not Found. > > > qjackctl: > 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?: n > > +++++++++++++++++++++++++++++++++++++++++++ > SUMMARY LOG > Using the SBo repository for Slackware 14.2 > Queue Process: Download, build, and install > > qjackctl: > Download failed. > > Error occurred with build. Please check the log. > > +++++++++++++++++++++++++++++++++++++++++++ > > ########################################### > Queue process complete! > ########################################### > > What should I do? it has been fixed in my branch and it will be part of next public update. For now, you can download it manually from here: https://sourceforge.net/projects/qjackctl/files/qjackctl%20%28attic%29/qjackctl-0.4.4.tar.gz and place it on /var/cache/sbopkg and run the same command again -- Willy Sudiarto Raharjo From willysr at sbopkg.org Fri Jun 23 20:43:05 2017 From: willysr at sbopkg.org (Willy Sudiarto Raharjo) Date: Sat, 24 Jun 2017 03:43:05 +0700 Subject: [sbopkg-users] Some duunos / Suggestions In-Reply-To: References: Message-ID: <8acfed7c-bb6f-b8b3-9339-1b4a9fef0667@sbopkg.org> > 1 - Why don't resolve dependencies ? . I am trying from two days ago > resolve the dependencies of clamtk . but have a lot (i mean the > dependencies of dependencies of perl dependencies) we do have sqg which is queue generator. You can use this tool to generate queue file which contains all the necessary dependencies for a certain script. You can run sqg -a to generate queue files for all scripts or use sqg -p for spesific package. The queue is stored in /var/lib/sbopkg/queues by default and then you can use sbopkg -i and select Queue to install all the deps. > 2 - The Configuration file, why not have to set "Optimization Flags" ? like > > -O2 , march=native , mtype=native , pipe > > and set flag for make like "-j3" (to sbopkg run) = make -j3 when need > compile the source code > > Similar to gentoo file -> /etc/portage/make.conf > > Like its explained on Gentoo Wiki -> > https://wiki.gentoo.org/wiki/GCC_optimization#What_are_CFLAGS_and_CXXFLAGS.3F That's set in the SlackBuild script, not in sbopkg. However, we can override it using export MAKEFLAGS="-j 3" in our environment before running sbopkg. > 3 - i think when the sbo package have the two things i mention before > can have a GUI. my suggestions for that is, easy like Synaptic, but > optimal performance and high speed like pacman You can have a look on sbopkg gui http://gernot-walzl.at/index.php?nav=.%2FSlackware%2Fsbopkg_gui -- Willy Sudiarto Raharjo -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 195 bytes Desc: OpenPGP digital signature URL: