[MacPorts] #36828: wine-devel: Undefined symbols "_wine_build", referenced from: _wine_get_build_id in config.o

MacPorts noreply at macports.org
Wed Oct 31 13:13:24 PDT 2012


#36828: wine-devel: Undefined symbols "_wine_build", referenced from:
_wine_get_build_id in config.o
--------------------------+--------------------------
  Reporter:  asipper10@…  |      Owner:  ryandesign@…
      Type:  defect       |     Status:  new
  Priority:  Normal       |  Milestone:
 Component:  ports        |    Version:  2.1.2
Resolution:               |   Keywords:
      Port:  wine-devel   |
--------------------------+--------------------------

Comment (by ryandesign@…):

 And the version.c file is empty, which is consistent with the above
 command not producing any output. So now we have to dissect that command
 to figure out why it didn't produce any output. I might suggest trying
 these commands; let us know the output:

 {{{
 GIT_DIR=../../.git git describe HEAD; echo $?
 GIT_DIR=../../.git git describe HEAD 2>/dev/null || echo "wine-1.5.16";
 echo $?
 echo hello | sed -n -e '$s/\(.*\)/const char wine_build[] = "\1";/p'; echo
 $?
 echo hello | sed -n -e 's/\(.*\)/const char wine_build[] = "\1";/p'; echo
 $?
 which sed
 ls -l `which sed`
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/36828#comment:8>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list