#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)
Change History (11)
Changed 10 years ago by dimkab
Attachment: | pgAdmin_build.log added |
---|
comment:1 Changed 10 years ago by dimkab
Cc: | dima.batenkov@… added |
---|
comment:3 Changed 10 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 error → pgAdmin3 @1.20.0_0: build cannot find `wxrc` command |
comment:4 Changed 10 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 10 years ago by dimkab
You're right on spot. The command
sudo port select wxWidgets wxWidgets-3.0
solved the problem.
Thanks!
comment:6 follow-up: 7 Changed 10 years ago by jyrkiwahlstedt
Resolution: | → fixed |
---|---|
Status: | new → closed |
I’ll add a note about that to the Portfile…
comment:7 Changed 10 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: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!
Cc Me!