Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#43358 closed defect (worksforme)

Dependency 'py27-libxml2' not found

Reported by: macports.mails.skeeve@… Owned by: sfiera@…
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: Cc: MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Port: py27-libxml2

Description

OS X 10.5.8 XCode 3.1.2 MacPorts 2.2.1

$ sudo port install ImageMagick
--->  Computing dependencies for ImageMagick
Error: Dependency 'py27-libxml2' not found.

Change History (6)

comment:1 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: mcalhoun@… added
Owner: changed from macports-tickets@… to sfiera@…
Port: py27-libxml2 added
Summary: ImageMagick @6.8.9-0 Dependency 'py27-libxml2' not foundDependency 'py27-libxml2' not found

Don't know why; py27-libxml2 exists on my system.

comment:2 Changed 10 years ago by macports.mails.skeeve@…

What can I do to support?

I get a similar message for:

$ sudo port install py-pil
--->  Computing dependencies for py-pil
Error: Dependency 'py27-pil' not found.

comment:3 Changed 10 years ago by mf2k (Frank Schima)

Resolution: worksforme
Status: newclosed

Please use the Macports Users mailing list for tech support.

The first thing to try, however, is:

sudo port selfupdate

comment:4 in reply to:  3 Changed 10 years ago by macports.mails.skeeve@…

sudo port selfupdate

That was the very first thing I did this morning :(

comment:5 Changed 10 years ago by macports.mails.skeeve@…

WTF!

    Status changed from new to closed
    Resolution set to worksforme

I wish I could act like that at work :(

comment:6 in reply to:  5 Changed 10 years ago by neverpanic (Clemens Lang)

Replying to macports.mails.skeeve@…:

WTF!

    Status changed from new to closed
    Resolution set to worksforme

The Portfile for py27-libxml2 is in the repository at source:trunk/dports/python/py-libxml2/Portfile, so it's not a missing Portfile. You get that message when your PortIndex does not contain py27-libxml2. The PortIndex generated on the server-side is hosted at rsync://rsync.macports.org/release/tarballs/PortIndex_darwin_9_powerpc/PortIndex and rsync://rsync.macports.org/release/tarballs/PortIndex_darwin_9_i386/PortIndex. Both contain the entry for py27-libxml2, so this is not a problem with our setup but a problem with your local installation. Because of that, this is very likely not a bug, and trac isn't the right place to discuss this. You should write to the macports-users mailing list if you can't figure out what's wrong on your own, and that's what you've been told.

Try running selfupdate with debug output, see if you can spot any potential problems. If that doesn't help, delete your PortIndex and run selfupdate again. If that doesn't help, go to the MacPorts-users mailing list, explain your problem and ask for help.

I wish I could act like that at work :(

MacPorts is a community-supported open source project. Please understand that we're all volunteers here. You're not entitled to personal support and even though that may seem harsh, a ticket on trac on an issue that seems to only happen on a single user's computer is not considered good use of their (free!) time by most devs. The mailing list however is full of people that are willing to help.

Note: See TracTickets for help on using tickets.