HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 1 and Version 2 of dev-libs/radlib/2.8.1/1


Ignore:
Timestamp:
01/13/09 08:24:35 (6 years ago)
Author:
scottmc
Comment:

initial build attempt

Legend:

Unmodified
Added
Removed
Modified
  • dev-libs/radlib/2.8.1/1

    v1 v2  
    1   
     1 * cp /boot/common/share/libtool/config/config.guess . 
     2 * cp /boot/common/share/libtool/config/config.sub . 
     3 (I suspect we'll need to run libtoolize and friends here, but skipped it for now)[[BR]] 
     4 * ./configure --prefix=/boot/common 
     5 * make 
     6 make fails: 
     7 
     8{{{ 
     9~/radlib-2.8.1> make 
     10 cd . && /bin/sh /boot/home/radlib-2.8.1/missing --run automake-1.10 --gnu  
     11aclocal.m4:16: warning: this file was generated for autoconf 2.61. 
     12You have another version of autoconf.  It may work, but is not guaranteed to. 
     13If you have problems, you may need to regenerate the build system entirely. 
     14To do so, use the procedure documented by the package, typically `autoreconf'. 
     15 cd . && /bin/sh ./config.status Makefile  
     16config.status: creating Makefile 
     17cd . && /bin/sh /boot/home/radlib-2.8.1/missing --run autoheader 
     18rm -f stamp-h1 
     19touch config.h.in 
     20cd . && /bin/sh ./config.status config.h 
     21config.status: creating config.h 
     22make  all-recursive 
     23make[1]: Entering directory `/boot/home/radlib-2.8.1' 
     24Making all in src 
     25make[2]: Entering directory `/boot/home/radlib-2.8.1/src' 
     26 cd .. && /bin/sh ./config.status src/Makefile depfiles 
     27config.status: creating src/Makefile 
     28config.status: executing depfiles commands 
     29make[2]: Leaving directory `/boot/home/radlib-2.8.1/src' 
     30make[2]: Entering directory `/boot/home/radlib-2.8.1/src' 
     31make[3]: Entering directory `/boot/home/radlib-2.8.1/src' 
     32source='../src/radbuffers.c' object='radbuffers.lo' libtool=yes \ 
     33        DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ 
     34        /bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../h -I/boot/common/include -DHOST_IS_BIGENDIAN=0 -D_GNU_SOURCE       -g -O2 -c -o radbuffers.lo `test -f '../src/radbuffers.c' || echo './'`../src/radbuffers.c 
     35libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../h -I/boot/common/include -DHOST_IS_BIGENDIAN=0 -D_GNU_SOURCE -g -O2 -c ../src/radbuffers.c -Wp,-MD,.deps/radbuffers.TPlo -o radbuffers.o 
     36In file included from /boot/home/radlib-2.8.1/h/radsystem.h:75, 
     37                 from /boot/home/radlib-2.8.1/src/radbuffers.c:53: 
     38/boot/home/radlib-2.8.1/h/radshmem.h:50: sys/shm.h: No such file or directory 
     39In file included from /boot/home/radlib-2.8.1/h/radshmem.h:52, 
     40                 from /boot/home/radlib-2.8.1/h/radsystem.h:75, 
     41                 from /boot/home/radlib-2.8.1/src/radbuffers.c:53: 
     42/boot/home/radlib-2.8.1/h/radmsgLog.h:50: sys/syslog.h: No such file or directory 
     43In file included from /boot/home/radlib-2.8.1/src/radbuffers.c:55: 
     44/boot/home/radlib-2.8.1/h/radbuffers.h:50: sys/shm.h: No such file or directory 
     45make[3]: *** [radbuffers.lo] Error 1 
     46make[3]: Leaving directory `/boot/home/radlib-2.8.1/src' 
     47make[2]: *** [all-recursive] Error 1 
     48make[2]: Leaving directory `/boot/home/radlib-2.8.1/src' 
     49make[1]: *** [all-recursive] Error 1 
     50make[1]: Leaving directory `/boot/home/radlib-2.8.1' 
     51make: *** [all] Error 2 
     52~/radlib-2.8.1> grep -nri 'syslog.h' ../radlib-2.8.1 
     53../radlib-2.8.1/autom4te.cache/output.0:12691:                  syslog.h \ 
     54../radlib-2.8.1/autom4te.cache/traces.0:582:m4trace:configure.in:58: -1- AH_OUTPUT([HAVE_SYSLOG_H], [/* Define to 1 if you have the <syslog.h> header file. */ 
     55../radlib-2.8.1/autom4te.cache/traces.0:583:#undef HAVE_SYSLOG_H]) 
     56../radlib-2.8.1/config.h:81:/* Define to 1 if you have the <syslog.h> header file. */ 
     57../radlib-2.8.1/config.h:82:#define HAVE_SYSLOG_H 1 
     58../radlib-2.8.1/config.h.in:80:/* Define to 1 if you have the <syslog.h> header file. */ 
     59../radlib-2.8.1/config.h.in:81:#undef HAVE_SYSLOG_H 
     60../radlib-2.8.1/config.h.in~:77:/* Define to 1 if you have the <syslog.h> header file. */ 
     61../radlib-2.8.1/config.h.in~:78:#undef HAVE_SYSLOG_H 
     62../radlib-2.8.1/config.log:467:configure:12392: checking syslog.h usability 
     63../radlib-2.8.1/config.log:471:configure:12433: checking syslog.h presence 
     64../radlib-2.8.1/config.log:475:configure:12501: checking for syslog.h 
     65../radlib-2.8.1/config.log:536:| #define HAVE_SYSLOG_H 1 
     66../radlib-2.8.1/config.log:607:| #define HAVE_SYSLOG_H 1 
     67../radlib-2.8.1/config.log:696:| #define HAVE_SYSLOG_H 1 
     68../radlib-2.8.1/config.log:756:| #define HAVE_SYSLOG_H 1 
     69../radlib-2.8.1/config.log:861:| #define HAVE_SYSLOG_H 1 
     70../radlib-2.8.1/config.log:1047:ac_cv_header_syslog_h=yes 
     71../radlib-2.8.1/config.log:1243:#define HAVE_SYSLOG_H 1 
     72../radlib-2.8.1/config.status:1082:s,^\([        #]*\)[^         ]*\([   ]*HAVE_SYSLOG_H\)[      (].*,\1define\2 1 , 
     73../radlib-2.8.1/configure:12383:                  syslog.h \ 
     74../radlib-2.8.1/configure.in:62:                  syslog.h \ 
     75../radlib-2.8.1/h/raddebug.h:48:#include <syslog.h> 
     76../radlib-2.8.1/h/radmsgLog.h:50:#include <sys/syslog.h> 
     77../radlib-2.8.1/src/raddebug.c:48:#include <syslog.h> 
     78../radlib-2.8.1/src/radmsgLog.c:50:#include <syslog.h> 
     79~/radlib-2.8.1> make 
     80make  all-recursive 
     81make[1]: Entering directory `/boot/home/radlib-2.8.1' 
     82Making all in src 
     83make[2]: Entering directory `/boot/home/radlib-2.8.1/src' 
     84make[3]: Entering directory `/boot/home/radlib-2.8.1/src' 
     85source='../src/radbuffers.c' object='radbuffers.lo' libtool=yes \ 
     86        DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ 
     87        /bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../h -I/boot/common/include -DHOST_IS_BIGENDIAN=0 -D_GNU_SOURCE       -g -O2 -c -o radbuffers.lo `test -f '../src/radbuffers.c' || echo './'`../src/radbuffers.c 
     88libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../h -I/boot/common/include -DHOST_IS_BIGENDIAN=0 -D_GNU_SOURCE -g -O2 -c ../src/radbuffers.c -Wp,-MD,.deps/radbuffers.TPlo -o radbuffers.o 
     89In file included from /boot/home/radlib-2.8.1/h/radsystem.h:75, 
     90                 from /boot/home/radlib-2.8.1/src/radbuffers.c:53: 
     91/boot/home/radlib-2.8.1/h/radshmem.h:50: sys/shm.h: No such file or directory 
     92In file included from /boot/home/radlib-2.8.1/src/radbuffers.c:55: 
     93/boot/home/radlib-2.8.1/h/radbuffers.h:50: sys/shm.h: No such file or directory 
     94make[3]: *** [radbuffers.lo] Error 1 
     95make[3]: Leaving directory `/boot/home/radlib-2.8.1/src' 
     96make[2]: *** [all-recursive] Error 1 
     97make[2]: Leaving directory `/boot/home/radlib-2.8.1/src' 
     98make[1]: *** [all-recursive] Error 1 
     99make[1]: Leaving directory `/boot/home/radlib-2.8.1' 
     100make: *** [all] Error 2 
     101~/radlib-2.8.1>  
     102}}} 
     103 
     104missing <sys/syslog.h> problem has been [http://sourceforge.net/tracker2/?group_id=143814&tid=756676 reported]. 
     105 
     106missing <sys/shm.h> has an open haiku ticket [http://dev.haiku-os.org/ticket/2657 #2657]. 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/