LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   trouble asl (current_20090810) slackbuilds (https://www.linuxquestions.org/questions/slackware-14/trouble-asl-current_20090810-slackbuilds-4175433783/)

slackissme 10-24-2012 12:20 AM

trouble asl (current_20090810) slackbuilds
 
I get a problem when compiling the package slackbuilds asl. I use slackware64-14 (http://slackbuilds.org/repository/14.0/development/asl/)
display error as below

asl-current_20090810/ushyph.c
asl-current_20090810/ushyph.h
asl-current_20090810/version.c
asl-current_20090810/version.h
patching file install.sh
Makefile:62: Makefile.dep: No such file or directory
gcc -O2 -fPIC -DCHARSET_ISO8859_1 -DSTDINCLUDES=\"/usr/include/asl\" -DLIBDIR=\"/usr/lib64/asl\" -c mkdepend.c
gcc -o mkdepend mkdepend.o
./mkdepend -o Makefile.dep *.c
gcc -O2 -fPIC -DCHARSET_ISO8859_1 -DSTDINCLUDES=\"/usr/include/asl\" -DLIBDIR=\"/usr/lib64/asl\" -c rescomp.c
gcc -O2 -fPIC -DCHARSET_ISO8859_1 -DSTDINCLUDES=\"/usr/include/asl\" -DLIBDIR=\"/usr/lib64/asl\" -c endian.c
gcc -O2 -fPIC -DCHARSET_ISO8859_1 -DSTDINCLUDES=\"/usr/include/asl\" -DLIBDIR=\"/usr/lib64/asl\" -c strutil.c
gcc -O2 -fPIC -DCHARSET_ISO8859_1 -DSTDINCLUDES=\"/usr/include/asl\" -DLIBDIR=\"/usr/lib64/asl\" -c bpemu.c
gcc -o rescomp rescomp.o endian.o strutil.o bpemu.o
./rescomp ioerrs.res ioerrs.msg ioerrs.rsc
./rescomp cmdarg.res cmdarg.msg cmdarg.rsc
./rescomp tools.res tools.msg tools.rsc
./rescomp as.res as.msg as.rsc
syntax error : "-shareout <Name> : Namen des Sharefiles neu setzen\n
make: *** [as.msg] Error 10

I beg the solution on this error :)

lkraemer 10-24-2012 07:23 PM

Slackissme,
Did you do a FULL install, or partial install of Slackware 14 64 Bit?

The downloads are typically saved at ~/Downloads. I typically use a storage subdirectory named the same as the
program name.....ie, asl where it is saved at ~/Downloads/asl (/home/larry/Downloads/asl)

You will download the source (asl-current_20090810.tar.xz) and verify the hash of 3123dbf298c96c4a5bbdce9843348402
Then download, and extract the file asl.tar.gz which contains:
Code:

README
asl.SlackBuild
asl.info
fixup_manpage_install.diff
slack-desc

Then you become root with:
Code:

su -
pwd
cd /home/loginname/Downloads/asl
./asl.SlackBuild

and it should build the package. I don't have 64 Bit installed, but it should build properly, just as it did on 32 bit.

If you used "su root" your paths will be different than "su -", ie.
Quote:

bash-4.2$ su root
Password:
bash-4.2# echo $PATH
/usr/local/sbin:/usr/local/bin:/sbin:/usr/sbin:/bin:/usr/bin
bash-4.2#
vs
Quote:

root@darkstar:~# echo $PATH
/usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib/java/bin:/usr/lib/java/jre/bin:/usr/lib/kde4/libexec:/usr/lib/qt/bin:/usr/share/texmf/bin
root@darkstar:~#

Here is my build:
Quote:

install/slack-desc

Slackware package /tmp/asl-current_20090810-i486-1_SBo.tgz created.

root@darkstar:/home/larry/Downloads/asl#
From there just install the package with:
Code:

installpkg /tmp/asl-current_20090810-i486-1_SBo.tgz
making sure it installs correctly, then execute it with the proper command.

Thanks.

Larry

slackissme 11-01-2012 10:45 PM

I've compiled a few times on the packet-asl at 14.0 slackware64 remain always a failure, but for slackware-14.0 does not have problems


All times are GMT -5. The time now is 12:49 PM.