LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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-23-2016, 02:49 AM   #61
trollog
Member
 
Registered: Oct 2014
Posts: 151

Rep: Reputation: Disabled
admirable effort


PM is a pretty neat browser. When I run your slackbuild scripts I get:

./PaleMoon.SlackBuild: line 205: --prefix=/tmp/SBo/autoconf-tmp/usr: No such file or directory

Which makes no sense. Your script is correct as far as I can see (lines 187-199 & 75).
The directories get made/deleted correctly in the script as well as
on the filesystem. /tmp/SBo/autoconf-tmp/usr is there on the filesystem. I checked this.

I commented out lines 168-180. I have autoconf 2.13 from the FSF ftp site. No patches or
patch dir in their tgz file. By itself, independent of your script, that autoconf v2.13
builds properly. I tried it just to see. no make install step done on that test.



as a second act it'd be nice to assemble some decent build instructions for
the fossa mail email client. If FM is as good as PM then that will be a formidable
combo. I can't make heads or tails out of what little has been posted for FM
building FM. Hardly any information there.

Gave PM a try (using binaries from the site) and I'm pretty impressed.

I'm starting with your slackbuild scripts because at least they are legible
and can follow what's going on in them. Those PM guys are not the most
informative bunch, but I do admire what they've made there.

.

Last edited by trollog; 09-23-2016 at 03:46 AM. Reason: Found it.. forget it.
 
Old 09-23-2016, 03:53 AM   #62
trollog
Member
 
Registered: Oct 2014
Posts: 151

Rep: Reputation: Disabled
after PaleMoon.SlackBuild bombs, these are the dirs.. makes no sense.

root@blackbat:/tmp/SBo/autoconf-tmp# pwd
/tmp/SBo/autoconf-tmp

root@blackbat:/tmp/SBo/autoconf-tmp# ls -lah
total 12K
drwx------ 3 root root 4.0K Sep 23 01:51 .
drwxr-xr-x 7 root root 4.0K Sep 23 01:51 ..
drwxr-xr-x 2 root root 4.0K Sep 23 01:51 usr
 
Old 09-23-2016, 07:50 AM   #63
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Quote:
Originally Posted by trollog View Post
PM is a pretty neat browser. When I run your slackbuild scripts I get:

./PaleMoon.SlackBuild: line 205: --prefix=/tmp/SBo/autoconf-tmp/usr: No such file or directory

Which makes no sense. Your script is correct as far as I can see (lines 187-199 & 75).
Based on that error, it looks like it is trying to find a file called --prefix=/tmp/SBo/autoconf-tmp/usr, not just /tmp/SBo/autoconf-tmp/usr. Do you happen to be missing a backslash on the line above it (which tells bash that the command continues to the next line)? (I can't access the script due to ponce's site being blocked at my work.)
 
Old 09-23-2016, 10:41 AM   #64
Gordie
Member
 
Registered: Aug 2007
Location: Nolalu, Ontario, Canada
Distribution: Slackware64-Current
Posts: 871

Rep: Reputation: 364Reputation: 364Reputation: 364Reputation: 364
I got to try it this morning.

Code:
bash-4.3# ./Palemoon.Slackbuild 
tar: /home/nitesky/Desktop/Slackware/SlackBuilds/autoconf-2.13.tar.xz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
bash-4.3#
 
Old 09-23-2016, 11:35 AM   #65
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Quote:
Originally Posted by Gordie View Post
I got to try it this morning.

Code:
bash-4.3# ./Palemoon.Slackbuild 
tar: /home/nitesky/Desktop/Slackware/SlackBuilds/autoconf-2.13.tar.xz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
bash-4.3#
You need to download autoconf-2.13.tar.xz as that is required to build PaleMoon. Due to website blocking at work, I can't view ponce's site, but I'm pretty sure he has a copy available in the same directory as the Palemoon.SlackBuild file.
 
1 members found this post helpful.
Old 09-23-2016, 11:36 AM   #66
montagdude
Senior Member
 
Registered: Apr 2016
Distribution: Slackware
Posts: 2,011

Rep: Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619
Quote:
Originally Posted by Gordie View Post
I got to try it this morning.

Code:
bash-4.3# ./Palemoon.Slackbuild 
tar: /home/nitesky/Desktop/Slackware/SlackBuilds/autoconf-2.13.tar.xz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
bash-4.3#
You need to download the sources first. They are listed in palemoon.info.

