All of lore.kernel.org
 help / color / mirror / Atom feed
From: Carlos O'Donell <carlos@baldric.uwo.ca>
To: Randolph Chung <tausq@debian.org>
Cc: parisc-linux@lists.parisc-linux.org
Subject: [parisc-linux] touch fails on hppa because utimes is the devil.
Date: Thu, 6 Nov 2003 02:34:05 -0500	[thread overview]
Message-ID: <20031106073405.GC27772@systemhalted> (raw)

r,

touch failing is all about the configure.

readelf -a src/touch | grep utime
00027600  00000581 R_PARISC_IPLT     00000000   utime + 0
     5: 00000000    76 FUNC    GLOBAL DEFAULT  UND utime@GLIBC_2.2 (2)
   123: 00000000    76 FUNC    GLOBAL DEFAULT  UND utime@@GLIBC_2.2
   203: 00014ca0    48 FUNC    GLOBAL DEFAULT   11 utimens

readelf -a /usr/bin/touch | grep utime
000274c0  00000581 R_PARISC_IPLT     00000000   utime + 0
00027500  00000e81 R_PARISC_IPLT     00000000   utimes + 0
     5: 00000000    68 FUNC    GLOBAL DEFAULT  UND utime@GLIBC_2.2 (2)
    14: 00000000   232 FUNC    GLOBAL DEFAULT  UND utimes@GLIBC_2.2 (2)

In the newly built touch we don't use "utimes"
So I dug a bit:

configure:27240: checking determine whether the utimes function works
configure:27282: hppa-linux-gcc -o conftest -g -DSYSLOG_SUCCESS
-DSYSLOG_FAILURE -DSYSLOG_NON_ROOT -O2   conftest.c  >&5
configure:27285: $? = 0
configure:27287: ./conftest
configure:27290: $? = 1
configure: program exited with status 1
configure: failed program was:
...
configure:27304: result: no

Sombody should sick themselves on this failure? Takers? :)

c.

                 reply	other threads:[~2003-11-06  7:38 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20031106073405.GC27772@systemhalted \
    --to=carlos@baldric.uwo.ca \
    --cc=parisc-linux@lists.parisc-linux.org \
    --cc=tausq@debian.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.