[Pkg-scicomp-devel] anyone packaging Framewave?

Christophe Prud'homme prudhomm at debian.org
Tue Apr 8 08:00:03 UTC 2008


Ok let me know how it goes

I have added an orig tarball rule to retrieve the archive from sourceforge
The build went fine for me up to

g++ -o build/tmp/fwImage_release_shared_32/obj/_refr_LogicalLShiftI.obj
-c -DLIN32 -Werror -DBLD_REF_ONLY -m32 -DOPT_PREFIX=_refr_ -O2
-DOPT_LEVEL=REFR -DNDEBUG -DDISPATCH=DT_REFR -DOPT_REFR -fPIC -Idomain
-Isdk -Idomain/fwBase/include -Idomain/common/include
-Idomain/common/include/Arithmetic/Def
-Idomain/common/include/Arithmetic/Impl
-Iscratch/debian/build-area/framewave-1.1~devbuild.080403/Framewave/sdk
-Iscratch/debian/build-area/framewave-1.1~devbuild.080403/Framewave/sdk/external
-Iscratch/debian/build-area/framewave-1.1~devbuild.080403/Framewave/sdk/cbl
-Iscratch/debian/build-area/framewave-1.1~devbuild.080403/Framewave/domain/fwImage
-Iscratch/debian/build-area/framewave-1.1~devbuild.080403/Framewave/domain/fwImage/include
domain/fwImage/src/LogicalLShiftI.cpp
domain/fwImage/src/LogicalLShiftI.cpp:8:21: error: fwImage.h: No such
file or directory
domain/fwImage/src/LogicalLShiftI.cpp: In function 'FwStatus
_refr_fwiLShiftC_8u_C1R(const Fw8u*, int, Fw32u, Fw8u*, int,
FwiSize)':
domain/fwImage/src/LogicalLShiftI.cpp:16: error: 'fwiCopy_8u_C1R' was
not declared in this scope
domain/fwImage/src/LogicalLShiftI.cpp:17: error: 'fwiSet_8u_C1R' was
not declared in this scope
domain/fwImage/src/LogicalLShiftI.cpp: In function 'FwStatus
_refr_fwiLShiftC_8u_C1IR(Fw32u, Fw8u*, int, FwiSize)':
domain/fwImage/src/LogicalLShiftI.cpp:25: error: 'fwiSet_8u_C1R' was
not declared in this scope
domain/fwImage/src/LogicalLShiftI.cpp: In function 'FwStatus
_refr_fwiLShiftC_16u_C1R(const Fw16u*, int, Fw32u, Fw16u*, int,
FwiSize)':
domain/fwImage/src/LogicalLShiftI.cpp:119: error: 'fwiCopy_16s_C1R'
was not declared in this scope
domain/fwImage/src/LogicalLShiftI.cpp:120: error: 'fwiSet_16s_C1R' was
not declared in this scope
domain/fwImage/src/LogicalLShiftI.cpp: In function 'FwStatus
_refr_fwiLShiftC_16u_C1IR(Fw32u, Fw16u*, int, FwiSize)':
domain/fwImage/src/LogicalLShiftI.cpp:127: error: 'fwiSet_16s_C1R' was
not declared in this scope
domain/fwImage/src/LogicalLShiftI.cpp: In function 'FwStatus
_refr_fwiLShiftC_32s_C1R(const Fw32s*, int, Fw32u, Fw32s*, int,
FwiSize)':
domain/fwImage/src/LogicalLShiftI.cpp:209: error: 'fwiCopy_32s_C1R'
was not declared in this scope
domain/fwImage/src/LogicalLShiftI.cpp:210: error: 'fwiSet_32s_C1R' was
not declared in this scope
domain/fwImage/src/LogicalLShiftI.cpp: In function 'FwStatus
_refr_fwiLShiftC_32s_C1IR(Fw32u, Fw32s*, int, FwiSize)':
domain/fwImage/src/LogicalLShiftI.cpp:221: error: 'fwiSet_32s_C1R' was
not declared in this scope
scons: *** [build/tmp/fwImage_release_shared_32/obj/_refr_LogicalLShiftI.obj]
Error 1



