[MacPorts] #32596: xfce4-panel v 4.6.4 install Fail
#32596: xfce4-panel v 4.6.4 install Fail -------------------------------------+-------------------------------------- Reporter: list.jonathan@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: | Port: xfce4-panel -------------------------------------+-------------------------------------- I have been fiddling with this for the better part of this morning. I have tried installing the dependencies in different ways in different orders, etc. I have tried installing packages individually and uninstalling, cleaning and not. xfce4-panel fails every time. I think the relevant lines in the log file is: :info:build In file included from /opt/local/include/xfce4/libxfce4util/libxfce4util.h:31, :info:build from ../libxfce4panel/libxfce4panel-enum- types.h:6, :info:build from xfce-panel-window.c:32: :info:build /opt/local/include/xfce4/libxfce4util/xfce-desktopentry.h:71: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gchar’ :info:build make[3]: *** [libxfce4panel_la-xfce-panel-window.lo] Error 1 I am attaching the complete log file, please let me know if this is a legitimate bug or I am a moron; either way I'll be happy. -- Ticket URL: <https://trac.macports.org/ticket/32596> MacPorts <http://www.macports.org/> Ports system for Mac OS
#32596: xfce4-panel v 4.6.4 install Fail -------------------------------------+-------------------------------------- Reporter: list.jonathan@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: | Port: xfce4-panel -------------------------------------+-------------------------------------- Comment(by list.jonathan@…): Fresh install on a different machine yields the same results. -- Exact same error when running the command: sudo port install xfce This is the command directed by the install instructions at: https://trac.macports.org/wiki/Xfce -- Ticket URL: <https://trac.macports.org/ticket/32596#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#32596: xfce4-panel v 4.6.4 install Fail -------------------------------------+-------------------------------------- Reporter: list.jonathan@… | Owner: afb@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: | Port: xfce4-panel -------------------------------------+-------------------------------------- Changes (by ryandesign@…): * owner: macports-tickets@… => afb@… Old description:
I have been fiddling with this for the better part of this morning. I have tried installing the dependencies in different ways in different orders, etc. I have tried installing packages individually and uninstalling, cleaning and not.
xfce4-panel fails every time. I think the relevant lines in the log file is:
:info:build In file included from /opt/local/include/xfce4/libxfce4util/libxfce4util.h:31, :info:build from ../libxfce4panel/libxfce4panel-enum- types.h:6, :info:build from xfce-panel-window.c:32: :info:build /opt/local/include/xfce4/libxfce4util/xfce-desktopentry.h:71: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gchar’ :info:build make[3]: *** [libxfce4panel_la-xfce-panel-window.lo] Error 1
I am attaching the complete log file, please let me know if this is a legitimate bug or I am a moron; either way I'll be happy.
New description: I have been fiddling with this for the better part of this morning. I have tried installing the dependencies in different ways in different orders, etc. I have tried installing packages individually and uninstalling, cleaning and not. xfce4-panel fails every time. I think the relevant lines in the log file is: {{{ :info:build In file included from /opt/local/include/xfce4/libxfce4util/libxfce4util.h:31, :info:build from ../libxfce4panel/libxfce4panel-enum- types.h:6, :info:build from xfce-panel-window.c:32: :info:build /opt/local/include/xfce4/libxfce4util/xfce-desktopentry.h:71: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gchar’ :info:build make[3]: *** [libxfce4panel_la-xfce-panel-window.lo] Error 1 }}} I am attaching the complete log file, please let me know if this is a legitimate bug or I am a moron; either way I'll be happy. -- Comment: Please remember to use WikiFormatting and TracLinks, and to Cc the maintainer of the affected port. -- Ticket URL: <https://trac.macports.org/ticket/32596#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#32596: xfce4-panel: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gchar’ -------------------------------------+-------------------------------------- Reporter: list.jonathan@… | Owner: afb@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: | Port: xfce4-panel -------------------------------------+-------------------------------------- Comment(by ryandesign@…): I suspect this is an incompatibility with the latest glib2 update (the error looks similar to errors we saw in other ports), and that updating the xfce ports to newer versions will help. Can you try the patches in #31203? -- Ticket URL: <https://trac.macports.org/ticket/32596#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#32596: xfce4-panel: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gchar’ -------------------------------------+-------------------------------------- Reporter: list.jonathan@… | Owner: afb@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: | Port: xfce4-panel -------------------------------------+-------------------------------------- Comment(by list.jonathan@…): I will be glad to try those patches, but I'm not sure how to use the .diff file. I've tried using patch -i ....diff, but it's not working as I expected. I can't find what to do with the .diff file in the man pages, perhaps you can point me in the right direction? Replying to [comment:4 ryandesign@…]:
I suspect this is an incompatibility with the latest glib2 update (the error looks similar to errors we saw in other ports), and that updating the xfce ports to newer versions will help. Can you try the patches in #31203?
-- Ticket URL: <https://trac.macports.org/ticket/32596#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#32596: xfce4-panel: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gchar’ -------------------------------------+-------------------------------------- Reporter: list.jonathan@… | Owner: afb@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: | Port: xfce4-panel -------------------------------------+-------------------------------------- Comment(by list.jonathan@…): Sorry, I meant: {{{ $patch -i patch...diff }}} Replying to [comment:5 list.jonathan@…]:
I will be glad to try those patches, but I'm not sure how to use the .diff file. I've tried using patch -i ....diff, but it's not working as I expected. I can't find what to do with the .diff file in the man pages, perhaps you can point me in the right direction?
Replying to [comment:4 ryandesign@…]:
I suspect this is an incompatibility with the latest glib2 update (the error looks similar to errors we saw in other ports), and that updating the xfce ports to newer versions will help. Can you try the patches in #31203?
-- Ticket URL: <https://trac.macports.org/ticket/32596#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts