Opened 14 years ago

Closed 14 years ago

#26259 closed defect (fixed)

py26-qscintilla not installing

Reported by: boncelet@… Owned by: adfernandes (Andrew Fernandes)
Priority: Normal Milestone:
Component: ports Version: 1.9.1
Keywords: Cc:
Port: py26-qscintilla

Description (last modified by blb@…)

I'm trying to install py26-spyder. It needs py26-qscintilla which isn't installing. I ran the following:

sudo port selfupdate
sudo port upgrade outdated
sudo port install py26-spyder

The relevant portion of the log is below:

:msg:main --->  Building py26-qscintilla
:debug:build build phase started at Thu Aug 26 14:10:24 EDT 2010
:debug:build Executing org.macports.build (py26-qscintilla)
:debug:build Environment: CPATH='/opt/local/include' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py26-qscintilla/work/.CC_PRINT_OPTIONS' QTDIR='/opt/local/libexec/qt4-mac' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.6'
:debug:build Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py26-qscintilla/work/QScintilla-gpl-2.4.3/Python" && /usr/bin/make -j2 all'
:info:build make: *** No rule to make target `all'.  Stop.
:info:build shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py26-qscintilla/work/QScintilla-gpl-2.4.3/Python" && /usr/bin/make -j2 all " returned error 2
:error:build Target org.macports.build returned: shell command failed
:debug:build Backtrace: shell command failed
    while executing
"command_exec build"
    (procedure "portbuild::build_main" line 8)
    invoked from within
"$procedure $targetname"
:info:build Warning: the following items did not execute (for py26-qscintilla): org.macports.activate org.macports.build org.macports.destroot org.macports.install
:notice:build Log for py26-qscintilla is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py26-qscintilla/main.log

Attachments (1)

main.log (2.0 KB) - added by boncelet@… 14 years ago.
py26-qscintilla log file

Download all attachments as: .zip

Change History (3)

comment:1 Changed 14 years ago by blb@…

Description: modified (diff)
Owner: changed from macports-tickets@… to adfernandes@…

Can you use the 'Attach file' button to attach the full log in case something relevant may be there?

Changed 14 years ago by boncelet@…

Attachment: main.log added

py26-qscintilla log file

comment:2 Changed 14 years ago by adfernandes (Andrew Fernandes)

Resolution: fixed
Status: newclosed

Hmm. Qscintilla was version-bumped, and that cause makefile generation for this package to fail. (The two packages are linked.) Version bumping this port to match fixed the problem. Committed in r70952.

Note: See TracTickets for help on using tickets.