Ticket #21246 (closed defect: duplicate)
pan2: No package 'gmime-2.0' found
| Reported by: | payam.minoofar@… | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | contrib | Version: | 1.8.0 |
| Keywords: | Cc: | ryandesign@… | |
| Port: | pan2 |
Description (last modified by ryandesign@…) (diff)
In the final step of compiling pan2, I get these errors:
---> Configuring pan2 Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_news_pan2 /work/pan-0.133" && ./configure --prefix=/opt/local " returned error 1 Command output: checking libintl.h usability... yes checking libintl.h presence... yes ... checking for GLIB - version >= 2.4.0... yes (version 2.20.5) checking for GMIME... configure: error: Package requirements (gmime-2.0 >= 2.1.9) were not met: No package 'gmime-2.0' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables GMIME_CFLAGS and GMIME_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. Error: Status 1 encountered during processing.
When I check for gmime, port reports an adequately version:
[payam-imac:~] payam% port search gmime
gmime @2.4.8 (mail)
MIME mail utilities
which "port list installed" reports as being installed.
Is this an incorrectly set header?
Thanks.
Payam
Change History
comment:2 Changed 4 years ago by blb@…
If you upgraded to 10.6, you definitely want to read the Migration page.
comment:3 Changed 4 years ago by payam.minoofar@…
I did read that page. I executed sudo port uninstall installed, and then restarted compiling everything.
I have two versions of both glib2 and gmime installed, presumably one 64-bit, the other 32. So, I don't know what the problem is.
comment:4 Changed 4 years ago by ryandesign@…
- Port set to pan2
- Cc ryandesign@… added
- Milestone MacPorts 1.8.1 deleted
- Description modified (diff)
- Summary changed from Failure to resolve glib & gmime dependencies to pan2: No package 'gmime-2.0' found
What do you mean "two versions of both glib2 and gmime installed, presumably one 64-bit, the other 32"? You should either have one version installed which is 64-bit or one version installed which is universal for 64-bit and 32-bit. It is not possible to have two versions of any port installed and active at the same time.
comment:5 Changed 4 years ago by ryandesign@…
Both "port search gmime" and "port list installed" will show you the currently-available version of the software, not the version of the software, if any, that you currently have installed. To find that out, you would use "port installed gmime". What does it say?
comment:6 Changed 4 years ago by payam.minoofar@…
This is the output. Both versions are installed. The universal one is active.
[mac0023329b341a:~] payam% port installed gmime The following ports are currently installed: gmime @2.4.8_0 gmime @2.4.8_0+universal (active)


I should add that I upgraded to Snow Leopard, and installed the 64-bit version of Port 1.8.0. I'm in the process of recompiling everything.