codegooglecom / libproxy

Automatically exported from code.google.com/p/libproxy
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Build issue for libproxy 0.4.4 (Mac OS X) #130

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

cmake ./
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Checking whether C compiler has -isysroot
-- Checking whether C compiler has -isysroot - yes
-- Checking whether C compiler supports OSX deployment target flag
-- Checking whether C compiler supports OSX deployment target flag - yes
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Checking whether CXX compiler has -isysroot
-- Checking whether CXX compiler has -isysroot - yes
-- Checking whether CXX compiler supports OSX deployment target flag
-- Checking whether CXX compiler supports OSX deployment target flag - yes
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
CMake Warning at CMakeLists.txt:23 (find_package):
  Could not find module Findlibmodman.cmake or a configuration file for
  package libmodman.

  Adjust CMAKE_MODULE_PATH to find Findlibmodman.cmake or set libmodman_DIR
  to the directory containing a CMake configuration file for libmodman.  The
  file will have one of the following names:

    libmodmanConfig.cmake
    libmodman-config.cmake

-- Building with bundled libmodman
CMake Error at libmodman/CMakeLists.txt:7 (install):
  install TARGETS given no LIBRARY DESTINATION for shared library target
  "libmodman".

MODULES TO BUILD:
        config_envvar
        config_gnome
        config_kde4
    *   config_macosx
        config_w32reg
    *   ignore_domain
    *   ignore_hostname
    *   ignore_ip
        network_networkmanager
        pacrunner_mozjs
    *   pacrunner_webkit
    *   wpad_dns_alias

-- Found PythonInterp: /usr/local/bin/python2.6
-- Found Perl: /usr/local/bin/perl
-- Found PerlLibs: 
/usr/local/lib/perl5/5.12.1/darwin-thread-multi-2level/CORE/libperl.a
-- Configuring incomplete, errors occurred!

I again tried after installing libmodman 1.0.1 from source and got the same 
output. (Mac OS X 10.5.8 and 10.6.4)

Original issue reported on code.google.com by mschamsc...@gmail.com on 19 Jun 2010 at 1:39

GoogleCodeExporter commented 9 years ago
The internal libmodman build failure should have been fixed in 
http://code.google.com/p/libproxy/source/detail?r=698 (which ws post 0.4.4 
release).

With the external libmodman you should not get the same error (might be a 
variation though).

Can you please test with r698 of the code?

Original comment by dominiqu...@gmail.com on 21 Jun 2010 at 5:18

GoogleCodeExporter commented 9 years ago
Thanks. These two patches did the trick.

Original comment by mschamsc...@gmail.com on 21 Jun 2010 at 9:17

GoogleCodeExporter commented 9 years ago
As confirmed in comment #2, this is already fixed in our source tree.

Original comment by dominiqu...@gmail.com on 22 Jun 2010 at 5:32

GoogleCodeExporter commented 9 years ago
When is planned a 0.4.5 release including this fix (and others)? Thanks for the 
info :-)

Original comment by pachora...@gmail.com on 15 Jul 2010 at 9:27

GoogleCodeExporter commented 9 years ago

Original comment by nicolas.dufresne@gmail.com on 19 Aug 2010 at 4:14