Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#37621 closed defect (invalid)

VLC build error (git-related)

Reported by: rmstonecipher@… Owned by: jeremyhu (Jeremy Huddleston Sequoia)
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc:
Port: vlc

Description

Attached is the build log. The error near the end looks like VLC is expecting a git repository that does not exist:

:info:build fatal: Not a git repository: '../.git/'
:info:build libtool: install: warning: remember to run `libtool --finish /opt/local/lib'
:info:build libtool: install: warning: remember to run `libtool --finish /opt/local/lib'
:info:build mkdir -p "./tmp/extras/package/macosx"
:info:build cd ./extras/package/macosx; cp -R Resources README.MacOSX.rtf /opt/local/var/macports/build/_opt_local_var_macports_sources
_svn.macports.org_trunk_dports_multimedia_VLC/VLC/work/vlc-2.0.5/tmp/extras/package/macosx/
:info:build mkdir -p /opt/local/var/macports/build/_opt_local_var_macports_sources_svn.macports.org_trunk_dports_multimedia_VLC/VLC/wor
k/vlc-2.0.5/tmp/extras/package/macosx/vlc.xcodeproj/
:info:build sed -e s,../../../contrib,/opt/local/var/macports/build/_opt_local_var_macports_sources_svn.macports.org_trunk_dports_multi
media_VLC/VLC/work/vlc-2.0.5/contrib,g ./extras/package/macosx/vlc.xcodeproj/project.pbxproj \
:info:build         > /opt/local/var/macports/build/_opt_local_var_macports_sources_svn.macports.org_trunk_dports_multimedia_VLC/VLC/wo
rk/vlc-2.0.5/tmp/extras/package/macosx/vlc.xcodeproj/project.pbxproj
:info:build REVISION=`(git --git-dir=./.git describe --always || echo exported)` && \
:info:build         sed "s/#REVISION#/$REVISION/g" ./extras/package/macosx/Info.plist \
:info:build         > ./tmp/extras/package/macosx/Info.plist
:info:build fatal: Not a git repository: './.git'
:info:build cp -R ./extras/package/macosx/Resources ./tmp/extras/package/macosx/
:info:build cd "."; cp AUTHORS COPYING THANKS /opt/local/var/macports/build/_opt_local_var_macports_sources_svn.macports.org_trunk_dpor
ts_multimedia_VLC/VLC/work/vlc-2.0.5/tmp/
:info:build mkdir -p ./tmp/modules/audio_output
:info:build mkdir -p ./tmp/modules/gui/macosx
:info:build cd "./modules/gui/macosx/" && cp *.h *.m /opt/local/var/macports/build/_opt_local_var_macports_sources_svn.macports.org_trunk_dports_multimedia_VLC/VLC/work/vlc-2.0.5/tmp/modules/gui/macosx/
:info:build cd ./tmp/extras/package/macosx && \
:info:build             xcodebuild -target vlc SYMROOT=../../../build DSTROOT=../../../build 2>&1 >/dev/null
:info:build 
:info:build You have not agreed to the Xcode license agreements, please run 'xcodebuild -license' (for user-level acceptance) or 'sudo xcodebuild -license' (for system-wide acceptance) from within a Terminal window to review and agree to the Xcode license agreements.
:info:build make[2]: *** [VLC-tmp] Error 69
:info:build make[2]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_svn.macports.org_trunk_dports_multimedia_VLC/VLC/work/vlc-2.0.5'
:info:build make[1]: *** [all-recursive] Error 1
:info:build make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_svn.macports.org_trunk_dports_multimedia_VLC/VLC/work/vlc-2.0.5'
:info:build make: *** [all] Error 2
:info:build make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_svn.macports.org_trunk_dports_multimedia_VLC/VLC/work/vlc-2.0.5'
:info:build Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_svn.macports.org_trunk_dports_multimedia_VLC/VLC/work/vlc-2.0.5" && /usr/bin/make -j5 -w all DESTDIR=/opt/local/var/macports/build/_opt_local_var_macports_sources_svn.macports.org_trunk_dports_multimedia_VLC/VLC/work/vlc-2.0.5/dest_ignore 
:info:build Exit code: 2
:error:build org.macports.build for port VLC returned: command execution failed
:debug:build Error code: CHILDSTATUS 48332 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 VLC: org.macports.activate org.macports.build org.macports.destroot org.macports.install
:notice:build Please see the log file for port VLC for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_svn.macports.org_trunk_dports_multimedia_VLC/VLC/main.log

Attachments (1)

main.log (497.8 KB) - added by rmstonecipher@… 11 years ago.

Download all attachments as: .zip

Change History (3)

Changed 11 years ago by rmstonecipher@…

Attachment: main.log added

comment:1 Changed 11 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Resolution: invalid
Status: newclosed

:info:build You have not agreed to the Xcode license agreements, please run 'xcodebuild -license' (for user-level acceptance) or 'sudo xcodebuild -license' (for system-wide acceptance) from within a Terminal window to review and agree to the Xcode license agreements.

comment:2 Changed 11 years ago by rmstonecipher@…

Thanks Jeremy, sorry for the false alarm.
I had previously accepted the license agreement for my use account by launching XCode.app but had not accepted it system-wide as root.

Note: See TracTickets for help on using tickets.