bug-m4
[Top][All Lists]
Advanced

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

Re: linkage problem with m4 1.4.11 on AIX 6.1


From: Eric Blake
Subject: Re: linkage problem with m4 1.4.11 on AIX 6.1
Date: Thu, 24 Apr 2008 19:52:25 -0600
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.12) Gecko/20080213 Thunderbird/2.0.0.12 Mnenhy/0.7.5.666

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

[Please keep replies on the bug-m4 list, so that others may see the
resolution of this thread]

According to Rainer Tammer on 4/24/2008 10:46 AM:
| Hello Eric,
|
| Eric Blake wrote:
|> According to Rainer Tammer on 4/24/2008 5:59 AM:
|> | Hello,
|> | on AIX 6.1 two objects are missing from the libm4.a.
|> |
|> [...]
|>
|> |
|> | Any ideas ?
|>
|> Can you also post the config.log?
|>
|
| I am currently trying to recreate the problem. The problem with the
| missing object occurred
| during an rpm build operation on AIX 6.1. If I build the source in a
| separate directory everything is OK ...
| So I have to admit that this was probably a false alarm. I am very sorry
| for your inconvenience.

That's all right; I'm glad to hear it doesn't seem to be a real bug.

|
| I fear that I will have to rework my spec file :-((
|
| So far the only "problem" is test 174.sysval and this is no real error.
| The AIX ksh has a buildin kill command.
|
| Regular built-in command descriptions for the Korn shell or POSIX shell

Good to know.  At this point, replies can drop bug-gnulib.  Is there also
a standalone kill(1) provided somewhere on PATH?  What do the following do?

$ sh -c 'kill $$'; echo $?
$ sh -c 'env kill $$'; echo $?
$ sh -c 'kill -9 $$'; echo $?
$ sh -c 'env kill -9 $$'; echo $?

If you still want to improve  the behavior of 174.sysval, it might be
worth grabbing an strace (or whatever similar mechanism AIX provides) to
see what system calls the following two m4 runs use:

$ echo 'syscmd(kill -9 $$)sysval' > file
$ m4 file
$ m4 -Dsyscmd='esyscmd($@)' file

- --
Don't work too hard, make some time for fun as well!

Eric Blake             address@hidden
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkgROVkACgkQ84KuGfSFAYCzJwCcCynss02PqcGvcDcwJjVECH+L
nEYAnA6wxkj9DrJ4K1289/CVdI7FzWsI
=SQHx
-----END PGP SIGNATURE-----




reply via email to

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