Bug 133386 - [patch] Building lang/clisp fails with pari enabled
Summary: [patch] Building lang/clisp fails with pari enabled
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Wesley Shields
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-04 22:10 UTC by Peter Jeremy
Modified: 2009-04-08 00:00 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (520 bytes, patch)
2009-04-04 22:10 UTC, Peter Jeremy
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Jeremy 2009-04-04 22:10:01 UTC
	When the WITH_PARI option is enabled on lang/clisp, it adds a
	LIB_DEPENDS on pari.2, however math/pari installs libpari-gmp.so.2
	causing the ports dependency check to fail.

Fix: Change LIB_DEPENDS to check for pari-gmp.2 instead of pari.2
	A similar fix was made to math/asir2000 (the only other port
	with a dependency on pari) shortly after the latest pari update.
How-To-Repeat: 	$ cd /usr/ports/lang/clisp
	$ make config
	enable "Build PARI (math and calc lib) module"
	$ make
	fails after installing pari:
===>   Registering installation for pari-2.3.4_1
===>  Returning to user credentials
===>   Returning to build of clisp-2.47
Error: shared library "pari.2" does not exist
*** Error code 1

Stop in /usr/ports/lang/clisp.
*** Error code 1

Stop in /usr/ports/lang/clisp.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-04-04 22:10:10 UTC
Maintainer of lang/clisp,

Please note that PR ports/133386 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/133386

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2009-04-04 22:10:12 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Joseph S Atkinson 2009-04-05 03:14:20 UTC
I approve.

This was caused by the addition of the gmp option in the 3/14 commit to 
math/pari.

Nice catch.
Comment 4 Wesley Shields freebsd_committer freebsd_triage 2009-04-05 03:39:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wxs

I'll take it.
Comment 5 dfilter service freebsd_committer freebsd_triage 2009-04-07 23:50:26 UTC
wxs         2009-04-07 22:50:17 UTC

  FreeBSD ports repository

  Modified files:
    lang/clisp           Makefile 
  Log:
  - Fix build when WITH_PARI is selected.
  
  PR:             ports/133386
  Submitted by:   Peter Jeremy <peterjeremy@optushome.com.au>
  Approved by:    Joseph S. Atkinson <jsatkinson@embarqmail.com> (maintainer)
  
  Revision  Changes    Path
  1.59      +1 -1      ports/lang/clisp/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 Wesley Shields freebsd_committer freebsd_triage 2009-04-07 23:50:30 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!