LinuxQuestions.org
Visit Jeremy's Blog.
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 09-24-2016, 04:29 AM   #91
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,146

Rep: Reputation: 4212Reputation: 4212Reputation: 4212Reputation: 4212Reputation: 4212Reputation: 4212Reputation: 4212Reputation: 4212Reputation: 4212Reputation: 4212Reputation: 4212

Quote:
Originally Posted by trollog View Post
PaleMoon.Slackbuild has an error on line 122:

tar xzvf $CWD/${VERSION}_Release.tar.gz

Should be:

tar xzvf $CWD/Pale-Moon-${VERSION}_Release.tar.gz
that's because you have downloaded the tarball using the browser instead of wget: I added an alternate tarball-extracting routine in my branch, will go in the next update

https://slackbuilds.org/cgit/slackbu...232d4d02ac4f27
 
2 members found this post helpful.
Old 09-24-2016, 05:31 AM   #92
kjhambrick
Senior Member
 
Registered: Jul 2005
Location: Round Rock, TX
Distribution: Slackware64 15.0 + Multilib
Posts: 2,159

Rep: Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512
ponce / SBo Experts --

EDIT: Oops posted to the wrong thread ... sorry ...

Something I have wondered about from time-to-time for Source that lives in a git repository ...

What is the SBo Policy on using source files in a SlackBuild that are got-via-git ( ) ?

Are there times to use git and other times to not use git ?

If one uses git, is there a way to also git a .md5sum file too ?

Thanks !

-- kjh

Last edited by kjhambrick; 09-24-2016 at 06:26 AM.
 
Old 09-24-2016, 06:13 AM   #93
chris.willing
Member
 
Registered: Jun 2014
Location: Sydney, Australia
Distribution: Slackware,LFS
Posts: 922

Rep: Reputation: 623Reputation: 623Reputation: 623Reputation: 623Reputation: 623Reputation: 623
The new PaleMoon SlackBuild at SBo works great! Looks like it wasn't a straightforward "configure, make, make install', so good job khronosschoty.

chris
 
Old 09-24-2016, 07:17 AM   #94
montagdude
Senior Member
 
Registered: Apr 2016
Distribution: Slackware
Posts: 2,011

Rep: Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619
I think those with the segfault must have some hardware-specific problem. That's all I can think of, because lots of us have tried on a clean install with no problems. Of course, the debug output should be helpful, but other than that, maybe try it in a virtual machine? That would isolate it from the real hardware.

It's a puzzling situation for sure, but you can't expect upstream to fix the problem if they can't reproduce it.

Last edited by montagdude; 09-24-2016 at 07:20 AM.
 
1 members found this post helpful.
Old 09-24-2016, 07:23 AM   #95
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6657Reputation: 6657Reputation: 6657Reputation: 6657Reputation: 6657Reputation: 6657Reputation: 6657Reputation: 6657Reputation: 6657Reputation: 6657Reputation: 6657
Quote:
Originally Posted by Gordie View Post
Ended poorly after about an hour
Code:
  --snip--
cat: /home/nitesky/Desktop/Slackware/SlackBuilds/PaleMoon.SlackBuild: No such file or directory
bash-4.3#
Looks like it compiled properly but couldn't find the SlackBuild afterwards (the SlackBuild copies itself into the package's doc directory). Do you have it named differently (case sensitive matters). Maybe you don't have the M on Moon capitalized. What's the output of:

Code:
ls -la ~nitesky/Desktop/Slackware/SlackBuilds/

Last edited by bassmadrigal; 09-24-2016 at 07:25 AM.
 
Old 09-24-2016, 07:42 AM   #96
Gordie
Member
 
Registered: Aug 2007
Location: Nolalu, Ontario, Canada
Distribution: Slackware64-Current
Posts: 871

Rep: Reputation: 364Reputation: 364Reputation: 364Reputation: 364
That looks like one problem. I never have had a problem like this happen with anything I have downloaded and have never had to correct names like with this one

