LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 04-10-2020, 07:19 AM   #4816
mats_b_tegner
Member
 
Registered: Nov 2009
Location: Gothenburg, Sweden
Distribution: Slackware
Posts: 946

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649

Quote:
Originally Posted by mats_b_tegner View Post
Flang/F18 is now merged into the upcoming LLVM 11.0.0:
https://lists.llvm.org/pipermail/llv...il/140804.html
https://lists.llvm.org/pipermail/llv...il/140805.html
https://www.phoronix.com/scan.php?pa...NG-F18-Finally

Last edited by mats_b_tegner; 04-10-2020 at 07:40 AM.
 
1 members found this post helpful.
Old 04-10-2020, 07:22 AM   #4817
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,213

Rep: Reputation: 297Reputation: 297Reputation: 297
Quote:
Originally Posted by kevmccor View Post
Maybe I did something wrong. but xman doesn't work on -current. I get a few entries, but nothing like the full selection of man pages. I think it is the $MANPATH,but trying to set that environment variable gives an error. probably from the oracle jdk package I installed/
xman here works.
 
Old 04-10-2020, 07:40 AM   #4818
kevmccor
Member
 
Registered: Aug 2004
Location: Texas
Distribution: slackware
Posts: 158

Rep: Reputation: 44
Yes, it was the oracle jdk I installed. It places a /etc/profile.d/java.sh script which set "export MANPATH=${MANPATH}:/usr/lib64/java" I commented this out, rebooted, and now xman works.
 
Old 04-10-2020, 07:51 AM   #4819
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,213

Rep: Reputation: 297Reputation: 297Reputation: 297
I think this should not cause the problem as the MANPATH is inside the MANPATH variable.
 
Old 04-10-2020, 08:03 AM   #4820
kevmccor
Member
 
Registered: Aug 2004
Location: Texas
Distribution: slackware
Posts: 158

Rep: Reputation: 44
Well, it did cause a problem because when I tried to reset the MANPATH, "export MANPATH=<new path>" and several variants, I got an error message that is was something wrong. Which leads to another question and that is man-db, which is apparently the new man program in -current. Is there a directory listing browser for man-db? Next pet peeve is the difficulty I have with .Xresources for xman. There are times when one has to read man pages and I just don't have a good setup for it.

ls /var/log/packages/ | grep man
***
man-db-2.9.1-x86_64-1
man-pages-5.05-noarch-2
***
xman-1.1.5-x86_64-1

And how about this one --
$ man man-db
No manual entry for man-db

Last edited by kevmccor; 04-10-2020 at 08:11 AM.
 
Old 04-10-2020, 08:20 AM   #4821
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,213

Rep: Reputation: 297Reputation: 297Reputation: 297
export MANPATH=${MANPATH}:/usr/lib64/java

Actually you are missing a $ symbol to expand the variable, should be:

export MANPATH=${$MANPATH}:/usr/lib64/java
 
Old 04-10-2020, 08:35 AM   #4822
kevmccor
Member
 
Registered: Aug 2004
Location: Texas
Distribution: slackware
Posts: 158

Rep: Reputation: 44
Yes, I know. If you read the man man page, you will find (emphasis added):
Code:
$ man man
* * * *
-M path, --manpath=path
  Specify an alternate manpath to use.  By default, man uses manpath derived code to determine
  the path to search.  This option overrides the $MANPATH environment variable and causes  op‐
  tion -m to be ignored.

  A  path  specified  as a manpath must be the root of a manual page hierarchy structured into
  sections as described in the man-db manual (under "The manual page system").  . . .
* * * *              
ENVIRONMENT
       MANPATH
              If $MANPATH is set, its value is used as the path to search for manual pages.
When I had the $MANPATH variable set, it did not seem to make a difference to man-db.

I do think man-db is an improvement, but it seems the whole man page topic is kind of a backwater. IMHO, this is unfortunate because it could be a really great source of information.
 
Old 04-10-2020, 09:05 AM   #4823
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Quote:
Originally Posted by saxa View Post
export MANPATH=${MANPATH}:/usr/lib64/java

Actually you are missing a $ symbol to expand the variable, should be:

export MANPATH=${$MANPATH}:/usr/lib64/java
Actually what you say is not correct.
 
Old 04-10-2020, 09:11 AM   #4824
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,213

Rep: Reputation: 297Reputation: 297Reputation: 297
Yeah sorry for the typo.
 
Old 04-10-2020, 09:12 AM   #4825
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,213

Rep: Reputation: 297Reputation: 297Reputation: 297
Actully I completely missed it, my eyes are no longer working well seems.
 
Old 04-10-2020, 09:53 AM   #4826
kevmccor
Member
 
Registered: Aug 2004
Location: Texas
Distribution: slackware
Posts: 158

Rep: Reputation: 44
Thank you Alien Bob, only ${MANPATH}; the curly braces are needed when you want to concatenate added text to what is stored under the MANPATH variable. Covered here: when-do-we-need-curly-braces-around-shell-variables. FWIW, I used your slackware64-current-install-dvd-iso to create an install usb stick and then the jdk slackbuild from 14.2 with jdk-8u231-linux-x64.tar.gz. I honestly only install the jdk because some programs seem to want it, and I might not have done the right thing here.

