Opened 15 years ago

Closed 14 years ago

#17963 closed defect (fixed)

m4: uses git though no dependency declared

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: blair (Blair Zajac)
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: Cc:
Port: m4

Description

m4 uses git during the destroot phase, but doesn't declare a dependency on git:

DEBUG: Executing org.macports.destroot (m4)
DEBUG: Environment: MACOSX_DEPLOYMENT_TARGET='10.5'
DEBUG: Assembled command: 'cd "/mp/var/macports/build/_Users_rschmidt_macports_dports_devel_m4/work/m4-1.4.12" && make install DESTDIR=/mp/var/macports/build/_Users_rschmidt_macports_dports_devel_m4/work/destroot'
build-aux/git-version-gen: line 132: 20702 Trace/BPT trap          git status > /dev/null 2>&1
make  install-recursive
Making install in .
make[3]: Nothing to be done for `install-exec-am'.
[snip]

git crashes, then the install succeeds. (My git is crashing for an unrelated reason. I have forcibly uninstalled many ports, including one of git's dependencies, and am in the process of reinstalling them.)

Does m4 really need to use git during destroot?

Change History (2)

comment:1 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

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

Resolution: fixed
Status: newclosed

The current version doesn't seem to do this.

Note: See TracTickets for help on using tickets.