linux 64 build 1.8.1 : compiling error

Hi,

right now i am using ubuntu 14.04.
after i download, i tried to run

python makepanda/makepanda.py --nothing --use-python --installer

after that it showed many error like this (well i guess its an error):

~/Downloads/panda3d-1.8.1$ python makepanda/makepanda.py --nothing --use-python --installer
Generating library cache...
Generating dependencies...
[  0%] Building C++ object built/tmp/p3dtoolbase_composite1.o
[  0%] Building C++ object built/tmp/p3dtoolbase_composite2.o
[  1%] Building C object built/tmp/p3dtoolbase_lookup3.o
[  1%] Building C++ object built/tmp/p3dtoolbase_indent.o
[  2%] Building C++ object built/tmp/p3dtoolutil_composite1.o
[  2%] Building C++ object built/tmp/p3dtoolutil_composite2.o
[  3%] Building C++ object built/tmp/p3dtool_dtool.o
[  3%] Linking dynamic library built/lib/libp3dtool.so
built/tmp/p3dtoolutil_composite1.o: In function `Filename::temporary(std::string const&, std::string const&, std::string const&, Filename::Type)':
p3dtoolutil_composite1.cxx:(.text+0x8640): warning: the use of `tempnam' is dangerous, better use `mkstemp'
[  4%] Building Bison object built/tmp/p3cppParser_cppBison.o
dtool/src/cppparser/cppBison.yxx:197.1-12: warning: deprecated directive, use ‘%pure-parser’ [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
[  5%] Building C++ object built/tmp/p3cppParser_composite1.o
[  5%] Building C++ object built/tmp/p3cppParser_composite2.o
In file included from dtool/src/cppparser/p3cppParser_composite2.cxx:4:0:
dtool/src/cppparser/cppExpression.cxx: In member function ‘void* CPPExpression::Result::as_pointer() const’:
dtool/src/cppparser/cppExpression.cxx:135:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     return (void *)_u._integer;
                       ^
dtool/src/cppparser/cppExpression.cxx:138:28: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     return (void *)(int)_u._real;
                            ^
[  6%] Linking static library built/tmp/libp3cppParser.a


[ 18%] Building C++ object built/tmp/p3express_composite2.o
In file included from panda/src/express/p3express_composite2.cxx:23:0:
panda/src/express/virtualFileMountRamdisk.cxx: In member function ‘virtual std::istream* VirtualFileMountRamdisk::open_read_file(const Filename&) const’:
panda/src/express/virtualFileMountRamdisk.cxx:245:12: warning: converting ‘false’ to pointer type ‘std::istream* {aka std::basic_istream<char>*}’ [-Wconversion-null]
     return false;
            ^
panda/src/express/virtualFileMountRamdisk.cxx: In member function ‘virtual std::ostream* VirtualFileMountRamdisk::open_write_file(const Filename&, bool)’:
panda/src/express/virtualFileMountRamdisk.cxx:266:12: warning: converting ‘false’ to pointer type ‘std::ostream* {aka std::basic_ostream<char>*}’ [-Wconversion-null]
     return false;
            ^
panda/src/express/virtualFileMountRamdisk.cxx: In member function ‘virtual std::ostream* VirtualFileMountRamdisk::open_append_file(const Filename&)’:
panda/src/express/virtualFileMountRamdisk.cxx:291:12: warning: converting ‘false’ to pointer type ‘std::ostream* {aka std::basic_ostream<char>*}’ [-Wconversion-null]
     return false;
            ^
panda/src/express/virtualFileMountRamdisk.cxx: In member function ‘virtual std::iostream* VirtualFileMountRamdisk::open_read_write_file(const Filename&, bool)’:
panda/src/express/virtualFileMountRamdisk.cxx:311:12: warning: converting ‘false’ to pointer type ‘std::iostream* {aka std::basic_iostream<char>*}’ [-Wconversion-null]
     return false;
            ^
panda/src/express/virtualFileMountRamdisk.cxx: In member function ‘virtual std::iostream* VirtualFileMountRamdisk::open_read_append_file(const Filename&)’:
panda/src/express/virtualFileMountRamdisk.cxx:331:12: warning: converting ‘false’ to pointer type ‘std::iostream* {aka std::basic_iostream<char>*}’ [-Wconversion-null]
     return false;
            ^
[ 18%] Building Interrogate database built/pandac/input/libp3express.in
Unknown type: forcetype IDecryptStream
Unknown type: forcetype OEncryptStream

[ 47%] Building C++ object built/tmp/p3gobj_composite2.o
In file included from panda/src/gobj/p3gobj_composite2.cxx:19:0:
panda/src/gobj/texturePool.cxx: In member function ‘Texture* TexturePool::ns_load_texture(const Filename&, int, bool, const LoaderOptions&)’:
panda/src/gobj/texturePool.cxx:261:16: warning: converting ‘false’ to pointer type ‘Texture*’ [-Wconversion-null]
         return false;
                ^
panda/src/gobj/texturePool.cxx:274:16: warning: converting ‘false’ to pointer type ‘Texture*’ [-Wconversion-null]
         return false;
                ^
In file included from built/include/conditionVarPosixImpl.h:24:0,
                 from built/include/conditionVarImpl.h:48,
                 from built/include/mutexDebug.h:20,
                 from built/include/lightMutex.h:19,
                 from built/include/typedWritable.h:21,
                 from built/include/typedWritableReferenceCount.h:20,
                 from panda/src/gobj/material.h:20,
                 from panda/src/gobj/material.cxx:16,
                 from panda/src/gobj/p3gobj_composite2.cxx:1:
panda/src/gobj/texturePool.cxx: In member function ‘Texture* TexturePool::ns_load_3d_texture(const Filename&, bool, const LoaderOptions&)’:
panda/src/gobj/texturePool.cxx:564:36: warning: converting ‘false’ to pointer type ‘Texture*’ [-Wconversion-null]
   nassertr(tex != (Texture *)NULL, false);
                                    ^
built/include/pnotify.h:161:16: note: in definition of macro ‘nassertr’
         return return_value; \
                ^
panda/src/gobj/texturePool.cxx: In member function ‘Texture* TexturePool::ns_load_2d_texture_array(const Filename&, bool, const LoaderOptions&)’:
panda/src/gobj/texturePool.cxx:670:36: warning: converting ‘false’ to pointer type ‘Texture*’ [-Wconversion-null]
   nassertr(tex != (Texture *)NULL, false);
                                    ^
built/include/pnotify.h:161:16: note: in definition of macro ‘nassertr’
         return return_value; \
                ^
panda/src/gobj/texturePool.cxx: In member function ‘Texture* TexturePool::ns_load_cube_map(const Filename&, bool, const LoaderOptions&)’:
panda/src/gobj/texturePool.cxx:771:36: warning: converting ‘false’ to pointer type ‘Texture*’ [-Wconversion-null]
   nassertr(tex != (Texture *)NULL, false);
                                    ^
built/include/pnotify.h:161:16: note: in definition of macro ‘nassertr’
         return return_value; \
                ^

[ 74%] Building C++ object built/tmp/p3tform_composite1.o
In file included from built/include/configPageManager.h:22:0,
                 from built/include/configVariableCore.h:20,
                 from built/include/configVariableBase.h:20,
                 from built/include/configVariable.h:19,
                 from built/include/configVariableEnum.h:19,
                 from built/include/notifyCategory.h:21,
                 from built/include/notifyCategoryProxy.h:20,
                 from built/include/config_express.h:19,
                 from built/include/referenceCount.h:23,
                 from built/include/nodeReferenceCount.h:20,
                 from built/include/cycleData.h:20,
                 from built/include/pandaNode.h:20,
                 from built/include/dataNode.h:46,
                 from panda/src/tform/buttonThrower.h:20,
                 from panda/src/tform/buttonThrower.cxx:15,
                 from panda/src/tform/p3tform_composite1.cxx:1:
panda/src/tform/mouseInterfaceNode.cxx: In member function ‘const ButtonEventList* MouseInterfaceNode::check_button_events(const DataNodeTransmit&, bool&)’:
panda/src/tform/mouseInterfaceNode.cxx:143:81: warning: converting ‘false’ to pointer type ‘const ButtonEventList*’ [-Wconversion-null]
     DCAST_INTO_R(button_events, input.get_data(_button_events_input).get_ptr(), false);
                                                                                 ^
built/include/pnotify.h:161:16: note: in definition of macro ‘nassertr’
         return return_value; \
                ^
panda/src/tform/mouseInterfaceNode.cxx:143:5: note: in expansion of macro ‘DCAST_INTO_R’
     DCAST_INTO_R(button_events, input.get_data(_button_events_input).get_ptr(), false);
     ^

[ 88%] Building Interrogate object built/tmp/libpanda_module.o
Referencing Library libp3audio
Referencing Library libp3chan
Referencing Library libp3char
Referencing Library libp3collide
Referencing Library libp3device
Referencing Library libp3dgraph
Referencing Library libp3display
Referencing Library libp3dxml
Referencing Library libp3event
Referencing Library libp3gobj
Referencing Library libp3grutil
Referencing Library libp3gsgbase
Referencing Library libp3linmath
Referencing Library libp3mathutil
Referencing Library libp3movies
Referencing Library libp3nativenet
Referencing Library libp3net
Referencing Library libp3parametrics
Referencing Library libp3pgraph
Referencing Library libp3pgraphnodes
Referencing Library libp3pgui
Referencing Library libp3pipeline
Referencing Library libp3pnmimage
Referencing Library libp3pstatclient
Referencing Library libp3putil
Referencing Library libp3recorder
Referencing Library libp3text
Referencing Library libp3tform

[ 98%] Building Interrogate object built/tmp/libpandaegg_module.o
Referencing Library libp3egg
Referencing Library libp3egg2pg
[ 98%] Linking dynamic library built/lib/libpandaegg.so
[ 99%] Generating 'pandac' tree 
Importing code library: libpandaexpress
  Found extensions for class: Ramfile
  Found extensions for class: StreamReader
Importing code library: libpanda
  Found extensions for class: Mat3
  Found extensions for class: NodePathCollection
  Found extensions for class: VBase3
  Found extensions for class: VBase4
  Found extensions for class: NodePath
Importing code library: libpandaegg
  Found extensions for class: EggPrimitive
  Found extensions for class: EggGroupNode
[100%] Building installer 
sh: 1: rpm: not found
dpkg-gensymbols: warning: new libraries appeared in the symbols file: libp3dtoolconfig.so.1.8 libpandaexpress.so.1.8 libpanda.so.1.8 libpandaegg.so.1.8 libp3glstuff.so.1.8 libp3framework.so.1.8 libp3pystub.so.1.8 libp3dtool.so.1.8
dpkg-gensymbols: warning: no debian/symbols file used as basis for generating DEBIAN/symbols
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/panda3d1.8/usr/bin/interrogate_module debian/panda3d1.8/usr/bin/interrogate debian/panda3d1.8/usr/bin/parse_file debian/panda3d1.8/usr/bin/test_interrogate were not linked against libp3pystub.so.1.8 (they use none of the library's symbols)
dpkg-deb: building package `panda3d1.8' in `panda3d1.8_1.8.1_amd64.deb'.
Storing dependency cache.
Build successfully finished, elapsed time: 20 min 23 sec

after that i tried to install the .deb files created before and got this error:

~/Downloads/panda3d-1.8.1$ sudo dpkg -i panda3d1.8_1.8.1_amd64.debSelecting previously unselected package panda3d1.8.
(Reading database ... 242279 files and directories currently installed.)
Preparing to unpack panda3d1.8_1.8.1_amd64.deb ...
Unpacking panda3d1.8 (1.8.1) ...
dpkg: dependency problems prevent configuration of panda3d1.8:
 panda3d1.8 depends on libc6-amd64 (>= 2.15).
 panda3d1.8 depends on python-pmw; however:
  Package python-pmw is not installed.

dpkg: error processing package panda3d1.8 (--install):
 dependency problems - leaving unconfigured
Processing triggers for shared-mime-info (1.2-0ubuntu3) ...
Processing triggers for mime-support (3.54ubuntu1.1) ...
Processing triggers for gnome-menus (3.10.1-0ubuntu2) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu1) ...
Processing triggers for bamfdaemon (0.5.1+14.04.20140409-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Errors were encountered while processing:
 panda3d1.8

by the time i wrote this, i am trying to clone the panda3dmaster from git, but i think the problem is same…

thanks for help me out… i already search this forum, but could not find any… maybe it is my bad english…

“dpkg -i” does not resolve dependencies automatically. So, the solution would be to install the “python-pmw” package first, and then try again with “dpkg -i”.

Hi rdb, I have compile using the one that you put in github…

however, i still got some issues there :

[ 49%] Building C++ object built/tmp/p3x11display_composite1.o
In file included from panda/src/x11display/p3x11display_composite1.cxx:3:0:
panda/src/x11display/x11GraphicsWindow.cxx: In member function ‘virtual ButtonMap* x11GraphicsWindow::get_keyboard_map() const’:
panda/src/x11display/x11GraphicsWindow.cxx:2045:18: warning: ‘KeySym XKeycodeToKeysym(X11_Display*, KeyCode, int)’ is deprecated (declared at /usr/include/X11/Xlib.h:1699) [-Wdeprecated-declarations]
     KeySym sym = XKeycodeToKeysym(_display, k, 0);
                  ^
panda/src/x11display/x11GraphicsWindow.cxx:2045:49: warning: ‘KeySym XKeycodeToKeysym(X11_Display*, KeyCode, int)’ is deprecated (declared at /usr/include/X11/Xlib.h:1699) [-Wdeprecated-declarations]
     KeySym sym = XKeycodeToKeysym(_display, k, 0);
                                                 ^
[ 49%] Building C++ object built/tmp/p3glxdisplay_composite1.o


[ 92%] Building Interrogate object built/tmp/ai_module.o
Referencing Library libpandaai
[ 92%] Linking dynamic library built/panda3d/ai.so
[ 93%] Compressing built/models/misc/Dirlight.egg.pz
built/models/misc/Dirlight.egg.pz
[ 93%] Compressing built/models/misc/Pointlight.egg.pz
built/models/misc/Pointlight.egg.pz
[ 93%] Compressing built/models/misc/Spotlight.egg.pz
built/models/misc/Spotlight.egg.pz
[ 93%] Compressing built/models/misc/camera.egg.pz

Reading dmodels/src/misc/camera.flt
Writing built/models/misc/camera.egg

built/models/misc/camera.egg.pz
[ 94%] Compressing built/models/misc/fade.egg.pz

Reading dmodels/src/misc/fade.flt
Writing built/models/misc/fade.egg

built/models/misc/fade.egg.pz
[ 94%] Compressing built/models/misc/fade_sphere.egg.pz

Reading dmodels/src/misc/fade_sphere.flt
Writing built/models/misc/fade_sphere.egg

built/models/misc/fade_sphere.egg.pz
[ 94%] Compressing built/models/misc/gridBack.egg.pz

Reading dmodels/src/misc/gridBack.flt
Writing built/models/misc/gridBack.egg

built/models/misc/gridBack.egg.pz
[ 94%] Compressing built/models/misc/iris.egg.pz

Reading dmodels/src/misc/iris.flt
Unable to read attribute file ../maps/soft_iris.rgb.attr
Writing built/models/misc/iris.egg

built/models/misc/iris.egg.pz
[ 94%] Compressing built/models/misc/lilsmiley.egg.pz
built/models/misc/lilsmiley.egg.pz
[ 95%] Compressing built/models/misc/objectHandles.egg.pz

Reading dmodels/src/misc/objectHandles.flt
Writing built/models/misc/objectHandles.egg

built/models/misc/objectHandles.egg.pz
[ 95%] Compressing built/models/misc/rgbCube.egg.pz

Reading dmodels/src/misc/rgbCube.flt
Writing built/models/misc/rgbCube.egg

built/models/misc/rgbCube.egg.pz
[ 95%] Compressing built/models/misc/smiley.egg.pz
built/models/misc/smiley.egg.pz
[ 95%] Compressing built/models/misc/sphere.egg.pz

Reading dmodels/src/misc/sphere.flt
Writing built/models/misc/sphere.egg

built/models/misc/sphere.egg.pz
[ 95%] Compressing built/models/misc/xyzAxis.egg.pz

Reading dmodels/src/misc/xyzAxis.flt
Writing built/models/misc/xyzAxis.egg

built/models/misc/xyzAxis.egg.pz
[ 96%] Compressing built/models/gui/dialog_box_gui.egg.pz

Reading dmodels/src/gui/dialog_box_gui.flt
Unable to read attribute file ../maps/general_panel.rgba.attr
Writing built/models/gui/dialog_box_gui.egg

built/models/gui/dialog_box_gui.egg.pz
[ 96%] Compressing built/models/gui/radio_button_gui.egg.pz
built/models/gui/radio_button_gui.egg.pz
[ 96%] Compressing built/models/box.egg.pz
built/models/box.egg.pz
[ 96%] Compressing built/models/camera.egg.pz
built/models/camera.egg.pz
[ 96%] Compressing built/models/cmr12.egg.pz
built/models/cmr12.egg.pz
[ 97%] Compressing built/models/cmss12.egg.pz
built/models/cmss12.egg.pz
[ 97%] Compressing built/models/cmtt12.egg.pz
built/models/cmtt12.egg.pz
[ 97%] Compressing built/models/environment.egg.pz
built/models/environment.egg.pz
[ 97%] Compressing built/models/frowney.egg.pz
built/models/frowney.egg.pz
[ 97%] Compressing built/models/jack.egg.pz
built/models/jack.egg.pz
[ 98%] Compressing built/models/panda-model.egg.pz
built/models/panda-model.egg.pz
[ 98%] Compressing built/models/panda-walk.egg.pz
built/models/panda-walk.egg.pz
[ 98%] Compressing built/models/panda-walk4.egg.pz
built/models/panda-walk4.egg.pz
[ 98%] Compressing built/models/panda.egg.pz
built/models/panda.egg.pz
[ 98%] Compressing built/models/ripple.egg.pz
built/models/ripple.egg.pz
[ 99%] Compressing built/models/shuttle_controls.egg.pz
built/models/shuttle_controls.egg.pz
[ 99%] Compressing built/models/smiley.egg.pz
built/models/smiley.egg.pz
[ 99%] Compressing built/models/teapot.egg.pz
built/models/teapot.egg.pz
[ 99%] Compressing built/models/yup-axis.egg.pz
built/models/yup-axis.egg.pz
[ 99%] Compressing built/models/zup-axis.egg.pz
built/models/zup-axis.egg.pz
[100%] Building installer
dpkg-shlibdeps: warning: debian/panda3d1.9/usr/lib/x86_64-linux-gnu/panda3d/libp3dtoolconfig.so contains an unresolvable reference to symbol PyModule_AddIntConstant: it's probably a plugin
dpkg-shlibdeps: warning: 35 other similar warnings have been skipped (use -v to see them all)
dpkg-shlibdeps: warning: debian/panda3d1.9/usr/lib/x86_64-linux-gnu/panda3d/libp3dtool.so.1.9 contains an unresolvable reference to symbol PyList_GetItem: it's probably a plugin
dpkg-shlibdeps: warning: 13 other similar warnings have been skipped (use -v to see them all)
dpkg-shlibdeps: warning: debian/panda3d1.9/usr/lib/x86_64-linux-gnu/panda3d/libp3dtool.so contains an unresolvable reference to symbol _Py_NoneStruct: it's probably a plugin
dpkg-shlibdeps: warning: 13 other similar warnings have been skipped (use -v to see them all)
dpkg-shlibdeps: warning: debian/panda3d1.9/usr/lib/x86_64-linux-gnu/panda3d/libp3direct.so.1.9 contains an unresolvable reference to symbol PyObject_GetAttrString: it's probably a plugin
dpkg-shlibdeps: warning: 40 other similar warnings have been skipped (use -v to see them all)
dpkg-shlibdeps: warning: debian/panda3d1.9/usr/lib/x86_64-linux-gnu/panda3d/libp3direct.so contains an unresolvable reference to symbol PyExc_ValueError: it's probably a plugin
dpkg-shlibdeps: warning: 40 other similar warnings have been skipped (use -v to see them all)
dpkg-shlibdeps: warning: debian/panda3d1.9/usr/lib/x86_64-linux-gnu/panda3d/libpanda.so contains an unresolvable reference to symbol PyEval_InitThreads: it's probably a plugin
dpkg-shlibdeps: warning: 18 other similar warnings have been skipped (use -v to see them all)
dpkg-shlibdeps: warning: debian/panda3d1.9/usr/lib/x86_64-linux-gnu/panda3d/libp3dtoolconfig.so.1.9 contains an unresolvable reference to symbol PyErr_Occurred: it's probably a plugin
dpkg-shlibdeps: warning: 35 other similar warnings have been skipped (use -v to see them all)
dpkg-shlibdeps: warning: debian/panda3d1.9/usr/lib/x86_64-linux-gnu/panda3d/libpanda.so.1.9 contains an unresolvable reference to symbol PyTuple_New: it's probably a plugin
dpkg-shlibdeps: warning: 18 other similar warnings have been skipped (use -v to see them all)
dpkg-deb: building package `panda3d1.9' in `panda3d1.9_1.9.0_amd64.deb'.
Storing dependency cache.
Build successfully finished, elapsed time: 1 hours 58 min

my question is, how can i solve the issue on

Reading dmodels/src/gui/dialog_box_gui.flt
Unable to read attribute file ../maps/general_panel.rgba.attr
Writing built/models/gui/dialog_box_gui.egg

there is still other issue on *.rgba.attr or *.rgb.attr and i dont get it why is this happening.

and what does this files linked to ?

and also, for this error

[code]

[ 49%] Building C++ object built/tmp/p3x11display_composite1.o
In file included from panda/src/x11display/p3x11display_composite1.cxx:3:0:
panda/src/x11display/x11GraphicsWindow.cxx: In member function ‘virtual ButtonMap* x11GraphicsWindow::get_keyboard_map() const’:
panda/src/x11display/x11GraphicsWindow.cxx:2045:18: warning: ‘KeySym XKeycodeToKeysym(X11_Display*, KeyCode, int)’ is deprecated (declared at /usr/include/X11/Xlib.h:1699) [-Wdeprecated-declarations]
     KeySym sym = XKeycodeToKeysym(_display, k, 0);
                  ^
panda/src/x11display/x11GraphicsWindow.cxx:2045:49: warning: ‘KeySym XKeycodeToKeysym(X11_Display*, KeyCode, int)’ is deprecated (declared at /usr/include/X11/Xlib.h:1699) [-Wdeprecated-declarations]
     KeySym sym = XKeycodeToKeysym(_display, k, 0);
                                                 ^

it seems that i cannot solve this unless i fixed it inside the file… is it true? if so, then i have to edit the file myself. How can i resolve this??

thank you again for your help.

You’re reporting on completely harmless warnings. You can safely ignore all of these.

thank you rdb, sorry to bother you with such question.

Now, i am done compiling and runing the dpkg -i. then it comes like this

~/Downloads/panda3d$ sudo dpkg -i panda3d1.9_1.9.0_amd64.deb
[sudo] password for allea: 
Selecting previously unselected package panda3d1.9.
(Reading database ... 243494 files and directories currently installed.)
Preparing to unpack panda3d1.9_1.9.0_amd64.deb ...
Unpacking panda3d1.9 (1.9.0) ...
dpkg: dependency problems prevent configuration of panda3d1.9:
 panda3d1.9 depends on libc6-amd64 (>= 2.15).

dpkg: error processing package panda3d1.9 (--install):
 dependency problems - leaving unconfigured
Processing triggers for shared-mime-info (1.2-0ubuntu3) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Processing triggers for mime-support (3.54ubuntu1.1) ...
Processing triggers for gnome-menus (3.10.1-0ubuntu2) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu1) ...
Processing triggers for bamfdaemon (0.5.1+14.04.20140409-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Errors were encountered while processing:
 panda3d1.9

]

when i run sudo apt-get -f install

it says that panda3d1.9 not successfully installed. I alread install python-pmw fyi.

thanks

I would suggest that you use a tool that resolves dependencies when installing a package. For instance, you could double-click it in the user interface, or use gdebi.

Alternatively, you can add the --force-depends flag to dpkg to override the dependency checking.

hi rdb,

i still cant install the .deb package… i use force, gdebi and ubuntu interface but it still asking the libc6-amd64

i got a little bit confuse… i already extract the .deb file but could not find the information on libc6-amd64 location… i am planning to revise the file contain such info.

I’m also confused, and don’t know why you’re getting these errors.

It might have something to do with the fact that you built Panda with --nothing. You do realise that this results in a build of Panda that is almost completely devoid of functionality? It is usually more useful to build with --everything and specifically disable modules you don’t need.