Opened 11 years ago
Closed 11 years ago
#40047 closed defect (duplicate)
gconf @2.32.4_2 (gnome) Build error @ OSX 10.6.8 with Xcode 4.2
Reported by: | namektds (Daisuke Namekata) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.0 |
Keywords: | Cc: | ryandesign (Ryan Carsten Schmidt) | |
Port: | gconf |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
The build of gconf 2.32.4_2 was failed at the building step.
---> Building gconf make: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gnome_gconf/gconf/work/GConf-2 /usr/bin/make all-recursive make[1]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gnome_gconf/gconf/work/GCon Making all in gconf make[2]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_gnome_gconf/gconf/work/GCon /opt/local/bin/orbit-idl-2 ./GConfX.idl /opt/local/bin/orbit-idl-2 ./GConfX.idl orbit-idl-2 2.14.19 compiling mode, hide preprocessor errors, passes: stubs skels common headers Processing file ./GConfX.idl orbit-idl-2 2.14.19 compiling mode, hide preprocessor errors, passes: stubs skels common headers Processing file ./GConfX.idl Error: Empty file ** (orbit-idl-2:26137): WARNING **: ./GConfX.idl compilation failed make[2]: *** [GConfX-skels.c] Error 1 make[2]: *** Waiting for unfinished jobs.... Error: Empty file ** (orbit-idl-2:26136): WARNING **: ./GConfX.idl compilation failed
I use MacPorts version 2.2.0. I attach to the log file that records the output of 'sudo port -v install gconf'.
Following this site (ProblemHotlist), I also executed the following commands:
sudo port clean gconf sudo port install gconf configure.compiler=llvm-gcc-4.2
However, the problem was not solved.
Attachments (1)
Change History (4)
Changed 11 years ago by namektds (Daisuke Namekata)
Attachment: | gconf_reinstall_01.log added |
---|
comment:1 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|
comment:2 Changed 11 years ago by namektds (Daisuke Namekata)
comment:3 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
You need to rebuild libidl from source on your system using "sudo port -ns upgrade --force libidl
". Duplicate of #33792. See especially comment:ticket:33792:12.
Note: See
TracTickets for help on using
tickets.
The problem I reported is resolved by making a new symbolic link:
There was no /usr/bin/gcc-4.2 before making the symbolic link.
But, I don't know why this change brings about the problem resolution.