bug-gnu-arch
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gnu-arch] [bug #4956] Build fails on Solaris (missing library optio


From: nobody
Subject: [Bug-gnu-arch] [bug #4956] Build fails on Solaris (missing library options?)
Date: Sun, 23 Nov 2003 17:11:53 -0500
User-agent: Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.4) Gecko/20030714 Debian/1.4-2

=================== BUG #4956: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=4956&group_id=4899

Changes by: Geert Stappers <address@hidden>
Date: Sun 11/23/03 at 23:11 (Europe/Amsterdam)

------------------ Additional Follow-up Comments ----------------------------
When verified, please close the bug.



=================== BUG #4956: FULL BUG SNAPSHOT ===================


Submitted by: stktrc                  Project: GNU arch -- a revision control 
system
Submitted on: Tue 08/26/03 at 01:51
Category:  build infrastructure       Severity:  5 - Major                  
Bug Group:  bug                       Resolution:  None                     
Status:  Open                         Release:  tla--devo--1.1--patch-131   
Fixed Release:                        Merge Request?:  None                 
Your Archive Name:                    Your Archive Location:                
Assigned to:  None                    

Summary:  Build fails on Solaris (missing library options?)

Original Submission:  Undefined symbols when building libneon and libhackerlab 
fail the build.



The missing library options are probably "-lsocket -lnsl".

Follow-up Comments
*******************

-------------------------------------------------------
Date: Sun 11/23/03 at 23:11         By: stappers
When verified, please close the bug.

-------------------------------------------------------
Date: Thu 09/11/03 at 21:43         By: None
on solaris 9 it took the following to make it work:

- gnu grep (for configure)

- gnu tar (for runtime)

- gnu patch ( -- " -- )

- gnu diffutils ( -- " -- )

- bash (provided in default install)

- tla with strsep patches applied (pre5 does iirc)



a new line in src/PLUGIN/auto:

library-test nsl-library -lnsl



in src/tla/tla/Makefile.in, add to the "libs" variable: $(cfg__socket_library) 
$(cfg__nsl_library)



configure with --with-gnu-diff /path/to/gnu/diff --with-gnu-patch 
/path/to/gpatch --with-gnu-tar /path/to/gnu/tar --config-shell /usr/bin/bash 
--with-cc /path/to/gcc



make



it should build flawlessly now. I also managed to get the latest tla tree, so 
it can't be too broken


CC list is empty


File Attachments
****************

-------------------------------------------------------
Date: Tue 08/26/03 at 01:51  Name: build.log.gz  Size: 18KB   By: stktrc
Log of failing build
http://savannah.gnu.org/bugs/download.php?group_id=4899&amp;bug_id=4956&amp;bug_file_id=627


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=4956&group_id=4899

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]