skypher/weblocks

weblocks-postmodern/elephant: symbol conflicts

quicklisp opened this issue · 1 comments

I get a symbol conflict when building weblocks-postmodern:

unhandled NAME-CONFLICT in thread #<SB-THREAD:THREAD "main thread"
RUNNING {10030C1403}>: USE-PACKAGE #<PACKAGE "POSTMODERN"> causes
name-conflicts in #<PACKAGE "WEBLOCKS-POSTMODERN"> between the
following symbols:POSTMODERN:WITH-TRANSACTION,
WEBLOCKS:WITH-TRANSACTION

See also:
  The ANSI Standard, Section 11.1.1.2.5

I get this for weblocks-elephant:

unhandled NAME-CONFLICT in thread #<SB-THREAD:THREAD "main thread"
RUNNING {10030C13E3}>: USE-PACKAGE #<PACKAGE "WEBLOCKS"> causes
name-conflicts in #<PACKAGE "WEBLOCKS-ELEPHANT"> between the
following symbols:WEBLOCKS:WITH-TRANSACTION,
ELEPHANT:WITH-TRANSACTION

See also:
  The ANSI Standard, Section 11.1.1.2.5

Should be fixed in HEAD now. Thanks for the heads up.

Leslie

Zach Beane wrote:

I get a symbol conflict when building weblocks-postmodern:

unhandled NAME-CONFLICT in thread #<SB-THREAD:THREAD "main thread"
RUNNING {10030C1403}>: USE-PACKAGE #<PACKAGE "POSTMODERN"> causes
name-conflicts in #<PACKAGE "WEBLOCKS-POSTMODERN"> between the
following symbols:POSTMODERN:WITH-TRANSACTION,
WEBLOCKS:WITH-TRANSACTION

See also:
  The ANSI Standard, Section 11.1.1.2.5

I get this for weblocks-elephant:

unhandled NAME-CONFLICT in thread #<SB-THREAD:THREAD "main thread"
RUNNING {10030C13E3}>: USE-PACKAGE #<PACKAGE "WEBLOCKS"> causes
name-conflicts in #<PACKAGE "WEBLOCKS-ELEPHANT"> between the
following symbols:WEBLOCKS:WITH-TRANSACTION,
ELEPHANT:WITH-TRANSACTION

See also:
  The ANSI Standard, Section 11.1.1.2.5

Reply to this email directly or view it on GitHub:
#8