Giter Site home page Giter Site logo

libtoolport's Introduction

Automatic version updates

libtoolport

libtoolport's People

Contributors

igortodorovskiibm avatar harithaibm avatar v1gnesh avatar jshimoda9323 avatar kenct7 avatar mikefultondev avatar

Watchers

James Cloos avatar  avatar  avatar

Forkers

harithaibm

libtoolport's Issues

make check step during build, is failing for few test cases for issues related to autconf and tests path

On analysing the failed test cases for libtool port , i found that running few test cases manually is failing due to autconf error as show below:
autoconf: error: no input file

On enabling debug on the test script, we see it failing on below command

  • cd /home/haritha/code/libtoolport/libtool-2.4/tests
  • autoconf --trace LT_SUPPORTED_TAG:$1
    autoconf: error: no input file
    ===========================================================
    Also, few other test cases are failing with issue related path of tests folder: for instance:

demo-shared-exec.test: === Running demo-shared-exec.test
.: tests/demo-shared-exec.test 3: /home/haritha/code/libtoolport/libtool-2.4/tests/tests/demo-exec.test: not found

We see that there is redundant "tests/" path included to run the test

shebang issues with installed libtool

Hi, if libtool is run with /bin/sh some of the detected tricks it does for safely/efficiently manipualtes string args doesn't work:

 sh `which libtool` --mode=compile --tag=CC  cc -c -o main.lo   -Wc,-qcpluscmt,-qlanglvl=extc99,XPLINK,EXPORTALL main.c
