Opened 4 years ago
Closed 2 years ago
#62042 closed defect (worksforme)
compilers portgroup: Error: Dependency 'gccdevel' not found
Reported by: | NavneetKB | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | portgroup | Cc: | NavneetKB, MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), cjones051073 (Chris Jones), mascguy (Christopher Nielsen) |
Port: |
Description
I am installing octave using the instruction at https://wiki.octave.org/Octave_for_macOS Install GNU Octave using MacPorts:
- Install Xcode via the Mac App Store.
- Install the Command Line Tools by opening a terminal and type
sudo xcode-select --install
- Follow MacPorts' installation instructions.
- Update your installation
sudo port selfupdate sudo port upgrade outdated
- Install Octave
sudo port install octave
While running "sudo port install octave" i get below error:
Error: Dependency 'gccdevel' not found
Error: Processing of port octave failed
Change History (5)
comment:1 Changed 4 years ago by jmroot (Joshua Root)
Cc: | MarcusCalhoun-Lopez cjones051073 added |
---|---|
Priority: | High → Normal |
Summary: | Error: Dependency 'gccdevel' not found → compilers portgroup: Error: Dependency 'gccdevel' not found |
comment:3 Changed 2 years ago by mascguy (Christopher Nielsen)
Keywords: | portgroup added |
---|
Add keyword portgroup, to pg-related tickets
comment:4 Changed 2 years ago by mascguy (Christopher Nielsen)
Cc: | mascguy added |
---|
comment:5 Changed 2 years ago by mascguy (Christopher Nielsen)
Resolution: | → worksforme |
---|---|
Status: | new → closed |
The update mentioned in comment:1 seems to have fixed this, and I'm not able to reproduce. Closing.
If it's still occurring, please reopen this ticket.
Note: See
TracTickets for help on using
tickets.
Looks like the issue that was supposed to have been fixed in [1444149f3489dcac7659bcaca661d5a159c68157/macports-ports]—are you sure your ports are up to date?