Edit: bassmadrigal beat me to it.

Last edited by montagdude; 09-23-2016 at 11:42 AM.
 
Old 09-23-2016, 02:16 PM   #67
khronosschoty
Member
 
Registered: Jul 2008
Distribution: Slackware
Posts: 648
Blog Entries: 2

Rep: Reputation: 514Reputation: 514Reputation: 514Reputation: 514Reputation: 514Reputation: 514
I plan to make a build script for fossa mail as well but the palemoon devs have asked me to wait until their release is official because they said it will be a huge ton easier and that the current and past fossa mail releases are less than ideal.


Quote:
Originally Posted by trollog View Post
PM is a pretty neat browser. When I run your slackbuild scripts I get:

./PaleMoon.SlackBuild: line 205: --prefix=/tmp/SBo/autoconf-tmp/usr: No such file or directory

Which makes no sense. Your script is correct as far as I can see (lines 187-199 & 75).
The directories get made/deleted correctly in the script as well as
on the filesystem. /tmp/SBo/autoconf-tmp/usr is there on the filesystem. I checked this.

I commented out lines 168-180. I have autoconf 2.13 from the FSF ftp site. No patches or
patch dir in their tgz file. By itself, independent of your script, that autoconf v2.13
builds properly. I tried it just to see. no make install step done on that test.



as a second act it'd be nice to assemble some decent build instructions for
the fossa mail email client. If FM is as good as PM then that will be a formidable
combo. I can't make heads or tails out of what little has been posted for FM
building FM. Hardly any information there.

Gave PM a try (using binaries from the site) and I'm pretty impressed.

I'm starting with your slackbuild scripts because at least they are legible
and can follow what's going on in them. Those PM guys are not the most
informative bunch, but I do admire what they've made there.

.

Last edited by khronosschoty; 09-23-2016 at 02:18 PM.
 
Old 09-23-2016, 02:52 PM   #68
trollog
Member
 
Registered: Oct 2014
Posts: 151

Rep: Reputation: Disabled
I grabbed 2.13 autoconf from the FSF ftp site, it's tar.gz. No .xz version of that particular version to be found. Just gunzip it to a tar file & then compress it with xz. that worked for me.

Earlier up in the build script, just above the config options, it makes the dir /tmp/SBo/autoconf-tmp/usr,
Backslash at eol of --prefix= line is in place where it should be. Like I said, a mystery. It should work as written. I'm scratching
my head too. Maybe an evil charachter got carried over from cut & paste, although I take care that does not happen.

Words from the fossa devs explain a lot. All in all, fossa + PM are a great pair. I havent looked at them in a long
long time. They've come a long way. PM runs circles around FF on my machine as far as speed & loading go. Couldn't believe it.
Can't wait until fossa mail is more together. Saw the forum post on building fossa and thought wtf. Not much of a post at all, but
if they are holding out for later, then the vague brevity of the post makes more sense.

For shits & giggles & to compare, I downloaded and built icecat yesterday. Also a noble effort, but a lot of plugins are
broken (but many novel & good ones work), and it has FF's slow running problem. Lot of good features in icecat overall, but not
quite ready. The build scripts are well documented and "just work" and have nice options.
 
Old 09-23-2016, 03:01 PM   #69
khronosschoty
Member
 
Registered: Jul 2008
Distribution: Slackware
Posts: 648
Blog Entries: 2

Rep: Reputation: 514Reputation: 514Reputation: 514Reputation: 514Reputation: 514Reputation: 514
I think you must not be following the PaleMoon.info correctly or are using the wrong script.

https://notabug.org/khronosschoty/Sl...aster/PaleMoon

The autoconf 2.13 you need to work with is the one Pat put together for firefox; which can be found in the PaleMoon.info.


Quote:
Originally Posted by trollog View Post
I grabbed 2.13 autoconf from the FSF ftp site, it's tar.gz. No .xz version of that particular version to be found. Just gunzip it to a tar file & then compress it with xz. that worked for me.

Earlier up in the build script, just above the config options, it makes the dir /tmp/SBo/autoconf-tmp/usr,
Backslash at eol of --prefix= line is in place where it should be. Like I said, a mystery. It should work as written. I'm scratching
my head too. Maybe an evil charachter got carried over from cut & paste, although I take care that does not happen.

