Opened 4 months ago
Last modified 2 months ago
#70437 assigned defect
glib2 @2.78.4_0+debug+universal+x11 upgrade fails, opportunistic use of dbus
Reported by: | TheLastLovemark | Owned by: | mascguy (Christopher Nielsen) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.9.3 |
Keywords: | Cc: | ||
Port: | glib2 |
Description
trying to upgrade a bunch of ports to debug variants as I want to relearn to program. glib2 failed after a lot of dependents successfully installed. Log file indicates i386 architecture may be the problem. Not sure how "clean" this was. the initial upgrade command was given cleanly.
Attachments (1)
Change History (9)
comment:1 Changed 4 months ago by jmroot (Joshua Root)
Cc: | mascguy removed |
---|---|
Owner: | set to mascguy |
Status: | new → assigned |
comment:2 Changed 4 months ago by jmroot (Joshua Root)
Summary: | glib2 variant upgrade fails, log hints it is because I am on deprecated architecture → glib2 @2.78.4_0+debug+universal+x11 upgrade fails, opportunistic use of dbus |
---|
Changed 4 months ago by jmroot (Joshua Root)
Attachment: | glib2-main.log.bz2 added |
---|
comment:4 Changed 4 months ago by mascguy (Christopher Nielsen)
Can you provide the output from port -v installed dbus
?
comment:5 follow-up: 6 Changed 4 months ago by TheLastLovemark
sh-3.2# port -v installed dbus The following ports are currently installed: dbus @1.14.10_1 (active) requested_variants='' platform='darwin 17' archs='x86_64' date='2024-07-22T12:43:53-0400'
comment:6 Changed 4 months ago by mascguy (Christopher Nielsen)
Replying to TheLastLovemark:
sh-3.2# port -v installed dbus The following ports are currently installed: dbus @1.14.10_1 (active) requested_variants='' platform='darwin 17' archs='x86_64' date='2024-07-22T12:43:53-0400'
Okay, dbus
isn't installed +universal
, which makes sense since it isn't a dependency.
For now, can you try the following:
$ sudo port -f deactivate dbus $ sudo port clean glib2 $ sudo port upgrade glib2 $ sudo port activate dbus
Ultimately I need to fix the opportunistic use of dbus
, per Josh's earlier comment. But for now, temporarily deactivating it first might solve your problem.
Give it a shot, and let me know if it works.
Note: See
TracTickets for help on using
tickets.
There's no dependency on dbus listed.