Opened 14 years ago
Closed 14 years ago
#36769 closed defect (invalid)
dovecot2-sieve @0.3.1-1659 unable to install
| Reported by: | bentley@… | Owned by: | pixilla (Bradley Giesbrecht) |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.1.2 |
| Keywords: | Cc: | ||
| Port: | dovecot2-sieve |
Description
An attempt to install dovecot2-sieve @0.3.1-1659 on a Mac mini running OS X 10.6.8 with Xcode 4.2 for Snow Leopard installed failed. I had just installed dovecot2@2.1.10_0.
(That Xcode 4.2 for Snow Leopard (from the iPhone developer side) does not apparently work very well on that old Mac mini.) Regardless, here's the log:
Attachments (2)
Change History (6)
Changed 14 years ago by bentley@…
comment:2 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
| Keywords: | dovecot-sieve removed |
|---|---|
| Owner: | changed from macports-tickets@… to pixilla@… |
| Port: | dovecot2-sieve added |
The log says "aclocal failed with exit status: 255" which is interesting, but it also was not a clean build attempt, so before we investigate, please "sudo port clean dovecot2-sieve", then try again, then attach the new main.log.
Changed 14 years ago by bentley@…
| Attachment: | main.2.log added |
|---|
log of results after sudo port clean dovecot2-sieve.
comment:3 Changed 14 years ago by bentley@…
Requested action taken, results provided in second copy of log attached.
comment:4 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
In looks like the real error in both logs was "This Perl not built to support threads". You said on the mailing list that installing perl5.12 with the +threads variant solved the problem. As Clemens replied, this tells us that your ports tree is months out of date, because the +threads variant was removed from the perl5.12 port in r94655 and threads support was turned permanently on. Please run:
sudo port selfupdate sudo port upgrade outdated
to update all your ports.

build log.