However, I want my comments to be about the man page situation is slackware-current and not bash commands or the jdk. Again, man-db is an improvement, but is there some directory listing like xman provides?

And I would add that, while we sell no wine before its time, when a user like me has to install -current, it may be a sign that it is time for 15.0, IMHO. Especially since this -current (kernel 5.4.30) is working very well on my t440p, thank you. I have used Slackware for many years and never strayed from the stable version before.
 
1 members found this post helpful.
Old 04-10-2020, 03:57 PM   #4827
Jeebizz
Senior Member
 
Registered: May 2004
Distribution: Slackware15.0 64-Bit Desktop, Debian 11 non-free Toshiba Satellite Notebook
Posts: 4,186

Rep: Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379
Quote:
Originally Posted by bassmadrigal View Post
When I built my AM2 machine many, many years ago (I think it was 2008), I had to do some legwork to find one with a floppy port. Many of the boards I looked at lacked that drive and I still wanted to have one included (even though I don't think I used it for anything other than seeing what was on old disks I had laying around). It is very probable that the port was included on various boards since then (and you might even be able to find some modern boards with it), but it certainly isn't standard to include it and I'd imagine 90% of the boards released in the last 10 years lack floppy ports.

But it is also very easy to add a floppy drive to a computer via USB, either using an internal USB header or plugging in an external. But how many people are going to want to boot a modern system off a floppy drive?

I just looked on Amazon and you can get a 10 pack of 1.44MB floppies for $18US. That is $1279/GB. In comparison, you can pick up a 32GB Sandisk USB 2.0 drive for $6.50. That is $0.20/GB. Why anyone would use a floppy for anything beyond supporting extremely old legacy systems or to see what is on a long lost, but recently found disk? There is just no value to use a floppy, especially when you couple cost with the extremely slow transfer rates (USB1.0 is 50x faster than floppy speeds).

If anyone is wanting to boot a modern Slackware off of a floppy drive, it is likely as a fun exercise, not as a necessity. It is very likely that everyone would have a USB drive they could use in place of that. Because of that, I like the idea to change it to an "external device" and then let the person specify the device. If it happens to be a floppy, more power to them.

But then I've never used that functionality of the installer. If I ever need a rescue boot, I just use the Slackware ISO dd'd onto a USB drive and will fix it from there.
I guess thats all I am trying to get at. Leave it as floppy for 32-bit, but to better reflect the more modern Slackware at least for the 64-bit - changing it to 'external' device or again USB might better reflect the change. For 32-bit for the hold outs, floppy would be fine still I guess.
 
1 members found this post helpful.
Old 04-10-2020, 04:23 PM   #4828
volkerdi
Slackware Maintainer
 
Registered: Dec 2002
Location: Minnesota
Distribution: Slackware! :-)
Posts: 2,508

Rep: Reputation: 8473Reputation: 8473Reputation: 8473Reputation: 8473Reputation: 8473Reputation: 8473Reputation: 8473Reputation: 8473Reputation: 8473Reputation: 8473Reputation: 8473
Quote:
Originally Posted by Jeebizz View Post
I guess thats all I am trying to get at. Leave it as floppy for 32-bit, but to better reflect the more modern Slackware at least for the 64-bit - changing it to 'external' device or again USB might better reflect the change. For 32-bit for the hold outs, floppy would be fine still I guess.
I think you've misunderstood what this option for. If you want to boot from USB, make a USB boot stick. There's already an option for this.

For years, slackware.com ran on an ancient Celeron server. This machine's motherboard couldn't handle a hard drive of any reasonable size, so we added a PCI hard drive controller. The BIOS could not boot a hard drive on this controller directly, and the machine did not have USB. Writing the LILO boot sector to a floppy allowed the machine to boot.

We also hid the floppy drive inside the case so that nobody could eject the floppy disk.
 
10 members found this post helpful.
Old 04-10-2020, 05:35 PM   #4829
Jeebizz
Senior Member
 
Registered: May 2004
Distribution: Slackware15.0 64-Bit Desktop, Debian 11 non-free Toshiba Satellite Notebook
Posts: 4,186

Rep: Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379Reputation: 1379
Quote:
Originally Posted by volkerdi View Post
I think you've misunderstood what this option for. If you want to boot from USB, make a USB boot stick. There's already an option for this.

For years, slackware.com ran on an ancient Celeron server. This machine's motherboard couldn't handle a hard drive of any reasonable size, so we added a PCI hard drive controller. The BIOS could not boot a hard drive on this controller directly, and the machine did not have USB. Writing the LILO boot sector to a floppy allowed the machine to boot.

We also hid the floppy drive inside the case so that nobody could eject the floppy disk.
I have misunderstood as I seen that option during the installation at an earlier part. I know it won't harm anything by keeping it as is, and my argument was obviously from more of an aesthetic one.
 
Old 04-11-2020, 09:58 AM   #4830
Thom1b
Member
 
Registered: Mar 2010
Location: France
Distribution: Slackware
Posts: 485

Rep: Reputation: 338Reputation: 338Reputation: 338Reputation: 338
Hi,

Wallabag software depends on tidy php module. It would be nice to rebuild php with "--with-tidy" option. It requires to install tidy-html5 first.
 
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
[SOLVED] Requests for -current (20151216) rworkman Slackware 3441 12-28-2017 03:50 PM

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

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