#7026 closed defect (duplicate)
eel build fails
Reported by: | yaseppochi (Stephen J. Turnbull) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | markd@… | |
Port: |
Description
Words cannot begin to express how much GNOME sucks, not limited to but especially in DarwinPorts.
eel, which is a prerequisite for evolution-data-server upgrade fails to build. I'm not sure what all other dependencies there are, but port tried to build eel five times before going on to the next package. Here's the output from the compiler.
papa% port upgrade evolution-data-server gnome-doc-utils gnome-icon-theme ---> Building eel with target all Error: Target com.apple.build returned: shell command "cd "/opt/local/var/db/dports/build/_Users_steve_Software_Ports_dports_gnome_eel/work/eel-2.12.2" && make all" returned error 2 Command output: /usr/lib/libiconv.dylib(iconv.o) definition of _libiconv /opt/local/lib/libiconv.dylib(iconv.o) definition of _libiconv ld: warning multiple definitions of symbol _libiconv_close /usr/lib/libiconv.dylib(iconv.o) definition of _libiconv_close /opt/local/lib/libiconv.dylib(iconv.o) definition of _libiconv_close ld: warning multiple definitions of symbol _libiconv_open /usr/lib/libiconv.dylib(iconv.o) definition of _libiconv_open /opt/local/lib/libiconv.dylib(iconv.o) definition of _libiconv_open ld: warning multiple definitions of symbol _libiconvctl /usr/lib/libiconv.dylib(iconv.o) definition of _libiconvctl /opt/local/lib/libiconv.dylib(iconv.o) definition of _libiconvctl ld: warning multiple definitions of symbol _libiconvlist /usr/lib/libiconv.dylib(iconv.o) definition of _libiconvlist /opt/local/lib/libiconv.dylib(iconv.o) definition of _libiconvlist ld: warning multiple definitions of symbol _locale_charset /usr/lib/libiconv.dylib(localcharset.o) definition of _locale_charset /opt/local/lib/libintl.dylib(localcharset.o) definition of _locale_charset /opt/local/lib/libiconv.dylib(localcharset.o) definition of _locale_charset ld: warning multiple definitions of symbol _libiconv_relocate /usr/lib/libiconv.dylib(relocatable.o) definition of _libiconv_relocate /opt/local/lib/libiconv.dylib(relocatable.o) definition of _libiconv_relocate ld: warning multiple definitions of symbol _libiconv_set_relocation_prefix /usr/lib/libiconv.dylib(relocatable.o) definition of _libiconv_set_relocation_prefix /opt/local/lib/libiconv.dylib(relocatable.o) definition of _libiconv_set_relocation_prefix ld: Undefined symbols: _environ /usr/bin/libtool: internal link edit command failed make[2]: * [libeel-2.la] Error 1 make[1]: * [all-recursive] Error 1 make: * [all] Error 2
Error: The following dependencies failed to build: at-spi control-center nautilus eel
Change History (6)
comment:1 Changed 19 years ago by aimee@…
dependson: | → 6984 |
---|
comment:2 Changed 19 years ago by aimee@…
comment:3 Changed 19 years ago by blb@…
Resolution: | → duplicate |
---|---|
Status: | new → closed |
* This bug has been marked as a duplicate of 6984 *
comment:4 Changed 19 years ago by markd@…
Cc: | markd@… added |
---|
(In reply to comment #1)
This is the same bug as bug 6984. The patch files are not being applied before building eel, causing the undefined _environ problem.
Randall wood applied fixes to CVS on 2/6/06 for this bug. Did that fix the issue?
comment:5 Changed 19 years ago by yaseppochi (Stephen J. Turnbull)
(In reply to comment #3)
Randall wood applied fixes to CVS on 2/6/06 for this bug. Did that fix the issue?
Erm ... yup, port uninstall -f, port clean --all, port install worked fine, no complaints from port at all. I'll add a comment to 6984, too.
This is the same bug as bug 6984. The patch files are not being applied before building eel, causing the undefined _environ problem.