Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#46335 closed defect (fixed)

pgAdmin3 @1.20.0_0: build cannot find `wxrc` command

Reported by: dimkab Owned by: jyrkiwahlstedt
Priority: Normal Milestone:
Component: ports Version: 2.3.3
Keywords: Cc: jeabraham
Port: pgAdmin3

Description

The first error, apparently, is the line

:info:build ./pgadmin/ui/embed-xrc: line 15: wxrc: command not found

Attachments (1)

pgAdmin_build.log (19.5 KB) - added by dimkab 9 years ago.

Download all attachments as: .zip

Change History (11)

Changed 9 years ago by dimkab

Attachment: pgAdmin_build.log added

comment:1 Changed 9 years ago by dimkab

Cc: dima.batenkov@… added

Cc Me!

comment:2 Changed 9 years ago by dimkab

System info: OSX 10.10.1+Xcode 6.1.1

comment:3 Changed 9 years ago by larryv (Lawrence Velázquez)

Cc: dima.batenkov@… removed
Owner: changed from macports-tickets@… to jwa@…
Summary: pgAdmin3 @1.20.0_0 build errorpgAdmin3 @1.20.0_0: build cannot find `wxrc` command

comment:4 Changed 9 years ago by jyrkiwahlstedt

What does ”sudo port select wxWidgets” show? If it doesn’t give ”wxWidgets-3.0” as active (as I suspect), then give the command "sudo port select wxWidgets wxWidgets-3.0”. After that you should have $prefix/bin/wxrc, and the build should go fine.

comment:5 Changed 9 years ago by dimkab

You're right on spot. The command

sudo port select wxWidgets wxWidgets-3.0

solved the problem.

Thanks!

comment:6 Changed 9 years ago by jyrkiwahlstedt

Resolution: fixed
Status: newclosed

I’ll add a note about that to the Portfile…

comment:7 in reply to:  6 Changed 9 years ago by larryv (Lawrence Velázquez)

Replying to jwa@…:

I’ll add a note about that to the Portfile…

It would be better if we fixed pgAdmin3 to use a specific wxWidgets port.

comment:8 Changed 9 years ago by jeabraham

Cc: jea@… added

Cc Me!

comment:9 Changed 9 years ago by lpsinger (Leo Singer)

I just stumbled across this. jwa, are you going to add that note to the Portfile?

comment:10 Changed 9 years ago by jyrkiwahlstedt

Done in r139167. Had done the change, but forgot to commit, for some reason. (The port uses the -3.0 port, but it can't run the select for you, so that command isn't on the path) Sorry for this delay!

Note: See TracTickets for help on using tickets.