LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 11-17-2019, 04:09 PM   #2236
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,090

Original Poster
Rep: Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173

Quote:
Originally Posted by brobr View Post
You mentioned GraphicsMagick as an alternative. Is it worth trying that, or does ImageMagick has to be disabled altogether?
it shouldn't be necessary to disable it as it only detects and use imagemagick-6.x, but I added GraphicsMagick as a dependency and did disable it explicitly in this repository

http://cgit.ponce.cc/slackbuilds/commit/?h=inkscape

Code:
    -DWITH_GRAPHICS_MAGICK:BOOL=ON \
    -DWITH_IMAGE_MAGICK:BOOL=OFF \
 
2 members found this post helpful.
Old 11-17-2019, 06:20 PM   #2237
brobr
Member
 
Registered: Oct 2003
Location: uk
Distribution: Slackware
Posts: 973

Rep: Reputation: 238Reputation: 238Reputation: 238
Quote:
Originally Posted by ponce View Post

Code:
    -DWITH_GRAPHICS_MAGICK:BOOL=ON \
    -DWITH_IMAGE_MAGICK:BOOL=OFF \
Magick ;-) (it's building as we type)
 
1 members found this post helpful.
Old 11-19-2019, 07:45 AM   #2238
montagdude
Senior Member
 
Registered: Apr 2016
Distribution: Slackware
Posts: 2,011

Rep: Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619
check was just added in -current, so I guess remove it?

Also, rofi, csync, uTox, and libqb have check listed as a requirement.

Last edited by montagdude; 11-19-2019 at 07:49 AM.
 
Old 11-19-2019, 07:47 AM   #2239
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,090

Original Poster
Rep: Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173
Quote:
Originally Posted by montagdude View Post
check was just added in -current, so I guess remove it?
yes, thanks for the report!
 
Old 11-19-2019, 07:50 AM   #2240
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 ponce View Post
yes, thanks for the report!
No problem. I edited my post to also include the things listing check as a requirement. I think I got them all.
 
Old 11-19-2019, 07:57 AM   #2241
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,090

Original Poster
Rep: Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173
Quote:
Originally Posted by montagdude View Post
No problem. I edited my post to also include the things listing check as a requirement. I think I got them all.
thanks but it doesn't matter for what regards this repository, as I have explained I don't remove stuff added to current from the REQUIRES variable in the *.info files or it will be hellish when I rebase every week: there are already more than 500 branches, I would have to add gazillion more and redo them from scratch whenever someone update the MD5SUM of the interested script.
 
Old 11-19-2019, 08:23 AM   #2242
montagdude
Senior Member
 
Registered: Apr 2016
Distribution: Slackware
Posts: 2,011

Rep: Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619
Oh, okay, I didn't catch that. Does that all get taken care of with a script when it is eventually time for the next Slackware release?
 
Old 11-19-2019, 09:00 AM   #2243
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,090

Original Poster
Rep: Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173
Quote:
Originally Posted by montagdude View Post
Oh, okay, I didn't catch that. Does that all get taken care of with a script when it is eventually time for the next Slackware release?
yes, we fix those when we close submissions in preparation of the repository for the new release (last times Robby took care of it).
 
2 members found this post helpful.
Old 11-21-2019, 09:32 AM   #2244
aikempshall
Member
 
Registered: Nov 2003
Location: Bristol, Britain
Distribution: Slackware
Posts: 900

Rep: Reputation: 153Reputation: 153
If I run

Quote:
export TMP=/big_tmp && sh GraphicsMagick.SlackBuild
Note the reference to TMP

I see this failure

Quote:
"/usr/bin/perl5.30.1" -MExtUtils::Command::MM -e 'cp_nonempty' -- Magick.bs blib/arch/auto/Graphics/Magick/Magick.bs 644
PERL_DL_NONLAZY=1 "/usr/bin/perl5.30.1" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/bzlib/*.t t/jng/*.t t/jp2/*.t t/jpeg/*.t t/png/*.t t/ps/*.t t/tiff/*.t t/ttf/*.t t/wmf/*.t t/x/*.t t/xfig/*.t t/zlib/*.t
t/blob.t .......... ok
t/bzlib/read.t .... ok
t/bzlib/write.t ... ok
t/composite.t ..... ok
t/filter.t ........ ok
t/getattribute.t .. ok
t/jng/read.t ...... ok
t/jng/write.t ..... ok
t/jp2/read.t ...... ok
t/jpeg/read.t ..... ok
t/jpeg/write.t .... ok
t/montage.t ....... ok
t/ping.t .......... ok
t/png/read-16.t ... ok
t/png/read.t ...... ok
t/png/write-16.t .. ok
t/png/write.t ..... ok
GPL Ghostscript 9.50: Unrecoverable error, exit code 1
GPL Ghostscript 9.50: Unrecoverable error, exit code 1
t/ps/read.t .......
Failed 2/3 subtests
GPL Ghostscript 9.50: Unrecoverable error, exit code 1
GPL Ghostscript 9.50: Unrecoverable error, exit code 1
t/ps/write.t ......
Failed 2/2 subtests
t/read.t .......... ok
t/setattribute.t .. ok
t/tiff/read.t ..... ok
t/tiff/write.t .... ok
t/ttf/read.t ...... ok
t/wmf/read.t ...... ok
t/write.t ......... ok
t/x/read.t ........ ok
t/x/write.t ....... ok
GPL Ghostscript 9.50: Unrecoverable error, exit code 1
t/xfig/read.t .....
Failed 1/1 subtests
t/zlib/read.t ..... ok
t/zlib/write.t .... ok

Test Summary Report
-------------------
t/ps/read.t (Wstat: 0 Tests: 3 Failed: 2)
Failed tests: 1-2
t/ps/write.t (Wstat: 0 Tests: 2 Failed: 2)
Failed tests: 1-2
t/xfig/read.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Files=31, Tests=411, 2 wallclock secs ( 0.14 usr 0.04 sys + 2.15 cusr 0.41 csys = 2.74 CPU)
Result: FAIL
Failed 3/31 test programs. 5/411 subtests failed.
make: *** [Makefile:1034: test_dynamic] Error 255

If I run the same SlackBuild script but using the default /tmp as follows

Quote:
export TMP=/tmp && sh GraphicsMagick.SlackBuild
GraphicsMagick compiles successfully

I'm concluding that there must be something wrong with the permissions to /big_tmp or my understanding of /tmp

The permissions for the two directories are

Quote:
drwxrwxrwt 4 root root 4096 Nov 21 15:02 big_tmp/
drwxrwxrwt 11 root root 36864 Nov 21 15:08 tmp/
/big_tmp is currently on the same partition as /tmp, but eventually it will be moved to a separate partition from the /root file system. I don't want to fill up my root file system when compiling a heavy weight like LibreOffice.

Any pointers as to what I'm doing wrong?
 
1 members found this post helpful.
Old 11-21-2019, 09:32 AM   #2245
aikempshall
Member
 
Registered: Nov 2003
Location: Bristol, Britain
Distribution: Slackware
Posts: 900

Rep: Reputation: 153Reputation: 153
If I run

Quote:
export TMP=/big_tmp && sh GraphicsMagick.SlackBuild
Note the reference to TMP

I see this failure

Quote:
"/usr/bin/perl5.30.1" -MExtUtils::Command::MM -e 'cp_nonempty' -- Magick.bs blib/arch/auto/Graphics/Magick/Magick.bs 644
PERL_DL_NONLAZY=1 "/usr/bin/perl5.30.1" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/bzlib/*.t t/jng/*.t t/jp2/*.t t/jpeg/*.t t/png/*.t t/ps/*.t t/tiff/*.t t/ttf/*.t t/wmf/*.t t/x/*.t t/xfig/*.t t/zlib/*.t
t/blob.t .......... ok
t/bzlib/read.t .... ok
t/bzlib/write.t ... ok
t/composite.t ..... ok
t/filter.t ........ ok
t/getattribute.t .. ok
t/jng/read.t ...... ok
t/jng/write.t ..... ok
t/jp2/read.t ...... ok
t/jpeg/read.t ..... ok
t/jpeg/write.t .... ok
t/montage.t ....... ok
t/ping.t .......... ok
t/png/read-16.t ... ok
t/png/read.t ...... ok
t/png/write-16.t .. ok
t/png/write.t ..... ok
GPL Ghostscript 9.50: Unrecoverable error, exit code 1
GPL Ghostscript 9.50: Unrecoverable error, exit code 1
t/ps/read.t .......
Failed 2/3 subtests
GPL Ghostscript 9.50: Unrecoverable error, exit code 1
GPL Ghostscript 9.50: Unrecoverable error, exit code 1
t/ps/write.t ......
Failed 2/2 subtests
t/read.t .......... ok
t/setattribute.t .. ok
t/tiff/read.t ..... ok
t/tiff/write.t .... ok
t/ttf/read.t ...... ok
t/wmf/read.t ...... ok
t/write.t ......... ok
t/x/read.t ........ ok
t/x/write.t ....... ok
GPL Ghostscript 9.50: Unrecoverable error, exit code 1
t/xfig/read.t .....
Failed 1/1 subtests
t/zlib/read.t ..... ok
t/zlib/write.t .... ok

Test Summary Report
-------------------
t/ps/read.t (Wstat: 0 Tests: 3 Failed: 2)
Failed tests: 1-2
t/ps/write.t (Wstat: 0 Tests: 2 Failed: 2)
Failed tests: 1-2
t/xfig/read.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Files=31, Tests=411, 2 wallclock secs ( 0.14 usr 0.04 sys + 2.15 cusr 0.41 csys = 2.74 CPU)
Result: FAIL
Failed 3/31 test programs. 5/411 subtests failed.
make: *** [Makefile:1034: test_dynamic] Error 255

If I run the same SlackBuild script but using the default /tmp as follows

Quote:
export TMP=/tmp && sh GraphicsMagick.SlackBuild
GraphicsMagick compiles successfully

I'm concluding that there must be something wrong with the permissions to /big_tmp or my understanding of /tmp

The permissions for the two directories are

Quote:
drwxrwxrwt 4 root root 4096 Nov 21 15:02 big_tmp/
drwxrwxrwt 11 root root 36864 Nov 21 15:08 tmp/
/big_tmp is currently on the same partition as /tmp, but eventually it will be moved to a separate partition from the /root file system. I don't want to fill up my root file system when compiling a heavy weight like LibreOffice.

Any pointers as to what I'm doing wrong?
 
1 members found this post helpful.
Old 11-21-2019, 09:55 AM   #2246
macondo
Senior Member
 
Registered: Jul 2003
Location: Central America
Distribution: Slackwre64-current Devuan
Posts: 1,034

Rep: Reputation: 62
mpv

mpv does not build because of error with docutils in SBOtools.
 
Old 11-21-2019, 10:13 AM   #2247
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,090

Original Poster
Rep: Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173
hi macondo,

docutils is part of Slackware current and the package is named python-docutils.
there's no docutils package in this repository: if you're asking yourself why I haven't removed the reference to it in the mpv.info file the answer is just four posts above yours.
 
Old 11-21-2019, 12:02 PM   #2248
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,090

Original Poster
Rep: Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173
Quote:
Originally Posted by aikempshall View Post
Any pointers as to what I'm doing wrong?
you are not doing anything wrong, it looks like this is a behaviour specific to the GraphicsMagic build on current and its perl tests that use ghostscript: I just added a note to the README that the script needs TMP=/tmp, thanks for reporting it!

Last edited by ponce; 11-21-2019 at 01:03 PM.
 
Old 11-21-2019, 03:43 PM   #2249
Skaendo
Senior Member
 
Registered: Dec 2014
Location: West Texas, USA
Distribution: Slackware64-14.2
Posts: 1,445

Rep: Reputation: Disabled
OT, sorry

But who's idea was it to turn the SBo git into their own personal repo? The approved list is looking pretty bad.
 
Old 11-21-2019, 03:57 PM   #2250
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,090

Original Poster
Rep: Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173
Quote:
Originally Posted by Skaendo View Post
OT, sorry

But who's idea was it to turn the SBo git into their own personal repo? The approved list is looking pretty bad.
???
 
Old 11-21-2019, 04:42 PM   #2251
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,332

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930

Quote:
Originally Posted by Skaendo View Post
OT, sorry

But who's idea was it to turn the SBo git into their own personal repo? The approved list is looking pretty bad.
really ?

why no read, and ask before ?

https://raw.githubusercontent.com/Po...current/README
 
  


Reply

Tags
current, sbo, sbopkg, slackrepo


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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] Error building gst1-plugins-good 1.4.1 from SBO l0rddarkf0rce Slackware 4 10-06-2014 05:58 PM
[SOLVED] Failure building nvidia-kernel Slackbuild from SBo sysfce2 Slackware 7 07-02-2011 01:10 AM
problems building fontforge from SBo gtludwig Slackware 7 05-12-2010 01:52 PM
Pls help me take my 1st step! verysoon Fedora - Installation 2 12-12-2005 07:49 AM

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

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