Code:
bash-4.3$ ls -la ~nitesky/Desktop/Slackware/SlackBuilds/
total 251612
drwxr-xr-x  2 nitesky users      4096 Sep 23 21:36 .
drwxr-xr-x 11 nitesky users      4096 Aug 17 11:49 ..
-rw-r--r--  1 nitesky users 128604782 Sep 23 20:21 26.4.1_Release.tar.gz
-rw-r--r--  1 nitesky users 128604782 Sep 23 20:21 Pale-Moon-26.4.1_Release.tar.gz
-rw-r--r--  1 nitesky users     14167 Sep 23 00:52 PaleMoon.desktop
-rw-r--r--  1 nitesky users     14216 Sep 23 00:53 PaleMoon.info
-rwxr-xr-x  1 nitesky users      7142 Sep 23 00:46 Palemoon.Slackbuild
-rw-r--r--  1 nitesky users     13550 Sep 23 00:54 README.md
-rw-r--r--  1 nitesky users      5869 Sep 23 20:16 autoconf-2.13-consolidated_fixes-1.patch.gz
-rw-r--r--  1 nitesky users    300116 Sep 23 20:16 autoconf-2.13.tar.xz
-rw-r--r--  1 nitesky users     13540 Sep 23 00:54 doinst.sh
-rw-r--r--  1 nitesky users       963 Sep 23 00:56 slack-desc
bash-4.3$
Gonna wget the whole shebang and will try again later this evening. Busy today

Last edited by Gordie; 09-24-2016 at 08:19 AM.
 
Old 09-24-2016, 08:28 AM   #97
khronosschoty
Member
 
Registered: Jul 2008
Distribution: Slackware
Posts: 648
Blog Entries: 2

Rep: Reputation: 514Reputation: 514Reputation: 514Reputation: 514Reputation: 514Reputation: 514
Maybe just grab from SBo this time? https://slackbuilds.org/repository/1...work/PaleMoon/

Quote:
Originally Posted by Gordie View Post
That looks like one problem. I never have had a problem like this happen with anything I have downloaded and have never had to correct names like with this one

Code:
bash-4.3$ ls -la ~nitesky/Desktop/Slackware/SlackBuilds/
total 251612
drwxr-xr-x  2 nitesky users      4096 Sep 23 21:36 .
drwxr-xr-x 11 nitesky users      4096 Aug 17 11:49 ..
-rw-r--r--  1 nitesky users 128604782 Sep 23 20:21 26.4.1_Release.tar.gz
-rw-r--r--  1 nitesky users 128604782 Sep 23 20:21 Pale-Moon-26.4.1_Release.tar.gz
-rw-r--r--  1 nitesky users     14167 Sep 23 00:52 PaleMoon.desktop
-rw-r--r--  1 nitesky users     14216 Sep 23 00:53 PaleMoon.info
-rwxr-xr-x  1 nitesky users      7142 Sep 23 00:46 Palemoon.Slackbuild
-rw-r--r--  1 nitesky users     13550 Sep 23 00:54 README.md
-rw-r--r--  1 nitesky users      5869 Sep 23 20:16 autoconf-2.13-consolidated_fixes-1.patch.gz
-rw-r--r--  1 nitesky users    300116 Sep 23 20:16 autoconf-2.13.tar.xz
-rw-r--r--  1 nitesky users     13540 Sep 23 00:54 doinst.sh
-rw-r--r--  1 nitesky users       963 Sep 23 00:56 slack-desc
bash-4.3$
Gonna wget the whole shebang and will try again later this evening. Busy today
 
1 members found this post helpful.
Old 09-24-2016, 11:08 AM   #98
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6657Reputation: 6657Reputation: 6657Reputation: 6657Reputation: 6657Reputation: 6657Reputation: 6657Reputation: 6657Reputation: 6657Reputation: 6657Reputation: 6657
@Gordie, it looks like you just need to rename the SlackBuild into PaleMoon.SlackBuild (note that P M S and B are all capitalized). After that, you should be good

