All of lore.kernel.org
 help / color / mirror / Atom feed
From: Markos Chandras <Markos.Chandras@imgtec.com>
To: ltp-list@lists.sourceforge.net
Subject: Re: [LTP] [PATCH v2 1/2] confstr/confstr01.c: cleanup
Date: Thu, 28 Nov 2013 15:29:24 +0000	[thread overview]
Message-ID: <52976154.10500@imgtec.com> (raw)
In-Reply-To: <20131128135908.GA20294@rei.Home>

On 11/28/2013 01:59 PM, chrubis@suse.cz wrote:
> Hi!
>> cleanup the confstr01.c test case.
>>
>
> I've changed the succes message to include the confstr value as:
>
>                                  } else {
> -                                       tst_resm(TPASS, "confstr %s success",
> -                                                test_cases[i].name);
> +                                       tst_resm(TPASS, "confstr %s = '%s'",
> +                                                test_cases[i].name, buf);
>                                  }
>                                  free(buf);
>
> And pushed both patches, thanks.
>

Hi,

since this change I am seeing the following build problem on a uClibc 
based system

confstr01.c:50: error: '_CS_XBS5_ILP32_OFF32_CFLAGS' undeclared here 
(not in a function)
confstr01.c:51: error: '_CS_XBS5_ILP32_OFF32_LDFLAGS' undeclared here 
(not in a function)
confstr01.c:52: error: '_CS_XBS5_ILP32_OFF32_LIBS' undeclared here (not 
in a function)
confstr01.c:53: error: '_CS_XBS5_ILP32_OFF32_LINTFLAGS' undeclared here 
(not in a function)
...

Reverting the recent changes in confstr01.c file seems to "fix" the problem.

-- 
markos


------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

  reply	other threads:[~2013-11-28 15:29 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1385546874.1596.0.camel@G08JYZSD130126>
2013-11-28 13:59 ` [LTP] [PATCH v2 1/2] confstr/confstr01.c: cleanup chrubis
2013-11-28 15:29   ` Markos Chandras [this message]
2013-11-28 16:01     ` chrubis
     [not found]       ` <52976A77.3080608@imgtec.com>
2013-11-28 16:11         ` chrubis
2013-11-28 16:22           ` chrubis

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=52976154.10500@imgtec.com \
    --to=markos.chandras@imgtec.com \
    --cc=ltp-list@lists.sourceforge.net \
    /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.