public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug releng/9716] New: latest systemtap ./configure build fails with pkgconfig-0.21
@ 2009-01-07 10:35 kamalesh at linux dot vnet dot ibm dot com
  2009-01-07 10:44 ` [Bug releng/9716] " ananth at in dot ibm dot com
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: kamalesh at linux dot vnet dot ibm dot com @ 2009-01-07 10:35 UTC (permalink / raw)
  To: systemtap

I tried building latest systemtap on linus git 2.6.28-git8, while building
./configure fails with pkgconfig-0.21

 /usr/bin/pkg-config --exists --print-errors "nss >= 3"
Package nss was not found in the pkg-config search path.
Perhaps you should add the directory containing `nss.pc'
to the PKG_CONFIG_PATH environment variable
No package 'nss' found

after setting PKG_CONFIG_PATH variable, the configure builds fine.

I tired same with fedora 9, which has pkgconfig-0.23 and the systemtap
configure's without build failure.

# uname -a
Linux tundro5.rchland.ibm.com 2.6.28-git8-autokern1 #1 SMP Wed Jan 7 01:56:15
EST 2009 ppc64 ppc64 ppc64 GNU/Linux

# stap -V
SystemTap translator/driver (version 0.8/0.137 non-git sources)

-- 
           Summary: latest systemtap ./configure build fails with pkgconfig-
                    0.21
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: releng
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: kamalesh at linux dot vnet dot ibm dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=9716

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug releng/9716] latest systemtap ./configure build fails with pkgconfig-0.21
  2009-01-07 10:35 [Bug releng/9716] New: latest systemtap ./configure build fails with pkgconfig-0.21 kamalesh at linux dot vnet dot ibm dot com
@ 2009-01-07 10:44 ` ananth at in dot ibm dot com
  2009-01-07 10:53 ` srikar at linux dot vnet dot ibm dot com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ananth at in dot ibm dot com @ 2009-01-07 10:44 UTC (permalink / raw)
  To: systemtap


------- Additional Comments From ananth at in dot ibm dot com  2009-01-07 10:43 -------
Possibly SystemTap should not make building docs, remote server, etc., part of
the default 'configure' run, rather have users use --enable-<doc/...> switches
if they need it.

Basic 'configure' run should be made to run with minimal dependencies and build
just enough binaries to get users started with SystemTap.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=9716

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug releng/9716] latest systemtap ./configure build fails with pkgconfig-0.21
  2009-01-07 10:35 [Bug releng/9716] New: latest systemtap ./configure build fails with pkgconfig-0.21 kamalesh at linux dot vnet dot ibm dot com
  2009-01-07 10:44 ` [Bug releng/9716] " ananth at in dot ibm dot com
@ 2009-01-07 10:53 ` srikar at linux dot vnet dot ibm dot com
  2009-01-07 10:55 ` kamalesh at linux dot vnet dot ibm dot com
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: srikar at linux dot vnet dot ibm dot com @ 2009-01-07 10:53 UTC (permalink / raw)
  To: systemtap


------- Additional Comments From srikar at linux dot vnet dot ibm dot com  2009-01-07 10:52 -------
Kamalesh, 
Can u try by reverting the commit 43498922cd6b61c530b0ed16299805053ebf7e42

(In reply to comment #0)
> I tried building latest systemtap on linus git 2.6.28-git8, while building
> ./configure fails with pkgconfig-0.21
> 
>  /usr/bin/pkg-config --exists --print-errors "nss >= 3"
> Package nss was not found in the pkg-config search path.
> Perhaps you should add the directory containing `nss.pc'
> to the PKG_CONFIG_PATH environment variable
> No package 'nss' found
> 

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=9716

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug releng/9716] latest systemtap ./configure build fails with pkgconfig-0.21
  2009-01-07 10:35 [Bug releng/9716] New: latest systemtap ./configure build fails with pkgconfig-0.21 kamalesh at linux dot vnet dot ibm dot com
  2009-01-07 10:44 ` [Bug releng/9716] " ananth at in dot ibm dot com
  2009-01-07 10:53 ` srikar at linux dot vnet dot ibm dot com
@ 2009-01-07 10:55 ` kamalesh at linux dot vnet dot ibm dot com
  2009-01-07 11:12 ` srikar at linux dot vnet dot ibm dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: kamalesh at linux dot vnet dot ibm dot com @ 2009-01-07 10:55 UTC (permalink / raw)
  To: systemtap