Words from the fossa devs explain a lot. All in all, fossa + PM are a great pair. I havent looked at them in a long
long time. They've come a long way. PM runs circles around FF on my machine as far as speed & loading go. Couldn't believe it.
Can't wait until fossa mail is more together. Saw the forum post on building fossa and thought wtf. Not much of a post at all, but
if they are holding out for later, then the vague brevity of the post makes more sense.

For shits & giggles & to compare, I downloaded and built icecat yesterday. Also a noble effort, but a lot of plugins are
broken (but many novel & good ones work), and it has FF's slow running problem. Lot of good features in icecat overall, but not
quite ready. The build scripts are well documented and "just work" and have nice options.

Last edited by khronosschoty; 09-23-2016 at 03:03 PM.
 
Old 09-23-2016, 04:04 PM   #70
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Quote:
Originally Posted by trollog View Post
Earlier up in the build script, just above the config options, it makes the dir /tmp/SBo/autoconf-tmp/usr,
Backslash at eol of --prefix= line is in place where it should be.
What about the line above it (not the actual prefix line)? The line above should have a backslash telling bash that the command continues onto the line containing the --prefix section.
 
Old 09-23-2016, 04:13 PM   #71
trollog
Member
 
Registered: Oct 2014
Posts: 151

Rep: Reputation: Disabled
It was due to some cut & paste craziness from the site into vim. FML

appears to be building correctly- so far

Downloading raw fixed that.

Thanks for the efforts. Didn't realize what a porker FF had
truly become. I had lapsed into complacency in the browser dept.
 
Old 09-23-2016, 06:16 PM   #72
trollog
Member
 
Registered: Oct 2014
Posts: 151

Rep: Reputation: Disabled
compiles good. runs good.

made a symlink in /usr/bin

palemoon --> palemoon-26.4.1

which I see is itself a link to /usr/lib64/palemoon-26.4.1/palemoon

in the buildscripts, maybe change the default name of symlink made in /usr/bin to just palemoon?

not sure most people will have multiple pale moon versions installed any more than
people have multiple FF versions installed,
(although just watch half the people chime in now saying that they do..)

another minor point for the upstream devs:

dotfile in homedir called "moonchild productions" (with whitespace..)
ditto on the whitespaces for subfolder names..

no way that could ever go wrong in a unix environment, eh?...

the equivalent dotfile for fossamail is, predictably, .fossamail and no
whitespace in subdir names.


.

Last edited by trollog; 09-23-2016 at 06:58 PM.
 
1 members found this post helpful.
Old 09-23-2016, 06:51 PM   #73
Skaendo
Senior Member
 
Registered: Dec 2014
Location: West Texas, USA
Distribution: Slackware64-14.2
Posts: 1,445

Rep: Reputation: Disabled
@trollog, Are you building on -current or 14.2?
 
Old 09-23-2016, 06:55 PM   #74
trollog
Member
 
Registered: Oct 2014
Posts: 151

Rep: Reputation: Disabled
I built it on /current_x64

flawless build. my initial probs were cut'n paste related.
(grrr..)

posting from PM right now.

Last edited by trollog; 09-23-2016 at 06:59 PM.
 
1 members found this post helpful.
Old 09-23-2016, 07:33 PM   #75
montagdude
Senior Member
 
Registered: Apr 2016
Distribution: Slackware
Posts: 2,011

Rep: Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619
Quote:
Originally Posted by trollog View Post
made a symlink in /usr/bin

palemoon --> palemoon-26.4.1

which I see is itself a link to /usr/lib64/palemoon-26.4.1/palemoon

in the buildscripts, maybe change the default name of symlink made in /usr/bin to just palemoon?

not sure most people will have multiple pale moon versions installed any more than
people have multiple FF versions installed,
(although just watch half the people chime in now saying that they do..)

another minor point for the upstream devs:

dotfile in homedir called "moonchild productions" (with whitespace..)
ditto on the whitespaces for subfolder names..

no way that could ever go wrong in a unix environment, eh?...

the equivalent dotfile for fossamail is, predictably, .fossamail and no
whitespace in subdir names.


.
I think the reason is because there is already a Palemoon on SBo (that repackages the prebuilt version), so that's why this one is called palemoon-26.4.1.
 
  


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 06:13 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