Package Details: unicon 12.1-3

Package Base: unicon
Description: Unicon is a very high level, goal-directed, object-oriented, general purpose applications language.
Upstream URL: http://unicon.sourceforge.net
Category: devel
Licenses: GPL
Conflicts: icon, unicon-svn
Provides: icon
Submitter: Schala
Maintainer: perlawk
Last Packager: perlawk
Votes: 4
First Submitted: 2012-05-13 10:33
Last Updated: 2015-06-12 15:49

Latest Comments

Comment by aksr

2015-05-18 14:22

Unable to buill it.

Comment by Schala

2012-08-15 18:03

Really? Strange... It's not malformed for me. I have a feeling this is a locale bug. Since I'm en_US.UTF8, that's really all I can test. Sorry.

Comment by mrbit

2012-08-15 09:09

not compila......!!!!
and for binary pkg --> http://dl.dropbox.com/u/62535551/unicon-11.7-3-x86_64.pkg.tar.xz /usr/bin/unicon-ide: can't read interpreter file header ????

Comment by Schala

2012-08-15 08:55

Actually, 12.0 is the corrected version number. I mistook it for 11.7, so both packages are the same despite different version numbers.

Comment by mrbit

2012-08-15 06:30

raudio.r: In function ‘OpenAL_PlayMP3’:
raudio.r:517:4: error: incompatible type for argument 1 of ‘alSourcei’
In file included from /tmp/pkgbuilder-0/unicon/src/bin/../src/h/../h/sys.h:424:0,
from /tmp/pkgbuilder-0/unicon/src/bin/../src/h/rt.h:10,
from xraudio.c:7:
/usr/include/AL/al.h:503:25: note: expected ‘ALuint’ but argument is of type ‘struct sSources’
make[2]: *** [xraudio.o] Errore 1
make[2]: Leaving directory `/tmp/pkgbuilder-0/unicon/src/src/runtime'
make[1]: *** [interp_all] Errore 2
make[1]: Leaving directory `/tmp/pkgbuilder-0/unicon/src/src/runtime'
make: *** [Icont] Errore 2

Comment by mrbit

2012-05-14 20:16

ok, for binary pkg. thanks!

Comment by Schala

2012-05-14 20:02

Fixed symlinks. Here's a 64-bit binary: http://dl.dropbox.com/u/62535551/unicon-11.7-3-x86_64.pkg.tar.xz

Comment by mrbit

2012-05-14 05:13

64bit

rm xfxtra.c
../../bin/rtt -x raudio.r
gcc -fno-strict-aliasing -fno-unit-at-a-time -I../libtp -I../gdbm -I../xpm -I/usr/include -I/usr/X11R6/include -c xraudio.c
raudio.r: In function ‘OpenAL_PlayMP3’:
raudio.r:517:4: error: incompatible type for argument 1 of ‘alSourcei’
In file included from /tmp/packerbuild-1000/unicon/unicon/src/bin/../src/h/../h/sys.h:424:0,
from /tmp/packerbuild-1000/unicon/unicon/src/bin/../src/h/rt.h:10,
from xraudio.c:7:
/usr/include/AL/al.h:503:25: note: expected ‘ALuint’ but argument is of type ‘struct sSources’
make[2]: *** [xraudio.o] Errore 1
make[2]: Leaving directory `/tmp/packerbuild-1000/unicon/unicon/src/src/runtime'
make[1]: *** [interp_all] Errore 2
make[1]: Leaving directory `/tmp/packerbuild-1000/unicon/unicon/src/src/runtime'
make: *** [Icont] Errore 2
==> ERRORE:

Comment by gtmanfred

2012-05-14 04:32

same with this one, it should be ln -s /usr/share/etc $pkgdir/usr/bin/etc and imho install -d is better for makeing directories than mkdir -p

Comment by Schala

2012-05-14 03:31

Okay, just updated it and added dependencies. If it still doesn't build for you, tell me whether you use 32 or 64 bit and I'll build a package.

Comment by Schala

2012-05-14 01:32

Weird.... I'll rebuild it and run ldd on the binaries. It compiles fine for me, though. If I find other dependencies that I forgot to add and upate the package and it still gives you problems, I cannot be of further help. If even that doesn't work, en_US.UTF8 LOCALE would likely fix it, but I assume you don't want that.

I'll try my best with the package later, but if that doesn't work, I could link you a prepackaged binary.

Comment by mrbit

2012-05-13 22:05

LOCALE="it_IT.UTF-8"

Comment by Schala

2012-05-13 20:29

Is your LOCALE in /etc/rc.conf set to a UTF8 locale and your locales generated?

Comment by mrbit

2012-05-13 11:17

gcc -fno-strict-aliasing -fno-unit-at-a-time -I../libtp -I../gdbm -I../xpm -I/usr/include -I/usr/X11R6/include -c xraudio.c
raudio.r: In function ‘OpenAL_PlayMP3’:
raudio.r:517:4: error: incompatible type for argument 1 of ‘alSourcei’
In file included from /tmp/packerbuild-1000/unicon/unicon/src/bin/../src/h/../h/sys.h:424:0,
from /tmp/packerbuild-1000/unicon/unicon/src/bin/../src/h/rt.h:10,
from xraudio.c:7:
/usr/include/AL/al.h:503:25: note: expected ‘ALuint’ but argument is of type ‘struct sSources’
make[2]: *** [xraudio.o] Errore 1
make[2]: Leaving directory `/tmp/packerbuild-1000/unicon/unicon/src/src/runtime'
make[1]: *** [interp_all] Errore 2
make[1]: Leaving directory `/tmp/packerbuild-1000/unicon/unicon/src/src/runtime'
make: *** [Icont] Errore 2
==> ERRORE: