DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD Packages and Ports

OpenBSD Packages and Ports Installation and upgrading of packages and ports on OpenBSD.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 3rd March 2015
pawaan pawaan is offline
Fdisk Soldier
 
Join Date: Jan 2013
Posts: 82
Default bicon and OpenBSD

Hi All !

I'm running OpenBSD 5.7-beta (GENERIC.MP) amd64
I have git-cloned bicon -a bi-directional console- but I got this message when running autogen.sh :
Code:
checking for pkg-config... /usr/bin/pkg-config
checking for autoreconf... /usr/local/bin/autoreconf
running autoreconf --force --install --verbose
Provide an AUTOCONF_VERSION environment variable, please
I have autoconf-2.69p1 , libiconv-1.14p1 and fribidi-0.19.6
what I need is a bi-directional terminal.mlterm and sakura ,while supporting unicode, still fail to render right-to-left properly and characters are shown twisted under OpenBSD.
Any help or suggestion is welcome.
Thanks.


https://github.com/behdad/bicon
Reply With Quote
  #2   (View Single Post)  
Old 3rd March 2015
pawaan pawaan is offline
Fdisk Soldier
 
Join Date: Jan 2013
Posts: 82
Default

Trying :
automake-1.15
autoconf-2.69p1
After exporting both versions I got :
Code:
  # ./autogen.sh
checking for pkg-config... /usr/bin/pkg-config
checking for autoreconf... /usr/local/bin/autoreconf
running autoreconf --force --install --verbose
autoreconf-2.69: Entering directory `.'
autoreconf-2.69: configure.ac: not using Gettext
autoreconf-2.69: running: aclocal --force
autoreconf-2.69: configure.ac: tracing
autoreconf-2.69: configure.ac: not using Libtool
autoreconf-2.69: running: /usr/local/bin/autoconf-2.69 --force
configure.ac:10: error: possibly undefined macro: AC_PROG_LIBTOOL
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
autoreconf-2.69: /usr/local/bin/autoconf-2.69 failed with exit status: 1
Reply With Quote
  #3   (View Single Post)  
Old 3rd March 2015
rocket357's Avatar
rocket357 rocket357 is offline
Real Name: Jonathon
Wannabe OpenBSD porter
 
Join Date: Jun 2010
Location: 127.0.0.1
Posts: 429
Default

Do you have libtool installed?

Edit: A bit of explanation:

AC_PROG_* tests for standard programs (a large number are available--search the autoconf documentation). These accept a list of programs to test for, such as:
AC_PROG_AWK(mawk gawk nawk tawk fawk bawk hawk cawk pawk)

Copied/Pasted shamelessly from "A brief introduction to Autoconf" at:
http://www.edwardrosten.com/code/autoconf/
__________________
Linux/Network-Security Engineer by Profession. OpenBSD user by choice.

Last edited by rocket357; 3rd March 2015 at 03:11 PM.
Reply With Quote
  #4   (View Single Post)  
Old 3rd March 2015
pawaan pawaan is offline
Fdisk Soldier
 
Join Date: Jan 2013
Posts: 82
Default

No ... even yet after installing libootl-2.4.2p0 I got another error message :

Code:
# ./autogen.sh                                                                 
checking for pkg-config... /usr/bin/pkg-config
checking for autoreconf... /usr/local/bin/autoreconf
running autoreconf --force --install --verbose
/usr/local/bin/autoreconf[35]: /usr/local/bin/autoreconf-autoconf-2.69p1: not found
Code:
export AUTOCONF_VERSION=2.69 
export AUTOMAKE_VERSION=autoamke-1.15
$ autoreconf                            
/usr/local/bin/aclocal[35]: /usr/local/bin/aclocal-automake-1.15: not found
autoreconf-2.69: aclocal failed with exit status: 127
Reply With Quote
  #5   (View Single Post)  
Old 3rd March 2015
rocket357's Avatar
rocket357 rocket357 is offline
Real Name: Jonathon
Wannabe OpenBSD porter
 
Join Date: Jun 2010
Location: 127.0.0.1
Posts: 429
Default

/usr/local/bin/aclocal[35]: /usr/local/bin/aclocal-automake-1.15: not found

Well, for starters, you might try looking in /usr/local/bin and see if that file exists?
__________________
Linux/Network-Security Engineer by Profession. OpenBSD user by choice.
Reply With Quote
  #6   (View Single Post)  
Old 3rd March 2015
pawaan pawaan is offline
Fdisk Soldier
 
Join Date: Jan 2013
Posts: 82
Default

Yes it does and pkg_info -L automake shows :
Code:
/usr/local/bin/aclocal-1.15
/usr/local/bin/automake-1.15
...
should I symlink autoreconf ? remove then install older autoconf/automake versions ? I am lost

( I recall I once had a fully rtl-capable mlterm on wheezy right after installing libfribidi-dev)

Last edited by pawaan; 3rd March 2015 at 05:53 PM.
Reply With Quote
  #7   (View Single Post)  
Old 3rd March 2015
rocket357's Avatar
rocket357 rocket357 is offline
Real Name: Jonathon
Wannabe OpenBSD porter
 
Join Date: Jun 2010
Location: 127.0.0.1
Posts: 429
Default

/usr/local/bin/aclocal-automake-1.15 is not /usr/local/bin/aclocal-1.15 or /usr/local/bin/automake-1.15
__________________
Linux/Network-Security Engineer by Profession. OpenBSD user by choice.
Reply With Quote
  #8   (View Single Post)  
Old 3rd March 2015
pawaan pawaan is offline
Fdisk Soldier
 
Join Date: Jan 2013
Posts: 82
Default

Sorry , yes it's missing and autoreconf-autoconf* is missing as well
Reply With Quote
  #9   (View Single Post)  
Old 3rd March 2015
pawaan pawaan is offline
Fdisk Soldier
 
Join Date: Jan 2013
Posts: 82
Default

I am using the git repo
https://github.com/behdad/bicon

not the old tarballs (version 0.2.0) :
http://old.arabeyes.org/project.php?proj=BiCon

I tried compiling the latter:
./configure went ok but config.log shew missings:
Code:
ACLOCAL='${SHELL} /usr/ports/misc/bicon-0.2.0/missing --run aclocal-1.8'
AMTAR='${SHELL} /usr/ports/misc/bicon-0.2.0/missing --run tar'
AUTOCONF='${SHELL} /usr/ports/misc/bicon-0.2.0/missing --run autoconf'
AUTOHEADER='${SHELL} /usr/ports/misc/bicon-0.2.0/missing --run autoheader'
AUTOMAKE='${SHELL} /usr/ports/misc/bicon-0.2.0/missing --run automake-1.8'
# gmake
Code:
...
Making all in bicon
gmake[2]: Entering directory '/usr/ports/misc/bicon-0.2.0/bicon'
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I/usr/local/include -I/usr/local/include/fri
bidi -I../bjoining -I../bconsole   -g -O2 -Wall  -pedantic  -MT bicon_bin-pty_spaw
n.o -MD -MP -MF ".deps/bicon_bin-pty_spawn.Tpo" -c -o bicon_bin-pty_spawn.o `test
-f 'pty_spawn.c' || echo './'`pty_spawn.c; \
then mv -f ".deps/bicon_bin-pty_spawn.Tpo" ".deps/bicon_bin-pty_spawn.Po"; else rm
 -f ".deps/bicon_bin-pty_spawn.Tpo"; exit 1; fi
pty_spawn.c:15:17: error: pty.h: No such file or directory
pty_spawn.c: In function '_fork':
pty_spawn.c:26: warning: implicit declaration of function 'forkpty'
pty_spawn.c:33: warning: implicit declaration of function 'openpty'
pty_spawn.c: In function 'bicon_spawn':
pty_spawn.c:94: error: storage size of 'ts' isn't known
pty_spawn.c:94: error: storage size of 'newts' isn't known
pty_spawn.c:104: warning: implicit declaration of function 'tcgetattr'
pty_spawn.c:106: warning: implicit declaration of function 'cfmakeraw'
pty_spawn.c:107: warning: implicit declaration of function 'tcsetattr'
pty_spawn.c:107: error: 'TCSAFLUSH' undeclared (first use in this function)
pty_spawn.c:107: error: (Each undeclared identifier is reported only once
pty_spawn.c:107: error: for each function it appears in.)
pty_spawn.c:94: warning: unused variable 'newts'
pty_spawn.c:94: warning: unused variable 'ts'
Makefile:344: recipe for target 'bicon_bin-pty_spawn.o' failed
gmake[2]: *** [bicon_bin-pty_spawn.o] Error 1
gmake[2]: Leaving directory '/usr/ports/misc/bicon-0.2.0/bicon'
Makefile:292: recipe for target 'all-recursive' failed
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory '/usr/ports/misc/bicon-0.2.0'
Makefile:202: recipe for target 'all' failed
gmake: *** [all] Error 2

Last edited by pawaan; 3rd March 2015 at 07:09 PM.
Reply With Quote
Old 3rd March 2015
pawaan pawaan is offline
Fdisk Soldier
 
Join Date: Jan 2013
Posts: 82
Default

That's the file missing from my two favored operating systems :
Code:
pty_spawn.c:15:17: error: pty.h: No such file or directory
_

I got a similar error while building on NetBSD 7.0_BETA amd64 :
Code:
In file included from bicon_read.c:23:0:
/usr/include/string.h:56:6: note: expected ‘const char *’ but argument is of tye ‘
uchar *’
 int  strcmp(const char *, const char *);
      ^
if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I/usr/pkg/include/fribidi  -I../bjoining I..
/bconsole   -g -O2 -Wall  -pedantic  -MT bicon_bin-pty_spawn.o -MD -MP -MF "deps/b
icon_bin-pty_spawn.Tpo" -c -o bicon_bin-pty_spawn.o `test -f 'pty_spawn.c || echo
'./'`pty_spawn.c; \
then mv -f ".deps/bicon_bin-pty_spawn.Tpo" ".deps/bicon_bin-pty_spawn.Po"; elserm
-f ".deps/bicon_bin-pty_spawn.Tpo"; exit 1; fi
pty_spawn.c:15:17: fatal error: pty.h: No such file or directory
 #include <pty.h>
                 ^
compilation terminated.
Makefile:344: recipe for target 'bicon_bin-pty_spawn.o' failed
gmake[2]: *** [bicon_bin-pty_spawn.o] Error 1
gmake[2]: Leaving directory '/usr/pkgsrc/wip/bicon-0.2.0/bicon'
Makefile:292: recipe for target 'all-recursive' failed
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory '/usr/pkgsrc/wip/bicon-0.2.0'
Makefile:202: recipe for target 'all' failed
gmake: *** [all] Error 2

Last edited by ocicat; 3rd March 2015 at 08:53 PM. Reason: removed profanity
Reply With Quote
Old 4th March 2015
ibara ibara is offline
OpenBSD language porter
 
Join Date: Jan 2014
Posts: 783
Default

Quote:
Originally Posted by pawaan View Post
That's the file missing from my two favored operating systems :
Code:
pty_spawn.c:15:17: error: pty.h: No such file or directory
Of course it's missing. pty.h is a glibc-ism.
There is also a Linuxism in the form of psfaddtable.

The attached diff will build bicon on OpenBSD.
Build with:
Code:
$ AUTOCONF_VERSION=2.69 AUTOMAKE_VERSION=1.12 autoreconf -i
$ ./configure
$ gmake
I have no idea if the resulting binary runs and am not willing to test it as I have no need for this. You will likely have to run make install in order to test so I suggest you note what gets installed where in case you need to uninstall it later.

If it works for you and you like it, I suggest upstreaming the pty_spawn.c part of the diff and writing a port for submission to the OpenBSD ports tree which includes the rest of the diff.
Attached Files
File Type: diff bicon-openbsd.diff (2.1 KB, 145 views)
Reply With Quote
Old 4th March 2015
pawaan pawaan is offline
Fdisk Soldier
 
Join Date: Jan 2013
Posts: 82
Default

Million thanks , ibara ! It works !

Code:
Script started on Wed Mar  4 12:08:17 2015
# ./configure

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... x86_64-unknown-openbsd5.7
checking host system type... x86_64-unknown-openbsd5.7
checking how to print strings... print -r
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking how to convert x86_64-unknown-openbsd5.7 file names to x86_64-unknown-openbsd5.7 format... func_convert_file_noop
checking how to convert x86_64-unknown-openbsd5.7 file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$
checking for dlltool... no
checking how to associate runtime and link libraries... print -r --
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... openbsd5.7 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether ln -s works... yes
checking for dlopen in -ldl... no
checking for forkpty in -lutil... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for FRIBIDI... yes
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for unistd.h... (cached) yes
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for an ANSI C-conforming const... yes
checking for pid_t... yes
checking for size_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking whether lstat correctly handles trailing slash... yes
checking whether stat accepts an empty string... no
checking for dup2... yes
checking for memmove... yes
checking for memset... yes
checking for putenv... yes
checking for select... yes
checking return type of signal handlers... void
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating bicon.pc
config.status: creating Makefile
config.status: creating bconsole/Makefile
config.status: creating bicon/Makefile
config.status: creating bin/Makefile
config.status: creating bjoining/Makefile
config.status: creating doc/Makefile
config.status: creating doc/man/Makefile
config.status: creating font/Makefile
config.status: creating keymap/Makefile
config.status: creating testtext/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
# gmake

git.mk: Generating .gitignore
Provide an AUTOCONF_VERSION environment variable, please
WARNING: 'autoconf' is missing on your system.  You should only need it if
         you modified 'configure.ac'.  You might want to install the
         Autoconf and GNU m4 packages.  Grab them from any GNU
         archive site.
gmake  all-recursive
gmake[1]: Entering directory '/home/akaay/gitprojects/bicon'
/bin/sh ./config.status --recheck
running CONFIG_SHELL=/bin/sh /bin/sh ./configure --no-create --no-recursion
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... x86_64-unknown-openbsd5.7
checking host system type... x86_64-unknown-openbsd5.7
checking how to print strings... print -r
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking how to convert x86_64-unknown-openbsd5.7 file names to x86_64-unknown-openbsd5.7 format... func_convert_file_noop
checking how to convert x86_64-unknown-openbsd5.7 file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$
checking for dlltool... no
checking how to associate runtime and link libraries... print -r --
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... openbsd5.7 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether ln -s works... yes
checking for dlopen in -ldl... no
checking for forkpty in -lutil... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for FRIBIDI... yes
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for unistd.h... (cached) yes
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for an ANSI C-conforming const... yes
checking for pid_t... yes
checking for size_t... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking whether lstat correctly handles trailing slash... yes
checking whether stat accepts an empty string... no
checking for dup2... yes
checking for memmove... yes
checking for memset... yes
checking for putenv... yes
checking for select... yes
checking return type of signal handlers... void
checking that generated files are newer than configure... done
configure: creating ./config.status
 /bin/sh ./config.status
config.status: creating bicon.pc
config.status: creating Makefile
config.status: creating bconsole/Makefile
config.status: creating bicon/Makefile
config.status: creating bin/Makefile
config.status: creating bjoining/Makefile
config.status: creating doc/Makefile
config.status: creating doc/man/Makefile
config.status: creating font/Makefile
config.status: creating keymap/Makefile
config.status: creating testtext/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
Making all in bjoining
gmake[2]: Entering directory '/home/akaay/gitprojects/bicon/bjoining'
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/local/include -I/usr/local/include/fribidi   -g -O2 -Wall  -pedantic  -MT bjoining_compose.lo -MD -MP -MF .deps/bjoining_compose.Tpo -c -o bjoining_compose.lo bjoining_compose.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -I/usr/local/include/fribidi -g -O2 -Wall -pedantic -MT bjoining_compose.lo -MD -MP -MF .deps/bjoining_compose.Tpo -c bjoining_compose.c  -fPIC -DPIC -o .libs/bjoining_compose.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -I/usr/local/include/fribidi -g -O2 -Wall -pedantic -MT bjoining_compose.lo -MD -MP -MF .deps/bjoining_compose.Tpo -c bjoining_compose.c -o bjoining_compose.o >/dev/null 2>&1
mv -f .deps/bjoining_compose.Tpo .deps/bjoining_compose.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/local/include -I/usr/local/include/fribidi   -g -O2 -Wall  -pedantic  -MT bjoining_charprop.lo -MD -MP -MF .deps/bjoining_charprop.Tpo -c -o bjoining_charprop.lo bjoining_charprop.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -I/usr/local/include/fribidi -g -O2 -Wall -pedantic -MT bjoining_charprop.lo -MD -MP -MF .deps/bjoining_charprop.Tpo -c bjoining_charprop.c  -fPIC -DPIC -o .libs/bjoining_charprop.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -I/usr/local/include/fribidi -g -O2 -Wall -pedantic -MT bjoining_charprop.lo -MD -MP -MF .deps/bjoining_charprop.Tpo -c bjoining_charprop.c -o bjoining_charprop.o >/dev/null 2>&1
mv -f .deps/bjoining_charprop.Tpo .deps/bjoining_charprop.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/local/include -I/usr/local/include/fribidi   -g -O2 -Wall  -pedantic  -MT bjoining_vis2cuni.lo -MD -MP -MF .deps/bjoining_vis2cuni.Tpo -c -o bjoining_vis2cuni.lo bjoining_vis2cuni.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -I/usr/local/include/fribidi -g -O2 -Wall -pedantic -MT bjoining_vis2cuni.lo -MD -MP -MF .deps/bjoining_vis2cuni.Tpo -c bjoining_vis2cuni.c  -fPIC -DPIC -o .libs/bjoining_vis2cuni.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -I/usr/local/include/fribidi -g -O2 -Wall -pedantic -MT bjoining_vis2cuni.lo -MD -MP -MF .deps/bjoining_vis2cuni.Tpo -c bjoining_vis2cuni.c -o bjoining_vis2cuni.o >/dev/null 2>&1
mv -f .deps/bjoining_vis2cuni.Tpo .deps/bjoining_vis2cuni.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/local/include -I/usr/local/include/fribidi   -g -O2 -Wall  -pedantic  -MT bjoining_log2cuni.lo -MD -MP -MF .deps/bjoining_log2cuni.Tpo -c -o bjoining_log2cuni.lo bjoining_log2cuni.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -I/usr/local/include/fribidi -g -O2 -Wall -pedantic -MT bjoining_log2cuni.lo -MD -MP -MF .deps/bjoining_log2cuni.Tpo -c bjoining_log2cuni.c  -fPIC -DPIC -o .libs/bjoining_log2cuni.o
bjoining_log2cuni.c: In function 'bjoining_log2cuni':
bjoining_log2cuni.c:25: warning: passing argument 3 of 'fribidi_log2vis' from incompatible pointer type
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -I/usr/local/include/fribidi -g -O2 -Wall -pedantic -MT bjoining_log2cuni.lo -MD -MP -MF .deps/bjoining_log2cuni.Tpo -c bjoining_log2cuni.c -o bjoining_log2cuni.o >/dev/null 2>&1
mv -f .deps/bjoining_log2cuni.Tpo .deps/bjoining_log2cuni.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/local/include -I/usr/local/include/fribidi   -g -O2 -Wall  -pedantic  -MT bjoining_ye.lo -MD -MP -MF .deps/bjoining_ye.Tpo -c -o bjoining_ye.lo bjoining_ye.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -I/usr/local/include/fribidi -g -O2 -Wall -pedantic -MT bjoining_ye.lo -MD -MP -MF .deps/bjoining_ye.Tpo -c bjoining_ye.c  -fPIC -DPIC -o .libs/bjoining_ye.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -I/usr/local/include/fribidi -g -O2 -Wall -pedantic -MT bjoining_ye.lo -MD -MP -MF .deps/bjoining_ye.Tpo -c bjoining_ye.c -o bjoining_ye.o >/dev/null 2>&1
mv -f .deps/bjoining_ye.Tpo .deps/bjoining_ye.Plo
/bin/sh ../libtool --tag=CC   --mode=link gcc  -g -O2 -Wall  -pedantic    -o libbjoining.la -rpath /usr/local/lib/bicon bjoining_compose.lo bjoining_charprop.lo bjoining_vis2cuni.lo bjoining_log2cuni.lo bjoining_ye.lo -L/usr/local/lib -lfribidi -lutil 
libtool: link: gcc -shared  -fPIC -DPIC -o .libs/libbjoining.so.0.0  .libs/bjoining_compose.o .libs/bjoining_charprop.o .libs/bjoining_vis2cuni.o .libs/bjoining_log2cuni.o .libs/bjoining_ye.o   -L/usr/local/lib -lfribidi -lutil  -O2  
libtool: link: ar cru .libs/libbjoining.a  bjoining_compose.o bjoining_charprop.o bjoining_vis2cuni.o bjoining_log2cuni.o bjoining_ye.o
libtool: link: ranlib .libs/libbjoining.a
libtool: link: ( cd ".libs" && rm -f "libbjoining.la" && ln -s "../libbjoining.la" "libbjoining.la" )
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/local/include -I/usr/local/include/fribidi   -g -O2 -Wall  -pedantic  -MT bjoining_vu.o -MD -MP -MF .deps/bjoining_vu.Tpo -c -o bjoining_vu.o bjoining_vu.c
mv -f .deps/bjoining_vu.Tpo .deps/bjoining_vu.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc  -g -O2 -Wall  -pedantic    -o bjoining_vu bjoining_vu.o libbjoining.la -L/usr/local/lib -lfribidi -lutil 
libtool: link: gcc -g -O2 -Wall -pedantic -o .libs/bjoining_vu bjoining_vu.o  -L./.libs -lbjoining -L/usr/local/lib -lfribidi -lutil -Wl,-rpath,/usr/local/lib/bicon -Wl,-rpath,/usr/local/lib
/usr/local/lib/libfribidi.so.2.0: warning: sprintf() is often misused, please use snprintf()
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/local/include -I/usr/local/include/fribidi   -g -O2 -Wall  -pedantic  -MT msye.o -MD -MP -MF .deps/msye.Tpo -c -o msye.o msye.c
mv -f .deps/msye.Tpo .deps/msye.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc  -g -O2 -Wall  -pedantic    -o msye msye.o libbjoining.la -L/usr/local/lib -lfribidi -lutil 
libtool: link: gcc -g -O2 -Wall -pedantic -o .libs/msye msye.o  -L./.libs -lbjoining -L/usr/local/lib -lfribidi -lutil -Wl,-rpath,/usr/local/lib/bicon -Wl,-rpath,/usr/local/lib
/usr/local/lib/libfribidi.so.2.0: warning: sprintf() is often misused, please use snprintf()
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/local/include -I/usr/local/include/fribidi   -g -O2 -Wall  -pedantic  -MT fixpersianye.o -MD -MP -MF .deps/fixpersianye.Tpo -c -o fixpersianye.o fixpersianye.c
mv -f .deps/fixpersianye.Tpo .deps/fixpersianye.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc  -g -O2 -Wall  -pedantic    -o fixpersianye fixpersianye.o libbjoining.la -L/usr/local/lib -lfribidi -lutil 
libtool: link: gcc -g -O2 -Wall -pedantic -o .libs/fixpersianye fixpersianye.o  -L./.libs -lbjoining -L/usr/local/lib -lfribidi -lutil -Wl,-rpath,/usr/local/lib/bicon -Wl,-rpath,/usr/local/lib
/usr/local/lib/libfribidi.so.2.0: warning: sprintf() is often misused, please use snprintf()
git.mk: Generating .gitignore
gmake[2]: Leaving directory '/home/akaay/gitprojects/bicon/bjoining'
Making all in bconsole
gmake[2]: Entering directory '/home/akaay/gitprojects/bicon/bconsole'
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/local/include -I/usr/local/include/fribidi -I../bjoining   -g -O2 -Wall  -pedantic  -MT bconsole_ligature.lo -MD -MP -MF .deps/bconsole_ligature.Tpo -c -o bconsole_ligature.lo bconsole_ligature.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -I/usr/local/include/fribidi -I../bjoining -g -O2 -Wall -pedantic -MT bconsole_ligature.lo -MD -MP -MF .deps/bconsole_ligature.Tpo -c bconsole_ligature.c  -fPIC -DPIC -o .libs/bconsole_ligature.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -I/usr/local/include/fribidi -I../bjoining -g -O2 -Wall -pedantic -MT bconsole_ligature.lo -MD -MP -MF .deps/bconsole_ligature.Tpo -c bconsole_ligature.c -o bconsole_ligature.o >/dev/null 2>&1
mv -f .deps/bconsole_ligature.Tpo .deps/bconsole_ligature.Plo
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/local/include -I/usr/local/include/fribidi -I../bjoining   -g -O2 -Wall  -pedantic  -MT bconsole_log2con.lo -MD -MP -MF .deps/bconsole_log2con.Tpo -c -o bconsole_log2con.lo bconsole_log2con.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -I/usr/local/include/fribidi -I../bjoining -g -O2 -Wall -pedantic -MT bconsole_log2con.lo -MD -MP -MF .deps/bconsole_log2con.Tpo -c bconsole_log2con.c  -fPIC -DPIC -o .libs/bconsole_log2con.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -I/usr/local/include/fribidi -I../bjoining -g -O2 -Wall -pedantic -MT bconsole_log2con.lo -MD -MP -MF .deps/bconsole_log2con.Tpo -c bconsole_log2con.c -o bconsole_log2con.o >/dev/null 2>&1
mv -f .deps/bconsole_log2con.Tpo .deps/bconsole_log2con.Plo
/bin/sh ../libtool --tag=CC   --mode=link gcc  -g -O2 -Wall  -pedantic    -o libbconsole.la -rpath /usr/local/lib/bicon bconsole_ligature.lo bconsole_log2con.lo ../bjoining/libbjoining.la -L/usr/local/lib -lfribidi -lutil 
libtool: link: gcc -shared  -fPIC -DPIC -o .libs/libbconsole.so.0.0  .libs/bconsole_ligature.o .libs/bconsole_log2con.o   -L../bjoining/.libs -lbjoining -L/usr/local/lib -lfribidi -lutil  -O2  
libtool: link: ar cru .libs/libbconsole.a  bconsole_ligature.o bconsole_log2con.o
libtool: link: ranlib .libs/libbconsole.a
libtool: link: ( cd ".libs" && rm -f "libbconsole.la" && ln -s "../libbconsole.la" "libbconsole.la" )
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/local/include -I/usr/local/include/fribidi -I../bjoining   -g -O2 -Wall  -pedantic  -MT bconsole_vu.o -MD -MP -MF .deps/bconsole_vu.Tpo -c -o bconsole_vu.o bconsole_vu.c
mv -f .deps/bconsole_vu.Tpo .deps/bconsole_vu.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc  -g -O2 -Wall  -pedantic    -o bconsole_vu bconsole_vu.o libbconsole.la -lutil 
libtool: link: gcc -g -O2 -Wall -pedantic -o .libs/bconsole_vu bconsole_vu.o  -L/home/akaay/gitprojects/bicon/bjoining/.libs -L./.libs -lbconsole -L/usr/local/lib -lbjoining -lfribidi -lutil -Wl,-rpath,/usr/local/lib/bicon -Wl,-rpath,/usr/local/lib
/usr/local/lib/libfribidi.so.2.0: warning: sprintf() is often misused, please use snprintf()
git.mk: Generating .gitignore
gmake[2]: Leaving directory '/home/akaay/gitprojects/bicon/bconsole'
Making all in bicon
gmake[2]: Entering directory '/home/akaay/gitprojects/bicon/bicon'
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/local/include -I/usr/local/include/fribidi -I../bjoining -I../bconsole   -g -O2 -Wall  -pedantic  -MT bicon_bin-bicon.o -MD -MP -MF .deps/bicon_bin-bicon.Tpo -c -o bicon_bin-bicon.o `test -f 'bicon.c' || echo './'`bicon.c
mv -f .deps/bicon_bin-bicon.Tpo .deps/bicon_bin-bicon.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/local/include -I/usr/local/include/fribidi -I../bjoining -I../bconsole   -g -O2 -Wall  -pedantic  -MT bicon_bin-bicon_read.o -MD -MP -MF .deps/bicon_bin-bicon_read.Tpo -c -o bicon_bin-bicon_read.o `test -f 'bicon_read.c' || echo './'`bicon_read.c
bicon_read.c: In function 'bicon_read':
bicon_read.c:202: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness
mv -f .deps/bicon_bin-bicon_read.Tpo .deps/bicon_bin-bicon_read.Po
gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/local/include -I/usr/local/include/fribidi -I../bjoining -I../bconsole   -g -O2 -Wall  -pedantic  -MT bicon_bin-pty_spawn.o -MD -MP -MF .deps/bicon_bin-pty_spawn.Tpo -c -o bicon_bin-pty_spawn.o `test -f 'pty_spawn.c' || echo './'`pty_spawn.c
pty_spawn.c: In function '_copy':
pty_spawn.c:129: warning: 'return' with no value, in function returning non-void
pty_spawn.c:160: warning: 'return' with no value, in function returning non-void
pty_spawn.c:167: warning: 'return' with no value, in function returning non-void
mv -f .deps/bicon_bin-pty_spawn.Tpo .deps/bicon_bin-pty_spawn.Po
/bin/sh ../libtool --tag=CC   --mode=link gcc  -g -O2 -Wall  -pedantic    -o bicon.bin bicon_bin-bicon.o bicon_bin-bicon_read.o bicon_bin-pty_spawn.o -L/usr/local/lib -lfribidi ../bconsole/libbconsole.la ../bjoining/libbjoining.la -lutil 
libtool: link: gcc -g -O2 -Wall -pedantic -o .libs/bicon.bin bicon_bin-bicon.o bicon_bin-bicon_read.o bicon_bin-pty_spawn.o  -L/home/akaay/gitprojects/bicon/bjoining/.libs -L/usr/local/lib -L../bconsole/.libs -lbconsole -L../bjoining/.libs -lbjoining -lfribidi -lutil -Wl,-rpath,/usr/local/lib/bicon -Wl,-rpath,/usr/local/lib
/usr/local/lib/libfribidi.so.2.0: warning: sprintf() is often misused, please use snprintf()
git.mk: Generating .gitignore
gmake[2]: Leaving directory '/home/akaay/gitprojects/bicon/bicon'
Making all in keymap
gmake[2]: Entering directory '/home/akaay/gitprojects/bicon/keymap'
gzip --best -c ir.map > ir.map.gz
gzip --best -c arabic.map > arabic.map.gz
Creating symlink for ae.map.gz succeeded
Creating symlink for bh.map.gz succeeded
Creating symlink for dz.map.gz succeeded
Creating symlink for eg.map.gz succeeded
Creating symlink for iq.map.gz succeeded
Creating symlink for jo.map.gz succeeded
Creating symlink for kw.map.gz succeeded
Creating symlink for lb.map.gz succeeded
Creating symlink for ly.map.gz succeeded
Creating symlink for ma.map.gz succeeded
Creating symlink for om.map.gz succeeded
Creating symlink for qa.map.gz succeeded
Creating symlink for sa.map.gz succeeded
Creating symlink for sd.map.gz succeeded
Creating symlink for sy.map.gz succeeded
Creating symlink for tn.map.gz succeeded
Creating symlink for ye.map.gz succeeded
git.mk: Generating .gitignore
gmake[2]: Leaving directory '/home/akaay/gitprojects/bicon/keymap'
Making all in font
gmake[2]: Entering directory '/home/akaay/gitprojects/bicon/font'
cat bicon-ascii.sub-sfm bicon-arabic.sub-sfm bicon-nomarks.sub-sfm > bicon-8x16-512.sfm
cat bicon-ascii.sub-sfm bicon-arabic.sub-sfm bicon-marks.sub-sfm > bicon-8x16-512-marks.sfm
ln -s bicon-8x16-512.sfm bicon-8x16-512-ltr.sfm
ln -s bicon-8x16-512-marks.sfm bicon-8x16-512-marks-ltr.sfm
git.mk: Generating .gitignore
gmake[2]: Leaving directory '/home/akaay/gitprojects/bicon/font'
Making all in bin
gmake[2]: Entering directory '/home/akaay/gitprojects/bicon/bin'
sed -e 's,@datadir\@,/usr/local/share/bicon,g' -e 's,@bindir\@,/usr/local/bin,g' -e 's,@PACKAGE_NAME\@,BiCon,g' -e 's,@PACKAGE\@,bicon,g' -e 's,@VERSION\@,0.4,g' ./bicon.in > bicon
chmod +x bicon
git.mk: Generating .gitignore
gmake[2]: Leaving directory '/home/akaay/gitprojects/bicon/bin'
Making all in doc
gmake[2]: Entering directory '/home/akaay/gitprojects/bicon/doc'
Making all in man
gmake[3]: Entering directory '/home/akaay/gitprojects/bicon/doc/man'
git.mk: Generating .gitignore
gmake[3]: Leaving directory '/home/akaay/gitprojects/bicon/doc/man'
gmake[3]: Entering directory '/home/akaay/gitprojects/bicon/doc'
gmake[3]: Nothing to be done for 'all-am'.
gmake[3]: Leaving directory '/home/akaay/gitprojects/bicon/doc'
git.mk: Generating .gitignore
gmake[2]: Leaving directory '/home/akaay/gitprojects/bicon/doc'
Making all in testtext
gmake[2]: Entering directory '/home/akaay/gitprojects/bicon/testtext'
git.mk: Generating .gitignore
gmake[2]: Leaving directory '/home/akaay/gitprojects/bicon/testtext'
gmake[2]: Entering directory '/home/akaay/gitprojects/bicon'
gmake[2]: Leaving directory '/home/akaay/gitprojects/bicon'
gmake[1]: Leaving directory '/home/akaay/gitprojects/bicon'
# gmake install

Making install in bjoining
gmake[1]: Entering directory '/home/akaay/gitprojects/bicon/bjoining'
gmake[2]: Entering directory '/home/akaay/gitprojects/bicon/bjoining'
 .././install-sh -c -d '/usr/local/lib/bicon'
 /bin/sh ../libtool   --mode=install /usr/bin/install -c   libbjoining.la '/usr/local/lib/bicon'
libtool: install: /usr/bin/install -c -m 644 .libs/libbjoining.so.0.0 /usr/local/lib/bicon/libbjoining.so.0.0
libtool: install: /usr/bin/install -c -m 644 .libs/libbjoining.lai /usr/local/lib/bicon/libbjoining.la
libtool: install: /usr/bin/install -c .libs/libbjoining.a /usr/local/lib/bicon/libbjoining.a
libtool: install: chmod 644 /usr/local/lib/bicon/libbjoining.a
libtool: install: ranlib -t /usr/local/lib/bicon/libbjoining.a
libtool: finish: PATH="/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:/sbin" ldconfig -m /usr/local/lib/bicon
 .././install-sh -c -d '/usr/local/include/bicon'
 /usr/bin/install -c -m 644 bjoining_compose.h bjoining_charprop.h bjoining_vis2cuni.h bjoining_log2cuni.h bjoining_ye.h bjoining.h '/usr/local/include/bicon'
gmake[2]: Leaving directory '/home/akaay/gitprojects/bicon/bjoining'
gmake[1]: Leaving directory '/home/akaay/gitprojects/bicon/bjoining'
Making install in bconsole
gmake[1]: Entering directory '/home/akaay/gitprojects/bicon/bconsole'
gmake[2]: Entering directory '/home/akaay/gitprojects/bicon/bconsole'
 .././install-sh -c -d '/usr/local/lib/bicon'
 /bin/sh ../libtool   --mode=install /usr/bin/install -c   libbconsole.la '/usr/local/lib/bicon'
libtool: install: warning: relinking `libbconsole.la'
libtool: install: (cd /home/akaay/gitprojects/bicon/bconsole; /bin/sh /home/akaay/gitprojects/bicon/libtool  --tag CC --mode=relink gcc -g -O2 -Wall -pedantic -o libbconsole.la -rpath /usr/local/lib/bicon bconsole_ligature.lo bconsole_log2con.lo ../bjoining/libbjoining.la -L/usr/local/lib -lfribidi -lutil )
libtool: relink: gcc -shared  -fPIC -DPIC -o .libs/libbconsole.so.0.0  .libs/bconsole_ligature.o .libs/bconsole_log2con.o   -L/usr/local/lib/bicon -lbjoining -L/usr/local/lib -lfribidi -lutil  -O2  
libtool: install: /usr/bin/install -c -m 644 .libs/libbconsole.so.0.0T /usr/local/lib/bicon/libbconsole.so.0.0
libtool: install: /usr/bin/install -c -m 644 .libs/libbconsole.lai /usr/local/lib/bicon/libbconsole.la
libtool: install: /usr/bin/install -c .libs/libbconsole.a /usr/local/lib/bicon/libbconsole.a
libtool: install: chmod 644 /usr/local/lib/bicon/libbconsole.a
libtool: install: ranlib -t /usr/local/lib/bicon/libbconsole.a
libtool: finish: PATH="/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:/sbin" ldconfig -m /usr/local/lib/bicon
 .././install-sh -c -d '/usr/local/include/bicon'
 /usr/bin/install -c -m 644 bconsole_ligature.h bconsole_log2con.h bconsole.h '/usr/local/include/bicon'
gmake[2]: Leaving directory '/home/akaay/gitprojects/bicon/bconsole'
gmake[1]: Leaving directory '/home/akaay/gitprojects/bicon/bconsole'
Making install in bicon
gmake[1]: Entering directory '/home/akaay/gitprojects/bicon/bicon'
gmake[2]: Entering directory '/home/akaay/gitprojects/bicon/bicon'
 .././install-sh -c -d '/usr/local/bin'
  /bin/sh ../libtool   --mode=install /usr/bin/install -c bicon.bin '/usr/local/bin'
libtool: install: /usr/bin/install -c .libs/bicon.bin /usr/local/bin/bicon.bin
gmake[2]: Nothing to be done for 'install-data-am'.
gmake[2]: Leaving directory '/home/akaay/gitprojects/bicon/bicon'
gmake[1]: Leaving directory '/home/akaay/gitprojects/bicon/bicon'
Making install in keymap
gmake[1]: Entering directory '/home/akaay/gitprojects/bicon/keymap'
gmake[2]: Entering directory '/home/akaay/gitprojects/bicon/keymap'
gmake[2]: Nothing to be done for 'install-exec-am'.
 .././install-sh -c -d '/usr/local/share/bicon/keymap'
 /usr/bin/install -c -m 644 ir.map.gz arabic.map.gz '/usr/local/share/bicon/keymap'
