bugGNU Octave - Bugs: bug #57769, [MXE Octave] could not build...

 
 

bug #57769: [MXE Octave] could not build ilmbase

Submitter:  Avinoam Kalma <avinoam>
Submitted:  Sat 08 Feb 2020 10:41:16 AM UTC
   
 
Category:  Configuration and Build System Severity:  2 - Minor
Priority:  5 - Normal Item Group:  Build Failure
Status:  Fixed Assigned to:  lostbard
Originator Name:  Avinoam Open/Closed:  * Closed
Release:  * dev Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Jump to the original submission

Sat 15 Feb 2020 08:42:36 PM UTC, comment #6: 

Closing as fixed

John Donoghue <lostbard>
Group Member
Mon 10 Feb 2020 01:45:12 AM UTC, comment #5: 
John Donoghue <lostbard>
Group Member
Sun 09 Feb 2020 05:32:28 AM UTC, comment #4: 

Thanks.
When removing the dependency on ilmbase, I could build
openexr and opencv

Avinoam Kalma <avinoam>
Group Member
Sat 08 Feb 2020 02:07:46 PM UTC, comment #3: 

Looks like openexr is the only thing that depends on it, and its embeded in the openexr sources so does a change in openexr.mk work for you:


-- a/src/openexr.mk    Sun Feb 02 12:58:44 2020 +0100
+++ b/src/openexr.mk    Sat Feb 08 09:04:56 2020 -0500
@@ -8,7 +8,7 @@
 $(PKG)_SUBDIR   := openexr-$($(PKG)_VERSION)
 $(PKG)_FILE     := openexr-$($(PKG)_VERSION).tar.gz
 $(PKG)_URL      := https://github.com/$(PKG)/$(PKG)/archive/v$($(PKG)_VERSION).tar.gz
-$(PKG)_DEPS     := ilmbase pthreads zlib
+$(PKG)_DEPS     := pthreads zlib

 define $(PKG)_UPDATE
     $(WGET) -q -O- 'https://github.com/$(PKG)/$(PKG)/tags' | \


ie: remove the dependancy on ilmbase

John Donoghue <lostbard>
Group Member
Sat 08 Feb 2020 01:14:16 PM UTC, comment #2: 


make[1]: Entering directory '/home/avinoam/mxe-octave'
rm -rf   '/home/avinoam/mxe-octave/tmp-ilmbase' '/home/avinoam/mxe-octave/tmp-il
mbase-install'
mkdir -p '/home/avinoam/mxe-octave/tmp-ilmbase'
( cd '/home/avinoam/mxe-octave/tmp-ilmbase' &&  tar xzf '/home/avinoam/mxe-octave/pkg/ilmbase-2.4.0.tar.gz' ) ||  false
test ! -d '/home/avinoam/mxe-octave/src/ilmbase' || cp -a '/home/avinoam/mxe-octave/src/ilmbase' '/home/avinoam/mxe-octave/tmp-ilmbase'
cd '/home/avinoam/mxe-octave/tmp-ilmbase/ilmbase-2.4.0'
/bin/bash: line 0: cd: /home/avinoam/mxe-octave/tmp-ilmbase/ilmbase-2.4.0: No such file or directory
/home/avinoam/mxe-octave/Makefile:936: recipe for target 'build-only-ilmbase' failed
make[1]: *** [build-only-ilmbase] Error 1
make[1]: Leaving directory '/home/avinoam/mxe-octave'


Avinoam Kalma <avinoam>
Group Member
Sat 08 Feb 2020 01:09:47 PM UTC, comment #1: 

what is the error occuring in the log ?

John Donoghue <lostbard>
Group Member
Sat 08 Feb 2020 10:41:16 AM UTC, original submission:  
Avinoam Kalma <avinoam>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by lostbard (Posted a comment)
  • -email is unavailable- added by avinoam (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2020-02-15 lostbard StatusReady For Test Fixed
        Open/ClosedOpen Closed
    2020-02-10 lostbard StatusNone Ready For Test

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code