Opened 11 years ago
Closed 7 years ago
#42336 closed defect (invalid)
heimdal @1.3.3_1 does not install (OS 10.9)
Reported by: | holtzermann17@… | Owned by: | landonf (Landon Fuller) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.1 |
Keywords: | Cc: | cooljeanius (Eric Gallager), bithead2k | |
Port: | heimdal |
Description
:info:build make[1]: *** [heimdal.info] Error 1 :info:build make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_heimdal/heimdal/work/heimdal-1.3.3/doc' :info:build make: *** [all-recursive] Error 1 :info:build make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_heimdal/heimdal/work/heimdal-1.3.3' :info:build Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_heimdal/heimdal/work/heimdal-1.3.3" && /usr/bin/make -j8 -w all :info:build Exit code: 2 :error:build org.macports.build for port heimdal returned: command execution failed :debug:build Error code: CHILDSTATUS 50762 2 :debug:build Backtrace: command execution failed while executing "system -nice 0 $fullcmdstring" ("eval" body line 1) invoked from within "eval system $notty $nice \$fullcmdstring" invoked from within "command_exec build" (procedure "portbuild::build_main" line 8) invoked from within "$procedure $targetname" :info:build Warning: targets not executed for heimdal: org.macports.activate org.macports.build org.macports.destroot org.macports.install :error:build Failed to install heimdal :debug:build could not read "/opt/local/share/man/man1/esdsample.1.gz": no such file or directory while executing "::file type $file"
Strangely, the file /opt/local/share/man/man1/esdsample.1.gz
does exist on my system. I guess that's not the main error?
Attachments (3)
Change History (15)
comment:1 Changed 11 years ago by larryv (Lawrence Velázquez)
Cc: | landonf@… removed |
---|---|
Owner: | changed from macports-tickets@… to landonf@… |
comment:2 Changed 11 years ago by holtzermann17@…
Sorry about that - I attached the full log this time.
comment:5 Changed 10 years ago by neverpanic (Clemens Lang)
Looks like a texinfo problem, probably due to a newer texinfo version. There's a newer version of heimdal available, I guess we should update the port.
comment:6 Changed 10 years ago by neverpanic (Clemens Lang)
I cannot reproduce your problem. Please try:
sudo port clean heimdal sudo port -t install heimdal
and see if that helps.
comment:7 follow-up: 8 Changed 10 years ago by neverpanic (Clemens Lang)
I also updated heimdal to the latest version in r123858. Please check if that helps.
comment:8 Changed 10 years ago by bithead2k
Changed 10 years ago by bithead2k
showing "can't find file" error for asn1_err.h
comment:9 Changed 10 years ago by neverpanic (Clemens Lang)
The output shows
598 :info:configure checking whether the C compiler works... no 599 :info:configure configure: error: in `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_heimdal/heimdal/work/heimdal-1.5.3': 600 :info:configure configure: error: C compiler cannot create executables 601 :info:configure See `config.log' for more details.
Can you attach /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_heimdal/heimdal/work/heimdal-1.5.3/config.log
?
comment:10 Changed 10 years ago by bithead2k
Bump. Don't know if adding the log sent any notification.
comment:11 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | kirk@… added |
---|
Attaching files to tickets does not send email notifications.
The log says the reason for the failure is:
clang: error: couldn't stat Xcode's Info.plist (errno=No such file or directory)
This suggests you have not installed Xcode; if not, please install it. Alternately, if you have installed it, perhaps you have not used xcode-select
to select it; if not, please select it.
comment:12 Changed 7 years ago by mf2k (Frank Schima)
Resolution: | → invalid |
---|---|
Status: | new → closed |
This ticket does not seem relevant anymore. Original ticket is filed against an old version of the port. The later logs show uninstalled Xcode. Please open a new ticket if this is still a problem.
The log output you provided does not actually contain the error. Please clean, try again, and attach the entire
main.log
.