On Tue, Apr 8, 2008 at 8:13 AM, Albert Huang <ashuang at gmail.com> wrote:
> the package builds for me when I use scons <= 0.97 (Ubuntu 7.10, etch)
>  but fails to build with scons >= 0.97.0d20080304 (lenny, unstable).  A
>  change to scons sometime in between appears to have broken the
>  framewave build system.  I've filed a bug upstream with framewave and
>  hopefully can get that fixed soon.
>
>  -albert
>
>
>
>  On Tue, Apr 8, 2008 at 1:18 AM, Albert Huang <albert at csail.mit.edu> wrote:
>  > Hi Christophe,
>  >
>  >  Okay, I checked in something that builds from source cleanly in Ubuntu
>  >  7.10, and passes lintian and pbuilder fine (except for whining about
>  >  standards-version since Ubuntu 7.10 is still on 3.7.2)
>  >
>  >  However, it doesn't build at all on sid.  Actually, framewave itself
>  >  doesn't build on sid, and I haven't quite figured out why.  It looks
>  >  like the include paths (-I flags) are all screwed up, and this seems
>  >  to be an scons issue.  If you have a chance to poke around, I'd
>  >  appreciate another pair of eyes.
>  >
>  >  -albert
>  >
>  >  On Sun, Apr 6, 2008 at 3:56 PM, Christophe Prud'homme
>  >
>  >
>  > <prudhomm at debian.org> wrote:
>  >  > Albert
>  >  >
>  >  >
>  >  >  I have used scons a tad. May be I can help.
>  >  >  Also the directory layout does seem to have one layout too much
>  >  >
>  >  >  should be
>  >  >  framewave/trunk/
>  >  >  framewave/tags
>  >  >  framewave/branches
>  >  >
>  >  >  and not framewave/framewave/trunk
>  >  >
>  >  >  C.
>  >  >
>  >  >
>  >  >
>  >  >
>  >  >  On Sun, Apr 6, 2008 at 9:04 PM, Albert Huang <ashuang at gmail.com> wrote:
>  >  >  > Ok, I've started the framewave package within the pkg-scicomp svn
>  >  >  >  repository.  It doesn't work yet, but hopefully I'll have time to chip
>  >  >  >  away at it.  I'm not familiar with SCons (the framewave build system)
>  >  >  >  so if anyone has experience with that, I'd appreciate some advice.
>  >  >  >
>  >  >  >
>  >  >  >  -albert
>  >  >  >
>  >  >  >  On Thu, Apr 3, 2008 at 11:51 AM, Christophe Prud'homme
>  >  >  >  <prudhomm at debian.org> wrote:
>  >  >  >
>  >  >  >
>  >  >  > > Albert,
>  >  >  >  >
>  >  >  >  >  you can join pkg-scicomp on Alioth and package framewave.
>  >  >  >  >  It seems like it would be a nice addition to Debian.
>  >  >  >  >  Then one of the DD of pkg-scicompcan upload your work.
>  >  >  >  >  Let me know your login and I will add you to the list of developers.
>  >  >  >  >
>  >  >  >  >  Best regards
>  >  >  >  >  C.
>  >  >  >  >
>  >  >  >  >
>  >  >  >  >
>  >  >  >  >  On Thu, Apr 3, 2008 at 4:53 PM, Albert Huang <ashuang at gmail.com> wrote:
>  >  >  >  >  > Hi,
>  >  >  >  >  >
>  >  >  >  >  >  Is anyone working on packaging Framewave?  I, for one, would find it
>  >  >  >  >  >  incredibly useful to have in Debian.  I'm not a DD, but would be
>  >  >  >  >  >  willing to help out where I could.
>  >  >  >  >  >
>  >  >  >  >  >  Best Regards,
>  >  >  >  >  >  Albert
>  >  >  >  >  >
>  >  >  >  >  >  [1] http://developer.amd.com/tools/libraries/framewave/Pages/default.aspx
>  >  >  >  >  >
>  >  >  >  >  >  _______________________________________________
>  >  >  >  >  >  Pkg-scicomp-devel mailing list
>  >  >  >  >  >  Pkg-scicomp-devel at lists.alioth.debian.org
>  >  >  >  >  >  http://lists.alioth.debian.org/mailman/listinfo/pkg-scicomp-devel
>  >  >  >  >  >
>  >  >  >  >
>  >  >  >
>  >  >  >  _______________________________________________
>  >  >  >  Pkg-scicomp-devel mailing list
>  >  >  >  Pkg-scicomp-devel at lists.alioth.debian.org
>  >  >  >  http://lists.alioth.debian.org/mailman/listinfo/pkg-scicomp-devel
>  >  >  >
>  >  >
>  >  >  _______________________________________________
>  >  >  Pkg-scicomp-devel mailing list
>  >  >  Pkg-scicomp-devel at lists.alioth.debian.org
>  >  >  http://lists.alioth.debian.org/mailman/listinfo/pkg-scicomp-devel
>  >  >
>  >
>
>  _______________________________________________
>  Pkg-scicomp-devel mailing list
>  Pkg-scicomp-devel at lists.alioth.debian.org
>  http://lists.alioth.debian.org/mailman/listinfo/pkg-scicomp-devel
>



More information about the Pkg-scicomp-devel mailing list