Opened 5 years ago

Last modified 5 years ago

#59125 closed defect

libfixposix @0.4.3: syntax error near unexpected token `CHECK,' — at Version 1

Reported by: nalzok (Qingyao Sun) Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.6.0
Keywords: Cc: sunqingyao19970825@…
Port: libfixposix

Description (last modified by nalzok (Qingyao Sun))

I was trying in to install Next, one of whose dependencies is libfixposix. It is an error during the configuration of libfixposix that halted the installation process, so I'm opening a ticket for it.

$ sudo port install libfixposix
--->  Computing dependencies for libfixposix
--->  Configuring libfixposix
Error: Failed to configure libfixposix, consult /opt/local/var/macports/build/_private_var_local_ports_devel_libfixposix/libfixposix/work/libfixposix-0.4.3/config.log
Error: Failed to configure libfixposix: configure failure: command execution failed
Error: See /opt/local/var/macports/logs/_private_var_local_ports_devel_libfixposix/libfixposix/main.log for details.
Error: Follow https://guide.macports.org/#project.tickets to report a bug.
Error: Processing of port libfixposix failed

Here is my attempt to configure the port manually

$ cd /opt/local/var/macports/build/_private_var_local_ports_devel_libfixposix/libfixposix/work/libfixposix-0.4.3

$  sudo ./configure
Password:
configure: srcdir:   .
configure: builddir:
configure: CPPFLAGS:
configure: CFLAGS:
configure: LDFLAGS:
configure: WARNING: you should configure in a separate build directory
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
 === IRRELEVANT OUTPUT OMITTED ===
checking for getpeereid... yes
./configure: line 13721: syntax error near unexpected token `CHECK,'
./configure: line 13721: `    PKG_CHECK_MODULES(CHECK, check >= 0.9.4)'

Please see the attachment for more detailed log.

Change History (3)

Changed 5 years ago by nalzok (Qingyao Sun)

Attachment: main.log added

Changed 5 years ago by nalzok (Qingyao Sun)

Attachment: config.log added

comment:1 Changed 5 years ago by nalzok (Qingyao Sun)

Description: modified (diff)
Summary: libfixposix @0.4.3: Permission deniedlibfixposix @0.4.3: syntax error near unexpected token `CHECK,'
Note: See TracTickets for help on using tickets.