Opened 12 years ago

Last modified 7 years ago

#34427 assigned defect

playerstage-player: build uses /Library/Frameworks/Python.framework, fails

Reported by: tonygon@… Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.0.4
Keywords: Cc: ryandesign (Ryan Carsten Schmidt)
Port: playerstage-player

Description

I upgraded xorg-xcb-proto to 1.7.1 as you advised me in Ticket #34409.

localhost:~ Tony$ port list installed
...
...
xorg-bigreqsproto              @1.1.2          x11/xorg-bigreqsproto
xorg-bigreqsproto              @1.1.2          x11/xorg-bigreqsproto
xorg-compositeproto            @0.4.2          x11/xorg-compositeproto
xorg-damageproto               @1.2.1          x11/xorg-damageproto
xorg-fixesproto                @5.0            x11/xorg-fixesproto
xorg-inputproto                @2.2            x11/xorg-inputproto
xorg-inputproto                @2.2            x11/xorg-inputproto
xorg-kbproto                   @1.0.6          x11/xorg-kbproto
xorg-kbproto                   @1.0.6          x11/xorg-kbproto
xorg-libpthread-stubs          @0.3            x11/xorg-libpthread-stubs
xorg-libX11                    @1.4.99.901     x11/xorg-libX11
xorg-libX11                    @1.4.99.901     x11/xorg-libX11
xorg-libX11                    @1.4.99.901     x11/xorg-libX11
xorg-libXau                    @1.0.7          x11/xorg-libXau
xorg-libXau                    @1.0.7          x11/xorg-libXau
xorg-libxcb                    @1.8.1          x11/xorg-libxcb
xorg-libxcb                    @1.8.1          x11/xorg-libxcb
xorg-libxcb                    @1.8.1          x11/xorg-libxcb
xorg-libXcomposite             @0.4.3          x11/xorg-libXcomposite
xorg-libXcomposite             @0.4.3          x11/xorg-libXcomposite
xorg-libXcursor                @1.1.13         x11/xorg-libXcursor
xorg-libXcursor                @1.1.13         x11/xorg-libXcursor
xorg-libXdamage                @1.1.3          x11/xorg-libXdamage
xorg-libXdamage                @1.1.3          x11/xorg-libXdamage
xorg-libXdmcp                  @1.1.1          x11/xorg-libXdmcp
xorg-libXdmcp                  @1.1.1          x11/xorg-libXdmcp
xorg-libXext                   @1.3.1          x11/xorg-libXext
xorg-libXext                   @1.3.1          x11/xorg-libXext
xorg-libXext                   @1.3.1          x11/xorg-libXext
xorg-libXfixes                 @5.0            x11/xorg-libXfixes
xorg-libXfixes                 @5.0            x11/xorg-libXfixes
xorg-libXi                     @1.6.1          x11/xorg-libXi
xorg-libXi                     @1.6.1          x11/xorg-libXi
xorg-libXinerama               @1.1.2          x11/xorg-libXinerama
xorg-libXinerama               @1.1.2          x11/xorg-libXinerama
xorg-libXrandr                 @1.3.2          x11/xorg-libXrandr
xorg-libXrandr                 @1.3.2          x11/xorg-libXrandr
xorg-libXrandr                 @1.3.2          x11/xorg-libXrandr
xorg-randrproto                @1.3.2          x11/xorg-randrproto
xorg-renderproto               @0.11.1         x11/xorg-renderproto
xorg-util-macros               @1.17           x11/xorg-util-macros
xorg-util-macros               @1.17           x11/xorg-util-macros
xorg-xcb-proto                 @1.7.1          x11/xorg-xcb-proto
xorg-xcb-proto                 @1.7.1          x11/xorg-xcb-proto
xorg-xcb-util                  @0.3.8          x11/xorg-xcb-util
xorg-xcb-util                  @0.3.8          x11/xorg-xcb-util
xorg-xcmiscproto               @1.2.2          x11/xorg-xcmiscproto
xorg-xcmiscproto               @1.2.2          x11/xorg-xcmiscproto
xorg-xextproto                 @7.2.1          x11/xorg-xextproto
xorg-xextproto                 @7.2.1          x11/xorg-xextproto
xorg-xf86bigfontproto          @1.2.0          x11/xorg-xf86bigfontproto
xorg-xineramaproto             @1.2.1          x11/xorg-xineramaproto
xorg-xproto                    @7.0.23         x11/xorg-xproto
xorg-xproto                    @7.0.23         x11/xorg-xproto
xorg-xtrans                    @1.2.7          x11/xorg-xtrans
xorg-xtrans                    @1.2.7          x11/xorg-xtrans

Then I got this error. New log is attached.

localhost:~ Tony$ sudo port install playerstage-player
--->  Computing dependencies for playerstage-player
--->  Building playerstage-player
Error: Target org.macports.build returned: shell command failed (see log for details)
Log for playerstage-player is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_science_playerstage-player/playerstage-player/main.log
Error: Status 1 encountered during processing.
To report a bug, see <http://guide.macports.org/#project.tickets>

Please help me figure this out. Thank you in advanced.

Attachments (2)

main.log (149.9 KB) - added by tonygon@… 12 years ago.
main_new.log (284.4 KB) - added by tonygon@… 12 years ago.
main_new.log - After cleaning playerstage-player

Download all attachments as: .zip

Change History (5)

Changed 12 years ago by tonygon@…

Attachment: main.log added

comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign@… added
Owner: changed from macports-tickets@… to vincent@…
Port: playerstage-player added

The first step, since the log says "Skipping completed", is to "sudo port clean playerstage-player" and try again, then attach the new main.log.

Note that "port list" doesn't do what you think it does.

Changed 12 years ago by tonygon@…

Attachment: main_new.log added

main_new.log - After cleaning playerstage-player

comment:2 Changed 12 years ago by jmroot (Joshua Root)

Summary: Error installing Playerstage-Player.playerstage-player: build uses /Library/Frameworks/Python.framework, fails

comment:3 Changed 7 years ago by kurthindenburg (Kurt Hindenburg)

Owner: vincent@… deleted
Status: newassigned
Note: See TracTickets for help on using tickets.