Opened 8 years ago

Closed 8 years ago

#49774 closed defect (invalid)

policykit @0.113_2: libtool: Version mismatch error

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: dbevans (David B. Evans)
Priority: Normal Milestone:
Component: ports Version: 2.3.99
Keywords: Cc:
Port: policykit

Description

Upgrading policykit from 0.113_1 to 0.113_2 fails with:

libtool: Version mismatch error.  This is libtool 2.4.2, but the
libtool: definition of this LT_INIT comes from libtool 2.4.6.
libtool: You should recreate aclocal.m4 with macros from libtool 2.4.2
libtool: and run autoconf again.

Attachments (2)

main.log (41.9 KB) - added by ryandesign (Ryan Carsten Schmidt) 8 years ago.
main.2.log (299.8 KB) - added by dbevans (David B. Evans) 8 years ago.
Successful build log from El Capitan (10.11.2 beta)

Download all attachments as: .zip

Change History (4)

Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: main.log added

comment:1 Changed 8 years ago by dbevans (David B. Evans)

Status: newassigned

Sorry, Ryan. I can't recreate this error. Build works fine for me. The distributed ltmain.sh is version 2.4.2 but it is updated to the latest 2.4.6 during configure. After configuration you can confirm the version by going to ${worksrcpath} and running

$ ./libtool --version
libtool (GNU libtool) 2.4.6
Written by Gordon Matzigkeit, 1996

Copyright (C) 2014 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

My successful log file is attached. I've tested this on both El Capitan and Yosemite with the same results.

Changed 8 years ago by dbevans (David B. Evans)

Attachment: main.2.log added

Successful build log from El Capitan (10.11.2 beta)

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

Resolution: invalid
Status: assignedclosed

Sorry, this was caused by my local modifications described in #49713.

Note: See TracTickets for help on using tickets.