#762: parrot_config --dump: libparrot_linkflags, rpath_blib contain references 
to
the build directory if parrot is installed to a DESTDIR first
--------------------+-------------------------------------------------------
 Reporter:  ingmar  |        Type:  bug      
   Status:  new     |    Priority:  normal   
Milestone:          |   Component:  configure
  Version:  1.2.0   |    Severity:  medium   
 Keywords:          |        Lang:           
    Patch:          |    Platform:  linux    
--------------------+-------------------------------------------------------
 If parrot is installed to a staging area (ie DESTDIR=/foo passed to the
 make install call), then parrot_config --dump contains references to the
 build directory:

 ing...@cannonball ~/development/git/parrot (git-svn)-[master]- %
 parrot_config --dump | ack '/var/tmp/paludis/'
 build_dir => '/var/tmp/paludis/build/dev-lang-parrot-scm/work/parrot-scm'
 libparrot_linkflags => '-L/var/tmp/paludis/build/dev-lang-parrot-scm/work
 /parrot-scm/blib/lib -lparrot'
 rpath_blib => '-Wl,-rpath=/var/tmp/paludis/build/dev-lang-parrot-scm/work
 /parrot-scm/blib/lib'


 "make DESTDIR=/foo install" is quite common for distro packages, so it'd
 be nice to have a fix for this that I can include in my Exherbo packages.

 Regards,
 Ingmar

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/762>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to