Opened 16 years ago
Closed 15 years ago
#18354 closed defect (invalid)
sudo port install jpeg doesn't work
Reported by: | rap_bellarmine@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.0 |
Keywords: | install | Cc: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) |
Port: |
Description (last modified by blb@…)
port search jpeg works port list works
but when i install them, this is the only thing that happens
ralph-macbook:~ ralph$ sudo port install jpeg WARNING: Improper use of the sudo command could lead to data loss or the deletion of important system files. Please double-check your typing when using sudo. Type "man sudo" for more information. To proceed, enter your password, or type Ctrl-C to abort. Password: ralph-macbook:~ ralph$
no actual installation actually happens. when i type port installed the terminal returns "no ports installed"
i also tried other portfiles to install, but still the same thing happens
Change History (7)
comment:1 Changed 16 years ago by blb@…
Description: | modified (diff) |
---|
comment:2 Changed 16 years ago by rap_bellarmine@…
i already tried it. still nothing happens. the same output as port install jpeg..
btw, i'm using MAC OS X 10.5.6, Xcode 3.1. maybe this information may help solve the problem.
comment:3 Changed 16 years ago by blb@…
You aren't just hitting return when it asks for your password, are you? Doing that will cause sudo to not do anything, hence, port won't be run.
comment:4 Changed 16 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Cc: | mcalhoun@… added |
---|
Cc Me!
comment:5 Changed 16 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Is this still an issue, or can this ticket be closed?
comment:7 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → invalid |
---|---|
Status: | new → closed |
Closing due to lack of response.
Note: See
TracTickets for help on using
tickets.
Can you try
sudo port -d install jpeg
to enable full debug output, that way we can see if it's doing/saying anything at all?