Opened 11 years ago

Closed 11 years ago

#37629 closed defect (fixed)

couchdb-devel @1.3.0a1177555 ./bootstrap: line 17: acinclude.m4.tmp: Permission denied

Reported by: anton.ananich@… Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc: jeff-macports@…
Port: couchdb-devel

Description

$ sudo port install couchdb-devel
--->  Computing dependencies for couchdb-devel
--->  Fetching archive for couchdb-devel
--->  Attempting to fetch couchdb-devel-1.3.0a1177555_1.darwin_12.x86_64.tbz2 from http://lil.fr.packages.macports.org/couchdb-devel
--->  Attempting to fetch couchdb-devel-1.3.0a1177555_1.darwin_12.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/couchdb-devel
--->  Attempting to fetch couchdb-devel-1.3.0a1177555_1.darwin_12.x86_64.tbz2 from http://packages.macports.org/couchdb-devel
--->  Attempting to fetch couchdb-devel-1.3.0a1177555_1.darwin_12.x86_64.tbz2 from http://jog.id.packages.macports.org/macports/packages/couchdb-devel
--->  Fetching distfiles for couchdb-devel
--->  Verifying checksum(s) for couchdb-devel
--->  Extracting couchdb-devel
--->  Configuring couchdb-devel
Error: org.macports.configure for port couchdb-devel returned: command execution failed
Please see the log file for port couchdb-devel for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_couchdb-devel/couchdb-devel/main.log
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets
Error: Processing of port couchdb-devel failed

  • XCode 4.5.2
  • Mac OS X 10.8.2

Attachments (1)

main.log (58.9 KB) - added by anton.ananich@… 11 years ago.
/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_couchdb-devel/couchdb-devel/main.log

Download all attachments as: .zip

Change History (15)

Changed 11 years ago by anton.ananich@…

Attachment: main.log added

/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_databases_couchdb-devel/couchdb-devel/main.log

comment:1 Changed 11 years ago by cooljeanius (Eric Gallager)

looks like an issue with the update to Automake1.13

comment:2 in reply to:  1 Changed 11 years ago by anton.ananich@…

Replying to egall@…:

looks like an issue with the update to Automake1.13

$ automake --version
automake (GNU automake) 1.13.1
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl-2.0.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Tom Tromey <tromey@redhat.com>
       and Alexandre Duret-Lutz <adl@gnu.org>.

is this one recent enough?

comment:3 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Keywords: couchdb-devel couchdb removed

It's too recent; we need to patch couchdb-devel to be compatible with automake 1.13+.

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

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

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

r101583 solves the error you showed in your log (which is also the error I got on my system), but the buildbots still fail with:

DEBUG: Executing proc-pre-org.macports.configure-configure-0
aclocal.m4:14: error: this file was generated for autoconf 2.61.
You have another version of autoconf.  If you want to use that,
you should regenerate the build system entirely.
aclocal.m4:14: the top level
autom4te: /opt/local/bin/gm4 failed with exit status: 63
autoheader: '/opt/local/bin/autom4te' failed with exit status: 63
Command failed: cd /opt/local/var/macports/build/_opt_mports_dports_databases_couchdb-devel/couchdb-devel/work/trunk; ./bootstrap
Exit code: 63

comment:6 Changed 11 years ago by anton.ananich@…

The problem is fixed! Thank you!

Last edited 11 years ago by anton.ananich@… (previous) (diff)

comment:7 Changed 11 years ago by jeff-macports@…

The current devel version does not suffer from the initial issue here, though it does suffer from the latter that you found. If you want to fix this one right away, the latest bug can be fixed by editing bootstrap and adding aclocal-1.13 and automake-1.13 to the lists found when setting the $ACLOCAL and $AUTOMAKE variables.

If you'd like to hold on for a day I am working on getting this moved over to their git repo (they moved in Oct 2011) and I already have this fix in my update.

Side note: Sorry to ask this here but I emailed a request to macports-mgr to be the maintainer of couchdb and couchdb-devel on Wednesday but have only heard crickets so far. Was anything received on your side? Thanks.

comment:8 Changed 11 years ago by jeff-macports@…

Cc: jeff-macports@… added

Cc Me!

comment:9 Changed 11 years ago by anton.ananich@…

It seems that git contains more recent changes. The idea is great.

comment:10 Changed 11 years ago by jeff-macports@…

Git migration ticket #37641 created.

comment:11 in reply to:  7 Changed 11 years ago by larryv (Lawrence Velázquez)

Replying to jeff-macports@…:

Side note: Sorry to ask this here but I emailed a request to macports-mgr to be the maintainer of couchdb and couchdb-devel on Wednesday but have only heard crickets so far. Was anything received on your side? Thanks.

macports-mgr only handles requests for commit rights and security issues. If you merely wish to maintain couchdb and couchdb-devel, you can open a ticket volunteering yourself as a non-committing maintainer.

comment:12 Changed 11 years ago by anton.ananich@…

This ticket in CouchDB bugtracking: https://issues.apache.org/jira/browse/COUCHDB-1653

comment:13 Changed 11 years ago by jeff@…

This was fixed in r104096. Close please?

comment:14 Changed 11 years ago by larryv (Lawrence Velázquez)

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.