Wireshark-bugs: [Wireshark-bugs] [Bug 8855] New: BUG in the macosx-setup.sh ?

Date: Wed, 26 Jun 2013 22:02:44 +0000
Bug ID 8855
Summary BUG in the macosx-setup.sh ?
Classification Unclassified
Product Wireshark
Version SVN
Hardware x86
OS Mac OS X 10.8
Status UNCONFIRMED
Severity Normal
Priority Low
Component Extras
Assignee [email protected]
Reporter [email protected]

Build Information:

--
Hi,

I am working on some development on wireshark dissectors and I am using a mac
book pro running mac os x 10.8 for my development.

I am using the git repository.

I do have an issue while running the macosx setup script. The script is
checking if pkg-config is available on the system however it is still trying to
install it even if it detects that the right version is present.

checking pkg-config is at least version 0.9.0... yes
checking for GLIB... yes
checking if host- prefixed tool should be installed... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating check/Makefile
config.status: creating check/config.sh
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
make  all-recursive
Making all in .
Making all in check
make[2]: Nothing to be done for `all'.
Making install in .
 ./install-sh -c -d '/usr/local/bin'
  /bin/sh ./libtool   --mode=install /usr/bin/install -c pkg-config
'/usr/local/bin'
libtool: install: /usr/bin/install -c pkg-config /usr/local/bin/pkg-config
make  install-exec-hook
cd /usr/local/bin && ln pkg-config x86_64-apple-darwin12.4.0-pkg-config
ln: x86_64-apple-darwin12.4.0-pkg-config: File exists
make[3]: *** [install-exec-hook] Error 1
make[2]: *** [install-exec-am] Error 2
make[1]: *** [install-am] Error 2
make: *** [install-recursive] Error 1
mtexierarbornet:wireshark matthieu$  

You can see here that the script detect pkg-config with a version 0.9.0 and
when it tries to install it it fails as it is already available and installed
...

Should be a BUG or I am missing something ?

Thanks,
Matt.


You are receiving this mail because:
  • You are watching all bug changes.