[Mono-bugs] [Bug 69571][Blo] New - Source install fails on OpenBSD 3.6

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 16 Nov 2004 14:45:03 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by acgetchell@ucdavis.edu.

http://bugzilla.ximian.com/show_bug.cgi?id=69571

--- shadow/69571	2004-11-16 14:45:03.000000000 -0500
+++ shadow/69571.tmp.488	2004-11-16 14:45:03.000000000 -0500
@@ -0,0 +1,73 @@
+Bug#: 69571
+Product: Mono: Runtime
+Version: 1.0
+OS: other
+OS Details: OpenBSD 3.6 uniprocessor i386
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Blocker
+Component: packaging
+AssignedTo: duncan@ximian.com                            
+ReportedBy: acgetchell@ucdavis.edu               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Source install fails on OpenBSD 3.6
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1. Get mono-1.0.4.tar.gz
+2. tar -zxvf mono-1.0.4.tar.gz
+3. pkg_add -v ftp://openbsd.engr.ucdavis.edu/3.6/packages/i386/bison-1.35p1.tgz
+4. pkg_add -v
+ftp://openbsd.engr.ucdavis.edu//3.6/packages/i386/pkgconfig-0.15.0.tgz
+5. pkg_add -v ftp://openbsd.engr.ucdavis.edu//3.6/packages/i386/glib2-2.4.5.tgz
+6. adam@insecure:/home/adam/mono-1.0.4 # sudo ./configure
+--prefix=/usr/local/bin
+7. adam@insecure:/home/adam/mono-1.0.4 # sudo make install
+
+Actual Results:
+
+Making install in metadata
+/bin/sh ../../libtool --mode=link gcc  -g -O2 -fno-strict-aliasing -g -Wall
+-Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes 
+-Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual
+-Wcast-align -Wwrite-strings   -pthread -o pedump  pedump.o libmetadata.la
+../io-layer/libwapi.la ../utils/libmonoutils.la  ../../libgc/libmonogc.la
+-pthread -L/usr/local/lib -lgthread-2.0 -lglib-2.0 -lintl -liconv -Wl,-E
+-L/usr/local/lib -lgmodule-2.0 -lglib-2.0 -lintl -liconv -lm -lpthread -lm
+gcc -g -O2 -fno-strict-aliasing -g -Wall -Wunused -Wmissing-prototypes
+-Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes
+-Wnested-externs -Wpointer-arith -Wno-cast-qual -Wcast-align
+-Wwrite-strings -o pedump pedump.o -Wl,-E  ./.libs/libmetadata.a
+../io-layer/.libs/libwapi.a ../utils/.libs/libmonoutils.a
+../../libgc/.libs/libmonogc.al -pthread -L/usr/local/lib -lgthread-2.0
+-lgmodule-2.0 -lglib-2.0 -lintl -liconv -lpthread -lm
+-Wl,-rpath,/usr/local/lib -Wl,-rpath,/usr/local/lib
+../io-layer/.libs/libwapi.a(timed-thread.o)(.text+0x26a): In function
+`timed_thread_start_routine':
+/home/adam/mono-1.0.4/mono/io-layer/timed-thread.c:127: undefined reference
+to `GC_pthread_detach'
+../io-layer/.libs/libwapi.a(timed-thread.o)(.text+0x3d3): In function
+`_wapi_timed_thread_create':
+/home/adam/mono-1.0.4/mono/io-layer/timed-thread.c:172: undefined reference
+to `GC_pthread_create'
+collect2: ld returned 1 exit status
+*** Error code 1
+
+Stop in /home/adam/mono-1.0.4/mono/metadata (line 519 of Makefile).
+*** Error code 1
+
+Expected Results: Successful compilation
+
+
+How often does this happen? Every time
+
+
+Additional Information: Also fails when installed as root