Opened 19 years ago

Closed 19 years ago

#5087 closed defect (fixed)

BUG: avr-gcc Port doesn't create the appropriate symlinks

Reported by: moll@… Owned by: pguyot (Paul Guyot)
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

The avr-gcc port installs avr-gcc-3.4.3 in /opt/local/bin, but doesn't create a symlink to avr-gcc (which causes the configure stage of avr-libc to fail). Same thing for avr-c++, avr-cpp, avr-g++, avr-gccbug, and avr-gcov.

Attachments (1)

patch-Portfile (795 bytes) - added by mww@… 19 years ago.
patch for cross/avr-gcc/Portfile

Download all attachments as: .zip

Change History (5)

comment:1 Changed 19 years ago by toby@…

Owner: changed from darwinports-bugs@… to pguyot@…

comment:2 Changed 19 years ago by mww@…

Summary: avr-gcc Port doesn't create the appropriate symlinksBUG: avr-gcc Port doesn't create the appropriate symlinks

Changed 19 years ago by mww@…

Attachment: patch-Portfile added

patch for cross/avr-gcc/Portfile

comment:3 Changed 19 years ago by pguyot (Paul Guyot)

AFAIK, your patch simply removes the version suffix. This doesn't really solve the problem as one cannot use regular gcc to compile stuff then with the -b and -V parameters.

(gcc -b avr -V 3.4.3 will call avr-gcc-3.4.3).

comment:4 Changed 19 years ago by pguyot (Paul Guyot)

Resolution: fixed
Status: newclosed

Umm. Actually, gcc installs avr-gcc-3.4.4 nevertheless. Committing.

Note: See TracTickets for help on using tickets.