Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#43722 closed defect (worksforme)

poppler@0.24.5 The build process hangs

Reported by: dominik.brands@… Owned by: dbevans (David B. Evans)
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: Cc:
Port: poppler

Description (last modified by dbevans (David B. Evans))

I try to install poppler via macports using port install poppler.

When it reach the message

--->  Building poppler

the process remains for hours and more at this position. I also try to install older revisions of poppler, but the behavior is the same.

The terminal headline shows, that it remains in the bash-command "grep".

I also attach the main.log from the poppler installation logging.

Attachments (1)

main.log (348.0 KB) - added by dominik.brands@… 10 years ago.

Download all attachments as: .zip

Change History (4)

Changed 10 years ago by dominik.brands@…

Attachment: main.log added

comment:1 Changed 10 years ago by dbevans (David B. Evans)

Description: modified (diff)
Owner: changed from macports-tickets@… to devans@…
Port: poppler added
Status: newassigned

Please use WikiFormatting, enter the port name in the Port field of the ticket form and CC the maintainer of the port for prompt attention.

$ port info --maintainer poppler
maintainer: devans@macports.org, openmaintainer@macports.org

comment:2 Changed 10 years ago by dbevans (David B. Evans)

Resolution: worksforme
Status: assignedclosed

I am not able to recreate this problem, however, I do see a few suspicious items from your log file

  • the log file ends abruptly in mid line without reporting any errors
  • the log files shows you are building on OS X 10.9 (Mavericks) but using compiler llvm-gcc 4.2
    ::notice:configure --->  Configuring poppler
    :debug:configure Using compiler 'Xcode LLVM-GCC 4.2'
    :debug:configure Executing org.macports.configure (poppler)
    :debug:configure Environment: CPATH='/opt/local/include' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_poppler/poppler/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.9'
    

The default compiler for this platform should be clang as shown in my log file

--->  Configuring poppler
DEBUG: Using compiler 'Xcode Clang'
DEBUG: Executing org.macports.configure (poppler)
DEBUG: Environment: CPATH='/opt/local/include' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_Volumes_MiniHD_opt_macports_trunk_dports_graphics_poppler/poppler/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.9'

This may indicate that your system (MacPorts, Xcode) has not properly been reinstalled after upgrading to Mavericks. Please refer to Migration for details of the required upgrade procedure.

comment:3 Changed 10 years ago by dominik.brands@…

After a fully uninstallation of Xcode, Command Line Tools and MacPorts and a fresh reinstallation of all of them everything works fine. Thanks a lot

Note: See TracTickets for help on using tickets.