LinuxQuestions.org
Review your favorite Linux distribution.
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 11-21-2020, 06:54 AM   #3091
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,348

Rep: Reputation: 948Reputation: 948Reputation: 948Reputation: 948Reputation: 948Reputation: 948Reputation: 948Reputation: 948

Quote:
Originally Posted by ponce View Post
thanks for the report: they are both fixed in their own branches and they will go in at the next merge.
Thanks!
 
Old 11-21-2020, 01:26 PM   #3092
Richard Cranium
Senior Member
 
Registered: Apr 2009
Location: McKinney, Texas
Distribution: Slackware64 15.0
Posts: 3,858

Rep: Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225
I recommend numpy3 to be bumped to version 1.16.6
I recommend openimageio to be bumped to version 2.1.17.0

Blender is still failing to build, but I'll try to track that down.

EDIT1: This is on a system running vtown.
EDIT2: Ugh. Blender 2.90.1 has an embree dependency.

Last edited by Richard Cranium; 11-21-2020 at 01:34 PM.
 
Old 11-21-2020, 04:30 PM   #3093
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,348

Rep: Reputation: 948Reputation: 948Reputation: 948Reputation: 948Reputation: 948Reputation: 948Reputation: 948Reputation: 948
Hi again . after version bump in snort , he wants luajit , but not comented in requires.

Thanks!
 
Old 11-22-2020, 01:21 AM   #3094
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,131

Original Poster
Rep: Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202
Quote:
Originally Posted by USUARIONUEVO View Post
Hi again . after version bump in snort , he wants luajit , but not comented in requires.

Thanks!
yep, that slipped... thanks for the reminder!
 
Old 11-22-2020, 06:21 AM   #3095
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,131

Original Poster
Rep: Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202
Quote:
Originally Posted by Richard Cranium View Post
I recommend numpy3 to be bumped to version 1.16.6
I recommend openimageio to be bumped to version 2.1.17.0

Blender is still failing to build, but I'll try to track that down.

EDIT1: This is on a system running vtown.
EDIT2: Ugh. Blender 2.90.1 has an embree dependency.
Hi Richard,

I suggest you get in touch with the Blender maintainer for this (he uses current) as I think the scripts involved are more than those: numpy3 has been already version-bumped, but pybind11, openimageio and Blender are, IMHO, the ones to revise...
consider that I tested this on a plain slackware64-current, with no vtown (as I have explained here).

Last edited by ponce; 11-22-2020 at 10:44 AM.
 
Old 11-22-2020, 07:33 AM   #3096
Nobby6
Member
 
Registered: Jul 2012
Location: Sunshine Coast, Australia
Distribution: Slackware 64
Posts: 237
Blog Entries: 1

Rep: Reputation: 212Reputation: 212Reputation: 212
current webalizer

in this repo, does not build, just like making a normal source build it complains about libgd not found - yes gd 2.3.0 is installed by default.
 
Old 11-22-2020, 10:05 AM   #3097
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,131

Original Poster
Rep: Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202
Quote:
Originally Posted by Nobby6 View Post
in this repo, does not build, just like making a normal source build it complains about libgd not found - yes gd 2.3.0 is installed by default.
I wasn't able to reproduce this on a slackware64-current full installation: this is my build log

https://pastebin.com/raw/wh0Jy2bT
 
Old 11-22-2020, 02:15 PM   #3098
sombragris
Member
 
Registered: Jul 2004
Location: Asuncion, Paraguay, South America
Distribution: Slackware
Posts: 905

Rep: Reputation: 414Reputation: 414Reputation: 414Reputation: 414Reputation: 414
Was unable to build xaric. Multiple errors reported by ld. Using vtown and gcc10:

Code:
gcc -Wall -ggdb3  -O2 -fPIC -D_GNU_SOURCE -D_REENTRANT   -o xaric xaric-alist.o xaric-cmd_modes.o xaric-ctcp.o xaric-dcc.o xaric-exec.o xaric-expr.o xaric-flood.o xaric-fset.o xaric-functions.o xaric-funny.o xaric-hash.o xaric-history.o xaric-hook.o xaric-iflist.o xaric-ignore.o xaric-input.o xaric-irc.o xaric-ircaux.o xaric-signals.o xaric-keys.o xaric-lastlog.o xaric-list.o xaric-lister.o xaric-log.o xaric-misc.o xaric-names.o xaric-network.o xaric-newio.o xaric-notice.o xaric-notify.o xaric-numbers.o xaric-output.o xaric-parse.o xaric-readlog.o xaric-reg.o xaric-screen.o xaric-server.o xaric-status.o xaric-ircterm.o xaric-timer.o xaric-vars.o xaric-whois.o xaric-whowas.o xaric-window.o xaric-words.o xaric-tcommand.o xaric-ternary.o xaric-ncommand.o xaric-cmd_help.o xaric-cmd_hostname.o xaric-cmd_who.o xaric-cmd_scan.o xaric-cmd_save.o xaric-cmd_orignick.o xaric-xscandir.o xaric-sa.o  -lssl -lcrypto -ltermcap -lpthread -lnsl 
/usr/bin/ld: xaric-functions.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: multiple definition of `term_cursor_left'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: first defined here
/usr/bin/ld: xaric-functions.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: multiple definition of `term_delete'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: first defined here
/usr/bin/ld: xaric-functions.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: multiple definition of `term_insert'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: first defined here
/usr/bin/ld: xaric-functions.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: multiple definition of `term_scroll'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: first defined here
/usr/bin/ld: xaric-funny.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: multiple definition of `term_cursor_left'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: first defined here
/usr/bin/ld: xaric-funny.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: multiple definition of `term_delete'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: first defined here
/usr/bin/ld: xaric-funny.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: multiple definition of `term_insert'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: first defined here
/usr/bin/ld: xaric-funny.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: multiple definition of `term_scroll'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: first defined here
/usr/bin/ld: xaric-input.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: multiple definition of `term_cursor_left'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: first defined here
/usr/bin/ld: xaric-input.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: multiple definition of `term_delete'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: first defined here
/usr/bin/ld: xaric-input.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: multiple definition of `term_insert'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: first defined here
/usr/bin/ld: xaric-input.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: multiple definition of `term_scroll'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: first defined here
/usr/bin/ld: xaric-irc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: multiple definition of `term_cursor_left'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: first defined here
/usr/bin/ld: xaric-irc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: multiple definition of `term_delete'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: first defined here
/usr/bin/ld: xaric-irc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: multiple definition of `term_insert'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: first defined here
/usr/bin/ld: xaric-irc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: multiple definition of `term_scroll'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: first defined here
/usr/bin/ld: xaric-ircaux.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: multiple definition of `term_cursor_left'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: first defined here
/usr/bin/ld: xaric-ircaux.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: multiple definition of `term_delete'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: first defined here
/usr/bin/ld: xaric-ircaux.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: multiple definition of `term_insert'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: first defined here
/usr/bin/ld: xaric-ircaux.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: multiple definition of `term_scroll'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: first defined here
/usr/bin/ld: xaric-signals.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: multiple definition of `term_cursor_left'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: first defined here
/usr/bin/ld: xaric-signals.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: multiple definition of `term_delete'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: first defined here
/usr/bin/ld: xaric-signals.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: multiple definition of `term_insert'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: first defined here
/usr/bin/ld: xaric-signals.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: multiple definition of `term_scroll'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: first defined here
/usr/bin/ld: xaric-keys.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: multiple definition of `term_cursor_left'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: first defined here
/usr/bin/ld: xaric-keys.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: multiple definition of `term_delete'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: first defined here
/usr/bin/ld: xaric-keys.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: multiple definition of `term_insert'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: first defined here
/usr/bin/ld: xaric-keys.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: multiple definition of `term_scroll'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: first defined here
/usr/bin/ld: xaric-lister.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: multiple definition of `term_cursor_left'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: first defined here
/usr/bin/ld: xaric-lister.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: multiple definition of `term_delete'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: first defined here
/usr/bin/ld: xaric-lister.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: multiple definition of `term_insert'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: first defined here
/usr/bin/ld: xaric-lister.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: multiple definition of `term_scroll'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: first defined here
/usr/bin/ld: xaric-output.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: multiple definition of `term_cursor_left'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: first defined here
/usr/bin/ld: xaric-output.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: multiple definition of `term_delete'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: first defined here
/usr/bin/ld: xaric-output.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: multiple definition of `term_insert'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: first defined here
/usr/bin/ld: xaric-output.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: multiple definition of `term_scroll'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: first defined here
/usr/bin/ld: xaric-parse.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: multiple definition of `term_cursor_left'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: first defined here
/usr/bin/ld: xaric-parse.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: multiple definition of `term_delete'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: first defined here
/usr/bin/ld: xaric-parse.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: multiple definition of `term_insert'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: first defined here
/usr/bin/ld: xaric-parse.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: multiple definition of `term_scroll'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: first defined here
/usr/bin/ld: xaric-readlog.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: multiple definition of `term_cursor_left'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: first defined here
/usr/bin/ld: xaric-readlog.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: multiple definition of `term_delete'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: first defined here
/usr/bin/ld: xaric-readlog.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: multiple definition of `term_insert'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: first defined here
/usr/bin/ld: xaric-readlog.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: multiple definition of `term_scroll'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: first defined here
/usr/bin/ld: xaric-screen.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: multiple definition of `term_scroll'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: first defined here
/usr/bin/ld: xaric-screen.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: multiple definition of `term_cursor_left'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: first defined here
/usr/bin/ld: xaric-screen.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: multiple definition of `term_delete'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: first defined here
/usr/bin/ld: xaric-screen.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: multiple definition of `term_insert'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: first defined here
/usr/bin/ld: xaric-status.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: multiple definition of `term_cursor_left'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: first defined here
/usr/bin/ld: xaric-status.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: multiple definition of `term_delete'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: first defined here
/usr/bin/ld: xaric-status.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: multiple definition of `term_insert'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: first defined here
/usr/bin/ld: xaric-status.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: multiple definition of `term_scroll'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: first defined here
/usr/bin/ld: xaric-ircterm.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: multiple definition of `term_cursor_left'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: first defined here
/usr/bin/ld: xaric-ircterm.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: multiple definition of `term_scroll'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: first defined here
/usr/bin/ld: xaric-ircterm.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: multiple definition of `term_delete'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: first defined here
/usr/bin/ld: xaric-ircterm.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: multiple definition of `term_insert'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: first defined here
/usr/bin/ld: xaric-vars.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: multiple definition of `term_cursor_left'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: first defined here
/usr/bin/ld: xaric-vars.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: multiple definition of `term_delete'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: first defined here
/usr/bin/ld: xaric-vars.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: multiple definition of `term_insert'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: first defined here
/usr/bin/ld: xaric-vars.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: multiple definition of `term_scroll'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: first defined here
/usr/bin/ld: xaric-window.o:(.bss+0x0): multiple definition of `in_window_command'; xaric-input.o:(.bss+0x0): first defined here
/usr/bin/ld: xaric-window.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: multiple definition of `term_cursor_left'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: first defined here
/usr/bin/ld: xaric-window.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: multiple definition of `term_delete'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: first defined here
/usr/bin/ld: xaric-window.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: multiple definition of `term_insert'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: first defined here
/usr/bin/ld: xaric-window.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: multiple definition of `term_scroll'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: first defined here
/usr/bin/ld: xaric-tcommand.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: multiple definition of `term_cursor_left'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: first defined here
/usr/bin/ld: xaric-tcommand.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: multiple definition of `term_delete'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: first defined here
/usr/bin/ld: xaric-tcommand.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: multiple definition of `term_insert'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: first defined here
/usr/bin/ld: xaric-tcommand.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: multiple definition of `term_scroll'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: first defined here
/usr/bin/ld: xaric-ncommand.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: multiple definition of `term_cursor_left'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: first defined here
/usr/bin/ld: xaric-ncommand.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: multiple definition of `term_delete'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: first defined here
/usr/bin/ld: xaric-ncommand.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: multiple definition of `term_insert'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: first defined here
/usr/bin/ld: xaric-ncommand.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: multiple definition of `term_scroll'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: first defined here
/usr/bin/ld: xaric-xscandir.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: multiple definition of `term_cursor_left'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: first defined here
/usr/bin/ld: xaric-xscandir.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: multiple definition of `term_delete'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: first defined here
/usr/bin/ld: xaric-xscandir.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: multiple definition of `term_insert'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: first defined here
/usr/bin/ld: xaric-xscandir.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: multiple definition of `term_scroll'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: first defined here
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:466: xaric] Error 1
make[1]: Leaving directory '/tmp/SBo/xaric-0.13.7'
make: *** [Makefile:368: all] Error 2
 
Old 11-22-2020, 02:24 PM   #3099
sombragris
Member
 
Registered: Jul 2004
Location: Asuncion, Paraguay, South America
Distribution: Slackware
Posts: 905

Rep: Reputation: 414Reputation: 414Reputation: 414Reputation: 414Reputation: 414
img2xterm does not build. Looks like it requires an Image Magick version older than the one in -current:

Code:
img2xterm-1.0.0/man6/
img2xterm-1.0.0/man6/img2xterm.6
gcc -O2 -fPIC -Wall -fopenmp -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/ImageMagick-7  -DNO_CURSES -fopenmp -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/ImageMagick-7 -o img2xterm img2xterm.c -s -lMagickWand-7.Q16HDRI -lMagickCore-7.Q16HDRI -lm -lMagickWand-7.Q16HDRI -lMagickCore-7.Q16HDRI
img2xterm.c:18:10: fatal error: wand/MagickWand.h: No such file or directory
   18 | #include <wand/MagickWand.h>
      |          ^~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:46: img2xterm] Error 1
 
Old 11-22-2020, 07:29 PM   #3100
Nobby6
Member
 
Registered: Jul 2012
Location: Sunshine Coast, Australia
Distribution: Slackware 64
Posts: 237
Blog Entries: 1

Rep: Reputation: 212Reputation: 212Reputation: 212
Quote:
Originally Posted by ponce View Post
I wasn't able to reproduce this on a slackware64-current full installation: this is my build log

https://pastebin.com/raw/wh0Jy2bT
checking for main in -lz... yes
checking for gzrewind in -lz... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for main in -lpng... yes
checking for main in -lgd... no


Weird, you have a full install likely, ie: have you tested this on a server only - without X kde and so on? because thats all thats omitted, the x xapps kde and kdei everything else is in (apart from selective serve daemons where we build lean so use source of apache/postfix/dovecot/mariadb but none of them should ever affect the build of a third party software)

Any suggestions?

Do you have any heavy mods in ld.so.conf?

Last edited by Nobby6; 11-22-2020 at 07:32 PM.
 
Old 11-22-2020, 08:21 PM   #3101
Nobby6
Member
 
Registered: Jul 2012
Location: Sunshine Coast, Australia
Distribution: Slackware 64
Posts: 237
Blog Entries: 1

Rep: Reputation: 212Reputation: 212Reputation: 212
Quote:
Originally Posted by Nobby6 View Post
checking for main in -lz... yes
checking for gzrewind in -lz... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for main in -lpng... yes
checking for main in -lgd... no


Weird, you have a full install likely, ie: have you tested this on a server only - without X kde and so on? because thats all thats omitted, the x xapps kde and kdei everything else is in (apart from selective serve daemons where we build lean so use source of apache/postfix/dovecot/mariadb but none of them should ever affect the build of a third party software)

Any suggestions?

Do you have any heavy mods in ld.so.conf?

Your build.log gave me an idea... problem resolved - gd is abui;lt agaisnt X in slackware current jesus I wish Pat would stop that !

I removed his gd and installed source and voila it builds, so thanks, your package works
 
Old 11-22-2020, 09:09 PM   #3102
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,348

Rep: Reputation: 948Reputation: 948Reputation: 948Reputation: 948Reputation: 948Reputation: 948Reputation: 948Reputation: 948
Quote:
Originally Posted by sombragris View Post
img2xterm does not build. Looks like it requires an Image Magick version older than the one in -current:

Code:
img2xterm-1.0.0/man6/
img2xterm-1.0.0/man6/img2xterm.6
gcc -O2 -fPIC -Wall -fopenmp -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/ImageMagick-7  -DNO_CURSES -fopenmp -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -fopenmp -DMAGICKCORE_HDRI_ENABLE=1 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/usr/include/ImageMagick-7 -o img2xterm img2xterm.c -s -lMagickWand-7.Q16HDRI -lMagickCore-7.Q16HDRI -lm -lMagickWand-7.Q16HDRI -lMagickCore-7.Q16HDRI
img2xterm.c:18:10: fatal error: wand/MagickWand.h: No such file or directory
   18 | #include <wand/MagickWand.h>
      |          ^~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:46: img2xterm] Error 1
This patch fix the build issue with imagemagick7
https://aur.archlinux.org/cgit/aur.g...ch?h=img2xterm
 
2 members found this post helpful.
Old 11-22-2020, 09:51 PM   #3103
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 Nobby6 View Post
gd is abui;lt agaisnt X in slackware current jesus I wish Pat would stop that !
This would require Pat removing X to build gd or to not enable xpm support. The first is not going to happen because AFAIK, Pat doesn't uninstall things to compile programs. The second, I don't know if Pat would do that as it would remove functionality from the program that a full Slackware install supports (and xpm support is autodetected with libgd's ./configure).

Things like this are just stuff that has to be dealt with when running a partial install. For me, it's never worth the headache to take up the extra space on a headless machine, but I have low enough limits on space for my headless instances to worry about that.
 
Old 11-23-2020, 04:02 AM   #3104
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,131

Original Poster
Rep: Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202
Quote:
Originally Posted by sombragris View Post
Was unable to build xaric.
it seems to build fine here
Quote:
Multiple errors reported by ld. Using vtown and gcc10:

Code:
gcc -Wall -ggdb3  -O2 -fPIC -D_GNU_SOURCE -D_REENTRANT   -o xaric xaric-alist.o xaric-cmd_modes.o xaric-ctcp.o xaric-dcc.o xaric-exec.o xaric-expr.o xaric-flood.o xaric-fset.o xaric-functions.o xaric-funny.o xaric-hash.o xaric-history.o xaric-hook.o xaric-iflist.o xaric-ignore.o xaric-input.o xaric-irc.o xaric-ircaux.o xaric-signals.o xaric-keys.o xaric-lastlog.o xaric-list.o xaric-lister.o xaric-log.o xaric-misc.o xaric-names.o xaric-network.o xaric-newio.o xaric-notice.o xaric-notify.o xaric-numbers.o xaric-output.o xaric-parse.o xaric-readlog.o xaric-reg.o xaric-screen.o xaric-server.o xaric-status.o xaric-ircterm.o xaric-timer.o xaric-vars.o xaric-whois.o xaric-whowas.o xaric-window.o xaric-words.o xaric-tcommand.o xaric-ternary.o xaric-ncommand.o xaric-cmd_help.o xaric-cmd_hostname.o xaric-cmd_who.o xaric-cmd_scan.o xaric-cmd_save.o xaric-cmd_orignick.o xaric-xscandir.o xaric-sa.o  -lssl -lcrypto -ltermcap -lpthread -lnsl 
/usr/bin/ld: xaric-functions.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: multiple definition of `term_cursor_left'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: first defined here
/usr/bin/ld: xaric-functions.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: multiple definition of `term_delete'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: first defined here
/usr/bin/ld: xaric-functions.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: multiple definition of `term_insert'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: first defined here
/usr/bin/ld: xaric-functions.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: multiple definition of `term_scroll'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: first defined here
/usr/bin/ld: xaric-funny.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: multiple definition of `term_cursor_left'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: first defined here
/usr/bin/ld: xaric-funny.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: multiple definition of `term_delete'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: first defined here
/usr/bin/ld: xaric-funny.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: multiple definition of `term_insert'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: first defined here
/usr/bin/ld: xaric-funny.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: multiple definition of `term_scroll'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: first defined here
/usr/bin/ld: xaric-input.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: multiple definition of `term_cursor_left'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: first defined here
/usr/bin/ld: xaric-input.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: multiple definition of `term_delete'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: first defined here
/usr/bin/ld: xaric-input.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: multiple definition of `term_insert'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: first defined here
/usr/bin/ld: xaric-input.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: multiple definition of `term_scroll'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: first defined here
/usr/bin/ld: xaric-irc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: multiple definition of `term_cursor_left'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: first defined here
/usr/bin/ld: xaric-irc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: multiple definition of `term_delete'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: first defined here
/usr/bin/ld: xaric-irc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: multiple definition of `term_insert'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: first defined here
/usr/bin/ld: xaric-irc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: multiple definition of `term_scroll'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: first defined here
/usr/bin/ld: xaric-ircaux.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: multiple definition of `term_cursor_left'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: first defined here
/usr/bin/ld: xaric-ircaux.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: multiple definition of `term_delete'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: first defined here
/usr/bin/ld: xaric-ircaux.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: multiple definition of `term_insert'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: first defined here
/usr/bin/ld: xaric-ircaux.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: multiple definition of `term_scroll'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: first defined here
/usr/bin/ld: xaric-signals.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: multiple definition of `term_cursor_left'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: first defined here
/usr/bin/ld: xaric-signals.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: multiple definition of `term_delete'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: first defined here
/usr/bin/ld: xaric-signals.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: multiple definition of `term_insert'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: first defined here
/usr/bin/ld: xaric-signals.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: multiple definition of `term_scroll'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: first defined here
/usr/bin/ld: xaric-keys.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: multiple definition of `term_cursor_left'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: first defined here
/usr/bin/ld: xaric-keys.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: multiple definition of `term_delete'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: first defined here
/usr/bin/ld: xaric-keys.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: multiple definition of `term_insert'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: first defined here
/usr/bin/ld: xaric-keys.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: multiple definition of `term_scroll'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: first defined here
/usr/bin/ld: xaric-lister.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: multiple definition of `term_cursor_left'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: first defined here
/usr/bin/ld: xaric-lister.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: multiple definition of `term_delete'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: first defined here
/usr/bin/ld: xaric-lister.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: multiple definition of `term_insert'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: first defined here
/usr/bin/ld: xaric-lister.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: multiple definition of `term_scroll'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: first defined here
/usr/bin/ld: xaric-output.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: multiple definition of `term_cursor_left'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: first defined here
/usr/bin/ld: xaric-output.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: multiple definition of `term_delete'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: first defined here
/usr/bin/ld: xaric-output.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: multiple definition of `term_insert'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: first defined here
/usr/bin/ld: xaric-output.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: multiple definition of `term_scroll'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: first defined here
/usr/bin/ld: xaric-parse.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: multiple definition of `term_cursor_left'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: first defined here
/usr/bin/ld: xaric-parse.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: multiple definition of `term_delete'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: first defined here
/usr/bin/ld: xaric-parse.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: multiple definition of `term_insert'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: first defined here
/usr/bin/ld: xaric-parse.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: multiple definition of `term_scroll'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: first defined here
/usr/bin/ld: xaric-readlog.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: multiple definition of `term_cursor_left'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: first defined here
/usr/bin/ld: xaric-readlog.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: multiple definition of `term_delete'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: first defined here
/usr/bin/ld: xaric-readlog.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: multiple definition of `term_insert'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: first defined here
/usr/bin/ld: xaric-readlog.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: multiple definition of `term_scroll'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: first defined here
/usr/bin/ld: xaric-screen.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: multiple definition of `term_scroll'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: first defined here
/usr/bin/ld: xaric-screen.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: multiple definition of `term_cursor_left'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: first defined here
/usr/bin/ld: xaric-screen.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: multiple definition of `term_delete'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: first defined here
/usr/bin/ld: xaric-screen.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: multiple definition of `term_insert'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: first defined here
/usr/bin/ld: xaric-status.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: multiple definition of `term_cursor_left'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: first defined here
/usr/bin/ld: xaric-status.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: multiple definition of `term_delete'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: first defined here
/usr/bin/ld: xaric-status.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: multiple definition of `term_insert'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: first defined here
/usr/bin/ld: xaric-status.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: multiple definition of `term_scroll'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: first defined here
/usr/bin/ld: xaric-ircterm.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: multiple definition of `term_cursor_left'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: first defined here
/usr/bin/ld: xaric-ircterm.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: multiple definition of `term_scroll'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: first defined here
/usr/bin/ld: xaric-ircterm.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: multiple definition of `term_delete'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: first defined here
/usr/bin/ld: xaric-ircterm.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: multiple definition of `term_insert'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: first defined here
/usr/bin/ld: xaric-vars.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: multiple definition of `term_cursor_left'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: first defined here
/usr/bin/ld: xaric-vars.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: multiple definition of `term_delete'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: first defined here
/usr/bin/ld: xaric-vars.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: multiple definition of `term_insert'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: first defined here
/usr/bin/ld: xaric-vars.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: multiple definition of `term_scroll'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: first defined here
/usr/bin/ld: xaric-window.o:(.bss+0x0): multiple definition of `in_window_command'; xaric-input.o:(.bss+0x0): first defined here
/usr/bin/ld: xaric-window.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: multiple definition of `term_cursor_left'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: first defined here
/usr/bin/ld: xaric-window.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: multiple definition of `term_delete'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: first defined here
/usr/bin/ld: xaric-window.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: multiple definition of `term_insert'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: first defined here
/usr/bin/ld: xaric-window.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: multiple definition of `term_scroll'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: first defined here
/usr/bin/ld: xaric-tcommand.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: multiple definition of `term_cursor_left'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: first defined here
/usr/bin/ld: xaric-tcommand.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: multiple definition of `term_delete'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: first defined here
/usr/bin/ld: xaric-tcommand.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: multiple definition of `term_insert'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: first defined here
/usr/bin/ld: xaric-tcommand.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: multiple definition of `term_scroll'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: first defined here
/usr/bin/ld: xaric-ncommand.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: multiple definition of `term_cursor_left'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: first defined here
/usr/bin/ld: xaric-ncommand.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: multiple definition of `term_delete'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: first defined here
/usr/bin/ld: xaric-ncommand.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: multiple definition of `term_insert'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: first defined here
/usr/bin/ld: xaric-ncommand.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: multiple definition of `term_scroll'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: first defined here
/usr/bin/ld: xaric-xscandir.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: multiple definition of `term_cursor_left'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:67: first defined here
/usr/bin/ld: xaric-xscandir.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: multiple definition of `term_delete'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:66: first defined here
/usr/bin/ld: xaric-xscandir.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: multiple definition of `term_insert'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:65: first defined here
/usr/bin/ld: xaric-xscandir.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: multiple definition of `term_scroll'; xaric-dcc.o:/tmp/SBo/xaric-0.13.7/ircterm.h:64: first defined here
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:466: xaric] Error 1
make[1]: Leaving directory '/tmp/SBo/xaric-0.13.7'
make: *** [Makefile:368: all] Error 2
https://www.linuxquestions.org/quest...ml#post6181615

Last edited by ponce; 11-23-2020 at 04:14 AM.
 
Old 11-23-2020, 04:09 AM   #3105
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,131

Original Poster
Rep: Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202Reputation: 4202
Quote:
Originally Posted by USUARIONUEVO View Post
This patch fix the build issue with imagemagick7
https://aur.archlinux.org/cgit/aur.g...ch?h=img2xterm
thanks, pushed!
 
  


Reply

Tags
current, sbo, sbopkg, slackrepo



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 01:41 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