@kronosschoty, maybe it'd be worth changing the github download link to the following. It would make sure that it will be the same name whether you download it via wget or the browser (github is weird like that).

Code:
https://github.com/MoonchildProductions/Pale-Moon/archive/26.4.1_Release/26.4.1_Release.tar.gz
If you call the "tag" before the filename, you can actually change the filename to whatever you want (so you're not stuck to their naming scheme).

Code:
https://github.com/MoonchildProductions/Pale-Moon/archive/26.4.1_Release/PaleMoon-26.4.1.tar.gz
Either link would work, although with the second one, you'd obviously need to change the SlackBuild a bit to work with the new name, but then the source name is much more inline with most source names.
 
2 members found this post helpful.
Old 09-24-2016, 01:36 PM   #99
khronosschoty
Member
 
Registered: Jul 2008
Distribution: Slackware
Posts: 648
Blog Entries: 2

Rep: Reputation: 514Reputation: 514Reputation: 514Reputation: 514Reputation: 514Reputation: 514
Done.

Quote:
Originally Posted by bassmadrigal View Post
@Gordie, it looks like you just need to rename the SlackBuild into PaleMoon.SlackBuild (note that P M S and B are all capitalized). After that, you should be good

@kronosschoty, maybe it'd be worth changing the github download link to the following. It would make sure that it will be the same name whether you download it via wget or the browser (github is weird like that).

Code:
https://github.com/MoonchildProductions/Pale-Moon/archive/26.4.1_Release/26.4.1_Release.tar.gz
If you call the "tag" before the filename, you can actually change the filename to whatever you want (so you're not stuck to their naming scheme).

Code:
https://github.com/MoonchildProductions/Pale-Moon/archive/26.4.1_Release/PaleMoon-26.4.1.tar.gz
Either link would work, although with the second one, you'd obviously need to change the SlackBuild a bit to work with the new name, but then the source name is much more inline with most source names.
 
2 members found this post helpful.
Old 09-24-2016, 04:23 PM   #100
FTIO
Member
 
Registered: Mar 2015
Location: Las Vegas, NV
Distribution: Slackware 15.0 x64, Slackware Live 15.0 x64
Posts: 620

Original Poster
Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361
Does that autoconf 'upgrade/substitute' the autoconf that comes with stock 32 bit Slackware 14.2 (autoconf 2.69)? It won't mess anything else up on the system will it?
 
Old 09-24-2016, 04:49 PM   #101
orbea
Senior Member
 
Registered: Feb 2015
Distribution: Slackware64-current
Posts: 1,950

Rep: Reputation: Disabled
No, it pretty much does what the stock slackware current firefox slackbuild does, builds an old autoconf and then uses that to build the browser without installing the new autoconf.

khronosschoty's slackbuild built fine for me and the RetroArch emscripten port even works in PaleMoon.

http://www.libretro.com/index.php/retroarch-web-player/
 
2 members found this post helpful.
Old 09-24-2016, 07:16 PM   #102
Gordie
Member
 
Registered: Aug 2007
Location: Nolalu, Ontario, Canada
Distribution: Slackware64-Current
Posts: 871

Rep: Reputation: 364Reputation: 364Reputation: 364Reputation: 364
Tried again with same failure at same place

Code:
 adding: browser/chrome/.mkdir.done (stored 0%)
  adding: browser/chrome/en-US.manifest (deflated 65%)
  adding: browser/defaults/profile/localstore.rdf (deflated 29%)
  adding: browser/defaults/profile/mimeTypes.rdf (deflated 41%)
  adding: browser/defaults/profile/bookmarks.html (deflated 60%)
  adding: browser/defaults/profile/chrome/userContent-example.css (deflated 44%)
  adding: browser/defaults/profile/chrome/userChrome-example.css (deflated 46%)
  adding: browser/defaults/preferences/firefox-l10n.js (deflated 2%)
  adding: chrome.manifest (deflated 20%)
make[3]: Leaving directory '/tmp/SBo/pmbuild/browser/locales'
make[2]: Leaving directory '/tmp/SBo/pmbuild/browser/installer'
make tools
make[2]: Entering directory '/tmp/SBo/pmbuild/browser/installer'
make[2]: Nothing to be done for 'tools'.
make[2]: Leaving directory '/tmp/SBo/pmbuild/browser/installer'
make[1]: Leaving directory '/tmp/SBo/pmbuild/browser/installer'
cat: /home/nitesky/Desktop/Slackware/SlackBuilds/PaleMoon.SlackBuild: No such file or directory
bash-4.3#
Code:
ls -la ~nitesky/Desktop/Slackware/SlackBuilds/
Code:
bash-4.3$ ls -la ~nitesky/Desktop/Slackware/SlackBuilds/
total 126000
drwxr-xr-x  2 nitesky users      4096 Sep 24 09:23 .
drwxr-xr-x 11 nitesky users      4096 Aug 17 11:49 ..
-rw-r--r--  1 nitesky users 128604782 Sep 24 09:17 26.4.1_Release.tar.gz
-rwxr-xr-x  1 nitesky users      7142 Sep 23 00:46 PaleMoon.Slackbuild
-rw-r--r--  1 nitesky users     14167 Sep 23 00:52 PaleMoon.desktop
-rw-r--r--  1 nitesky users     14216 Sep 23 00:53 PaleMoon.info
-rw-r--r--  1 nitesky users     13550 Sep 23 00:54 README.md
-rw-r--r--  1 nitesky users      5869 Sep 20 10:02 autoconf-2.13-consolidated_fixes-1.patch.gz
-rw-r--r--  1 nitesky users    300116 Sep 24 09:22 autoconf-2.13.tar.xz
-rw-r--r--  1 nitesky users     13540 Sep 23 00:54 doinst.sh
-rw-r--r--  1 nitesky users       963 Sep 23 00:56 slack-desc
bash-4.3$
 
Old 09-24-2016, 07:21 PM   #103
montagdude
Senior Member
 
Registered: Apr 2016
Distribution: Slackware
Posts: 2,011

Rep: Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619
It's because you have it named PaleMoon.Slackbuild, not PaleMoon.SlackBuild. Did you rename it? I just checked the files from SBo and the name is right there.
 
Old 09-24-2016, 07:45 PM   #104
Gordie
Member
 
Registered: Aug 2007
Location: Nolalu, Ontario, Canada
Distribution: Slackware64-Current
Posts: 871

Rep: Reputation: 364Reputation: 364Reputation: 364Reputation: 364
Running Sbopkg now. Sick of this name game.
It is my own fault really but don't think it is in my power to change things. Have been having trouble seeing the obvious for at least 5 years now. Could be related to the meds I have to take. Not sure. Oh well, no sense getting upset with myself for MISSING THE "B".
Thanks for being patient with me. You guys are the greatest

Last edited by Gordie; 09-24-2016 at 08:27 PM.
 
Old 09-24-2016, 07:53 PM   #105
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,687

Rep: Reputation: 1803Reputation: 1803Reputation: 1803Reputation: 1803Reputation: 1803Reputation: 1803Reputation: 1803Reputation: 1803Reputation: 1803Reputation: 1803Reputation: 1803
don't forget to run sbopkg -r since i have just pushed a new public update with the fix for PaleMoon alternate source naming
 
1 members found this post helpful.
  


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
Palemoon browser not building... FTIO Slackware 38 07-12-2016 07:24 PM
Palemoon in Slackware Current AlexSlack Slackware 14 05-01-2016 01:33 PM
Palemoon segmentation fault with Slackware-current mfgordon Slackware 10 04-16-2016 06:11 PM
What's your opinion on PaleMoon compared to Firefox? Mr. Alex Linux - Software 16 06-19-2014 02:56 PM

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

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