You are not logged in.

#1 2016-11-11 16:43:32

ffurbo
Member
From: Poland
Registered: 2016-02-13
Posts: 12

trying to build Epson Printer Utility, stuck with LSB

Looks like this tool requires LSBv3.2.
I searched repo and AUR for "lsb" and all I found is lsb_release and ld-lsb. I installed both of them.

lsb_release shows:

$ lsb_release -a
LSB Version:	1.4
Distributor ID:	Arch
Description:	Arch Linux
Release:	rolling
Codename:	n/a

ld-lsb brings me below libs:

$ pacaur -Ql ld-lsb
ld-lsb /usr/
ld-lsb /usr/lib/
ld-lsb /usr/lib/ld-lsb-x86-64.so.2
ld-lsb /usr/lib/ld-lsb-x86-64.so.3
ld-lsb /usr/lib/ld-lsb.so.2
ld-lsb /usr/lib/ld-lsb.so.3

./configure still fails:

configure:3800: /opt/lsb/bin/lsbc++ --version >&5
./configure: line 3802: /opt/lsb/bin/lsbc++: No such file or directory

Is there anything I can do to build this package?

I've just read some wiki pages and I'm trying to understand the idea of LSB. I think symlink gcc (or some other compiler) to lsbc++ may do the job. Anybody tried to emulate LSB on Arch?


Sorry for my English

Offline

#2 2016-11-11 17:07:45

olive
Member
From: Belgium
Registered: 2008-06-22
Posts: 1,490

Re: trying to build Epson Printer Utility, stuck with LSB

Could you tell us what utility precisely do you try to build?

Offline

#3 2016-11-11 17:14:57

ffurbo
Member
From: Poland
Registered: 2016-02-13
Posts: 12

Re: trying to build Epson Printer Utility, stuck with LSB

http://i.stack.imgur.com/9Sxj1.png

I need "nozzle check" and "head cleaning" options.

Is there any alternative software that work with xp-202?

Mod note: switched img tags for url tags. See the CoC regarding acceptable image sizes -- WorMzy

Last edited by WorMzy (2016-11-11 18:10:36)


Sorry for my English

Offline

#4 2016-11-11 17:48:25

olive
Member
From: Belgium
Registered: 2008-06-22
Posts: 1,490

Re: trying to build Epson Printer Utility, stuck with LSB

I don't know the answer to your question but you should definitively read this. What we need is the name of the package you are trying to build and where do you get from. You post screenshot of a utility you are supposedly unable to build...

Last edited by olive (2016-11-11 17:49:06)

Offline

#5 2016-11-11 18:06:10

ffurbo
Member
From: Poland
Registered: 2016-02-13
Posts: 12

Re: trying to build Epson Printer Utility, stuck with LSB

Sorry, I misunderstood your previous post. I thought you asked me what this utility do. That's why I posted a screenshot of its functionality.

The name of a package I'm trying to build is: "Epson Printer Utility"

I have downloaded it from below page:
http://download.ebz.epson.net/dsc/du/02 … abbaa21bef

Exactly epson-printer-utility-1.0.0-1lsb3.2.src.rpm file.
I extracted source by rpmextract.sh (available in extra repository), and tried to run ./configure


Sorry for my English

Offline

#6 2016-11-11 19:29:22

olive
Member
From: Belgium
Registered: 2008-06-22
Posts: 1,490

Re: trying to build Epson Printer Utility, stuck with LSB

I have quickly looked this package. lsbc++ is supposed to be the name of the C++ compiler. You can edit the configure script (line 3154 and replace

CC=/opt/lsb/bin/lsbc++
CXX=/opt/lsb/bin/lsbc++

by

CC=/bin/g++
CXX=/bin/g++

unfortunately, other errors appears when I try to build the software that seems very buggy. I have no time to investigate these errors further. Maybe you can try the precompiled rpm.

Offline

Board footer

Powered by FluxBB