gmake  install-data-hook
gmake[3]: Entering directory '/home/akaay/gitprojects/bicon/keymap'
Creating symlink for ae.map.gz succeeded
Creating symlink for bh.map.gz succeeded
Creating symlink for dz.map.gz succeeded
Creating symlink for eg.map.gz succeeded
Creating symlink for iq.map.gz succeeded
Creating symlink for jo.map.gz succeeded
Creating symlink for kw.map.gz succeeded
Creating symlink for lb.map.gz succeeded
Creating symlink for ly.map.gz succeeded
Creating symlink for ma.map.gz succeeded
Creating symlink for om.map.gz succeeded
Creating symlink for qa.map.gz succeeded
Creating symlink for sa.map.gz succeeded
Creating symlink for sd.map.gz succeeded
Creating symlink for sy.map.gz succeeded
Creating symlink for tn.map.gz succeeded
Creating symlink for ye.map.gz succeeded
gmake[3]: Leaving directory '/home/akaay/gitprojects/bicon/keymap'
gmake[2]: Leaving directory '/home/akaay/gitprojects/bicon/keymap'
gmake[1]: Leaving directory '/home/akaay/gitprojects/bicon/keymap'
Making install in font
gmake[1]: Entering directory '/home/akaay/gitprojects/bicon/font'
gmake[2]: Entering directory '/home/akaay/gitprojects/bicon/font'
gmake[2]: Nothing to be done for 'install-exec-am'.
gmake[2]: Nothing to be done for 'install-data-am'.
gmake[2]: Leaving directory '/home/akaay/gitprojects/bicon/font'
gmake[1]: Leaving directory '/home/akaay/gitprojects/bicon/font'
Making install in bin
gmake[1]: Entering directory '/home/akaay/gitprojects/bicon/bin'
gmake[2]: Entering directory '/home/akaay/gitprojects/bicon/bin'
 .././install-sh -c -d '/usr/local/bin'
 /usr/bin/install -c bicon '/usr/local/bin'
