Opened 14 years ago

Closed 14 years ago

#23170 closed defect (worksforme)

readline-6.1.000_1 configure failure

Reported by: harry.weppner@… Owned by: MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Priority: Normal Milestone:
Component: ports Version: 1.8.2
Keywords: Cc: nox@…
Port: readline

Description

Hi there,

readline upgrade fails during configure on PPC 10.5.8

DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_readline/work/readline-6.1" && ./configure --prefix=/opt/local --with-curses'
Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_readline/work/readline-6.1" && ./configure --prefix=/opt/local --with-curses " returned error 77
DEBUG: Backtrace: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_readline/work/readline-6.1" && ./configure --prefix=/opt/local --with-curses " returned error 77
    while executing
"$procedure $targetname"

Attachments (2)

readline.log (1.4 KB) - added by harry.weppner@… 14 years ago.
readline log
config.log (6.4 KB) - added by harry.weppner@… 14 years ago.

Download all attachments as: .zip

Change History (9)

Changed 14 years ago by harry.weppner@…

Attachment: readline.log added

readline log

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

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

comment:2 Changed 14 years ago by jmroot (Joshua Root)

Cc: nox@… added
configure: error: C compiler cannot create executables

Attach the config.log please.

Changed 14 years ago by harry.weppner@…

Attachment: config.log added

comment:3 Changed 14 years ago by jmroot (Joshua Root)

Are you setting build_arch to an empty string or something?

comment:4 Changed 14 years ago by harry.weppner@…

no, not doing anything special here.

$ which arch
/usr/bin/arch

$ arch
ppc

Noticed that config.log shows /bin/arch but

$ ls /bin/arch
ls: /bin/arch: No such file or directory

comment:5 Changed 14 years ago by nox@…

What does grep build_arch /opt/local/etc/macports/macports.conf say?

comment:6 Changed 14 years ago by harry.weppner@…

It is indeed initialized there and it is slowly coming back that another port had required this to be initialized - I believe it was related to ticket http://trac.macports.org/ticket/20372.

# Extra environment variables to keep. Any variables listed here are added
# to the list of variables that are not removed from the environment used
# while processing ports
# extra_env                     KEEP_THIS THIS_TOO
build_arch              

Port installs fine with build_arch no longer initialized... Thanks!

comment:7 Changed 14 years ago by nox@…

Resolution: worksforme
Status: newclosed
Note: See TracTickets for help on using tickets.