Opened 5 years ago

Closed 5 years ago

#59046 closed defect (duplicate)

build failure originally reported in #59038 still fails

Reported by: TheLastLovemark Owned by: MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Priority: Normal Milestone:
Component: ports Version: 2.5.4
Keywords: Cc:
Port: py27-pyilmbase

Description

#59038 was closed as having fixed the path problem to locating boost library

The same build error is still being generated.

main.log and config.log attached

Attachments (2)

py27-pyilmbase_config.log (53.3 KB) - added by TheLastLovemark 5 years ago.
py27-pyilmbase_main.log (20.2 KB) - added by TheLastLovemark 5 years ago.

Download all attachments as: .zip

Change History (8)

Changed 5 years ago by TheLastLovemark

Attachment: py27-pyilmbase_config.log added

Changed 5 years ago by TheLastLovemark

Attachment: py27-pyilmbase_main.log added

comment:1 Changed 5 years ago by mf2k (Frank Schima)

Cc: MarcusCalhoun-Lopez removed
Owner: set to MarcusCalhoun-Lopez
Port: py-pyilmbase added; py27-pyilmbase removed
Status: newassigned

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

It doesn't look like you're using the current version of the portfile.

comment:3 Changed 5 years ago by TheLastLovemark

py27-pyilmbase is what port installed outdated says is installed.

I noticed you changed the ticket to py-pyilmbase. port installed py-pyilmbase says I don't have that.

$ port installed outdated
The following ports are currently installed:
  blackbag @0.9.1_3 (active)
  doxygen @1.8.14_0+docs (active)
  dsniff @2.4b1_1 (active)
  ettercap @0.8.2_0+debug+gtk+plugins (active)
  ffp @0.0.8_3 (active)
  glfw @3.2.1_0+debug+docs (active)
  hydra @7.5_4+mariadb+oracle+postgresql92+subversion+xhydra (active)
  ike-scan @1.9_2 (active)
  libimobiledevice @1.2.0_1 (active)
  libpcl @1.9.1_0+debug+openmp+test (active)
  libpftputil @0.4_1 (active)
  lynx @2.8.9rel.1_0+ssl (active)
  mediainfo @18.12_0 (active)
  MediaInfo-gui @18.12_0 (active)
  mediainfolib @18.12_0 (active)
  medusa @2.1.1_1+subversion (active)
  metasploit2 @2.7_4 (active)
  mkvtoolnix @30.1.0_0+qtgui (active)
  openvas-client @2.0.5_3 (active)
  py27-pyilmbase @2.3.0_1 (active)     <----HERE
  rpm @4.4.9_20+docs (active)
  skipfish @2.10b_4 (active)
  snort @2.9.12_0+mysql57 (active)
  socat @1.7.3.2_2 (active)
  soprano @2.9.4_3+debug+docs (active)
  source-highlight @3.1.8_4 (active)
  sslscan @1.11.12-rbsec_0 (active)
  tor @0.4.0.5_0 (active)
  xorg-server @1.18.4_3+docs (active)
$ port installed py-pyilmbase
None of the specified ports are installed.
$ port info py27-pyilmbase
py27-pyilmbase @2.3.0_3 (graphics)
$ port info py-pyilmbase
Error: Port py-pyilmbase not found

comment:4 Changed 5 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)

According to you main.log file, you are still trying to install the version of py27-pyilmbase before the fix.
Please run the following

  • sudo port selfupdate
  • sudo port clean py27-pyilmbase
  • One of the following
    • sudo port upgrade py27-pyilmbase (if it is installed)
    • sudo port install py27-pyilmbase (if it is not installed)

comment:5 Changed 5 years ago by TheLastLovemark

fixed

comment:6 Changed 5 years ago by jmroot (Joshua Root)

Port: py27-pyilmbase added; py-pyilmbase removed
Resolution: duplicate
Status: assignedclosed
Note: See TracTickets for help on using tickets.