Bug 156673 - [maintainer] ldconfig error while installing net/xrdp
Summary: [maintainer] ldconfig error while installing net/xrdp
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: Baptiste Daroussin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-27 12:10 UTC by Iwao Koichiro
Modified: 2011-04-27 12:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Iwao Koichiro 2011-04-27 12:10:07 UTC
ldconfig shows "No such file or directory." while installing net/xrdp.
Probably, this is committer's mistake.

Fix: 

Substitute line 35.
s/%%PREFIX%%/${PREFIX}/
How-To-Repeat: # cd /usr/ports/net/xrdp && make install

===> Installing rc.d startup script(s)
===>   Compressing manual pages for xrdp-0.6.0.20110117
===>   Running ldconfig
/sbin/ldconfig -m %%PREFIX%%/lib/xrdp
ldconfig: warning: %%PREFIX%%/lib/xrdp: No such file or directory
===>   Installing ldconfig configuration file
===>   Registering installation for xrdp-0.6.0.20110117
===> SECURITY REPORT: 
      This port has installed the following files which may act as network
      servers and may therefore pose a remote security risk to the system.
/usr/local/lib/xrdp/libcommon.so.0
Comment 1 Baptiste Daroussin freebsd_committer freebsd_triage 2011-04-27 12:26:50 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bapt

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-04-27 12:29:19 UTC
bapt        2011-04-27 11:29:10 UTC

  FreeBSD ports repository

  Modified files:
    net/xrdp             Makefile 
  Log:
  fix s/%%PREFIX/${PREFIX}/ typo
  
  PR:             ports/156673
  Submitted by:   "Iwao, Koichiro" <meta _at_ club.kyutech.ac.jp>
  
  Revision  Changes    Path
  1.14      +1 -1      ports/net/xrdp/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 3 Baptiste Daroussin freebsd_committer freebsd_triage 2011-04-27 12:30:08 UTC
State Changed
From-To: open->closed

Fixed, sorry for the typo. Thanks!