floodlight FTBFS (error: package org.jboss.netty.* does not exist)

Bug #1652766 reported by Hans Joachim Desserud
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
floodlight (Ubuntu)
Fix Released
High
James Page

Bug Description

floodlight 0.90+dfsg-0ubuntu4 currently fails to build on Zesty with lots of error message related to org.jboss.netty.* classes. See below for a sample or https://launchpadlibrarian.net/298783247/buildlog_ubuntu-zesty-amd64.floodlight_0.90+dfsg-0ubuntu4_BUILDING.txt.gz for a complete build log.

It looks like the netty package has been updated to a new major version (4.x) since floodlight was intially packaged, and this might be the underlying cause for these errors. I see from https://github.com/floodlight/floodlight/releases that there has been several new releases of floodlight, including https://floodlight.atlassian.net/wiki/display/floodlightcontroller/Floodlight+v1.2 which mentions updated to netty 4. Maybe packaging a newer release would fix the issues?

Sample compilation errors:

compile:
    [javac] Compiling 356 source files to /<<BUILDDIR>>/floodlight-0.90+dfsg/target/bin
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
    [javac] /<<BUILDDIR>>/floodlight-0.90+dfsg/src/main/java/net/floodlightcontroller/core/internal/Controller.java:76: error: package org.jboss.netty.bootstrap does not exist
    [javac] import org.jboss.netty.bootstrap.ServerBootstrap;
    [javac] ^
    [javac] /<<BUILDDIR>>/floodlight-0.90+dfsg/src/main/java/net/floodlightcontroller/core/internal/Controller.java:77: error: package org.jboss.netty.buffer does not exist
    [javac] import org.jboss.netty.buffer.ChannelBuffer;
    [javac] ^
    [javac] /<<BUILDDIR>>/floodlight-0.90+dfsg/src/main/java/net/floodlightcontroller/core/internal/Controller.java:78: error: package org.jboss.netty.buffer does not exist
    [javac] import org.jboss.netty.buffer.ChannelBuffers;
    [javac] ^
    [javac] /<<BUILDDIR>>/floodlight-0.90+dfsg/src/main/java/net/floodlightcontroller/core/internal/Controller.java:79: error: package org.jboss.netty.channel does not exist
    [javac] import org.jboss.netty.channel.Channel;
    [javac] ^

Tags: ftbfs zesty
Revision history for this message
Steve Langasek (vorlon) wrote :

This was originally packaged by James Page, and seems to be unmaintained for the past several cycles. James, if floodlight is no longer important to have in Ubuntu (not important enough for someone to fix its build failure), could you please reassign this bug to ~ubuntu-archive and change the bug title to a removal request?

Changed in floodlight (Ubuntu):
assignee: nobody → James Page (james-page)
importance: Undecided → High
status: New → Triaged
Revision history for this message
Steve Langasek (vorlon) wrote :

Removing packages from artful-proposed:
 floodlight 0.90+dfsg-0ubuntu4 in artful
Comment: unmaintained, unbuildable since zesty; LP: #1652766
Remove [y|N]? y
1 package successfully removed.

Changed in floodlight (Ubuntu):
status: Triaged → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.