Opened 15 years ago
Closed 14 years ago
#29796 closed defect (worksforme)
Incorrect "port echo maintainer:vinc17" output
| Reported by: | vinc17@… | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | base | Version: | 1.9.2 |
| Keywords: | Cc: | ||
| Port: |
Description
"port echo maintainer:vinc17" gives libgtkhtml in the list, even though I've done a portindex after dropping the maintainership (note: I no longer have this port installed).
"port info libgtkhtml" says
Maintainers: nomaintainer@macports.org
as expected.
Change History (8)
comment:1 Changed 15 years ago by jmroot (Joshua Root)
comment:2 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
When something like this happens to me, I usually find that at some point I had made a copy of the port directory, and that got indexed instead. Even if you later delete that directory, it's still in the port index. Try deleting both PortIndex files and letting MacPorts recreate it from scratch.
comment:4 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Vincent, does that resolve the issue for you?
comment:5 Changed 15 years ago by vinc17@…
The problem was due to /opt/local/var/macports/sources/rsync.macports.org/release/ports/PortIndex, which wasn't updated by "sudo port selfupdate" apparently. Is this normal?
comment:6 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
PortIndex is updated by MacPorts, either by retrieving it from the rsync server if you're syncing using rsync, or by generating it locally if you're syncing using svn.
comment:7 Changed 14 years ago by vinc17@…
In my sources, I have both a rsync source (IIRC, mainly for base) and a svn source. As I've said in Comment 5, the problem was due to the rsync one (FYI, I had run portindex in the svn source). But a "sudo port selfupdate" (which does a rsync, doesn't it?) didn't solve the problem. Now, perhaps the Portindex hadn't been updated yet by the rsync server.
comment:8 Changed 14 years ago by jmroot (Joshua Root)
| Resolution: | → worksforme |
|---|---|
| Status: | new → closed |
If you have the rsync source listed first, and the rsync server hadn't yet picked up the update, that's normal.

Can't reproduce.