Opened 10 years ago

Closed 10 years ago

#44569 closed defect (fixed)

ircii-classic @2.8.2.1 Link failure on 10.7.5

Reported by: keybounce Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.3.1
Keywords: Cc:
Port: ircii-classic

Description

Following the problem hotlist, I tried using gcc:

  522  sudo port clean ircii-classic
  523  sudo port install ircii-classic configure.compiler=llvm-gcc-4.2

With vastly fewer compiler issues, it still would not link.

Full log file: https://gist.github.com/keybounce/3ed09caad0c1dcc1a80e

Link error looks like termcap versus terminfo.

Attachments (1)

main.log (28.2 KB) - added by keybounce 10 years ago.
Build log

Download all attachments as: .zip

Change History (7)

Changed 10 years ago by keybounce

Attachment: main.log added

Build log

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

Owner: changed from macports-tickets@… to ryandesign@…

In the future, please Cc the port maintainers (port info --maintainers ircii-classic).

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

Could you try again with the default compiler clang, and also attach the config.log file? Thanks.

comment:3 Changed 10 years ago by keybounce

Clang isn't much better.

keybounceMBP:logs michael$ sudo port clean ircii-classic
Password:
--->  Cleaning ircii-classic
keybounceMBP:logs michael$ sudo port install ircii-classic
--->  Fetching archive for ircii-classic
--->  Attempting to fetch ircii-classic-2.8.2_1.darwin_11.i386.tbz2 from http://packages.macports.org/ircii-classic
--->  Attempting to fetch ircii-classic-2.8.2_1.darwin_11.i386.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/ircii-classic
--->  Attempting to fetch ircii-classic-2.8.2_1.darwin_11.i386.tbz2 from http://lil.fr.packages.macports.org/ircii-classic
--->  Fetching distfiles for ircii-classic
--->  Verifying checksums for ircii-classic
--->  Extracting ircii-classic
--->  Applying patches to ircii-classic
--->  Configuring ircii-classic
--->  Building ircii-classic
Error: org.macports.build for port ircii-classic returned: command execution failed
Please see the log file for port ircii-classic for details:
    /Volumes/UserData/opt-lion/local/var/macports/logs/_Volumes_UserData_opt-lion_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_irc_ircii-classic/ircii-classic/main.log
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets
Error: Processing of port ircii-classic failed

Full log files (both): https://gist.github.com/keybounce/628c0379b743d356f24b

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

Status: newassigned

Thanks. I can at least see that the port needs a dependency on ncurses, which I added in r123324. Please wait 30 minutes, then "sudo port selfupdate" and try installing ircii-classic again.

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

Also, it doesn't seem to like OS X's version of flex, so added a dependency on the MacPorts version in r123326.

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

Resolution: fixed
Status: assignedclosed

I'll assume my above fixes resolved this issue.

Note: See TracTickets for help on using tickets.