[NeXus-code-tickets] [NeXusCode] #119: autogen.sh rejects libtool-2.*

NeXus Data Format Library and Applications noreply at nexusformat.org
Tue Jul 15 15:28:24 BST 2008


#119: autogen.sh rejects libtool-2.*
------------------------------------------+---------------------------------
 Reporter:  DarrenDale                    |       Owner:  Unassigned
     Type:  defect                        |      Status:  new       
 Priority:  major                         |   Milestone:            
Component:  napi                          |     Version:  trunk     
 Keywords:  autogen.sh libtool configure  |  
------------------------------------------+---------------------------------
 When running sh autogen.sh, I get an error message:

 Using libtoolize (GNU libtool) 2.2.4
 This libtool version is not supported by NeXus.
 NeXus only supports libtool 1.4 and above

 I changed autogen.sh to read:

 case $libtoolversion in
     *1.[456]*)
         ;;
     *[2-9].*)
         ;;

 and autogen.sh runs without errors. However, when I run

 ./configure --with-python=/usr/bin/python

 I get a warning:

 config.status: WARNING:  'scripts/nxbuild.in' seems to ignore the
 --datarootdir setting

 and then during make:

 make[2]: Entering directory `/usr/local/src/nexus/applications'
 gfortran   -c NXdump.f90
 NXdump.f90:35.15:

    use NXmodule
               1
 Fatal Error: Can't open module file 'nxmodule.mod' for reading at (1): No
 such file or directory
 make[2]: *** [NXdump.o] Error 1
 make[2]: Leaving directory `/usr/local/src/nexus/applications'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory `/usr/local/src/nexus/applications'
 make: *** [all-recursive] Error 1

 Maybe this is a separate bug.

-- 
Ticket URL: <http://trac.nexusformat.org/code/ticket/119>
NeXus Data Format Library and Applications <http://www.nexusformat.org/>
NeXus Data Format Library and Applications



More information about the NeXus-code-tickets mailing list