gmake[2]: Nothing to be done for 'install-data-am'.
gmake[2]: Leaving directory '/home/akaay/gitprojects/bicon/bin'
gmake[1]: Leaving directory '/home/akaay/gitprojects/bicon/bin'
Making install in doc
gmake[1]: Entering directory '/home/akaay/gitprojects/bicon/doc'
Making install in man
gmake[2]: Entering directory '/home/akaay/gitprojects/bicon/doc/man'
gmake[3]: Entering directory '/home/akaay/gitprojects/bicon/doc/man'
gmake[3]: Nothing to be done for 'install-exec-am'.
 ../.././install-sh -c -d '/usr/local/share/man/man1'
 /usr/bin/install -c -m 644 bicon.bin.1 bicon.1 '/usr/local/share/man/man1'
gmake[3]: Leaving directory '/home/akaay/gitprojects/bicon/doc/man'
gmake[2]: Leaving directory '/home/akaay/gitprojects/bicon/doc/man'
gmake[2]: Entering directory '/home/akaay/gitprojects/bicon/doc'
gmake[3]: Entering directory '/home/akaay/gitprojects/bicon/doc'
gmake[3]: Nothing to be done for 'install-exec-am'.
gmake[3]: Nothing to be done for 'install-data-am'.
gmake[3]: Leaving directory '/home/akaay/gitprojects/bicon/doc'
gmake[2]: Leaving directory '/home/akaay/gitprojects/bicon/doc'
gmake[1]: Leaving directory '/home/akaay/gitprojects/bicon/doc'
Making install in testtext
gmake[1]: Entering directory '/home/akaay/gitprojects/bicon/testtext'
gmake[2]: Entering directory '/home/akaay/gitprojects/bicon/testtext'
gmake[2]: Nothing to be done for 'install-exec-am'.
gmake[2]: Nothing to be done for 'install-data-am'.
gmake[2]: Leaving directory '/home/akaay/gitprojects/bicon/testtext'
gmake[1]: Leaving directory '/home/akaay/gitprojects/bicon/testtext'
gmake[1]: Entering directory '/home/akaay/gitprojects/bicon'
gmake[2]: Entering directory '/home/akaay/gitprojects/bicon'
gmake[2]: Nothing to be done for 'install-exec-am'.
 ./install-sh -c -d '/usr/local/lib/pkgconfig'
 /usr/bin/install -c -m 644 bicon.pc '/usr/local/lib/pkgconfig'
gmake[2]: Leaving directory '/home/akaay/gitprojects/bicon'
gmake[1]: Leaving directory '/home/akaay/gitprojects/bicon'
# 

Script done on Wed Mar  4 12:09:25 2015
With bicon I can only use sakura+elinks without issues (not links/lynx) .. mlterm however quits suddenly leaving ~/.mlterm/challenge.
canto shows rtl rss correctly and snownews as well but I needed to change browser to elinks.

Quote:
If it works for you and you like it, I suggest upstreaming the pty_spawn.c part of the diff and writing a port for submission to the OpenBSD ports tree which includes the rest of the diff.
I really need help here as it's all new to me.
Thanks again ibara !

Last edited by pawaan; 5th March 2015 at 12:56 PM. Reason: + snownews , canto
Reply With Quote
Reply

Thread Tools
Display Modes

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 On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:20 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick