Page 1 of 1

RosBE can't Install on Pisi Linux

Posted: Mon Jul 21, 2014 7:29 pm
by eersoy93
Salam everyone!

I have been attempt install RosBE 2.1.1 on Pisi Linux 1.0 RC2, but I coudn't it.

This is build log: http://www.sudrap.org/paste/text/340960/plain

Thanks for answers.

NOTE: I provide all dependencies (bison, flex, gcc, g++, grep, makeinfo, GNU Make, libz.so) for RosBE.

ADDING: This is console output: [ external image ]

Re: RosBE can't Install on Pisi Linux

Posted: Tue Jul 22, 2014 11:45 am
by Colin Finck
Looks like you're missing the development files of your C library. They are usually in a package called "libc6-dev" or "glibc-dev".
Most Linux distributions install them as a dependency when you install gcc, so we don't do an extra check for these files at the moment. Maybe this should be done in the future :)

Re: RosBE can't Install on Pisi Linux

Posted: Tue Jul 22, 2014 12:35 pm
by mrugiero
Do as Colin says. Maybe there is a "build-essentials" metapackage that will pull everything you need for common compilations.

Re: RosBE can't Install on Pisi Linux

Posted: Tue Jul 22, 2014 1:27 pm
by erkinalp
There is no "build-essentials" package on PİSİ. It is something Debian-esque.

Re: RosBE can't Install on Pisi Linux

Posted: Tue Jul 22, 2014 6:18 pm
by eersoy93
glibc-devel (PiSi package.) installed and attempted for installation. The results are:

build.log file content:

Code: Select all

gcc: error trying to exec 'as': execvp: No such file or directory
Console output:

[ external image ]

Thanks for answers.

Re: RosBE can't Install on Pisi Linux

Posted: Tue Jul 22, 2014 7:45 pm
by erkinalp
Yes, the architecture parameter should not be -march=native, rather be -march=i586 -mtune=pentium4(for x86 builds), because the current value makes impossible to verify and reproduce builds.

Re: RosBE can't Install on Pisi Linux

Posted: Thu Jul 31, 2014 4:26 pm
by Heis Spiter
You're missing the GNU assembler.
On Debian, it's provided by binutils package.

Re: RosBE can't Install on Pisi Linux

Posted: Thu Jul 31, 2014 6:10 pm
by eersoy93
binutils installed and the results:

[ external image ]

build.log: http://www.sudrap.org/paste/text/347643/plain

Thanks for replies.

Re: RosBE can't Install on Pisi Linux

Posted: Thu Jul 31, 2014 9:56 pm
by Heis Spiter
You're likely missing the 'linux-libc-dev' package (as for Debian/Ubuntu).

Re: RosBE can't Install on Pisi Linux

Posted: Sun Aug 03, 2014 2:06 pm
by eersoy93
I have installed kernel-headers package (PiSi package.), but the setup is failed. The build log is there: http://www.sudrap.org/paste/text/349834/plain

The screenshot is same of previous one.

Thanks for reply.

Re: RosBE can't Install on Pisi Linux

Posted: Sun Aug 03, 2014 4:12 pm
by erkinalp
He says he installed glibc-devel, which corresponds to libc6-dev, and kernel-headers, which corresponds to *-headers-generic Debian package. linux-libc-dev depends on libc6-dev.

Re: RosBE can't Install on Pisi Linux

Posted: Sun Aug 03, 2014 5:41 pm
by eersoy93
erkinalp wrote:He says he installed glibc-devel, which corresponds to libc6-dev, and kernel-headers, which corresponds to *-headers-generic Debian package. linux-libc-dev depends on libc6-dev.
Erkin, which PiSi package corresponds to linux-libc-dev Debian package?

Re: RosBE can't Install on Pisi Linux

Posted: Sat Nov 26, 2016 9:21 pm
by eersoy93
The topic is old. See for the new one: viewtopic.php?f=9&t=16071