Menu

#298 today (2011-07-25) SVN broken scanline.h issue

closed-fixed
9
2011-07-25
2011-07-25
R P Herrold
No

gcc -DHAVE_CONFIG_H -I. -I../../include -pedantic -W -Wall -Wundef -Wfloat-equal -Wshadow -Winline -Wno-long-long -Werror -I../../src/other/tcl/generic -I../../src/other/tcl/unix -I/usr/local/include -DBRLCADBUILD=1 -I../../include -I../../src/other/openNURBS -DRTSRV -pipe -fno-strict-aliasing -fno-common -fexceptions -ggdb3 -D_FORTIFY_SOURCE=2 -pedantic -W -Wall -Wundef -Wfloat-equal -Wshadow -Winline -Wno-long-long -c -o libremrt_a-heatgraph.o `test -f 'heatgraph.c' || echo './'`heatgraph.c
heatgraph.c:44:22: error: scanline.h: No such file or directory
make[2]: *** [libremrt_a-heatgraph.o] Error 1
make[2]: Leaving directory `/home/herrold/rpmbuild/BUILD/brlcad-20110725/src/rt'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/herrold/rpmbuild/BUILD/brlcad-20110725/src'
make: *** [all-recursive] Error 1
error: Bad exit status from /var/tmp/rpm-tmp.47757 (%build)

RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.47757 (%build)
[herrold@centos-5 brlcad]$ date
Mon Jul 25 11:27:39 EDT 2011
[herrold@centos-5 brlcad]$

a current pull seems to have problems with a missing scanline.h

CentOS 5, updated current, with all proper development libraries, etc

Ask if additional details are needed

-- Russ herrold

Discussion

  • Sean Morrison

    Sean Morrison - 2011-07-25

    You're quick! That was a trunk change made just a few minutes ago that has already been fixed. If you update again, it should work.

     
  • Sean Morrison

    Sean Morrison - 2011-07-25
    • milestone: 387261 --> other bug / workaround
    • priority: 5 --> 9
    • assigned_to: nobody --> brlcad
    • status: open --> closed-fixed
     
  • R P Herrold

    R P Herrold - 2011-07-25

    heh -- It takes me about two hours to run my full test suite ---

    thanks

    -- Russ herrold

     
  • Sean Morrison

    Sean Morrison - 2011-07-25

    Yeah, that was just bad timing.

    For what it's worth, trunk development is unstable from time to time. The STABLE branch is updated *much* less frequently, but is where more exhaustive cross-platform testing is applied.

    Also, our new cmake build system may reduce your compilation time substantially. It's what we're moving towards now that it's complete, so any testing feedback would be appreciated.

     
  • R P Herrold

    R P Herrold - 2011-07-25

    I confirm the fix

    ...
    Wrote: /home/herrold/rpmbuild/SRPMS/brlcad-0.0.20110725.cvs-1.src.rpm
    Wrote: /home/herrold/rpmbuild/RPMS/x86_64/brlcad-0.0.20110725.cvs-1.x86_64.rpm
    Wrote: /home/herrold/rpmbuild/RPMS/x86_64/brlcad-devel-0.0.20110725.cvs-1.x86_64.rpm
    Wrote: /home/herrold/rpmbuild/RPMS/x86_64/brlcad-debuginfo-0.0.20110725.cvs-1.x86_64.rpm
    ...
    real 67m20.427s
    user 15m23.972s
    sys 3m59.213s
    [herrold@centos-5 brlcad]$

     

Log in to post a comment.