Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 564094 - media-sound/miniaudicle-0.1.3.8-r2 fails with wxGTK:3.0
Summary: media-sound/miniaudicle-0.1.3.8-r2 fails with wxGTK:3.0
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard: Pending removal: 2016-02-08
Keywords: PMASKED
Depends on:
Blocks: wxwidgets-3.0
  Show dependency tree
 
Reported: 2015-10-25 15:12 UTC by Pacho Ramos
Modified: 2016-02-20 18:23 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pacho Ramos gentoo-dev 2015-10-25 15:12:06 UTC
In file included from /usr/include/wx-3.0/wx/wx.h:24:0,
                 from wxw/mAParentFrame.cpp:35:
/usr/include/wx-3.0/wx/event.h:3355:18: error: 'virtual bool wxEvtHandler::ProcessEvent(wxEvent&)' is inaccessible
     virtual bool ProcessEvent(wxEvent& event);
                  ^
wxw/mAParentFrame.cpp:479:42: error: within this context
    parent_frame->ProcessEvent( cmd_event );
                                          ^
In file included from /usr/include/wx-3.0/wx/wx.h:24:0,
                 from wxw/mAParentFrame.cpp:35:
/usr/include/wx-3.0/wx/event.h:3355:18: error: 'virtual bool wxEvtHandler::ProcessEvent(wxEvent&)' is inaccessible
     virtual bool ProcessEvent(wxEvent& event);
                  ^
wxw/mAParentFrame.cpp:486:45: error: within this context
       parent_frame->ProcessEvent( cmd_event );
                                             ^
wxw/mAParentFrame.cpp: In member function 'mAFrameType* mAApp::CreateChildFrame(wxWindowID)':
wxw/mAParentFrame.cpp:630:94: error: 'wxRESIZE_BOX' was not declared in this scope
         wxDEFAULT_FRAME_STYLE & ~( wxRESIZE_BORDER | wxRESIZE_BOX | wxMAXIMIZE_BOX ) );
                                                                                              ^
In file included from wxw/mAParentFrame.h:38:0,
                 from wxw/mAParentFrame.cpp:43:
/usr/include/wx-3.0/wx/docview.h: In member function 'void mAParentFrame::OnCloseWindow(wxCloseEvent&)':
/usr/include/wx-3.0/wx/docview.h:926:10: error: 'void wxDocParentFrameAny<BaseFrame>::OnCloseWindow(wxCloseEvent&) [with BaseFrame = wxMDIParentFrame]' is private
     void OnCloseWindow(wxCloseEvent& event)
          ^
wxw/mAParentFrame.cpp:942:44: error: within this context
  wxDocMDIParentFrame::OnCloseWindow( event );
                                            ^
makefile.alsa:93: recipe for target 'wxw/mAParentFrame.o' failed
make: *** [wxw/mAParentFrame.o] Error 1
make: *** Waiting for unfinished jobs....
wxw/mAMenuBar.cpp: In member function 'void mAMenuBar::OnVMStart()':
wxw/mAMenuBar.cpp:157:83: warning: 'virtual void wxMenuItemBase::SetText(const wxString&)' is deprecated (declared at /usr/include/wx-3.0/wx/menuitem.h:185) [-Wdeprecated-declarations]
  chuck_menu->FindItem( mAID_TOGGLE_VM )->SetText( _T( "&Stop Virtual Machine\tAlt+." ) );
                                                                                   ^
wxw/mAMenuBar.cpp: In member function 'void mAMenuBar::OnVMStop()':
wxw/mAMenuBar.cpp:175:84: warning: 'virtual void wxMenuItemBase::SetText(const wxString&)' is deprecated (declared at /usr/include/wx-3.0/wx/menuitem.h:185) [-Wdeprecated-declarations]
  chuck_menu->FindItem( mAID_TOGGLE_VM )->SetText( _T( "&Start Virtual Machine\tAlt+." ) );
                                                                                    ^
wxw/mAMenuBar.cpp: In member function 'void mAMenuBar::SynchronizeWindowMenuTo(mAMenuBar*)':
wxw/mAMenuBar.cpp:226:54: warning: 'const wxString& wxMenuItemBase::GetText() const' is deprecated (declared at /usr/include/wx-3.0/wx/menuitem.h:184) [-Wdeprecated-declarations]
    window_menu->Append( item->GetId(), item->GetText() );
                                                      ^
 * ERROR: media-sound/miniaudicle-0.1.3.8-r2::gentoo failed (compile phase):
 *   emake failed
 * 
 * If you need support, post the output of `emerge --info '=media-sound/miniaudicle-0.1.3.8-r2::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=media-sound/miniaudicle-0.1.3.8-r2::gentoo'`.
 * The complete build log is located at '/var/log/portage/build/media-sound/miniaudicle-0.1.3.8-r2:20151025-150923.log.gz'.
 * For convenience, a symlink to the build log is located at '/var/tmp/portage/media-sound/miniaudicle-0.1.3.8-r2/temp/build.log.gz'.
 * The ebuild environment file is located at '/var/tmp/portage/media-sound/miniaudicle-0.1.3.8-r2/temp/environment'.
 * Working directory: '/var/tmp/portage/media-sound/miniaudicle-0.1.3.8-r2/work/miniAudicle-0.1.3.8'
 * S: '/var/tmp/portage/media-sound/miniaudicle-0.1.3.8-r2/work/miniAudicle-0.1.3.8'
Comment 1 Pacho Ramos gentoo-dev 2016-02-20 18:23:40 UTC
removed