------- Additional Comments From kamalesh at linux dot vnet dot ibm dot com  2009-01-07 10:54 -------
(In reply to comment #2)
> Kamalesh, 
> Can u try by reverting the commit 43498922cd6b61c530b0ed16299805053ebf7e42
> 
> (In reply to comment #0)
> > I tried building latest systemtap on linus git 2.6.28-git8, while building
> > ./configure fails with pkgconfig-0.21
> > 
> >  /usr/bin/pkg-config --exists --print-errors "nss >= 3"
> > Package nss was not found in the pkg-config search path.
> > Perhaps you should add the directory containing `nss.pc'
> > to the PKG_CONFIG_PATH environment variable
> > No package 'nss' found
> > 

After reverting the commit 43498922cd6b61c530b0ed16299805053ebf7e42, the
systemtap builds fine.


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=9716

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug releng/9716] latest systemtap ./configure build fails with pkgconfig-0.21
  2009-01-07 10:35 [Bug releng/9716] New: latest systemtap ./configure build fails with pkgconfig-0.21 kamalesh at linux dot vnet dot ibm dot com
                   ` (2 preceding siblings ...)
  2009-01-07 10:55 ` kamalesh at linux dot vnet dot ibm dot com
@ 2009-01-07 11:12 ` srikar at linux dot vnet dot ibm dot com
  2009-01-07 12:51 ` fche at redhat dot com
  2009-01-07 19:19 ` fche at redhat dot com
  5 siblings, 0 replies; 7+ messages in thread
From: srikar at linux dot vnet dot ibm dot com @ 2009-01-07 11:12 UTC (permalink / raw)
  To: systemtap


------- Additional Comments From srikar at linux dot vnet dot ibm dot com  2009-01-07 11:11 -------
> > (In reply to comment #0)
> > > I tried building latest systemtap on linus git 2.6.28-git8, while building
> > > ./configure fails with pkgconfig-0.21
> > > 
> > >  
> 
> After reverting the commit 43498922cd6b61c530b0ed16299805053ebf7e42, the
> systemtap builds fine.
> 

/usr/bin/pkg-config --exists --print-errors "nss >= 3"
 seems to work if pkgconfig-0.23 version. 

However with pkgconfig-0.21 it doesn't seem to detect nss even if nss installed
is 3.12


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=9716

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug releng/9716] latest systemtap ./configure build fails with pkgconfig-0.21
  2009-01-07 10:35 [Bug releng/9716] New: latest systemtap ./configure build fails with pkgconfig-0.21 kamalesh at linux dot vnet dot ibm dot com
                   ` (3 preceding siblings ...)
  2009-01-07 11:12 ` srikar at linux dot vnet dot ibm dot com
@ 2009-01-07 12:51 ` fche at redhat dot com
  2009-01-07 19:19 ` fche at redhat dot com
  5 siblings, 0 replies; 7+ messages in thread
From: fche at redhat dot com @ 2009-01-07 12:51 UTC (permalink / raw)
  To: systemtap


------- Additional Comments From fche at redhat dot com  2009-01-07 12:51 -------
(In reply to comment #1)
> Possibly SystemTap should not make building docs, remote server, etc., part of
> the default 'configure' run, rather have users use --enable-<doc/...> switches
> if they need it.
>
> Basic 'configure' run should be made to run with minimal dependencies and build
> just enough binaries to get users started with SystemTap.

I think that would be swinging the pendulum too much back.  We would not want to
require users to rebuild their copy of systemtap if they became aware of things
they were missing like ... documentation.

What we certainly need is a more careful autoconfing so that everything that is
buildable will build, and nothing else is attempted.


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=9716

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug releng/9716] latest systemtap ./configure build fails with pkgconfig-0.21
  2009-01-07 10:35 [Bug releng/9716] New: latest systemtap ./configure build fails with pkgconfig-0.21 kamalesh at linux dot vnet dot ibm dot com
                   ` (4 preceding siblings ...)
  2009-01-07 12:51 ` fche at redhat dot com
@ 2009-01-07 19:19 ` fche at redhat dot com
  5 siblings, 0 replies; 7+ messages in thread
From: fche at redhat dot com @ 2009-01-07 19:19 UTC (permalink / raw)
  To: systemtap


------- Additional Comments From fche at redhat dot com  2009-01-07 19:19 -------
If pkgconfig is hurting, we could use plain autoconf-level
checks for the nss* libraries/headers.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|systemtap at sources dot    |fche at redhat dot com
                   |redhat dot com              |
             Status|NEW                         |ASSIGNED


http://sourceware.org/bugzilla/show_bug.cgi?id=9716

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-01-07 19:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-07 10:35 [Bug releng/9716] New: latest systemtap ./configure build fails with pkgconfig-0.21 kamalesh at linux dot vnet dot ibm dot com
2009-01-07 10:44 ` [Bug releng/9716] " ananth at in dot ibm dot com
2009-01-07 10:53 ` srikar at linux dot vnet dot ibm dot com
2009-01-07 10:55 ` kamalesh at linux dot vnet dot ibm dot com
2009-01-07 11:12 ` srikar at linux dot vnet dot ibm dot com
2009-01-07 12:51 ` fche at redhat dot com
2009-01-07 19:19 ` fche at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).