bkusnir
2003-09-25, 13:52 PM
Trying to build the new OpenSSH RPM from the SRPM to update my package because of the recent exploits, and running into some trouble. Anyone else running into the same problem? Please advise.
rpm --rebuild openssh-3.7.1p2-1.src.rpm
to compile the RPM package, code starts flying, and then I get:
+ make gnome-ssh-askpass2
cc `pkg-config --cflags gtk+-2.0` \
gnome-ssh-askpass2.c -o gnome-ssh-askpass2 \
`pkg-config --libs gtk+-2.0`
Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found
Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found
gnome-ssh-askpass2.c:56:21: gtk/gtk.h: No such file or directory
gnome-ssh-askpass2.c:57:22: gdk/gdkx.h: No such file or directory
make: *** [gnome-ssh-askpass2] Error 1
error: Bad exit status from /var/tmp/rpm-tmp.1114 (%build)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.1114 (%build)
** looks to me like it is trying to do something with gtk or something, is there some switches I need to throw this pig before I build it? It reccomends adding package directories or files? Where the hell do I do this?
rpm --rebuild openssh-3.7.1p2-1.src.rpm
to compile the RPM package, code starts flying, and then I get:
+ make gnome-ssh-askpass2
cc `pkg-config --cflags gtk+-2.0` \
gnome-ssh-askpass2.c -o gnome-ssh-askpass2 \
`pkg-config --libs gtk+-2.0`
Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found
Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found
gnome-ssh-askpass2.c:56:21: gtk/gtk.h: No such file or directory
gnome-ssh-askpass2.c:57:22: gdk/gdkx.h: No such file or directory
make: *** [gnome-ssh-askpass2] Error 1
error: Bad exit status from /var/tmp/rpm-tmp.1114 (%build)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.1114 (%build)
** looks to me like it is trying to do something with gtk or something, is there some switches I need to throw this pig before I build it? It reccomends adding package directories or files? Where the hell do I do this?