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: Thu, 11 Sep 2003 15:43:43 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030908 Epiphany/0.9.2

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

Changes by: Anonymous user        Date: Thu 09/11/2003 at 15:43

------------------ Additional Follow-up Comments ----------------------------
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



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


Submitted by: stktrc                  Project: GNU arch -- a revision control 
system
Submitted on: Mon 08/25/2003 at 19: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: Thu 09/11/2003 at 15: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: Mon 08/25/2003 at 19:51  Name: build.log.gz  Size: 18KB   By: stktrc
Log of failing build
http://savannah.gnu.org/bugs/download.php?group_id=4899&bug_id=4956&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]