preserve_args+= --tag CC: /u/WASTST1/libtool-2.4.20221024_105045.zos/bin/libtool 1578: FSUM7351 not found
base_compile+= cc: eval: func_append_quoted 3: func_mode_compile 88: /u/WASTST1/libtool-2.4.20221024_105045.zos/bin/libtool 2731: FSUM7351 not found
lastarg+= -qcpluscmt: eval: func_append_quoted 3: func_mode_compile 65: /u/WASTST1/libtool-2.4.20221024_105045.zos/bin/libtool 2731: FSUM7351 not found
lastarg+= -qlanglvl=extc99: eval: func_append_quoted 3: func_mode_compile 65: /u/WASTST1/libtool-2.4.20221024_105045.zos/bin/libtool 2731: FSUM7351 not found
lastarg+= XPLINK: eval: func_append_quoted 3: func_mode_compile 65: /u/WASTST1/libtool-2.4.20221024_105045.zos/bin/libtool 2731: FSUM7351 not found
lastarg+= EXPORTALL: eval: func_append_quoted 3: func_mode_compile 65: /u/WASTST1/libtool-2.4.20221024_105045.zos/bin/libtool 2731: FSUM7351 not found
base_compile+= : func_mode_compile 72: /u/WASTST1/libtool-2.4.20221024_105045.zos/bin/libtool 2731: FSUM7351 not found
base_compile+= -c: eval: func_append_quoted 3: func_mode_compile 88: /u/WASTST1/libtool-2.4.20221024_105045.zos/bin/libtool 2731: FSUM7351 not found
libtool: compile: you must specify a compilation command
libtool: compile: Try `libtool --help --mode=compile' for more information.

libtool shebang is:

#! /jenkins/local/bin/bash

When gmake runs libtool and the shebang doesn't exist, /bin/sh is used (unless $SHELL is set in the makefile (it is not just inherited from the interactive shell calling gmake))


In general I am not a huge fan of how source .env modifies the installed packages as opposed to just setting up an environment. think it should be a separate one-time step by someone laying down an install.

But either way, I think the shebang should be changed somehow to hunt for a more reliable shell (I think it has to match closely what was on jenkins when the distribution is built) which is presumably ascii-ized bash 4.x. Maybe if the callers $SHELL is sufficient, it should be substituted. Otherwise, #!/bin/env bash maybe?

make check does not work - treats multiple files as one file it appears

The end of the make -d check output:

Updating goal targets....
Considering target file 'test-suite.log'.
 File 'test-suite.log' does not exist.
make[4]: Entering directory '/fultonm/zopen/dev/libtoolport/libtool-2.4'
make[4]: stat: tests/link.log
tests/link-2.log
tests/nomode.log
tests/objectlist.log
tests/quote.log
tests/sh.log
tests/suffix.log
tests/tagtrace.log
tests/cdemo-static.log
tests/cdemo-static-make.log
tests/cdemo-static-exec.log
tests/demo-static.log
tests/demo-static-make.log
tests/demo-static-exec.log
tests/demo-static-inst.log
tests/demo-static-unst.log
tests/depdemo-static.log
tests/depdemo-static-make.log
tests/depdemo-static-exec.log
tests/depdemo-static-inst.log
tests/depdemo-static-unst.log
tests/mdemo-static.log
tests/mdemo-static-make.log
tests/mdemo-static-exec.log
tests/mdemo-static-inst.log
tests/mdemo-static-unst.log
tests/cdemo-conf.log
tests/cdemo-make.log
tests/cdemo-exec.log
tests/demo-conf.log
tests/demo-make.log
tests/demo-exec.log
tests/demo-inst.log
tests/demo-unst.log
tests/demo-deplibs.log
tests/depdemo-conf.log
tests/depdemo-make.log
tests/depdemo-exec.log
tests/depdemo-inst.log
tests/depdemo-unst.log
tests/mdemo-conf.log
tests/mdemo-make.log
tests/mdemo-exec.log
tests/mdemo-inst.log
tests/mdemo-unst.log
tests/mdemo-dryrun.log
tests/mdemo2-conf.log
tests/mdemo2-make.log
tests/mdemo2-exec.log
tests/pdemo-conf.log
tests/pdemo-make.log
tests/pdemo-exec.log
tests/pdemo-inst.log
tests/demo-nofast.log
tests/demo-nofast-make.log
tests/demo-nofast-exec.log
tests/demo-nofast-inst.log
tests/demo-nofast-unst.log
tests/depdemo-nofast.log
tests/depdemo-nofast-make.log
tests/depdemo-nofast-exec.log
tests/depdemo-nofast-inst.log
tests/depdemo-nofast-unst.log
tests/demo-pic.log
tests/demo-pic-make.log
tests/demo-pic-exec.log
tests/demo-nopic.log
tests/demo-nopic-make.log
tests/demo-nopic-exec.log
tests/cdemo-shared.log
tests/cdemo-shared-make.log
tests/cdemo-shared-exec.log
tests/mdemo-shared.log
tests/mdemo-shared-make.log
tests/mdemo-shared-exec.log
tests/mdemo-shared-inst.log
tests/mdemo-shared-unst.log
tests/cdemo-undef.log
tests/cdemo-undef-make.log
tests/cdemo-undef-exec.log
tests/tagdemo-static.log
tests/tagdemo-static-make.log
tests/tagdemo-static-exec.log
tests/tagdemo-conf.log
tests/tagdemo-make.log
tests/tagdemo-exec.log
tests/tagdemo-shared.log
tests/tagdemo-shared-make.log
tests/tagdemo-shared-exec.log
tests/tagdemo-undef.log
tests/tagdemo-undef-make.log
tests/tagdemo-undef-exec.log
tests/demo-shared.log
tests/demo-shared-make.log
tests/demo-shared-exec.log
tests/demo-shared-inst.log
tests/demo-hardcode.log
tests/demo-relink.log
tests/demo-noinst-link.log
tests/demo-shared-unst.log
tests/depdemo-shared.log
tests/depdemo-shared-make.log
tests/depdemo-shared-exec.log
tests/depdemo-shared-inst.log
tests/depdemo-relink.log
tests/depdemo-shared-unst.log: EDC5126I Filename too long.
  Considering target file 'tests/link.log
tests/link-2.log
tests/nomode.log
tests/objectlist.log
tests/quote.log
tests/sh.log
tests/suffix.log
tests/tagtrace.log
tests/cdemo-static.log
tests/cdemo-static-make.log
tests/cdemo-static-exec.log
tests/demo-static.log
tests/demo-static-make.log
tests/demo-static-exec.log
tests/demo-static-inst.log
tests/demo-static-unst.log
tests/depdemo-static.log
tests/depdemo-static-make.log
tests/depdemo-static-exec.log
tests/depdemo-static-inst.log
tests/depdemo-static-unst.log
tests/mdemo-static.log
tests/mdemo-static-make.log
tests/mdemo-static-exec.log
tests/mdemo-static-inst.log
tests/mdemo-static-unst.log
tests/cdemo-conf.log
tests/cdemo-make.log
tests/cdemo-exec.log
tests/demo-conf.log
tests/demo-make.log
tests/demo-exec.log
tests/demo-inst.log
tests/demo-unst.log
tests/demo-deplibs.log
tests/depdemo-conf.log
tests/depdemo-make.log
tests/depdemo-exec.log
tests/depdemo-inst.log
tests/depdemo-unst.log
tests/mdemo-conf.log
tests/mdemo-make.log
tests/mdemo-exec.log
tests/mdemo-inst.log
tests/mdemo-unst.log
tests/mdemo-dryrun.log
tests/mdemo2-conf.log
tests/mdemo2-make.log
tests/mdemo2-exec.log
tests/pdemo-conf.log
tests/pdemo-make.log
tests/pdemo-exec.log
tests/pdemo-inst.log
tests/demo-nofast.log
tests/demo-nofast-make.log
tests/demo-nofast-exec.log
tests/demo-nofast-inst.log
tests/demo-nofast-unst.log
tests/depdemo-nofast.log
tests/depdemo-nofast-make.log
tests/depdemo-nofast-exec.log
tests/depdemo-nofast-inst.log
tests/depdemo-nofast-unst.log
tests/demo-pic.log
tests/demo-pic-make.log
tests/demo-pic-exec.log
tests/demo-nopic.log
tests/demo-nopic-make.log
tests/demo-nopic-exec.log
tests/cdemo-shared.log
tests/cdemo-shared-make.log
tests/cdemo-shared-exec.log
tests/mdemo-shared.log
tests/mdemo-shared-make.log
tests/mdemo-shared-exec.log
tests/mdemo-shared-inst.log
tests/mdemo-shared-unst.log
tests/cdemo-undef.log
tests/cdemo-undef-make.log
tests/cdemo-undef-exec.log
tests/tagdemo-static.log
tests/tagdemo-static-make.log
tests/tagdemo-static-exec.log
tests/tagdemo-conf.log
tests/tagdemo-make.log
tests/tagdemo-exec.log
tests/tagdemo-shared.log
tests/tagdemo-shared-make.log
tests/tagdemo-shared-exec.log
tests/tagdemo-undef.log
tests/tagdemo-undef-make.log
tests/tagdemo-undef-exec.log
tests/demo-shared.log
tests/demo-shared-make.log
tests/demo-shared-exec.log
tests/demo-shared-inst.log
tests/demo-hardcode.log
tests/demo-relink.log
tests/demo-noinst-link.log
tests/demo-shared-unst.log
tests/depdemo-shared.log
tests/depdemo-shared-make.log
tests/depdemo-shared-exec.log
tests/depdemo-shared-inst.log
tests/depdemo-relink.log
tests/depdemo-shared-unst.log'.
   File 'tests/link.log
tests/link-2.log
tests/nomode.log
tests/objectlist.log
tests/quote.log
tests/sh.log
tests/suffix.log
tests/tagtrace.log
tests/cdemo-static.log
tests/cdemo-static-make.log
tests/cdemo-static-exec.log
tests/demo-static.log
tests/demo-static-make.log
tests/demo-static-exec.log
tests/demo-static-inst.log
tests/demo-static-unst.log
tests/depdemo-static.log
tests/depdemo-static-make.log
tests/depdemo-static-exec.log
tests/depdemo-static-inst.log
tests/depdemo-static-unst.log
tests/mdemo-static.log
tests/mdemo-static-make.log
tests/mdemo-static-exec.log
tests/mdemo-static-inst.log
tests/mdemo-static-unst.log
tests/cdemo-conf.log
tests/cdemo-make.log
tests/cdemo-exec.log
tests/demo-conf.log
tests/demo-make.log
tests/demo-exec.log
tests/demo-inst.log
tests/demo-unst.log
tests/demo-deplibs.log
tests/depdemo-conf.log
tests/depdemo-make.log
tests/depdemo-exec.log
tests/depdemo-inst.log
tests/depdemo-unst.log
tests/mdemo-conf.log
tests/mdemo-make.log
tests/mdemo-exec.log
tests/mdemo-inst.log
tests/mdemo-unst.log
tests/mdemo-dryrun.log
tests/mdemo2-conf.log
tests/mdemo2-make.log
tests/mdemo2-exec.log
tests/pdemo-conf.log
tests/pdemo-make.log
tests/pdemo-exec.log
tests/pdemo-inst.log
tests/demo-nofast.log
tests/demo-nofast-make.log
tests/demo-nofast-exec.log
tests/demo-nofast-inst.log
tests/demo-nofast-unst.log
tests/depdemo-nofast.log
tests/depdemo-nofast-make.log
tests/depdemo-nofast-exec.log
tests/depdemo-nofast-inst.log
tests/depdemo-nofast-unst.log
tests/demo-pic.log
tests/demo-pic-make.log
tests/demo-pic-exec.log
tests/demo-nopic.log
tests/demo-nopic-make.log
tests/demo-nopic-exec.log
tests/cdemo-shared.log
tests/cdemo-shared-make.log
tests/cdemo-shared-exec.log
tests/mdemo-shared.log
tests/mdemo-shared-make.log
tests/mdemo-shared-exec.log
tests/mdemo-shared-inst.log
tests/mdemo-shared-unst.log
tests/cdemo-undef.log
tests/cdemo-undef-make.log
tests/cdemo-undef-exec.log
tests/tagdemo-static.log
tests/tagdemo-static-make.log
tests/tagdemo-static-exec.log
tests/tagdemo-conf.log
tests/tagdemo-make.log
tests/tagdemo-exec.log
tests/tagdemo-shared.log
tests/tagdemo-shared-make.log
tests/tagdemo-shared-exec.log
tests/tagdemo-undef.log
tests/tagdemo-undef-make.log
tests/tagdemo-undef-exec.log
tests/demo-shared.log
tests/demo-shared-make.log
tests/demo-shared-exec.log
tests/demo-shared-inst.log
tests/demo-hardcode.log
tests/demo-relink.log
tests/demo-noinst-link.log
tests/demo-shared-unst.log
tests/depdemo-shared.log
tests/depdemo-shared-make.log
tests/depdemo-shared-exec.log
tests/depdemo-shared-inst.log
tests/depdemo-relink.log
tests/depdemo-shared-unst.log' does not exist.
   Looking for an implicit rule for 'tests/link.log
tests/link-2.log
tests/nomode.log
tests/objectlist.log
tests/quote.log
tests/sh.log
tests/suffix.log
tests/tagtrace.log
tests/cdemo-static.log
tests/cdemo-static-make.log
tests/cdemo-static-exec.log
tests/demo-static.log
tests/demo-static-make.log
tests/demo-static-exec.log
tests/demo-static-inst.log
tests/demo-static-unst.log
tests/depdemo-static.log
tests/depdemo-static-make.log
tests/depdemo-static-exec.log
tests/depdemo-static-inst.log
tests/depdemo-static-unst.log
tests/mdemo-static.log
tests/mdemo-static-make.log
tests/mdemo-static-exec.log
tests/mdemo-static-inst.log
tests/mdemo-static-unst.log
tests/cdemo-conf.log
tests/cdemo-make.log
tests/cdemo-exec.log
tests/demo-conf.log
tests/demo-make.log
tests/demo-exec.log
tests/demo-inst.log
tests/demo-unst.log
tests/demo-deplibs.log
tests/depdemo-conf.log
tests/depdemo-make.log
tests/depdemo-exec.log
tests/depdemo-inst.log
tests/depdemo-unst.log
tests/mdemo-conf.log
tests/mdemo-make.log
tests/mdemo-exec.log
tests/mdemo-inst.log
tests/mdemo-unst.log
tests/mdemo-dryrun.log
tests/mdemo2-conf.log
tests/mdemo2-make.log
tests/mdemo2-exec.log
tests/pdemo-conf.log
tests/pdemo-make.log
tests/pdemo-exec.log
tests/pdemo-inst.log
tests/demo-nofast.log
tests/demo-nofast-make.log
tests/demo-nofast-exec.log
tests/demo-nofast-inst.log
tests/demo-nofast-unst.log
tests/depdemo-nofast.log
tests/depdemo-nofast-make.log
tests/depdemo-nofast-exec.log
tests/depdemo-nofast-inst.log
tests/depdemo-nofast-unst.log
tests/demo-pic.log
tests/demo-pic-make.log
tests/demo-pic-exec.log
tests/demo-nopic.log
tests/demo-nopic-make.log
tests/demo-nopic-exec.log
tests/cdemo-shared.log
tests/cdemo-shared-make.log
tests/cdemo-shared-exec.log
tests/mdemo-shared.log
tests/mdemo-shared-make.log
tests/mdemo-shared-exec.log
tests/mdemo-shared-inst.log
tests/mdemo-shared-unst.log
tests/cdemo-undef.log
tests/cdemo-undef-make.log
tests/cdemo-undef-exec.log
tests/tagdemo-static.log
tests/tagdemo-static-make.log
tests/tagdemo-static-exec.log
tests/tagdemo-conf.log
tests/tagdemo-make.log
tests/tagdemo-exec.log
tests/tagdemo-shared.log
tests/tagdemo-shared-make.log
tests/tagdemo-shared-exec.log
tests/tagdemo-undef.log
tests/tagdemo-undef-make.log
tests/tagdemo-undef-exec.log
tests/demo-shared.log
tests/demo-shared-make.log
tests/demo-shared-exec.log
tests/demo-shared-inst.log
tests/demo-hardcode.log
tests/demo-relink.log
tests/demo-noinst-link.log
tests/demo-shared-unst.log
tests/depdemo-shared.log
tests/depdemo-shared-make.log
tests/depdemo-shared-exec.log
tests/depdemo-shared-inst.log
tests/depdemo-relink.log
tests/depdemo-shared-unst.log'.
   Stem too long: 'tests/link.log
tests/link-2.log
tests/nomode.log
tests/objectlist.log
tests/quote.log
tests/sh.log
tests/suffix.log
tests/tagtrace.log
tests/cdemo-static.log
tests/cdemo-static-make.log
tests/cdemo-static-exec.log
tests/demo-static.log
tests/demo-static-make.log
tests/demo-static-exec.log
tests/demo-static-inst.log
tests/demo-static-unst.log
tests/depdemo-static.log
tests/depdemo-static-make.log
tests/depdemo-static-exec.log
tests/depdemo-static-inst.log
tests/depdemo-static-unst.log
tests/mdemo-static.log
tests/mdemo-static-make.log
tests/mdemo-static-exec.log
tests/mdemo-static-inst.log
tests/mdemo-static-unst.log
tests/cdemo-conf.log
tests/cdemo-make.log
tests/cdemo-exec.log
tests/demo-conf.log
tests/demo-make.log
tests/demo-exec.log
tests/demo-inst.log
tests/demo-unst.log
tests/demo-deplibs.log
tests/depdemo-conf.log
tests/depdemo-make.log
tests/depdemo-exec.log
tests/depdemo-inst.log
tests/depdemo-unst.log
tests/mdemo-conf.log
tests/mdemo-make.log
tests/mdemo-exec.log
tests/mdemo-inst.log
tests/mdemo-unst.log
tests/mdemo-dryrun.log
tests/mdemo2-conf.log
tests/mdemo2-make.log
tests/mdemo2-exec.log
tests/pdemo-conf.log
tests/pdemo-make.log
tests/pdemo-exec.log
tests/pdemo-inst.log
tests/demo-nofast.log
tests/demo-nofast-make.log
tests/demo-nofast-exec.log
tests/demo-nofast-inst.log
tests/demo-nofast-unst.log
tests/depdemo-nofast.log
tests/depdemo-nofast-make.log
tests/depdemo-nofast-exec.log
tests/depdemo-nofast-inst.log
tests/depdemo-nofast-unst.log
tests/demo-pic.log
tests/demo-pic-make.log
tests/demo-pic-exec.log
tests/demo-nopic.log
tests/demo-nopic-make.log
tests/demo-nopic-exec.log
tests/cdemo-shared.log
tests/cdemo-shared-make.log
tests/cdemo-shared-exec.log
tests/mdemo-shared.log
tests/mdemo-shared-make.log
tests/mdemo-shared-exec.log
tests/mdemo-shared-inst.log
tests/mdemo-shared-unst.log
tests/cdemo-undef.log
tests/cdemo-undef-make.log
tests/cdemo-undef-exec.log
tests/tagdemo-static.log
tests/tagdemo-static-make.log
tests/tagdemo-static-exec.log
tests/tagdemo-conf.log
tests/tagdemo-make.log
tests/tagdemo-exec.log
tests/tagdemo-shared.log
tests/tagdemo-shared-make.log
tests/tagdemo-shared-exec.log
tests/tagdemo-undef.log
tests/tagdemo-undef-make.log
tests/tagdemo-undef-exec.log
tests/demo-shared.log
tests/demo-shared-make.log
tests/demo-shared-exec.log
tests/demo-shared-inst.log
tests/demo-hardcode.log
tests/demo-relink.log
tests/demo-noinst-link.log
tests/demo-shared-unst.log
tests/depdemo-shared.log
tests/depdemo-shared-make.log
tests/depdemo-shared-exec.log
tests/depdemo-shared-inst.log
tests/depdemo-relink.log
tests/depdemo-shared-unst'.
   Stem too long: 'tests/link.log
tests/link-2.log
tests/nomode.log
tests/objectlist.log
tests/quote.log
tests/sh.log
tests/suffix.log
tests/tagtrace.log
tests/cdemo-static.log
tests/cdemo-static-make.log
tests/cdemo-static-exec.log
tests/demo-static.log
tests/demo-static-make.log
tests/demo-static-exec.log
tests/demo-static-inst.log
tests/demo-static-unst.log
tests/depdemo-static.log
tests/depdemo-static-make.log
tests/depdemo-static-exec.log
tests/depdemo-static-inst.log
tests/depdemo-static-unst.log
tests/mdemo-static.log
tests/mdemo-static-make.log
tests/mdemo-static-exec.log
tests/mdemo-static-inst.log
tests/mdemo-static-unst.log
tests/cdemo-conf.log
tests/cdemo-make.log
tests/cdemo-exec.log
tests/demo-conf.log
tests/demo-make.log
tests/demo-exec.log
tests/demo-inst.log
tests/demo-unst.log
tests/demo-deplibs.log
tests/depdemo-conf.log
tests/depdemo-make.log
tests/depdemo-exec.log
tests/depdemo-inst.log
tests/depdemo-unst.log
tests/mdemo-conf.log
tests/mdemo-make.log
tests/mdemo-exec.log
tests/mdemo-inst.log
tests/mdemo-unst.log
tests/mdemo-dryrun.log
tests/mdemo2-conf.log
tests/mdemo2-make.log
tests/mdemo2-exec.log
tests/pdemo-conf.log
tests/pdemo-make.log
tests/pdemo-exec.log
tests/pdemo-inst.log
tests/demo-nofast.log
tests/demo-nofast-make.log
tests/demo-nofast-exec.log
tests/demo-nofast-inst.log
tests/demo-nofast-unst.log
tests/depdemo-nofast.log
tests/depdemo-nofast-make.log
tests/depdemo-nofast-exec.log
tests/depdemo-nofast-inst.log
tests/depdemo-nofast-unst.log
tests/demo-pic.log
tests/demo-pic-make.log
tests/demo-pic-exec.log
tests/demo-nopic.log
tests/demo-nopic-make.log
tests/demo-nopic-exec.log
tests/cdemo-shared.log
tests/cdemo-shared-make.log
tests/cdemo-shared-exec.log
tests/mdemo-shared.log
tests/mdemo-shared-make.log
tests/mdemo-shared-exec.log
tests/mdemo-shared-inst.log
tests/mdemo-shared-unst.log
tests/cdemo-undef.log
tests/cdemo-undef-make.log
tests/cdemo-undef-exec.log
tests/tagdemo-static.log
tests/tagdemo-static-make.log
tests/tagdemo-static-exec.log
tests/tagdemo-conf.log
tests/tagdemo-make.log
tests/tagdemo-exec.log
tests/tagdemo-shared.log
tests/tagdemo-shared-make.log
tests/tagdemo-shared-exec.log
tests/tagdemo-undef.log
tests/tagdemo-undef-make.log
tests/tagdemo-undef-exec.log
tests/demo-shared.log
tests/demo-shared-make.log
tests/demo-shared-exec.log
tests/demo-shared-inst.log
tests/demo-hardcode.log
tests/demo-relink.log
tests/demo-noinst-link.log
tests/demo-shared-unst.log
tests/depdemo-shared.log
tests/depdemo-shared-make.log
tests/depdemo-shared-exec.log
tests/depdemo-shared-inst.log
tests/depdemo-relink.log
tests/depdemo-shared-unst.log'.
   Stem too long: 'tests/link.log
tests/link-2.log
tests/nomode.log
tests/objectlist.log
tests/quote.log
tests/sh.log
tests/suffix.log
tests/tagtrace.log
tests/cdemo-static.log
tests/cdemo-static-make.log
tests/cdemo-static-exec.log
tests/demo-static.log
tests/demo-static-make.log
tests/demo-static-exec.log
tests/demo-static-inst.log
tests/demo-static-unst.log
tests/depdemo-static.log
tests/depdemo-static-make.log
tests/depdemo-static-exec.log
tests/depdemo-static-inst.log
tests/depdemo-static-unst.log
tests/mdemo-static.log
tests/mdemo-static-make.log
tests/mdemo-static-exec.log
tests/mdemo-static-inst.log
tests/mdemo-static-unst.log
tests/cdemo-conf.log
tests/cdemo-make.log
tests/cdemo-exec.log
tests/demo-conf.log
tests/demo-make.log
tests/demo-exec.log
tests/demo-inst.log
tests/demo-unst.log
tests/demo-deplibs.log
tests/depdemo-conf.log
tests/depdemo-make.log
tests/depdemo-exec.log
tests/depdemo-inst.log
tests/depdemo-unst.log
tests/mdemo-conf.log
tests/mdemo-make.log
tests/mdemo-exec.log
tests/mdemo-inst.log
tests/mdemo-unst.log
tests/mdemo-dryrun.log
tests/mdemo2-conf.log
tests/mdemo2-make.log
tests/mdemo2-exec.log
tests/pdemo-conf.log
tests/pdemo-make.log
tests/pdemo-exec.log
tests/pdemo-inst.log
tests/demo-nofast.log
tests/demo-nofast-make.log
tests/demo-nofast-exec.log
tests/demo-nofast-inst.log
tests/demo-nofast-unst.log
tests/depdemo-nofast.log
tests/depdemo-nofast-make.log
tests/depdemo-nofast-exec.log
tests/depdemo-nofast-inst.log
tests/depdemo-nofast-unst.log
tests/demo-pic.log
tests/demo-pic-make.log
tests/demo-pic-exec.log
tests/demo-nopic.log
tests/demo-nopic-make.log
tests/demo-nopic-exec.log
tests/cdemo-shared.log
tests/cdemo-shared-make.log
tests/cdemo-shared-exec.log
tests/mdemo-shared.log
tests/mdemo-shared-make.log
tests/mdemo-shared-exec.log
tests/mdemo-shared-inst.log
tests/mdemo-shared-unst.log
tests/cdemo-undef.log
tests/cdemo-undef-make.log
tests/cdemo-undef-exec.log
tests/tagdemo-static.log
tests/tagdemo-static-make.log
tests/tagdemo-static-exec.log
tests/tagdemo-conf.log
tests/tagdemo-make.log
tests/tagdemo-exec.log
tests/tagdemo-shared.log
tests/tagdemo-shared-make.log
tests/tagdemo-shared-exec.log
tests/tagdemo-undef.log
tests/tagdemo-undef-make.log
tests/tagdemo-undef-exec.log
tests/demo-shared.log
tests/demo-shared-make.log
tests/demo-shared-exec.log
tests/demo-shared-inst.log
tests/demo-hardcode.log
tests/demo-relink.log
tests/demo-noinst-link.log
tests/demo-shared-unst.log
tests/depdemo-shared.log
tests/depdemo-shared-make.log
tests/depdemo-shared-exec.log
tests/depdemo-shared-inst.log
tests/depdemo-relink.log
tests/depdemo-shared-unst.log'.
   Stem too long: 'tests/link.log
tests/link-2.log
tests/nomode.log
tests/objectlist.log
tests/quote.log
tests/sh.log
tests/suffix.log
tests/tagtrace.log
tests/cdemo-static.log
tests/cdemo-static-make.log
tests/cdemo-static-exec.log
tests/demo-static.log
tests/demo-static-make.log
tests/demo-static-exec.log
tests/demo-static-inst.log
tests/demo-static-unst.log
tests/depdemo-static.log
tests/depdemo-static-make.log
tests/depdemo-static-exec.log
tests/depdemo-static-inst.log
tests/depdemo-static-unst.log
tests/mdemo-static.log
tests/mdemo-static-make.log
tests/mdemo-static-exec.log
tests/mdemo-static-inst.log
tests/mdemo-static-unst.log
tests/cdemo-conf.log
tests/cdemo-make.log
tests/cdemo-exec.log
tests/demo-conf.log
tests/demo-make.log
tests/demo-exec.log
tests/demo-inst.log
tests/demo-unst.log
tests/demo-deplibs.log
tests/depdemo-conf.log
tests/depdemo-make.log
tests/depdemo-exec.log
tests/depdemo-inst.log
tests/depdemo-unst.log
tests/mdemo-conf.log
tests/mdemo-make.log
tests/mdemo-exec.log
tests/mdemo-inst.log
tests/mdemo-unst.log
tests/mdemo-dryrun.log
tests/mdemo2-conf.log
tests/mdemo2-make.log
tests/mdemo2-exec.log
tests/pdemo-conf.log
tests/pdemo-make.log
tests/pdemo-exec.log
tests/pdemo-inst.log
tests/demo-nofast.log
tests/demo-nofast-make.log
tests/demo-nofast-exec.log
tests/demo-nofast-inst.log
tests/demo-nofast-unst.log
tests/depdemo-nofast.log
tests/depdemo-nofast-make.log
tests/depdemo-nofast-exec.log
tests/depdemo-nofast-inst.log
tests/depdemo-nofast-unst.log
tests/demo-pic.log
tests/demo-pic-make.log
tests/demo-pic-exec.log
tests/demo-nopic.log
tests/demo-nopic-make.log
tests/demo-nopic-exec.log
tests/cdemo-shared.log
tests/cdemo-shared-make.log
tests/cdemo-shared-exec.log
tests/mdemo-shared.log
tests/mdemo-shared-make.log
tests/mdemo-shared-exec.log
tests/mdemo-shared-inst.log
tests/mdemo-shared-unst.log
tests/cdemo-undef.log
tests/cdemo-undef-make.log
tests/cdemo-undef-exec.log
tests/tagdemo-static.log
tests/tagdemo-static-make.log
tests/tagdemo-static-exec.log
tests/tagdemo-conf.log
tests/tagdemo-make.log
tests/tagdemo-exec.log
tests/tagdemo-shared.log
tests/tagdemo-shared-make.log
tests/tagdemo-shared-exec.log
tests/tagdemo-undef.log
tests/tagdemo-undef-make.log
tests/tagdemo-undef-exec.log
tests/demo-shared.log
tests/demo-shared-make.log
tests/demo-shared-exec.log
tests/demo-shared-inst.log
tests/demo-hardcode.log
tests/demo-relink.log
tests/demo-noinst-link.log
tests/demo-shared-unst.log
tests/depdemo-shared.log
tests/depdemo-shared-make.log
tests/depdemo-shared-exec.log
tests/depdemo-shared-inst.log
tests/depdemo-relink.log
tests/depdemo-shared-unst.log'.
   Stem too long: 'tests/link.log
tests/link-2.log
tests/nomode.log
tests/objectlist.log
tests/quote.log
tests/sh.log
tests/suffix.log
tests/tagtrace.log
tests/cdemo-static.log
tests/cdemo-static-make.log
tests/cdemo-static-exec.log
tests/demo-static.log
tests/demo-static-make.log
tests/demo-static-exec.log
tests/demo-static-inst.log
tests/demo-static-unst.log
tests/depdemo-static.log
tests/depdemo-static-make.log
tests/depdemo-static-exec.log
tests/depdemo-static-inst.log
tests/depdemo-static-unst.log
tests/mdemo-static.log
tests/mdemo-static-make.log
tests/mdemo-static-exec.log
tests/mdemo-static-inst.log
tests/mdemo-static-unst.log
tests/cdemo-conf.log
tests/cdemo-make.log
tests/cdemo-exec.log
tests/demo-conf.log
tests/demo-make.log
tests/demo-exec.log
tests/demo-inst.log
tests/demo-unst.log
tests/demo-deplibs.log
tests/depdemo-conf.log
tests/depdemo-make.log
tests/depdemo-exec.log
tests/depdemo-inst.log
tests/depdemo-unst.log
tests/mdemo-conf.log
tests/mdemo-make.log
tests/mdemo-exec.log
tests/mdemo-inst.log
tests/mdemo-unst.log
tests/mdemo-dryrun.log
tests/mdemo2-conf.log
tests/mdemo2-make.log
tests/mdemo2-exec.log
tests/pdemo-conf.log
tests/pdemo-make.log
tests/pdemo-exec.log
tests/pdemo-inst.log
tests/demo-nofast.log
tests/demo-nofast-make.log
tests/demo-nofast-exec.log
tests/demo-nofast-inst.log
tests/demo-nofast-unst.log
tests/depdemo-nofast.log
tests/depdemo-nofast-make.log
tests/depdemo-nofast-exec.log
tests/depdemo-nofast-inst.log
tests/depdemo-nofast-unst.log
tests/demo-pic.log
tests/demo-pic-make.log
tests/demo-pic-exec.log
tests/demo-nopic.log
tests/demo-nopic-make.log
tests/demo-nopic-exec.log
tests/cdemo-shared.log
tests/cdemo-shared-make.log
tests/cdemo-shared-exec.log
tests/mdemo-shared.log
tests/mdemo-shared-make.log
tests/mdemo-shared-exec.log
tests/mdemo-shared-inst.log
tests/mdemo-shared-unst.log
tests/cdemo-undef.log
tests/cdemo-undef-make.log
tests/cdemo-undef-exec.log
tests/tagdemo-static.log
tests/tagdemo-static-make.log
tests/tagdemo-static-exec.log
tests/tagdemo-conf.log
tests/tagdemo-make.log
tests/tagdemo-exec.log
tests/tagdemo-shared.log
tests/tagdemo-shared-make.log
tests/tagdemo-shared-exec.log
tests/tagdemo-undef.log
tests/tagdemo-undef-make.log
tests/tagdemo-undef-exec.log
tests/demo-shared.log
tests/demo-shared-make.log
tests/demo-shared-exec.log
tests/demo-shared-inst.log
tests/demo-hardcode.log
tests/demo-relink.log
tests/demo-noinst-link.log
tests/demo-shared-unst.log
tests/depdemo-shared.log
tests/depdemo-shared-make.log
tests/depdemo-shared-exec.log
tests/depdemo-shared-inst.log
tests/depdemo-relink.log
tests/depdemo-shared-unst.log'.
   Stem too long: 'tests/link.log
tests/link-2.log
tests/nomode.log
tests/objectlist.log
tests/quote.log
tests/sh.log
tests/suffix.log
tests/tagtrace.log
tests/cdemo-static.log
tests/cdemo-static-make.log
tests/cdemo-static-exec.log
tests/demo-static.log
tests/demo-static-make.log
tests/demo-static-exec.log
tests/demo-static-inst.log
tests/demo-static-unst.log
tests/depdemo-static.log
tests/depdemo-static-make.log
tests/depdemo-static-exec.log
tests/depdemo-static-inst.log
tests/depdemo-static-unst.log
tests/mdemo-static.log
tests/mdemo-static-make.log
tests/mdemo-static-exec.log
tests/mdemo-static-inst.log
tests/mdemo-static-unst.log
tests/cdemo-conf.log
tests/cdemo-make.log
tests/cdemo-exec.log
tests/demo-conf.log
tests/demo-make.log
tests/demo-exec.log
tests/demo-inst.log
tests/demo-unst.log
tests/demo-deplibs.log
tests/depdemo-conf.log
tests/depdemo-make.log
tests/depdemo-exec.log
tests/depdemo-inst.log
tests/depdemo-unst.log
tests/mdemo-conf.log
tests/mdemo-make.log
tests/mdemo-exec.log
tests/mdemo-inst.log
tests/mdemo-unst.log
tests/mdemo-dryrun.log
tests/mdemo2-conf.log
tests/mdemo2-make.log
tests/mdemo2-exec.log
tests/pdemo-conf.log
tests/pdemo-make.log
tests/pdemo-exec.log
tests/pdemo-inst.log
tests/demo-nofast.log
tests/demo-nofast-make.log
tests/demo-nofast-exec.log
tests/demo-nofast-inst.log
tests/demo-nofast-unst.log
tests/depdemo-nofast.log
tests/depdemo-nofast-make.log
tests/depdemo-nofast-exec.log
tests/depdemo-nofast-inst.log
tests/depdemo-nofast-unst.log
tests/demo-pic.log
tests/demo-pic-make.log
tests/demo-pic-exec.log
tests/demo-nopic.log
tests/demo-nopic-make.log
tests/demo-nopic-exec.log
tests/cdemo-shared.log
tests/cdemo-shared-make.log
tests/cdemo-shared-exec.log
tests/mdemo-shared.log
tests/mdemo-shared-make.log
tests/mdemo-shared-exec.log
tests/mdemo-shared-inst.log
tests/mdemo-shared-unst.log
tests/cdemo-undef.log
tests/cdemo-undef-make.log
tests/cdemo-undef-exec.log
tests/tagdemo-static.log
tests/tagdemo-static-make.log
tests/tagdemo-static-exec.log
tests/tagdemo-conf.log
tests/tagdemo-make.log
tests/tagdemo-exec.log
tests/tagdemo-shared.log
tests/tagdemo-shared-make.log
tests/tagdemo-shared-exec.log
tests/tagdemo-undef.log
tests/tagdemo-undef-make.log
tests/tagdemo-undef-exec.log
tests/demo-shared.log
tests/demo-shared-make.log
tests/demo-shared-exec.log
tests/demo-shared-inst.log
tests/demo-hardcode.log
tests/demo-relink.log
tests/demo-noinst-link.log
tests/demo-shared-unst.log
tests/depdemo-shared.log
tests/depdemo-shared-make.log
tests/depdemo-shared-exec.log
tests/depdemo-shared-inst.log
tests/depdemo-relink.log
tests/depdemo-shared-unst.log'.
   Stem too long: 'tests/link.log
tests/link-2.log
tests/nomode.log
tests/objectlist.log
tests/quote.log
tests/sh.log
tests/suffix.log
tests/tagtrace.log
tests/cdemo-static.log
tests/cdemo-static-make.log
tests/cdemo-static-exec.log
tests/demo-static.log
tests/demo-static-make.log
tests/demo-static-exec.log
tests/demo-static-inst.log
tests/demo-static-unst.log
tests/depdemo-static.log
tests/depdemo-static-make.log
tests/depdemo-static-exec.log
tests/depdemo-static-inst.log
tests/depdemo-static-unst.log
tests/mdemo-static.log
tests/mdemo-static-make.log
tests/mdemo-static-exec.log
tests/mdemo-static-inst.log
tests/mdemo-static-unst.log
tests/cdemo-conf.log
tests/cdemo-make.log
tests/cdemo-exec.log
tests/demo-conf.log
tests/demo-make.log
tests/demo-exec.log
tests/demo-inst.log
tests/demo-unst.log
tests/demo-deplibs.log
tests/depdemo-conf.log
tests/depdemo-make.log
tests/depdemo-exec.log
tests/depdemo-inst.log
tests/depdemo-unst.log
tests/mdemo-conf.log
tests/mdemo-make.log
tests/mdemo-exec.log
tests/mdemo-inst.log
tests/mdemo-unst.log
tests/mdemo-dryrun.log
tests/mdemo2-conf.log
tests/mdemo2-make.log
tests/mdemo2-exec.log
tests/pdemo-conf.log
tests/pdemo-make.log
tests/pdemo-exec.log
tests/pdemo-inst.log
tests/demo-nofast.log
tests/demo-nofast-make.log
tests/demo-nofast-exec.log
tests/demo-nofast-inst.log
tests/demo-nofast-unst.log
tests/depdemo-nofast.log
tests/depdemo-nofast-make.log
tests/depdemo-nofast-exec.log
tests/depdemo-nofast-inst.log
tests/depdemo-nofast-unst.log
tests/demo-pic.log
tests/demo-pic-make.log
tests/demo-pic-exec.log
tests/demo-nopic.log
tests/demo-nopic-make.log
tests/demo-nopic-exec.log
tests/cdemo-shared.log
tests/cdemo-shared-make.log
tests/cdemo-shared-exec.log
tests/mdemo-shared.log
tests/mdemo-shared-make.log
tests/mdemo-shared-exec.log
tests/mdemo-shared-inst.log
tests/mdemo-shared-unst.log
tests/cdemo-undef.log
tests/cdemo-undef-make.log
tests/cdemo-undef-exec.log
tests/tagdemo-static.log
tests/tagdemo-static-make.log
tests/tagdemo-static-exec.log
tests/tagdemo-conf.log
tests/tagdemo-make.log
tests/tagdemo-exec.log
tests/tagdemo-shared.log
tests/tagdemo-shared-make.log
tests/tagdemo-shared-exec.log
tests/tagdemo-undef.log
tests/tagdemo-undef-make.log
tests/tagdemo-undef-exec.log
tests/demo-shared.log
tests/demo-shared-make.log
tests/demo-shared-exec.log
tests/demo-shared-inst.log
tests/demo-hardcode.log
tests/demo-relink.log
tests/demo-noinst-link.log
tests/demo-shared-unst.log
tests/depdemo-shared.log
tests/depdemo-shared-make.log
tests/depdemo-shared-exec.log
tests/depdemo-shared-inst.log
tests/depdemo-relink.log
tests/depdemo-shared-unst'.
   No implicit rule found for 'tests/link.log
tests/link-2.log
tests/nomode.log
tests/objectlist.log
tests/quote.log
tests/sh.log
tests/suffix.log
tests/tagtrace.log
tests/cdemo-static.log
tests/cdemo-static-make.log
tests/cdemo-static-exec.log
tests/demo-static.log
tests/demo-static-make.log
tests/demo-static-exec.log
tests/demo-static-inst.log
tests/demo-static-unst.log
tests/depdemo-static.log
tests/depdemo-static-make.log
tests/depdemo-static-exec.log
tests/depdemo-static-inst.log
tests/depdemo-static-unst.log
tests/mdemo-static.log
tests/mdemo-static-make.log
tests/mdemo-static-exec.log
tests/mdemo-static-inst.log
tests/mdemo-static-unst.log
tests/cdemo-conf.log
tests/cdemo-make.log
tests/cdemo-exec.log
tests/demo-conf.log
tests/demo-make.log
tests/demo-exec.log
tests/demo-inst.log
tests/demo-unst.log
tests/demo-deplibs.log
tests/depdemo-conf.log
tests/depdemo-make.log
tests/depdemo-exec.log
tests/depdemo-inst.log
tests/depdemo-unst.log
tests/mdemo-conf.log
tests/mdemo-make.log
tests/mdemo-exec.log
tests/mdemo-inst.log
tests/mdemo-unst.log
tests/mdemo-dryrun.log
tests/mdemo2-conf.log
tests/mdemo2-make.log
tests/mdemo2-exec.log
tests/pdemo-conf.log
tests/pdemo-make.log
tests/pdemo-exec.log
tests/pdemo-inst.log
tests/demo-nofast.log
tests/demo-nofast-make.log
tests/demo-nofast-exec.log
tests/demo-nofast-inst.log
tests/demo-nofast-unst.log
tests/depdemo-nofast.log
tests/depdemo-nofast-make.log
tests/depdemo-nofast-exec.log
tests/depdemo-nofast-inst.log
tests/depdemo-nofast-unst.log
tests/demo-pic.log
tests/demo-pic-make.log
tests/demo-pic-exec.log
tests/demo-nopic.log
tests/demo-nopic-make.log
tests/demo-nopic-exec.log
tests/cdemo-shared.log
tests/cdemo-shared-make.log
tests/cdemo-shared-exec.log
tests/mdemo-shared.log
tests/mdemo-shared-make.log
tests/mdemo-shared-exec.log
tests/mdemo-shared-inst.log
tests/mdemo-shared-unst.log
tests/cdemo-undef.log
tests/cdemo-undef-make.log
tests/cdemo-undef-exec.log
tests/tagdemo-static.log
tests/tagdemo-static-make.log
tests/tagdemo-static-exec.log
tests/tagdemo-conf.log
tests/tagdemo-make.log
tests/tagdemo-exec.log
tests/tagdemo-shared.log
tests/tagdemo-shared-make.log
tests/tagdemo-shared-exec.log
tests/tagdemo-undef.log
tests/tagdemo-undef-make.log
tests/tagdemo-undef-exec.log
tests/demo-shared.log
tests/demo-shared-make.log
tests/demo-shared-exec.log
tests/demo-shared-inst.log
tests/demo-hardcode.log
tests/demo-relink.log
tests/demo-noinst-link.log
tests/demo-shared-unst.log
tests/depdemo-shared.log
tests/depdemo-shared-make.log
tests/depdemo-shared-exec.log
tests/depdemo-shared-inst.log
tests/depdemo-relink.log
tests/depdemo-shared-unst.log'.
   Finished prerequisites of target file 'tests/link.log
tests/link-2.log
tests/nomode.log
tests/objectlist.log
tests/quote.log
tests/sh.log
tests/suffix.log
tests/tagtrace.log
tests/cdemo-static.log
tests/cdemo-static-make.log
tests/cdemo-static-exec.log
tests/demo-static.log
tests/demo-static-make.log
tests/demo-static-exec.log
tests/demo-static-inst.log
tests/demo-static-unst.log
tests/depdemo-static.log
tests/depdemo-static-make.log
tests/depdemo-static-exec.log
tests/depdemo-static-inst.log
tests/depdemo-static-unst.log
tests/mdemo-static.log
tests/mdemo-static-make.log
tests/mdemo-static-exec.log
tests/mdemo-static-inst.log
tests/mdemo-static-unst.log
tests/cdemo-conf.log
tests/cdemo-make.log
tests/cdemo-exec.log
tests/demo-conf.log
tests/demo-make.log
tests/demo-exec.log
tests/demo-inst.log
tests/demo-unst.log
tests/demo-deplibs.log
tests/depdemo-conf.log
tests/depdemo-make.log
tests/depdemo-exec.log
tests/depdemo-inst.log
tests/depdemo-unst.log
tests/mdemo-conf.log
tests/mdemo-make.log
tests/mdemo-exec.log
tests/mdemo-inst.log
tests/mdemo-unst.log
tests/mdemo-dryrun.log
tests/mdemo2-conf.log
tests/mdemo2-make.log
tests/mdemo2-exec.log
tests/pdemo-conf.log
tests/pdemo-make.log
tests/pdemo-exec.log
tests/pdemo-inst.log
tests/demo-nofast.log
tests/demo-nofast-make.log
tests/demo-nofast-exec.log
tests/demo-nofast-inst.log
tests/demo-nofast-unst.log
tests/depdemo-nofast.log
tests/depdemo-nofast-make.log
tests/depdemo-nofast-exec.log
tests/depdemo-nofast-inst.log
tests/depdemo-nofast-unst.log
tests/demo-pic.log
tests/demo-pic-make.log
tests/demo-pic-exec.log
tests/demo-nopic.log
tests/demo-nopic-make.log
tests/demo-nopic-exec.log
tests/cdemo-shared.log
tests/cdemo-shared-make.log
tests/cdemo-shared-exec.log
tests/mdemo-shared.log
tests/mdemo-shared-make.log
tests/mdemo-shared-exec.log
tests/mdemo-shared-inst.log
tests/mdemo-shared-unst.log
tests/cdemo-undef.log
tests/cdemo-undef-make.log
tests/cdemo-undef-exec.log
tests/tagdemo-static.log
tests/tagdemo-static-make.log
tests/tagdemo-static-exec.log
tests/tagdemo-conf.log
tests/tagdemo-make.log
tests/tagdemo-exec.log
tests/tagdemo-shared.log
tests/tagdemo-shared-make.log
tests/tagdemo-shared-exec.log
tests/tagdemo-undef.log
tests/tagdemo-undef-make.log
tests/tagdemo-undef-exec.log
tests/demo-shared.log
tests/demo-shared-make.log
tests/demo-shared-exec.log
tests/demo-shared-inst.log
tests/demo-hardcode.log
tests/demo-relink.log
tests/demo-noinst-link.log
tests/demo-shared-unst.log
tests/depdemo-shared.log
tests/depdemo-shared-make.log
tests/depdemo-shared-exec.log
tests/depdemo-shared-inst.log
tests/depdemo-relink.log
tests/depdemo-shared-unst.log'.
  Must remake target 'tests/link.log
tests/link-2.log
tests/nomode.log
tests/objectlist.log
tests/quote.log
tests/sh.log
tests/suffix.log
tests/tagtrace.log
tests/cdemo-static.log
tests/cdemo-static-make.log
tests/cdemo-static-exec.log
tests/demo-static.log
tests/demo-static-make.log
tests/demo-static-exec.log
tests/demo-static-inst.log
tests/demo-static-unst.log
tests/depdemo-static.log
tests/depdemo-static-make.log
tests/depdemo-static-exec.log
tests/depdemo-static-inst.log
tests/depdemo-static-unst.log
tests/mdemo-static.log
tests/mdemo-static-make.log
tests/mdemo-static-exec.log
tests/mdemo-static-inst.log
tests/mdemo-static-unst.log
tests/cdemo-conf.log
tests/cdemo-make.log
tests/cdemo-exec.log
tests/demo-conf.log
tests/demo-make.log
tests/demo-exec.log
tests/demo-inst.log
tests/demo-unst.log
tests/demo-deplibs.log
tests/depdemo-conf.log
tests/depdemo-make.log
tests/depdemo-exec.log
tests/depdemo-inst.log
tests/depdemo-unst.log
tests/mdemo-conf.log
tests/mdemo-make.log
tests/mdemo-exec.log
tests/mdemo-inst.log
tests/mdemo-unst.log
tests/mdemo-dryrun.log
tests/mdemo2-conf.log
tests/mdemo2-make.log
tests/mdemo2-exec.log
tests/pdemo-conf.log
tests/pdemo-make.log
tests/pdemo-exec.log
tests/pdemo-inst.log
tests/demo-nofast.log
tests/demo-nofast-make.log
tests/demo-nofast-exec.log
tests/demo-nofast-inst.log
tests/demo-nofast-unst.log
tests/depdemo-nofast.log
tests/depdemo-nofast-make.log
tests/depdemo-nofast-exec.log
tests/depdemo-nofast-inst.log
tests/depdemo-nofast-unst.log
tests/demo-pic.log
tests/demo-pic-make.log
tests/demo-pic-exec.log
tests/demo-nopic.log
tests/demo-nopic-make.log
tests/demo-nopic-exec.log
tests/cdemo-shared.log
tests/cdemo-shared-make.log
tests/cdemo-shared-exec.log
tests/mdemo-shared.log
tests/mdemo-shared-make.log
tests/mdemo-shared-exec.log
tests/mdemo-shared-inst.log
tests/mdemo-shared-unst.log
tests/cdemo-undef.log
tests/cdemo-undef-make.log
tests/cdemo-undef-exec.log
tests/tagdemo-static.log
tests/tagdemo-static-make.log
tests/tagdemo-static-exec.log
tests/tagdemo-conf.log
tests/tagdemo-make.log
tests/tagdemo-exec.log
tests/tagdemo-shared.log
tests/tagdemo-shared-make.log
tests/tagdemo-shared-exec.log
tests/tagdemo-undef.log
tests/tagdemo-undef-make.log
tests/tagdemo-undef-exec.log
tests/demo-shared.log
tests/demo-shared-make.log
tests/demo-shared-exec.log
tests/demo-shared-inst.log
tests/demo-hardcode.log
tests/demo-relink.log
tests/demo-noinst-link.log
tests/demo-shared-unst.log
tests/depdemo-shared.log
tests/depdemo-shared-make.log
tests/depdemo-shared-exec.log
tests/depdemo-shared-inst.log
tests/depdemo-relink.log
tests/depdemo-shared-unst.log'.
make[4]: *** No rule to make target 'tests/link.log
tests/link-2.log
tests/nomode.log
tests/objectlist.log
tests/quote.log
tests/sh.log
tests/suffix.log
tests/tagtrace.log
tests/cdemo-static.log
tests/cdemo-static-make.log
tests/cdemo-static-exec.log
tests/demo-static.log
tests/demo-static-make.log
tests/demo-static-exec.log
tests/demo-static-inst.log
tests/demo-static-unst.log
tests/depdemo-static.log
tests/depdemo-static-make.log
tests/depdemo-static-exec.log
tests/depdemo-static-inst.log
tests/depdemo-static-unst.log
tests/mdemo-static.log
tests/mdemo-static-make.log
tests/mdemo-static-exec.log
tests/mdemo-static-inst.log
tests/mdemo-static-unst.log
tests/cdemo-conf.log
tests/cdemo-make.log
tests/cdemo-exec.log
tests/demo-conf.log
tests/demo-make.log
tests/demo-exec.log
tests/demo-inst.log
tests/demo-unst.log
tests/demo-deplibs.log
tests/depdemo-conf.log
tests/depdemo-make.log
tests/depdemo-exec.log
tests/depdemo-inst.log
tests/depdemo-unst.log
tests/mdemo-conf.log
tests/mdemo-make.log
tests/mdemo-exec.log
tests/mdemo-inst.log
tests/mdemo-unst.log
tests/mdemo-dryrun.log
tests/mdemo2-conf.log
tests/mdemo2-make.log
tests/mdemo2-exec.log
tests/pdemo-conf.log
tests/pdemo-make.log
tests/pdemo-exec.log
tests/pdemo-inst.log
tests/demo-nofast.log
tests/demo-nofast-make.log
tests/demo-nofast-exec.log
tests/demo-nofast-inst.log
tests/demo-nofast-unst.log
tests/depdemo-nofast.log
tests/depdemo-nofast-make.log
tests/depdemo-nofast-exec.log
tests/depdemo-nofast-inst.log
tests/depdemo-nofast-unst.log
tests/demo-pic.log
tests/demo-pic-make.log
tests/demo-pic-exec.log
tests/demo-nopic.log
tests/demo-nopic-make.log
tests/demo-nopic-exec.log
tests/cdemo-shared.log
tests/cdemo-shared-make.log
tests/cdemo-shared-exec.log
tests/mdemo-shared.log
tests/mdemo-shared-make.log
tests/mdemo-shared-exec.log
tests/mdemo-shared-inst.log
tests/mdemo-shared-unst.log
tests/cdemo-undef.log
tests/cdemo-undef-make.log
tests/cdemo-undef-exec.log
tests/tagdemo-static.log
tests/tagdemo-static-make.log
tests/tagdemo-static-exec.log
tests/tagdemo-conf.log
tests/tagdemo-make.log
tests/tagdemo-exec.log
tests/tagdemo-shared.log
tests/tagdemo-shared-make.log
tests/tagdemo-shared-exec.log
tests/tagdemo-undef.log
tests/tagdemo-undef-make.log
tests/tagdemo-undef-exec.log
tests/demo-shared.log
tests/demo-shared-make.log
tests/demo-shared-exec.log
tests/demo-shared-inst.log
tests/demo-hardcode.log
tests/demo-relink.log
tests/demo-noinst-link.log
tests/demo-shared-unst.log
tests/depdemo-shared.log
tests/depdemo-shared-make.log
tests/depdemo-shared-exec.log
tests/depdemo-shared-inst.log
tests/depdemo-relink.log
tests/depdemo-shared-unst.log', needed by 'test-suite.log'.  Stop.
make[4]: Leaving directory '/fultonm/zopen/dev/libtoolport/libtool-2.4'
Reaping losing child 500869C310 PID 50332378 
make[3]: *** [Makefile:1780: check-TESTS] Error 2
Removing child 500869C310 PID 50332378 from chain.
make[3]: Leaving directory '/fultonm/zopen/dev/libtoolport/libtool-2.4'
Reaping losing child 50086AC490 PID 33555046 
make[2]: *** [Makefile:2017: check-am] Error 2
Removing child 50086AC490 PID 33555046 from chain.
make[2]: Leaving directory '/fultonm/zopen/dev/libtoolport/libtool-2.4'
Reaping losing child 50086A34F0 PID 33554510 
make[1]: *** [Makefile:1540: check-recursive] Error 1
Removing child 50086A34F0 PID 33554510 from chain.
make[1]: Leaving directory '/fultonm/zopen/dev/libtoolport/libtool-2.4'
Reaping losing child 500869D410 PID 16777759 
make: *** [Makefile:2019: check] Error 2
Removing child 500869D410 PID 16777759 from chain.

openedition should be added with pass_all

We have to patch packages like gettext to have pass_all added under the openedition case.
If we push this into libtoolport we won't have to do this anymore.

(removed refs to gnulibtool since this is a libtool fix not gnulibtool)

A great opportunity for someone that wants to get involved in the Open Source community.

libtool doesn't seem to know about shared libraries on z/OS

It doesn't look like libtool actually supports shared libraries on zOS, it only knows how to link static libraries.

in other words, when it slices and dices args for link or install commands, it doesn't know it's managing a "side deck" .x file. This should probably be caveated somewhere.

Note: I am barely literate when it comes to libtool and using it without losing your mind requires autoconf and automake which all make me go cross-eyed.

libtool and libtoolize have hard-coded /jenkins in the tool

this is causing issues if trying to use libtool from download.

@IgorTodorovskiIBM I know you did some work to clean up jenkins refs on install. I am not sure but this may be holding back both m4 build with 'git' and gdbm trying to run tests.

FULTONM@ZOSCAN2B bash ~/zopen/prod/libtool >find . -name "*" | xargs grep jenkins
./bin/libtoolize:: ${EGREP="/jenkins/local/bin/grep -E"}
./bin/libtoolize:: ${FGREP="/jenkins/local/bin/grep -F"}
./bin/libtoolize:: ${GREP="/jenkins/local/bin/grep"}
./bin/libtool:#! /jenkins/local/bin/bash
./bin/libtool:SHELL="/jenkins/local/bin/bash"
./bin/libtool:GREP="/jenkins/local/bin/grep"
./bin/libtool:EGREP="/jenkins/local/bin/grep -E"
./bin/libtool:FGREP="/jenkins/local/bin/grep -F"
./bin/libtool:LTCC="/jenkins/workspace/Port-Build/libtool/libtool-2.4/libltdl/config/compile xlclang"
./bin/libtool:CC="/jenkins/workspace/Port-Build/libtool/libtool-2.4/libltdl/config/compile xlclang"

Add a condition for z/OS (openedition) for lt_cv_deplibs_check_method since we allow object files to be linked in

We're currently having to modify the configure scripts for gpg, and others.

In libltdl/m4/libtool.m4:

3102 # _LT_CHECK_MAGIC_METHOD
3103 # ----------------------
3104 # how to check for library dependencies
3105 #  -- PORTME fill in with the dynamic library characteristics
3106 m4_defun([_LT_CHECK_MAGIC_METHOD],
3107 [m4_require([_LT_DECL_EGREP])
3108 m4_require([_LT_DECL_OBJDUMP])
3109 AC_CACHE_CHECK([how to recognize dependent libraries],
3110 lt_cv_deplibs_check_method,
3111 [lt_cv_file_magic_cmd='$MAGIC_CMD'
3112 lt_cv_file_magic_test_file=
3113 lt_cv_deplibs_check_method='unknown'
3114 # Need to set the preceding variable on all platforms that support
3115 # interlibrary dependencies.
3116 # 'none' -- dependencies not supported.
3117 # `unknown' -- same as none, but documents that we really don't know.
3118 # 'pass_all' -- all dependencies passed with no checks.
3119 # 'test_compile' -- check by making test program.
3120 # 'file_magic [[regex]]' -- check by looking for files in library path
3121 # which responds to the $file_magic_cmd with a given extended regex.
3122 # If you have `file' or equivalent on your system and you're not sure
3123 # whether `pass_all' will *always* work, you probably want this one.
3124
3125 case $host_os in
3126 aix[[4-9]]*)
3127   lt_cv_deplibs_check_method=pass_all
3128   ;;
3129
3130 beos*)
3131   lt_cv_deplibs_check_method=pass_all
3132   ;;
3133
3134 bsdi[[45]]*)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.