Self-contained installers for Linux 64

Bug #949090 reported by Yaio
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Panda3D
Fix Released
High
rdb

Bug Description

I'm using Panda3D 1.8.0 official build for OSX.

I have this file main.py:

import direct.directbase.DirectStart
run()

I pack it with:

$ packp3d -o app.p3d

Then I build the following self-contained installers for Linux:

$ pdeploy -s -v 0.1 -P linux_i386 -P linux_amd64 app.p3d installer

In the amd64 installers that I obtain, I find i386 information (not the amd64 one): for example, the file contents.xml contains references to i386 libraries, and there are files for i386 (as instance, panda3d.cmu_1.8.linux_i386.mf and panda3d.cmu_1.8.linux_i386.xml).

Revision history for this message
Yaio (yaio79) wrote :

NB It doesn't happen if I only specify "-P linux_amd64" (i.e. without "-P linux_i386").

Revision history for this message
rdb (rdb) wrote :

Oops, that was a pretty major howler on my part. My apologies. I've checked in a fix for 1.8.1. In the meantime, please invoke pdeploy multiple times, once for linux_amd64 and once for linux_i386.
It does not affect other platforms, just Linux.

Changed in panda3d:
assignee: nobody → rdb (rdb)
importance: Undecided → High
milestone: none → 1.8.1
status: New → Fix Committed
rdb (rdb)
Changed in panda3d:
status: Fix Committed → 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.